yunque9/xcode/Classes/Native/Assembly-CSharp13.cpp

35019 lines
1.8 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"
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 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, 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 T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
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>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
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>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
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>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
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);
}
};
// BestHTTP.Authentication.Credentials
struct Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247;
// BestHTTP.Forms.HTTPFormBase
struct HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8;
// BestHTTP.HTTPRequest
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE;
// BestHTTP.HTTPResponse
struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE;
// BestHTTP.OnBeforeRedirectionDelegate
struct OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D;
// BestHTTP.OnDownloadProgressDelegate
struct OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729;
// BestHTTP.OnRequestFinishedDelegate
struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D;
// BestHTTP.OnUploadProgressDelegate
struct OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D;
// DSLuaClient
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C;
// ExceptionReporter
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122;
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F;
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D;
// FairyGUI.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C;
// FairyGUI.GearBase[]
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
// FairyGUI.GoWrapper
struct GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F;
// FairyGUI.IFilter
struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3;
// FairyGUI.ITweenListener
struct ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34;
// FairyGUI.IUISource
struct IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.MovieClip/Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PackageItem[]
struct PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8;
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135;
// FairyGUI.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879;
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3;
// FairyGUI.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06;
// FairyGUI.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA;
// FairyGUI.TransitionHook
struct TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585;
// FairyGUI.TransitionItem[]
struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807;
// FairyGUI.TweenValue
struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9;
// FairyGUI.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A;
// FairyGUI.UIConfig/ConfigValue
struct ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB;
// FairyGUI.UIConfig/ConfigValue[]
struct ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIObjectFactory
struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIObjectFactory/GLoaderCreator
struct GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// FairyGUI.UIPackage/CreateObjectCallback
struct CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4;
// FairyGUI.UIPackage[]
struct UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI.Utils.XML
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253;
// FairyGUI.Utils.XMLList
struct XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C;
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A;
// FairyGUI_TextFormatWrap
struct FairyGUI_TextFormatWrap_tF1F3E1C612F7A3272B65661E497D12E6FE954A09;
// FairyGUI_TimersWrap
struct FairyGUI_TimersWrap_t18B0CA6A97540DE81554789727235D8A5EF80320;
// FairyGUI_TransitionWrap
struct FairyGUI_TransitionWrap_t8C25AF1E4CDB91AD4F8B6B09473DAC28DE45238E;
// FairyGUI_UIConfigWrap
struct FairyGUI_UIConfigWrap_t5D8369B8EAD7C834FA9585F347739838990675EC;
// FairyGUI_UIObjectFactoryWrap
struct FairyGUI_UIObjectFactoryWrap_tDBBA34A0AC7548B9CDC0E703A31D59E7F490796F;
// FairyGUI_UIPackageWrap
struct FairyGUI_UIPackageWrap_tC3F8DF5DC5D40C14343797AD0B20CB1FCE2E4EA9;
// FairyGUI_WindowWrap
struct FairyGUI_WindowWrap_tA5FDA99F1233DF6FE8C86A5D379ABC0B64CEA1FE;
// FileManager
struct FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED;
// FileManager/<>c
struct U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD;
// FileManager/DelegateOnOperateFileFail
struct DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C;
// GPSAddress/<StartGPS>d__2
struct U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E;
// Game.Utils/<>c__DisplayClass11_0
struct U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C;
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE;
// LuaInterface.LuaFunction
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
// LuaInterface.LuaReflection
struct LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F;
// LuaInterface.LuaState
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
// LuaInterface.ObjectTranslator
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
// LuaInterface.ToLua/LuaTableToVar[]
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.Action`1<System.String[]>
struct Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// 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,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.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>
struct Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168;
// 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.List`1<System.String>>
struct Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF;
// 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,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.List`1<FairyGUI.Anymous_T>
struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65;
// System.Collections.Generic.List`1<FairyGUI.Controller>
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728;
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.IUISource>
struct List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA;
// 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_t4AB280456F4DE770AC993DE9A7C8C563A6311531;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// 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.List`1<UnityEngine.Material>
struct List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B;
// System.Collections.Generic.List`1<UnityEngine.Renderer>
struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749;
// System.Collections.Generic.Stack`1<FairyGUI.EventContext>
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>
struct Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8;
// 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.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
// System.Exception
struct Exception_t;
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean>
struct Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IO.DirectoryInfo
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F;
// System.IO.FileInfo
struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C;
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.TimeZone
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// TestConsole
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843;
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.LocationService
struct LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8;
// Version
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE;
IL2CPP_EXTERN_C RuntimeClass* AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_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* GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_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* ObjectType_tA117D537780D8340BD615ED5F97217D155992790_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* OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_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* Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_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* Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* enFileOperation_t475EB0894B07E974915B4E0AE12BC7814C32AF0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00393212571553EA7B5872F946B19B9E4716A9EC;
IL2CPP_EXTERN_C String_t* _stringLiteral008B9FED7D3D248BC894FC68583FFDE85EFE10CC;
IL2CPP_EXTERN_C String_t* _stringLiteral01AEB61016262DF59C625C5DA4DAC3FA661F1E02;
IL2CPP_EXTERN_C String_t* _stringLiteral035285064DC74F2B2946A278D79A406053D1EB9C;
IL2CPP_EXTERN_C String_t* _stringLiteral035A7114F130B3132248CDAB53C3E9BDB37E5FA7;
IL2CPP_EXTERN_C String_t* _stringLiteral05542167A940898E97EBC7C9E6731CAE9B676792;
IL2CPP_EXTERN_C String_t* _stringLiteral05D475C83AA962DD33C5BFF3318FB9FB15269879;
IL2CPP_EXTERN_C String_t* _stringLiteral0608965E2F75CF6DFDE436BD6D1071787C2CFEB9;
IL2CPP_EXTERN_C String_t* _stringLiteral079769F9E054F8164CEDD1F3A43FA17C98F67F3E;
IL2CPP_EXTERN_C String_t* _stringLiteral0845F2ADB59C99061C5706BAF8826810A93AD9D0;
IL2CPP_EXTERN_C String_t* _stringLiteral0A282A9B8636BF4E4A8D826EA2C6F282ADEE3CD2;
IL2CPP_EXTERN_C String_t* _stringLiteral0C7A77AFC5C1D7865260C4C0E7DEE6F0A3FE0A43;
IL2CPP_EXTERN_C String_t* _stringLiteral0DFFD035A6C16B6D0145CDC7ABA151866C036111;
IL2CPP_EXTERN_C String_t* _stringLiteral104FD1F7C2935DCEECDA82BFCEFA045EF91CBE7B;
IL2CPP_EXTERN_C String_t* _stringLiteral120FCE88DDA16ECC080B3D36B47F64BA161B9AB5;
IL2CPP_EXTERN_C String_t* _stringLiteral144B1FCDEE4025878F70FB51858F2E8F2986F289;
IL2CPP_EXTERN_C String_t* _stringLiteral159A2BC741B66F2BE4440A9CD9CB53442C95725D;
IL2CPP_EXTERN_C String_t* _stringLiteral19682BDB9185A5FA9D763D414D0443D3A0BC2456;
IL2CPP_EXTERN_C String_t* _stringLiteral1BE7DACBB3360C0540103B5F208404317651C789;
IL2CPP_EXTERN_C String_t* _stringLiteral1C0DE74228B9809D5B9149066F030D8DDC264413;
IL2CPP_EXTERN_C String_t* _stringLiteral1CDAB004E1AEBA8D896AD65AFFFC1EF5C5716375;
IL2CPP_EXTERN_C String_t* _stringLiteral1EC0B6D5B589BF4CACA3E78DB133AAFFF87BE378;
IL2CPP_EXTERN_C String_t* _stringLiteral223C73778E1CFEEA033A2879BDB7CBBFDA70336F;
IL2CPP_EXTERN_C String_t* _stringLiteral236C5AA60788625C5E0ED66C1AC98277F36DCEB8;
IL2CPP_EXTERN_C String_t* _stringLiteral24C1B6772D40B7E686770293998EF1802638AC24;
IL2CPP_EXTERN_C String_t* _stringLiteral26EF83BE87F3A6621C9D3D9A88392CB3971AE5B0;
IL2CPP_EXTERN_C String_t* _stringLiteral2744975C7F3B0AC4E3FEBC5992FB5187DECE9937;
IL2CPP_EXTERN_C String_t* _stringLiteral27D8F657278D359418269ECBF21F14BE2AD15DEB;
IL2CPP_EXTERN_C String_t* _stringLiteral282FC30D21DCE2A76C2A41D975DD83FE7543985C;
IL2CPP_EXTERN_C String_t* _stringLiteral28810FCCD4E58E15713A19BD29D828B6AC9B3475;
IL2CPP_EXTERN_C String_t* _stringLiteral2E796FB9BF7D8AC5608D1A893D2E24A793D45F4D;
IL2CPP_EXTERN_C String_t* _stringLiteral30304B0B164C9DA2E02FD0B3C53406C836FFE17F;
IL2CPP_EXTERN_C String_t* _stringLiteral311198C45E79F725B43A1134B6846C25E73CCC37;
IL2CPP_EXTERN_C String_t* _stringLiteral33FE084BA8AC032B42F75CE44949E8E17FFFF343;
IL2CPP_EXTERN_C String_t* _stringLiteral348BD9F8F10997A30F62CC5926D3ACFE94B79702;
IL2CPP_EXTERN_C String_t* _stringLiteral34D8B60FE25332F7B98585E82E753EAF502C3E50;
IL2CPP_EXTERN_C String_t* _stringLiteral3771827DB2EE36C39081DAB9556C13FAF469E51D;
IL2CPP_EXTERN_C String_t* _stringLiteral380F3CC1D688EB007A3232721A315FB0022D3F00;
IL2CPP_EXTERN_C String_t* _stringLiteral39D88B573C35D2FF144E946255BD2194366A771F;
IL2CPP_EXTERN_C String_t* _stringLiteral39FFF3841CDD5A8E9252690470693E0295E5C82F;
IL2CPP_EXTERN_C String_t* _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9;
IL2CPP_EXTERN_C String_t* _stringLiteral3BE826416634D8AFD7EF781C5D69559C3FCBB328;
IL2CPP_EXTERN_C String_t* _stringLiteral3D9DB91B4989A09A1BA26B0E01A3D205D6D2B1D1;
IL2CPP_EXTERN_C String_t* _stringLiteral3DDFC368E89159FA0A3F34327D7FC3FFA1B2C8D4;
IL2CPP_EXTERN_C String_t* _stringLiteral3EC7D59A77E83364E5EC64D9526A2F460FC01A03;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral4349D6A240A653AEDB0B9C0314DE2B263693C171;
IL2CPP_EXTERN_C String_t* _stringLiteral449E2041DF99432DE3A410D4EE939E9339209920;
IL2CPP_EXTERN_C String_t* _stringLiteral44D25B5D1B6D98C7D090CA3609ACA11AE2815FA0;
IL2CPP_EXTERN_C String_t* _stringLiteral4642576D8432B870F7E95688217D211D2DA42556;
IL2CPP_EXTERN_C String_t* _stringLiteral4690905761195075F97442F0FF6760CE2A90FE99;
IL2CPP_EXTERN_C String_t* _stringLiteral4785768DC28B0D9418A1D3D9DF9D08A02AD60988;
IL2CPP_EXTERN_C String_t* _stringLiteral479D66365CAE9D97654A08A72A17A07FC67A8C66;
IL2CPP_EXTERN_C String_t* _stringLiteral47BF9A6F1D906212BCFC8CEA2BD2FC09FD1307E9;
IL2CPP_EXTERN_C String_t* _stringLiteral4AF55104C46DE9FD31FD4A7DAC1D9E1326455F80;
IL2CPP_EXTERN_C String_t* _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F;
IL2CPP_EXTERN_C String_t* _stringLiteral4C66D7214359CED76AEC4C1D5499739563EBB858;
IL2CPP_EXTERN_C String_t* _stringLiteral4CF8613B65A1399DB39947377005AE749BE3D7A1;
IL2CPP_EXTERN_C String_t* _stringLiteral4E1D9702DCB528D59B76B5D15A8E180D641CA343;
IL2CPP_EXTERN_C String_t* _stringLiteral5129348D000F3A4E39F8198016907086BFB3581B;
IL2CPP_EXTERN_C String_t* _stringLiteral512D289D8BFDEBCC95DBE98CD03E2A835BDF2B17;
IL2CPP_EXTERN_C String_t* _stringLiteral5371B79C91829FC890F872E2B21E49D00598A3BC;
IL2CPP_EXTERN_C String_t* _stringLiteral53B19A6A3A0881B30DE5BBBD1CB1699CA604A830;
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
IL2CPP_EXTERN_C String_t* _stringLiteral56826361916535BFDF50424BBB18FE04FD1A39D8;
IL2CPP_EXTERN_C String_t* _stringLiteral569CCFB7498CC4EC98F029D7452A8B9D9704DD2C;
IL2CPP_EXTERN_C String_t* _stringLiteral56A5D6D99A4062D4CA22C3425CBD094EAA4C5194;
IL2CPP_EXTERN_C String_t* _stringLiteral57D29D2C094C09CDE3336554F59942DF237102D8;
IL2CPP_EXTERN_C String_t* _stringLiteral5863973EDC6707DA45B52E49857FECBEBE4CE969;
IL2CPP_EXTERN_C String_t* _stringLiteral5A795DE02DE514988ABD9CE119095F3CCC843660;
IL2CPP_EXTERN_C String_t* _stringLiteral5D12BD53552CAFC41CA6146C04870DF2E1574E13;
IL2CPP_EXTERN_C String_t* _stringLiteral6147372CDE4E3A07CB792915A8A1924A4DFA9610;
IL2CPP_EXTERN_C String_t* _stringLiteral61817CA04AE91B303046C1701D149A8AAC849A06;
IL2CPP_EXTERN_C String_t* _stringLiteral61CC55AA0453184734C3FA0B621EDA6FA874BD83;
IL2CPP_EXTERN_C String_t* _stringLiteral63EB6CF1C0C4237E16A918D94C5898D18878F328;
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
IL2CPP_EXTERN_C String_t* _stringLiteral659CBC4B8395BADDEB5375DF33D3F33922FF7AE2;
IL2CPP_EXTERN_C String_t* _stringLiteral66054B576EC767ACAB1988FF480C7EEDC898AEB5;
IL2CPP_EXTERN_C String_t* _stringLiteral661809FABA8D9EA536888778BD271D5DB66ECBD6;
IL2CPP_EXTERN_C String_t* _stringLiteral678F62ECD10AB6AE94FAA4E1C2D203DF5AC7FDE2;
IL2CPP_EXTERN_C String_t* _stringLiteral6AB697D65B5E46BE0CF8B63B05601E787DC91BCF;
IL2CPP_EXTERN_C String_t* _stringLiteral6AC5DD775419A9A96C0ECE696C9D071F472FF6D8;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B;
IL2CPP_EXTERN_C String_t* _stringLiteral6F25BFC7A5E1912FA9AB5C243DAECEB141FBED22;
IL2CPP_EXTERN_C String_t* _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A;
IL2CPP_EXTERN_C String_t* _stringLiteral719EA396AD92E01B4757EC2B93BB1E5F270F771D;
IL2CPP_EXTERN_C String_t* _stringLiteral7301A4197FFC258D074FE697A0F189BB3190FC2B;
IL2CPP_EXTERN_C String_t* _stringLiteral730D2389F7957647DB8B67DBA6C8D33DDCC64289;
IL2CPP_EXTERN_C String_t* _stringLiteral745125C4D5E67D8DA377A2837272B89B55C353BC;
IL2CPP_EXTERN_C String_t* _stringLiteral7941545DB6A24779D23D880185B5F2DBB99F451A;
IL2CPP_EXTERN_C String_t* _stringLiteral7BDCE67BCA00B0CCD8A22342C87C3572FC491CFF;
IL2CPP_EXTERN_C String_t* _stringLiteral7C8590A0F0D234C7C985367BC4B5121E1AC10B94;
IL2CPP_EXTERN_C String_t* _stringLiteral7D4B3A9BF3D63300FBFAC813AF8DDE46C85DC0C8;
IL2CPP_EXTERN_C String_t* _stringLiteral7E72810FE009024FCA4C31AD04C3676AEB9B6EE4;
IL2CPP_EXTERN_C String_t* _stringLiteral80D66E0C6E83A707CA18F1D734B1D03F6DC11F69;
IL2CPP_EXTERN_C String_t* _stringLiteral81445CA31DF495CD011ADDF391E4DF785678F7B6;
IL2CPP_EXTERN_C String_t* _stringLiteral81C203C1B100FED2FC7C8E20BC1DE806765EE4E7;
IL2CPP_EXTERN_C String_t* _stringLiteral85D7282888A9354DC919F885FF28A5154880E168;
IL2CPP_EXTERN_C String_t* _stringLiteral86750990B685AA24DCE6D2DCC8D64CB8654EA11D;
IL2CPP_EXTERN_C String_t* _stringLiteral86F43819B9E4C838CE0F4798925988655E3A52C3;
IL2CPP_EXTERN_C String_t* _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939;
IL2CPP_EXTERN_C String_t* _stringLiteral87D6B199EE671912861C1A3EC9C0C82A096876A3;
IL2CPP_EXTERN_C String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547;
IL2CPP_EXTERN_C String_t* _stringLiteral88B0B70B0C937F8FED3909773D40EC3FFCB77DCF;
IL2CPP_EXTERN_C String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
IL2CPP_EXTERN_C String_t* _stringLiteral89BB55478588F62874BC18C039B5E07E5A321077;
IL2CPP_EXTERN_C String_t* _stringLiteral8CC1F0E5F82469F30AB01BA916861ED0E356F62F;
IL2CPP_EXTERN_C String_t* _stringLiteral8E27A7FA1EC282FF7927FC2A36F06E7C4B540BCA;
IL2CPP_EXTERN_C String_t* _stringLiteral90665CA6C8810138A69C5D8421143BBAA3BE9FA1;
IL2CPP_EXTERN_C String_t* _stringLiteral91369E0BF06176F7462BADDB9408C17EF0FE41A7;
IL2CPP_EXTERN_C String_t* _stringLiteral936B2DC66332EA44F96D5C4BFA5C22CA0A682A9A;
IL2CPP_EXTERN_C String_t* _stringLiteral9408F6AF39731119B553A4011714518DE0B1E202;
IL2CPP_EXTERN_C String_t* _stringLiteral94E12E264E37CBE413A9BC035586B204C68830CC;
IL2CPP_EXTERN_C String_t* _stringLiteral94F0DB296F9CE66E8F1C50DAED519CA7B4DE779D;
IL2CPP_EXTERN_C String_t* _stringLiteral95E81E1E7D3FC01F436EEF999EE997FEC86B1FC5;
IL2CPP_EXTERN_C String_t* _stringLiteral964A3B119BE846DDF05B003479487E359C1FA3DA;
IL2CPP_EXTERN_C String_t* _stringLiteral96A57C4B4E5D0ABD3A57EB01B569860A764867D4;
IL2CPP_EXTERN_C String_t* _stringLiteral96C56B6F995F92A412FD13F0E77DCF7E37EF6DE4;
IL2CPP_EXTERN_C String_t* _stringLiteral97DF8E5F7C25FFBAD34F122F159902576AD4A28F;
IL2CPP_EXTERN_C String_t* _stringLiteral9800A762AF5D2BCC8865DDCCCEB89DA7F16BA962;
IL2CPP_EXTERN_C String_t* _stringLiteral9969F0AFDC5E52B9AD090B1A71AB6F6F3DDEDAF9;
IL2CPP_EXTERN_C String_t* _stringLiteral99DE1BCB41343CB657E26A00AAE63965674C742A;
IL2CPP_EXTERN_C String_t* _stringLiteral9A9ADA289A58C53BF3B26DBB446FD954C26BE3DA;
IL2CPP_EXTERN_C String_t* _stringLiteral9AF1778B5271B224E3689A6DC10C831BC8C811ED;
IL2CPP_EXTERN_C String_t* _stringLiteral9C4D79D261EADEBF132BD6333DB6EBC00C951C1A;
IL2CPP_EXTERN_C String_t* _stringLiteral9D7311610D4DC99151F611A421431587111EC377;
IL2CPP_EXTERN_C String_t* _stringLiteral9E253470C876EE6D5C720EB777AEB82D4C26E28F;
IL2CPP_EXTERN_C String_t* _stringLiteral9EAD070218924051E3D324F1566D3970B5BE461D;
IL2CPP_EXTERN_C String_t* _stringLiteral9EEEDC65AD06D6B605017052AD4B12437AFDC892;
IL2CPP_EXTERN_C String_t* _stringLiteralA0FCC7C14D769A0C5D150A046C051EFA97F0C387;
IL2CPP_EXTERN_C String_t* _stringLiteralA173CE880F48FD720068CA084851548B7AF4565E;
IL2CPP_EXTERN_C String_t* _stringLiteralA3E9DADA3CA004E5CA02FBD62CD5897E7E32AF18;
IL2CPP_EXTERN_C String_t* _stringLiteralA4C159EBA353CAD654EA227E357D7B02EEA14796;
IL2CPP_EXTERN_C String_t* _stringLiteralA50EC9FE0140CFD09C33B25A5778EEA3BEBDF2EB;
IL2CPP_EXTERN_C String_t* _stringLiteralA569AB1E403CB8D27FBCDAE53780E20F5FF21564;
IL2CPP_EXTERN_C String_t* _stringLiteralA680C6F8A31A95D49C19A2DAB99F9C3ECD4AD895;
IL2CPP_EXTERN_C String_t* _stringLiteralA6AED0EEF7DFE7EA827D1F7FA5DF9F6E95270ED1;
IL2CPP_EXTERN_C String_t* _stringLiteralA6C5E4B955AC27A702B3F3CAE676AD730A71F72F;
IL2CPP_EXTERN_C String_t* _stringLiteralA6E6961AFCF61A5AA22D70DCFA8ACE64CE1CC45F;
IL2CPP_EXTERN_C String_t* _stringLiteralA7452FD6D4A20E7449F9F99CE4940A528E3F1EEC;
IL2CPP_EXTERN_C String_t* _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001;
IL2CPP_EXTERN_C String_t* _stringLiteralA97506F5389D09C76CFA6DC9C6707AACC1707BC9;
IL2CPP_EXTERN_C String_t* _stringLiteralA9EAEB90EC7870D1B4B4CE41D6BC2AF8BE5332DB;
IL2CPP_EXTERN_C String_t* _stringLiteralAA7C1D90F40BD5C58E400631996C746B1869388C;
IL2CPP_EXTERN_C String_t* _stringLiteralAB133ADFE7B378B130AB593D7EC762CBE21BF570;
IL2CPP_EXTERN_C String_t* _stringLiteralAB26B7CA1C670BEF980906C3B354084DBA069D5E;
IL2CPP_EXTERN_C String_t* _stringLiteralABA3FC24B19113B5947F2501237DB1F3E54AE530;
IL2CPP_EXTERN_C String_t* _stringLiteralAE21C64A87F6BB0B8E16E55C48BE4CC638D7BD3F;
IL2CPP_EXTERN_C String_t* _stringLiteralB043DC560D3266FE77DA3F19F68C37B114C63AEB;
IL2CPP_EXTERN_C String_t* _stringLiteralB0872B8B7BA07FD2E3B6ED8C68B3CE93D28259E1;
IL2CPP_EXTERN_C String_t* _stringLiteralB08BFB0D47560E07EB7DD8011DB3CAEBA119FA42;
IL2CPP_EXTERN_C String_t* _stringLiteralB178ED9EA8B125BE239DE0DA7CFAC0010A48521C;
IL2CPP_EXTERN_C String_t* _stringLiteralB18BE7D08706074E72F4C88CBE130815745CD051;
IL2CPP_EXTERN_C String_t* _stringLiteralB4FB928A7E63A8F0CD5826272441EE94EC0D03E1;
IL2CPP_EXTERN_C String_t* _stringLiteralB50A54F0D6D6F9BE05B355F38549A6EDE823C238;
IL2CPP_EXTERN_C String_t* _stringLiteralB58185ACEB87E271DF24B15B7373AB37CF46A01C;
IL2CPP_EXTERN_C String_t* _stringLiteralBC1E7B6E946C17EAD008789694BEAEB897157F27;
IL2CPP_EXTERN_C String_t* _stringLiteralBE2C7CCA283328E43403D24E2BEA56B2FDF24084;
IL2CPP_EXTERN_C String_t* _stringLiteralC0AC4842418E34583859262C033965CFD49454E0;
IL2CPP_EXTERN_C String_t* _stringLiteralC0D8332875C5C4F646382B3BC5696153EE00D307;
IL2CPP_EXTERN_C String_t* _stringLiteralC43B46B97DF90BBDCBB17216310BC403D031BABC;
IL2CPP_EXTERN_C String_t* _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A;
IL2CPP_EXTERN_C String_t* _stringLiteralC5DAE50C982B3C7113446F975F8CD2041F545E79;
IL2CPP_EXTERN_C String_t* _stringLiteralC7DB5A08ADC844E21BD253D19FD094CDD6E858EB;
IL2CPP_EXTERN_C String_t* _stringLiteralC7F23E3ED00AA71DE61A307549A0FECA57BE057D;
IL2CPP_EXTERN_C String_t* _stringLiteralC82B67C88E6911C321806D35B9D8F040D8726133;
IL2CPP_EXTERN_C String_t* _stringLiteralC96A71EE2E8F1B189F49BD6712259EE67BB8B611;
IL2CPP_EXTERN_C String_t* _stringLiteralC989277D79B17FBEBDCB33775CD783765F39A9B3;
IL2CPP_EXTERN_C String_t* _stringLiteralC9B76AE79584AABFA8A92E1E354D651804860118;
IL2CPP_EXTERN_C String_t* _stringLiteralCA64B364E43A309424F927C691F20FF024663E31;
IL2CPP_EXTERN_C String_t* _stringLiteralCAA9909BB7A857D077A46009E812A903F4C7E029;
IL2CPP_EXTERN_C String_t* _stringLiteralCDD7BB2816B7A8F88BCE0E47BE39943BC369516B;
IL2CPP_EXTERN_C String_t* _stringLiteralCF3D0BADEF4F35952554E34FA2F6B3A63E8782EC;
IL2CPP_EXTERN_C String_t* _stringLiteralCF95499E478F6573E48DFB09D50BD971D33F3792;
IL2CPP_EXTERN_C String_t* _stringLiteralCFFF27ECCB371BC88F5CF4B9803B8559B0435D96;
IL2CPP_EXTERN_C String_t* _stringLiteralD063F633A65298589F4AAFD14A208D003C3FBD93;
IL2CPP_EXTERN_C String_t* _stringLiteralD18B29D32109E6308B9F65615F89C7BE9C07D9A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD2A9C0BAC43DA503E345C847D5786131F97AD705;
IL2CPP_EXTERN_C String_t* _stringLiteralD30C8295D5B8110F5D283D31BB7ADC9CD6AB7683;
IL2CPP_EXTERN_C String_t* _stringLiteralD477E6E98B593955F2C7454A567E8CB0B312A2AB;
IL2CPP_EXTERN_C String_t* _stringLiteralD491A26243A28AFA80BF77AAD382401FAE91194A;
IL2CPP_EXTERN_C String_t* _stringLiteralD97D1EE339E4EEABA8CAC91DCA37C8B4EC8F5501;
IL2CPP_EXTERN_C String_t* _stringLiteralDB0D91453922DC350AEBB998835BFC19F98222A7;
IL2CPP_EXTERN_C String_t* _stringLiteralDDCB77FF769EA54CA622848F6BEDD4004FA4F4FA;
IL2CPP_EXTERN_C String_t* _stringLiteralDF155CEB8D9E5FCD0A9EE6CF02EBC534E4D5287E;
IL2CPP_EXTERN_C String_t* _stringLiteralE304B1621C457F1DD345EA8CEF502EB674D520DA;
IL2CPP_EXTERN_C String_t* _stringLiteralE51BCED52FE0E680183F191185B4BCAA4405E9CD;
IL2CPP_EXTERN_C String_t* _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9;
IL2CPP_EXTERN_C String_t* _stringLiteralE963907DAC5CD5C017869B4C96C18021C9BD058B;
IL2CPP_EXTERN_C String_t* _stringLiteralE9A14B6C524838B125B118D3A0EB4E56DF26FA3F;
IL2CPP_EXTERN_C String_t* _stringLiteralE9C45CB19BB28B479E405A620FAE51DF535B99AC;
IL2CPP_EXTERN_C String_t* _stringLiteralE9D2DEEF5E36D80A9CD3CE4AAC39AB22F1827262;
IL2CPP_EXTERN_C String_t* _stringLiteralEB83567AA14275937102207CBE1DBE0B883D580B;
IL2CPP_EXTERN_C String_t* _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610;
IL2CPP_EXTERN_C String_t* _stringLiteralECA9B4E50EA5B6B5026A157885AD0CDE1146C9F2;
IL2CPP_EXTERN_C String_t* _stringLiteralEF1EE887AA450DA8024C32B72E681C435E2C74D7;
IL2CPP_EXTERN_C String_t* _stringLiteralF1A6B534D8013C414E1DE5F744A209C5CFD00A0E;
IL2CPP_EXTERN_C String_t* _stringLiteralF2AEB0BC7A7CEE253179DC3A58450CB0E32E95B3;
IL2CPP_EXTERN_C String_t* _stringLiteralF323F37CCC1DBD9EF1EFD60AC1C4284A7EC1B233;
IL2CPP_EXTERN_C String_t* _stringLiteralF4B0CA65B49322EA3CF7D3122278E34DDCE5CA01;
IL2CPP_EXTERN_C String_t* _stringLiteralF51977E25C726CF36D9DC37E54AA0C4412639338;
IL2CPP_EXTERN_C String_t* _stringLiteralF70E7D1FFDB09007680511AEECD1DA194AE30ABB;
IL2CPP_EXTERN_C String_t* _stringLiteralF778746E7A840E3CBFD22ADA44073B5BF2681368;
IL2CPP_EXTERN_C String_t* _stringLiteralFA2985F0C9F19639ECBEAD1B23630CFB5E9E952C;
IL2CPP_EXTERN_C String_t* _stringLiteralFB02EDF0526F86DC8F47238EB4519DF67313F16D;
IL2CPP_EXTERN_C String_t* _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902;
IL2CPP_EXTERN_C String_t* _stringLiteralFC71E83FF796B32382FFABCE6100248F19FC7E79;
IL2CPP_EXTERN_C String_t* _stringLiteralFCF270B419B51742E676BE61CE846F5BCBA40329;
IL2CPP_EXTERN_C String_t* _stringLiteralFCF5F4D359BD0E17686D9DA51B7BD801C40CD7F9;
IL2CPP_EXTERN_C String_t* _stringLiteralFD150EAAEEFE2D82764DCA31E200905B9EEB64DF;
IL2CPP_EXTERN_C String_t* _stringLiteralFD32189556F9E25C25BDFA2407DDF4180AB667FE;
IL2CPP_EXTERN_C String_t* _stringLiteralFDF2904B8C517098F4A114C9292096BB35563326;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mC1B2BD4DE8DE6E54DB54C76B14E14B99694EE9DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m86C01ACE55234F6C18DEEDF08F9CE94ACCCDBC43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ResourcesManager_LoadObject_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m2F9ACE6C14D43C920BA48B038ACCB9A3FBF0AF70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisSoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_mC9B47E8EF35A58CF9C2777327A1BD08B44346A56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisTransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_mE794F76A045960857FFFD088EEC692417ED99D8E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_m54FF69F2307D6C016E16E86D82EF2124E34305EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB_mF3D9F70C4DD65C5BACD3DC98B389036D60A58A9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_mD3BB0F3B3DD64C76919049AAA7193C1A5863AE59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_m9905956065F72E7AECFC56CF01FC9EC5E54FF0F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisIUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_mDEC9B1853AC880BD424AE8CA7F3189CD22DD6D14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisNAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_mC5CC1D09A1CE5FE599EE4EBC08B6C4A84928C6AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_mCC55E028FC8DF5DD1C527DA14D04AA8B638772E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisXML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_m12EE0BB8FC49AF59C92FF1DD8F851E95B7085895_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisList_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_m28C247F1F84A8C259D73174741B173CFAC54D8E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisList_1_t74B6A4CA646AC394724678D53711955E95B67FB2_m3AB1DA5785EA8F6078DCE8A0923AEC54C81323DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisList_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_m52F99E0B561803CB30FF8560E8FFFA53D28DE4C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisList_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_m53DEBFC3103FC789D1B494D8FB614690277A4108_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m3F2B2FC1845FCADF888031A23830160F134221CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisGComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_m147469D93AC1018D0EC2B8BB34AB961E411D4090_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisGLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_m3F170A505702AD34F556D11557BAAFB3F946FEB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisObjectType_tA117D537780D8340BD615ED5F97217D155992790_m14E4C8F5F39EC5F823D9B8D0CAECAE3749B189F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m4E020C19F036E34FBF80B7923E69C88F7E2FE3FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m29362D3627FCE5D49C11A171A8F6ABCB8D58054F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisString_t_TisType_t_m12F2565958D7900986B934912C226B2874BA9B4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_mC5EB20393BE2E7F268A1A8E2FBA32CA83513E551_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m6DA703647D4682B24C2BFF11722768B0DD5799D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisType_t_m46F1572587459C7D8229B4BC7E0181C279DCE199_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_mF09E9A41F397D0E88EDC42383F9621B197FEBE20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CStartGPSU3Ed__2_System_Collections_IEnumerator_Reset_m7256246AEB60007779995B7FB0DA5E8E6E8D7528_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__42_0_mC0F67C1A6162D21C3DD553C56D6A4406D3C69FE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CDownloadFileU3Eb__0_m1DD4B11B4F401F7309E82BD9F0420363A10FC9D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t DelegateOnOperateFileFail_BeginInvoke_m3C0158C5B76DA02E91BC2C0F503C747838E6D606_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_Register_mF26CFFEF84FACF7400A0F1C079FCF892398A72F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_Register_m263CDFBD81FB9CB479CAE470CD9FB7010D40F1E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_Register_mC4E7EABEE55EDAC970382AAB01100C1E5461978F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_Register_mEE6B2ED29A389E6B645C2926B30B4D28A3C31DE6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_Register_m4B44DB594361F65BCEA67FB034356EC46A5F7066_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_Register_m7FBD153109B05FA3C16EE14C26A3B21154276155_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_Register_mAE609B9CF626359F7BD888217D51DB7A365F0D55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_ClearDirectory_m17D106606F7792E0C551B23DF8396F36C670A235_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_ClearDirectory_mF5A595005FB3572924C35A6103F691ADBA17EC30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_CombinePaths_mBE0F1B15913FB8C9EA633036041A797277FBAFE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_CreateDirectory_mA987B59F622C6D3757097FE82FCEC97D0F91D121_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_DeleteDirectory_m018FF71F276044C1C5B0676C23A03491E907FBF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetAllDirectoryHierarchyByPath_mF2B174248431B227F4C747D1BB29F3F017A3F017_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetAllFile_mF1D1A6CBC6D3D9C23D51B81265E78AFDE173983B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetAllocateFile_mAD5442AC1E775A9AD8EEE8556EC657E2CFEB3661_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetBuildABPath_m957A06B7641D4D31628CBD45F977130E9C14EB23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetCachePathWithHeader_m66EF27F99EFAF3EE4CFDE04708447B6C07808928_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetCachePath_m043F5FE854DF49298F6C7787C7C24D256E8333FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetCachePath_m7E9D4BC02A3953C4AF817757E829CB557E09B8F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetExtension_mFBBB57E9A72152E7BE9E88AE8FCE5E53044B285E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetFileLength_m0171BE053516D65FDE7D0ADD87F317EE4ED56EDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetFileMd5_m48F9F022527AB7AC12D55262044F89ABF490D7EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetFullDirectory_mC8C8DBFB32FA9E16BFFE665CD6BD75E80D056DEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetFullName_m833248E4B78C455C101F2F6B8D4BBE8E3785B3C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetIFSExtractPath_m054CFE7880F887B7D9D49DF9B64EF885B99B0DFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetLocalPathHeader_mAC1CDAF0E6578AA1AE42EDBB450D44FE52751E07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetMd5_m37662BECA39C767562157FBE148AB133F142D204_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetMd5_mC3C2EB2EA009F61A586048B9D34A8FC05097E5FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_GetStreamingAssetsPathWithHeader_mB189B74AEAC32F23047763661D085B5C4DAC10B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_ReadFile_m1FB90DE62E4CEDAE6119227036B1D126A35F9362_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_StringSplit_m12B8B41FC6A63FC04D07D7414C8F223D9F297653_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_WriteFile_mB14597EC0AED7328E4726EBE215D515A3D4A74FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager_WriteFile_mED34EF8D7D2B7501FDE201A28F15AA5901B231D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileManager__cctor_mE08C2EB5B5C955EF5A722C6C87ADD91BE6AA63BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPSAddress_LocalAddress_m0593B3BCBBF86D953A0BA45526D4449D06870E67_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPSAddress_StartGPS_m566D7400AEBBFB9BF4E44446480EE79E07191712_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACBAssemblyU2DCSharp13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CStartGPSU3Ed__2_MoveNext_m50DC373B113A7F945562476E80912BD3FD82CE41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CStartGPSU3Ed__2_System_Collections_IEnumerator_Reset_m7256246AEB60007779995B7FB0DA5E8E6E8D7528_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m4D7F62B10ECA524BDE9FF1EA32A62CD6D9B8C4F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDBAssemblyU2DCSharp13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189BAssemblyU2DCSharp13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_ClearLocalFile_m0DFE093FD3EE617CA4EC4E4C4CECDA0089589CBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_DownloadFile_m6E445DC02EA79813B62AE32851D98288EF1BDFC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_GetTime_mAE7A9AFCA0396BACE6159C0AC78AFE8E6A71590F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_LoadLocalFile_m87D5D33192F654CCE6A1D61C32D641814B68EAD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_SaveLocalFile_m3963F7E49446304E2009590095483D26A7E1E777_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_SaveScaledPicture_m83D6937D5A8AE6C2C751284008A79B05AB4231CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils_SetNativeObject_m375D3C67EFF4ED37BD30D13AE4048FEFDE96EF6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utils__cctor_mFC7891BF64A10FF03452D0EF96C4F51CC4CDDBF8_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
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
// System.Object
// BestHTTP.HTTPResponse
struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE : public RuntimeObject
{
public:
// System.Int32 BestHTTP.HTTPResponse::<VersionMajor>k__BackingField
int32_t ___U3CVersionMajorU3Ek__BackingField_0;
// System.Int32 BestHTTP.HTTPResponse::<VersionMinor>k__BackingField
int32_t ___U3CVersionMinorU3Ek__BackingField_1;
// System.Int32 BestHTTP.HTTPResponse::<StatusCode>k__BackingField
int32_t ___U3CStatusCodeU3Ek__BackingField_2;
// System.String BestHTTP.HTTPResponse::<Message>k__BackingField
String_t* ___U3CMessageU3Ek__BackingField_3;
// System.Boolean BestHTTP.HTTPResponse::<IsStreamed>k__BackingField
bool ___U3CIsStreamedU3Ek__BackingField_4;
// System.Boolean BestHTTP.HTTPResponse::<IsStreamingFinished>k__BackingField
bool ___U3CIsStreamingFinishedU3Ek__BackingField_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPResponse::<Headers>k__BackingField
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_6;
// System.Byte[] BestHTTP.HTTPResponse::<Data>k__BackingField
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CDataU3Ek__BackingField_7;
// System.Boolean BestHTTP.HTTPResponse::<IsUpgraded>k__BackingField
bool ___U3CIsUpgradedU3Ek__BackingField_8;
// System.String BestHTTP.HTTPResponse::dataAsText
String_t* ___dataAsText_9;
// System.Boolean BestHTTP.HTTPResponse::<IsClosedManually>k__BackingField
bool ___U3CIsClosedManuallyU3Ek__BackingField_10;
// BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___baseRequest_11;
// System.IO.Stream BestHTTP.HTTPResponse::Stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Stream_12;
// System.Collections.Generic.List`1<System.Byte[]> BestHTTP.HTTPResponse::streamedFragments
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___streamedFragments_13;
// System.Object BestHTTP.HTTPResponse::SyncRoot
RuntimeObject * ___SyncRoot_14;
// System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___fragmentBuffer_15;
// System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength
int32_t ___fragmentBufferDataLength_16;
// System.Int32 BestHTTP.HTTPResponse::allFragmentSize
int32_t ___allFragmentSize_17;
public:
inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMajorU3Ek__BackingField_0)); }
inline int32_t get_U3CVersionMajorU3Ek__BackingField_0() const { return ___U3CVersionMajorU3Ek__BackingField_0; }
inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_0() { return &___U3CVersionMajorU3Ek__BackingField_0; }
inline void set_U3CVersionMajorU3Ek__BackingField_0(int32_t value)
{
___U3CVersionMajorU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMinorU3Ek__BackingField_1)); }
inline int32_t get_U3CVersionMinorU3Ek__BackingField_1() const { return ___U3CVersionMinorU3Ek__BackingField_1; }
inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_1() { return &___U3CVersionMinorU3Ek__BackingField_1; }
inline void set_U3CVersionMinorU3Ek__BackingField_1(int32_t value)
{
___U3CVersionMinorU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CStatusCodeU3Ek__BackingField_2)); }
inline int32_t get_U3CStatusCodeU3Ek__BackingField_2() const { return ___U3CStatusCodeU3Ek__BackingField_2; }
inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_2() { return &___U3CStatusCodeU3Ek__BackingField_2; }
inline void set_U3CStatusCodeU3Ek__BackingField_2(int32_t value)
{
___U3CStatusCodeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CMessageU3Ek__BackingField_3)); }
inline String_t* get_U3CMessageU3Ek__BackingField_3() const { return ___U3CMessageU3Ek__BackingField_3; }
inline String_t** get_address_of_U3CMessageU3Ek__BackingField_3() { return &___U3CMessageU3Ek__BackingField_3; }
inline void set_U3CMessageU3Ek__BackingField_3(String_t* value)
{
___U3CMessageU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamedU3Ek__BackingField_4)); }
inline bool get_U3CIsStreamedU3Ek__BackingField_4() const { return ___U3CIsStreamedU3Ek__BackingField_4; }
inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_4() { return &___U3CIsStreamedU3Ek__BackingField_4; }
inline void set_U3CIsStreamedU3Ek__BackingField_4(bool value)
{
___U3CIsStreamedU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamingFinishedU3Ek__BackingField_5)); }
inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_5() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_5; }
inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return &___U3CIsStreamingFinishedU3Ek__BackingField_5; }
inline void set_U3CIsStreamingFinishedU3Ek__BackingField_5(bool value)
{
___U3CIsStreamingFinishedU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CHeadersU3Ek__BackingField_6)); }
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_6() const { return ___U3CHeadersU3Ek__BackingField_6; }
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_6() { return &___U3CHeadersU3Ek__BackingField_6; }
inline void set_U3CHeadersU3Ek__BackingField_6(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
{
___U3CHeadersU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CDataU3Ek__BackingField_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CDataU3Ek__BackingField_7() const { return ___U3CDataU3Ek__BackingField_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CDataU3Ek__BackingField_7() { return &___U3CDataU3Ek__BackingField_7; }
inline void set_U3CDataU3Ek__BackingField_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___U3CDataU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsUpgradedU3Ek__BackingField_8)); }
inline bool get_U3CIsUpgradedU3Ek__BackingField_8() const { return ___U3CIsUpgradedU3Ek__BackingField_8; }
inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_8() { return &___U3CIsUpgradedU3Ek__BackingField_8; }
inline void set_U3CIsUpgradedU3Ek__BackingField_8(bool value)
{
___U3CIsUpgradedU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_dataAsText_9() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___dataAsText_9)); }
inline String_t* get_dataAsText_9() const { return ___dataAsText_9; }
inline String_t** get_address_of_dataAsText_9() { return &___dataAsText_9; }
inline void set_dataAsText_9(String_t* value)
{
___dataAsText_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_9), (void*)value);
}
inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsClosedManuallyU3Ek__BackingField_10)); }
inline bool get_U3CIsClosedManuallyU3Ek__BackingField_10() const { return ___U3CIsClosedManuallyU3Ek__BackingField_10; }
inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return &___U3CIsClosedManuallyU3Ek__BackingField_10; }
inline void set_U3CIsClosedManuallyU3Ek__BackingField_10(bool value)
{
___U3CIsClosedManuallyU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_baseRequest_11() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___baseRequest_11)); }
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * get_baseRequest_11() const { return ___baseRequest_11; }
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** get_address_of_baseRequest_11() { return &___baseRequest_11; }
inline void set_baseRequest_11(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value)
{
___baseRequest_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_11), (void*)value);
}
inline static int32_t get_offset_of_Stream_12() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___Stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Stream_12() const { return ___Stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Stream_12() { return &___Stream_12; }
inline void set_Stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Stream_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Stream_12), (void*)value);
}
inline static int32_t get_offset_of_streamedFragments_13() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___streamedFragments_13)); }
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_streamedFragments_13() const { return ___streamedFragments_13; }
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ** get_address_of_streamedFragments_13() { return &___streamedFragments_13; }
inline void set_streamedFragments_13(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value)
{
___streamedFragments_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_13), (void*)value);
}
inline static int32_t get_offset_of_SyncRoot_14() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___SyncRoot_14)); }
inline RuntimeObject * get_SyncRoot_14() const { return ___SyncRoot_14; }
inline RuntimeObject ** get_address_of_SyncRoot_14() { return &___SyncRoot_14; }
inline void set_SyncRoot_14(RuntimeObject * value)
{
___SyncRoot_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_14), (void*)value);
}
inline static int32_t get_offset_of_fragmentBuffer_15() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBuffer_15)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_fragmentBuffer_15() const { return ___fragmentBuffer_15; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_fragmentBuffer_15() { return &___fragmentBuffer_15; }
inline void set_fragmentBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___fragmentBuffer_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_15), (void*)value);
}
inline static int32_t get_offset_of_fragmentBufferDataLength_16() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBufferDataLength_16)); }
inline int32_t get_fragmentBufferDataLength_16() const { return ___fragmentBufferDataLength_16; }
inline int32_t* get_address_of_fragmentBufferDataLength_16() { return &___fragmentBufferDataLength_16; }
inline void set_fragmentBufferDataLength_16(int32_t value)
{
___fragmentBufferDataLength_16 = value;
}
inline static int32_t get_offset_of_allFragmentSize_17() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___allFragmentSize_17)); }
inline int32_t get_allFragmentSize_17() const { return ___allFragmentSize_17; }
inline int32_t* get_address_of_allFragmentSize_17() { return &___allFragmentSize_17; }
inline void set_allFragmentSize_17(int32_t value)
{
___allFragmentSize_17 = 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.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.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA : public RuntimeObject
{
public:
// System.String FairyGUI.Transition::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// System.Boolean FairyGUI.Transition::invalidateBatchingEveryFrame
bool ___invalidateBatchingEveryFrame_1;
// FairyGUI.GComponent FairyGUI.Transition::_owner
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_2;
// FairyGUI.TransitionItem[] FairyGUI.Transition::_items
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* ____items_3;
// System.Int32 FairyGUI.Transition::_totalTimes
int32_t ____totalTimes_4;
// System.Int32 FairyGUI.Transition::_totalTasks
int32_t ____totalTasks_5;
// System.Boolean FairyGUI.Transition::_playing
bool ____playing_6;
// System.Boolean FairyGUI.Transition::_paused
bool ____paused_7;
// System.Single FairyGUI.Transition::_ownerBaseX
float ____ownerBaseX_8;
// System.Single FairyGUI.Transition::_ownerBaseY
float ____ownerBaseY_9;
// FairyGUI.PlayCompleteCallback FairyGUI.Transition::_onComplete
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ____onComplete_10;
// System.Int32 FairyGUI.Transition::_options
int32_t ____options_11;
// System.Boolean FairyGUI.Transition::_reversed
bool ____reversed_12;
// System.Single FairyGUI.Transition::_totalDuration
float ____totalDuration_13;
// System.Boolean FairyGUI.Transition::_autoPlay
bool ____autoPlay_14;
// System.Int32 FairyGUI.Transition::_autoPlayTimes
int32_t ____autoPlayTimes_15;
// System.Single FairyGUI.Transition::_autoPlayDelay
float ____autoPlayDelay_16;
// System.Single FairyGUI.Transition::_timeScale
float ____timeScale_17;
// System.Boolean FairyGUI.Transition::_ignoreEngineTimeScale
bool ____ignoreEngineTimeScale_18;
// System.Single FairyGUI.Transition::_startTime
float ____startTime_19;
// System.Single FairyGUI.Transition::_endTime
float ____endTime_20;
// FairyGUI.GTweenCallback FairyGUI.Transition::_delayedCallDelegate
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____delayedCallDelegate_21;
// FairyGUI.GTweenCallback1 FairyGUI.Transition::_delayedCallDelegate2
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____delayedCallDelegate2_22;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___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_invalidateBatchingEveryFrame_1() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___invalidateBatchingEveryFrame_1)); }
inline bool get_invalidateBatchingEveryFrame_1() const { return ___invalidateBatchingEveryFrame_1; }
inline bool* get_address_of_invalidateBatchingEveryFrame_1() { return &___invalidateBatchingEveryFrame_1; }
inline void set_invalidateBatchingEveryFrame_1(bool value)
{
___invalidateBatchingEveryFrame_1 = value;
}
inline static int32_t get_offset_of__owner_2() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____owner_2)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_2() const { return ____owner_2; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_2() { return &____owner_2; }
inline void set__owner_2(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____owner_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____items_3)); }
inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* get__items_3() const { return ____items_3; }
inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__totalTimes_4() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTimes_4)); }
inline int32_t get__totalTimes_4() const { return ____totalTimes_4; }
inline int32_t* get_address_of__totalTimes_4() { return &____totalTimes_4; }
inline void set__totalTimes_4(int32_t value)
{
____totalTimes_4 = value;
}
inline static int32_t get_offset_of__totalTasks_5() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTasks_5)); }
inline int32_t get__totalTasks_5() const { return ____totalTasks_5; }
inline int32_t* get_address_of__totalTasks_5() { return &____totalTasks_5; }
inline void set__totalTasks_5(int32_t value)
{
____totalTasks_5 = value;
}
inline static int32_t get_offset_of__playing_6() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____playing_6)); }
inline bool get__playing_6() const { return ____playing_6; }
inline bool* get_address_of__playing_6() { return &____playing_6; }
inline void set__playing_6(bool value)
{
____playing_6 = value;
}
inline static int32_t get_offset_of__paused_7() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____paused_7)); }
inline bool get__paused_7() const { return ____paused_7; }
inline bool* get_address_of__paused_7() { return &____paused_7; }
inline void set__paused_7(bool value)
{
____paused_7 = value;
}
inline static int32_t get_offset_of__ownerBaseX_8() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseX_8)); }
inline float get__ownerBaseX_8() const { return ____ownerBaseX_8; }
inline float* get_address_of__ownerBaseX_8() { return &____ownerBaseX_8; }
inline void set__ownerBaseX_8(float value)
{
____ownerBaseX_8 = value;
}
inline static int32_t get_offset_of__ownerBaseY_9() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseY_9)); }
inline float get__ownerBaseY_9() const { return ____ownerBaseY_9; }
inline float* get_address_of__ownerBaseY_9() { return &____ownerBaseY_9; }
inline void set__ownerBaseY_9(float value)
{
____ownerBaseY_9 = value;
}
inline static int32_t get_offset_of__onComplete_10() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____onComplete_10)); }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get__onComplete_10() const { return ____onComplete_10; }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of__onComplete_10() { return &____onComplete_10; }
inline void set__onComplete_10(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value)
{
____onComplete_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete_10), (void*)value);
}
inline static int32_t get_offset_of__options_11() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____options_11)); }
inline int32_t get__options_11() const { return ____options_11; }
inline int32_t* get_address_of__options_11() { return &____options_11; }
inline void set__options_11(int32_t value)
{
____options_11 = value;
}
inline static int32_t get_offset_of__reversed_12() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____reversed_12)); }
inline bool get__reversed_12() const { return ____reversed_12; }
inline bool* get_address_of__reversed_12() { return &____reversed_12; }
inline void set__reversed_12(bool value)
{
____reversed_12 = value;
}
inline static int32_t get_offset_of__totalDuration_13() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalDuration_13)); }
inline float get__totalDuration_13() const { return ____totalDuration_13; }
inline float* get_address_of__totalDuration_13() { return &____totalDuration_13; }
inline void set__totalDuration_13(float value)
{
____totalDuration_13 = value;
}
inline static int32_t get_offset_of__autoPlay_14() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlay_14)); }
inline bool get__autoPlay_14() const { return ____autoPlay_14; }
inline bool* get_address_of__autoPlay_14() { return &____autoPlay_14; }
inline void set__autoPlay_14(bool value)
{
____autoPlay_14 = value;
}
inline static int32_t get_offset_of__autoPlayTimes_15() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayTimes_15)); }
inline int32_t get__autoPlayTimes_15() const { return ____autoPlayTimes_15; }
inline int32_t* get_address_of__autoPlayTimes_15() { return &____autoPlayTimes_15; }
inline void set__autoPlayTimes_15(int32_t value)
{
____autoPlayTimes_15 = value;
}
inline static int32_t get_offset_of__autoPlayDelay_16() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayDelay_16)); }
inline float get__autoPlayDelay_16() const { return ____autoPlayDelay_16; }
inline float* get_address_of__autoPlayDelay_16() { return &____autoPlayDelay_16; }
inline void set__autoPlayDelay_16(float value)
{
____autoPlayDelay_16 = value;
}
inline static int32_t get_offset_of__timeScale_17() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____timeScale_17)); }
inline float get__timeScale_17() const { return ____timeScale_17; }
inline float* get_address_of__timeScale_17() { return &____timeScale_17; }
inline void set__timeScale_17(float value)
{
____timeScale_17 = value;
}
inline static int32_t get_offset_of__ignoreEngineTimeScale_18() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ignoreEngineTimeScale_18)); }
inline bool get__ignoreEngineTimeScale_18() const { return ____ignoreEngineTimeScale_18; }
inline bool* get_address_of__ignoreEngineTimeScale_18() { return &____ignoreEngineTimeScale_18; }
inline void set__ignoreEngineTimeScale_18(bool value)
{
____ignoreEngineTimeScale_18 = value;
}
inline static int32_t get_offset_of__startTime_19() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____startTime_19)); }
inline float get__startTime_19() const { return ____startTime_19; }
inline float* get_address_of__startTime_19() { return &____startTime_19; }
inline void set__startTime_19(float value)
{
____startTime_19 = value;
}
inline static int32_t get_offset_of__endTime_20() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____endTime_20)); }
inline float get__endTime_20() const { return ____endTime_20; }
inline float* get_address_of__endTime_20() { return &____endTime_20; }
inline void set__endTime_20(float value)
{
____endTime_20 = value;
}
inline static int32_t get_offset_of__delayedCallDelegate_21() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate_21)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__delayedCallDelegate_21() const { return ____delayedCallDelegate_21; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__delayedCallDelegate_21() { return &____delayedCallDelegate_21; }
inline void set__delayedCallDelegate_21(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____delayedCallDelegate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate_21), (void*)value);
}
inline static int32_t get_offset_of__delayedCallDelegate2_22() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate2_22)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__delayedCallDelegate2_22() const { return ____delayedCallDelegate2_22; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__delayedCallDelegate2_22() { return &____delayedCallDelegate2_22; }
inline void set__delayedCallDelegate2_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____delayedCallDelegate2_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate2_22), (void*)value);
}
};
// FairyGUI.UIObjectFactory
struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 : public RuntimeObject
{
public:
public:
};
struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory_GComponentCreator> FairyGUI.UIObjectFactory::packageItemExtensions
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * ___packageItemExtensions_0;
// FairyGUI.UIObjectFactory_GLoaderCreator FairyGUI.UIObjectFactory::loaderCreator
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___loaderCreator_1;
public:
inline static int32_t get_offset_of_packageItemExtensions_0() { return static_cast<int32_t>(offsetof(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields, ___packageItemExtensions_0)); }
inline Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * get_packageItemExtensions_0() const { return ___packageItemExtensions_0; }
inline Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 ** get_address_of_packageItemExtensions_0() { return &___packageItemExtensions_0; }
inline void set_packageItemExtensions_0(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * value)
{
___packageItemExtensions_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItemExtensions_0), (void*)value);
}
inline static int32_t get_offset_of_loaderCreator_1() { return static_cast<int32_t>(offsetof(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields, ___loaderCreator_1)); }
inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * get_loaderCreator_1() const { return ___loaderCreator_1; }
inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 ** get_address_of_loaderCreator_1() { return &___loaderCreator_1; }
inline void set_loaderCreator_1(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * value)
{
___loaderCreator_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loaderCreator_1), (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);
}
};
// FairyGUI.Utils.XML
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 : public RuntimeObject
{
public:
// System.String FairyGUI.Utils.XML::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// System.String FairyGUI.Utils.XML::<text>k__BackingField
String_t* ___U3CtextU3Ek__BackingField_1;
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.Utils.XML::_attributes
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____attributes_2;
// FairyGUI.Utils.XMLList FairyGUI.Utils.XML::_children
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * ____children_3;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___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_U3CtextU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___U3CtextU3Ek__BackingField_1)); }
inline String_t* get_U3CtextU3Ek__BackingField_1() const { return ___U3CtextU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CtextU3Ek__BackingField_1() { return &___U3CtextU3Ek__BackingField_1; }
inline void set_U3CtextU3Ek__BackingField_1(String_t* value)
{
___U3CtextU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of__attributes_2() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____attributes_2)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__attributes_2() const { return ____attributes_2; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__attributes_2() { return &____attributes_2; }
inline void set__attributes_2(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value);
}
inline static int32_t get_offset_of__children_3() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____children_3)); }
inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * get__children_3() const { return ____children_3; }
inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C ** get_address_of__children_3() { return &____children_3; }
inline void set__children_3(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * value)
{
____children_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_3), (void*)value);
}
};
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.Utils.XML> FairyGUI.Utils.XML::sNodeStack
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * ___sNodeStack_4;
public:
inline static int32_t get_offset_of_sNodeStack_4() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields, ___sNodeStack_4)); }
inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * get_sNodeStack_4() const { return ___sNodeStack_4; }
inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 ** get_address_of_sNodeStack_4() { return &___sNodeStack_4; }
inline void set_sNodeStack_4(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * value)
{
___sNodeStack_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sNodeStack_4), (void*)value);
}
};
// FairyGUI_TextFormatWrap
struct FairyGUI_TextFormatWrap_tF1F3E1C612F7A3272B65661E497D12E6FE954A09 : public RuntimeObject
{
public:
public:
};
// FairyGUI_TimersWrap
struct FairyGUI_TimersWrap_t18B0CA6A97540DE81554789727235D8A5EF80320 : public RuntimeObject
{
public:
public:
};
// FairyGUI_TransitionWrap
struct FairyGUI_TransitionWrap_t8C25AF1E4CDB91AD4F8B6B09473DAC28DE45238E : public RuntimeObject
{
public:
public:
};
// FairyGUI_UIConfigWrap
struct FairyGUI_UIConfigWrap_t5D8369B8EAD7C834FA9585F347739838990675EC : public RuntimeObject
{
public:
public:
};
// FairyGUI_UIObjectFactoryWrap
struct FairyGUI_UIObjectFactoryWrap_tDBBA34A0AC7548B9CDC0E703A31D59E7F490796F : public RuntimeObject
{
public:
public:
};
// FairyGUI_UIPackageWrap
struct FairyGUI_UIPackageWrap_tC3F8DF5DC5D40C14343797AD0B20CB1FCE2E4EA9 : public RuntimeObject
{
public:
public:
};
// FairyGUI_WindowWrap
struct FairyGUI_WindowWrap_tA5FDA99F1233DF6FE8C86A5D379ABC0B64CEA1FE : public RuntimeObject
{
public:
public:
};
// FileManager
struct FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED : public RuntimeObject
{
public:
public:
};
struct FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields
{
public:
// System.String FileManager::s_cachePath
String_t* ___s_cachePath_0;
// System.String FileManager::s_ifsExtractFolder
String_t* ___s_ifsExtractFolder_1;
// System.String FileManager::s_ifsExtractPath
String_t* ___s_ifsExtractPath_2;
// System.String FileManager::ab_buildPath
String_t* ___ab_buildPath_3;
// System.Security.Cryptography.MD5CryptoServiceProvider FileManager::s_md5Provider
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * ___s_md5Provider_4;
// FileManager_DelegateOnOperateFileFail FileManager::s_delegateOnOperateFileFail
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * ___s_delegateOnOperateFileFail_5;
public:
inline static int32_t get_offset_of_s_cachePath_0() { return static_cast<int32_t>(offsetof(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields, ___s_cachePath_0)); }
inline String_t* get_s_cachePath_0() const { return ___s_cachePath_0; }
inline String_t** get_address_of_s_cachePath_0() { return &___s_cachePath_0; }
inline void set_s_cachePath_0(String_t* value)
{
___s_cachePath_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_cachePath_0), (void*)value);
}
inline static int32_t get_offset_of_s_ifsExtractFolder_1() { return static_cast<int32_t>(offsetof(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields, ___s_ifsExtractFolder_1)); }
inline String_t* get_s_ifsExtractFolder_1() const { return ___s_ifsExtractFolder_1; }
inline String_t** get_address_of_s_ifsExtractFolder_1() { return &___s_ifsExtractFolder_1; }
inline void set_s_ifsExtractFolder_1(String_t* value)
{
___s_ifsExtractFolder_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ifsExtractFolder_1), (void*)value);
}
inline static int32_t get_offset_of_s_ifsExtractPath_2() { return static_cast<int32_t>(offsetof(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields, ___s_ifsExtractPath_2)); }
inline String_t* get_s_ifsExtractPath_2() const { return ___s_ifsExtractPath_2; }
inline String_t** get_address_of_s_ifsExtractPath_2() { return &___s_ifsExtractPath_2; }
inline void set_s_ifsExtractPath_2(String_t* value)
{
___s_ifsExtractPath_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ifsExtractPath_2), (void*)value);
}
inline static int32_t get_offset_of_ab_buildPath_3() { return static_cast<int32_t>(offsetof(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields, ___ab_buildPath_3)); }
inline String_t* get_ab_buildPath_3() const { return ___ab_buildPath_3; }
inline String_t** get_address_of_ab_buildPath_3() { return &___ab_buildPath_3; }
inline void set_ab_buildPath_3(String_t* value)
{
___ab_buildPath_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ab_buildPath_3), (void*)value);
}
inline static int32_t get_offset_of_s_md5Provider_4() { return static_cast<int32_t>(offsetof(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields, ___s_md5Provider_4)); }
inline MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * get_s_md5Provider_4() const { return ___s_md5Provider_4; }
inline MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 ** get_address_of_s_md5Provider_4() { return &___s_md5Provider_4; }
inline void set_s_md5Provider_4(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * value)
{
___s_md5Provider_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_md5Provider_4), (void*)value);
}
inline static int32_t get_offset_of_s_delegateOnOperateFileFail_5() { return static_cast<int32_t>(offsetof(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields, ___s_delegateOnOperateFileFail_5)); }
inline DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * get_s_delegateOnOperateFileFail_5() const { return ___s_delegateOnOperateFileFail_5; }
inline DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C ** get_address_of_s_delegateOnOperateFileFail_5() { return &___s_delegateOnOperateFileFail_5; }
inline void set_s_delegateOnOperateFileFail_5(DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * value)
{
___s_delegateOnOperateFileFail_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_delegateOnOperateFileFail_5), (void*)value);
}
};
// FileManager_<>c
struct U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD : public RuntimeObject
{
public:
public:
};
struct U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_StaticFields
{
public:
// FileManager_<>c FileManager_<>c::<>9
U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * ___U3CU3E9_0;
public:
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_StaticFields, ___U3CU3E9_0)); }
inline U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
inline U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
inline void set_U3CU3E9_0(U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * value)
{
___U3CU3E9_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
}
};
// GPSAddress
struct GPSAddress_tCA17D3FEFEC0348D8557B507F4576585936036CF : public RuntimeObject
{
public:
public:
};
// GPSAddress_<StartGPS>d__2
struct U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E : public RuntimeObject
{
public:
// System.Int32 GPSAddress_<StartGPS>d__2::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object GPSAddress_<StartGPS>d__2::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// LuaInterface.LuaFunction GPSAddress_<StartGPS>d__2::callback
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_2;
// System.Int32 GPSAddress_<StartGPS>d__2::<maxWait>5__2
int32_t ___U3CmaxWaitU3E5__2_3;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E, ___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(U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E, ___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_callback_2() { return static_cast<int32_t>(offsetof(U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E, ___callback_2)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_2() const { return ___callback_2; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_2() { return &___callback_2; }
inline void set_callback_2(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
___callback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value);
}
inline static int32_t get_offset_of_U3CmaxWaitU3E5__2_3() { return static_cast<int32_t>(offsetof(U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E, ___U3CmaxWaitU3E5__2_3)); }
inline int32_t get_U3CmaxWaitU3E5__2_3() const { return ___U3CmaxWaitU3E5__2_3; }
inline int32_t* get_address_of_U3CmaxWaitU3E5__2_3() { return &___U3CmaxWaitU3E5__2_3; }
inline void set_U3CmaxWaitU3E5__2_3(int32_t value)
{
___U3CmaxWaitU3E5__2_3 = value;
}
};
// Game.Utils
struct Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034 : public RuntimeObject
{
public:
public:
};
struct Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields
{
public:
// System.String Game.Utils::_fileDir
String_t* ____fileDir_0;
public:
inline static int32_t get_offset_of__fileDir_0() { return static_cast<int32_t>(offsetof(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields, ____fileDir_0)); }
inline String_t* get__fileDir_0() const { return ____fileDir_0; }
inline String_t** get_address_of__fileDir_0() { return &____fileDir_0; }
inline void set__fileDir_0(String_t* value)
{
____fileDir_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fileDir_0), (void*)value);
}
};
// Game.Utils_<>c__DisplayClass11_0
struct U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C : public RuntimeObject
{
public:
// System.String Game.Utils_<>c__DisplayClass11_0::path
String_t* ___path_0;
// LuaInterface.LuaFunction Game.Utils_<>c__DisplayClass11_0::callback
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_1;
public:
inline static int32_t get_offset_of_path_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C, ___path_0)); }
inline String_t* get_path_0() const { return ___path_0; }
inline String_t** get_address_of_path_0() { return &___path_0; }
inline void set_path_0(String_t* value)
{
___path_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value);
}
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C, ___callback_1)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_1() const { return ___callback_1; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_1() { return &___callback_1; }
inline void set_callback_1(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
___callback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (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.List`1<FairyGUI.PackageItem>
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____items_1)); }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* get__items_1() const { return ____items_1; }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* 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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_StaticFields, ____emptyArray_5)); }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* get__emptyArray_5() const { return ____emptyArray_5; }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.UIConfig_ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* ____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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____items_1)); }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* get__items_1() const { return ____items_1; }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* 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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____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_t74B6A4CA646AC394724678D53711955E95B67FB2_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_StaticFields, ____emptyArray_5)); }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* get__emptyArray_5() const { return ____emptyArray_5; }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.UIPackage>
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____items_1)); }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* get__items_1() const { return ____items_1; }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* 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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_StaticFields, ____emptyArray_5)); }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* get__emptyArray_5() const { return ____emptyArray_5; }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); }
inline int32_t get_State_2() const { return ___State_2; }
inline int32_t* get_address_of_State_2() { return &___State_2; }
inline void set_State_2(int32_t value)
{
___State_2 = value;
}
inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
// 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.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_55;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_57;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_58;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
public:
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
inline void set_m_codePage_55(int32_t value)
{
___m_codePage_55 = value;
}
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
inline void set_m_deserializedFromEverett_57(bool value)
{
___m_deserializedFromEverett_57 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
inline void set_m_isReadOnly_58(bool value)
{
___m_isReadOnly_58 = value;
}
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_61;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
{
___s_InternalSyncObject_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (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.TimeZone
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 : public RuntimeObject
{
public:
public:
};
struct TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields
{
public:
// System.TimeZone System.TimeZone::currentTimeZone
TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * ___currentTimeZone_0;
// System.Object System.TimeZone::tz_lock
RuntimeObject * ___tz_lock_1;
// System.Int64 System.TimeZone::timezone_check
int64_t ___timezone_check_2;
public:
inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___currentTimeZone_0)); }
inline TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * get_currentTimeZone_0() const { return ___currentTimeZone_0; }
inline TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; }
inline void set_currentTimeZone_0(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * value)
{
___currentTimeZone_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentTimeZone_0), (void*)value);
}
inline static int32_t get_offset_of_tz_lock_1() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___tz_lock_1)); }
inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; }
inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; }
inline void set_tz_lock_1(RuntimeObject * value)
{
___tz_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tz_lock_1), (void*)value);
}
inline static int32_t get_offset_of_timezone_check_2() { return static_cast<int32_t>(offsetof(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_StaticFields, ___timezone_check_2)); }
inline int64_t get_timezone_check_2() const { return ___timezone_check_2; }
inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; }
inline void set_timezone_check_2(int64_t value)
{
___timezone_check_2 = 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.LocationService
struct LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD : public RuntimeObject
{
public:
public:
};
// 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
{
};
// 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;
}
};
// 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.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = 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.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)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.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
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.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.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.Color32
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
{
public:
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
public:
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
inline int32_t get_rgba_0() const { return ___rgba_0; }
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
inline void set_rgba_0(int32_t value)
{
___rgba_0 = value;
}
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
inline uint8_t get_r_1() const { return ___r_1; }
inline uint8_t* get_address_of_r_1() { return &___r_1; }
inline void set_r_1(uint8_t value)
{
___r_1 = value;
}
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
inline uint8_t get_g_2() const { return ___g_2; }
inline uint8_t* get_address_of_g_2() { return &___g_2; }
inline void set_g_2(uint8_t value)
{
___g_2 = value;
}
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
inline uint8_t get_b_3() const { return ___b_3; }
inline uint8_t* get_address_of_b_3() { return &___b_3; }
inline void set_b_3(uint8_t value)
{
___b_3 = value;
}
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
inline uint8_t get_a_4() const { return ___a_4; }
inline uint8_t* get_address_of_a_4() { return &___a_4; }
inline void set_a_4(uint8_t value)
{
___a_4 = value;
}
};
// UnityEngine.LocationInfo
struct LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C
{
public:
// System.Double UnityEngine.LocationInfo::m_Timestamp
double ___m_Timestamp_0;
// System.Single UnityEngine.LocationInfo::m_Latitude
float ___m_Latitude_1;
// System.Single UnityEngine.LocationInfo::m_Longitude
float ___m_Longitude_2;
// System.Single UnityEngine.LocationInfo::m_Altitude
float ___m_Altitude_3;
// System.Single UnityEngine.LocationInfo::m_HorizontalAccuracy
float ___m_HorizontalAccuracy_4;
// System.Single UnityEngine.LocationInfo::m_VerticalAccuracy
float ___m_VerticalAccuracy_5;
public:
inline static int32_t get_offset_of_m_Timestamp_0() { return static_cast<int32_t>(offsetof(LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C, ___m_Timestamp_0)); }
inline double get_m_Timestamp_0() const { return ___m_Timestamp_0; }
inline double* get_address_of_m_Timestamp_0() { return &___m_Timestamp_0; }
inline void set_m_Timestamp_0(double value)
{
___m_Timestamp_0 = value;
}
inline static int32_t get_offset_of_m_Latitude_1() { return static_cast<int32_t>(offsetof(LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C, ___m_Latitude_1)); }
inline float get_m_Latitude_1() const { return ___m_Latitude_1; }
inline float* get_address_of_m_Latitude_1() { return &___m_Latitude_1; }
inline void set_m_Latitude_1(float value)
{
___m_Latitude_1 = value;
}
inline static int32_t get_offset_of_m_Longitude_2() { return static_cast<int32_t>(offsetof(LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C, ___m_Longitude_2)); }
inline float get_m_Longitude_2() const { return ___m_Longitude_2; }
inline float* get_address_of_m_Longitude_2() { return &___m_Longitude_2; }
inline void set_m_Longitude_2(float value)
{
___m_Longitude_2 = value;
}
inline static int32_t get_offset_of_m_Altitude_3() { return static_cast<int32_t>(offsetof(LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C, ___m_Altitude_3)); }
inline float get_m_Altitude_3() const { return ___m_Altitude_3; }
inline float* get_address_of_m_Altitude_3() { return &___m_Altitude_3; }
inline void set_m_Altitude_3(float value)
{
___m_Altitude_3 = value;
}
inline static int32_t get_offset_of_m_HorizontalAccuracy_4() { return static_cast<int32_t>(offsetof(LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C, ___m_HorizontalAccuracy_4)); }
inline float get_m_HorizontalAccuracy_4() const { return ___m_HorizontalAccuracy_4; }
inline float* get_address_of_m_HorizontalAccuracy_4() { return &___m_HorizontalAccuracy_4; }
inline void set_m_HorizontalAccuracy_4(float value)
{
___m_HorizontalAccuracy_4 = value;
}
inline static int32_t get_offset_of_m_VerticalAccuracy_5() { return static_cast<int32_t>(offsetof(LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C, ___m_VerticalAccuracy_5)); }
inline float get_m_VerticalAccuracy_5() const { return ___m_VerticalAccuracy_5; }
inline float* get_address_of_m_VerticalAccuracy_5() { return &___m_VerticalAccuracy_5; }
inline void set_m_VerticalAccuracy_5(float value)
{
___m_VerticalAccuracy_5 = 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.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.Single UnityEngine.WaitForSeconds::m_Seconds
float ___m_Seconds_0;
public:
inline static int32_t get_offset_of_m_Seconds_0() { return static_cast<int32_t>(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); }
inline float get_m_Seconds_0() const { return ___m_Seconds_0; }
inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; }
inline void set_m_Seconds_0(float value)
{
___m_Seconds_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
float ___m_Seconds_0;
};
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
float ___m_Seconds_0;
};
// BestHTTP.Forms.HTTPFormUsage
struct HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F
{
public:
// System.Int32 BestHTTP.Forms.HTTPFormUsage::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F, ___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;
}
};
// BestHTTP.HTTPMethods
struct HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F
{
public:
// System.Byte BestHTTP.HTTPMethods::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
// BestHTTP.HTTPRequestStates
struct HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576
{
public:
// System.Int32 BestHTTP.HTTPRequestStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576, ___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;
}
};
// BestHTTP.SupportedProtocols
struct SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC
{
public:
// System.Int32 BestHTTP.SupportedProtocols::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC, ___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.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.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.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.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.UIConfig_ConfigKey
struct ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B
{
public:
// System.Int32 FairyGUI.UIConfig_ConfigKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B, ___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.UIConfig_ConfigValue
struct ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB : public RuntimeObject
{
public:
// System.Boolean FairyGUI.UIConfig_ConfigValue::valid
bool ___valid_0;
// System.String FairyGUI.UIConfig_ConfigValue::s
String_t* ___s_1;
// System.Int32 FairyGUI.UIConfig_ConfigValue::i
int32_t ___i_2;
// System.Single FairyGUI.UIConfig_ConfigValue::f
float ___f_3;
// System.Boolean FairyGUI.UIConfig_ConfigValue::b
bool ___b_4;
// UnityEngine.Color FairyGUI.UIConfig_ConfigValue::c
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c_5;
public:
inline static int32_t get_offset_of_valid_0() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___valid_0)); }
inline bool get_valid_0() const { return ___valid_0; }
inline bool* get_address_of_valid_0() { return &___valid_0; }
inline void set_valid_0(bool value)
{
___valid_0 = value;
}
inline static int32_t get_offset_of_s_1() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___s_1)); }
inline String_t* get_s_1() const { return ___s_1; }
inline String_t** get_address_of_s_1() { return &___s_1; }
inline void set_s_1(String_t* value)
{
___s_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_1), (void*)value);
}
inline static int32_t get_offset_of_i_2() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___i_2)); }
inline int32_t get_i_2() const { return ___i_2; }
inline int32_t* get_address_of_i_2() { return &___i_2; }
inline void set_i_2(int32_t value)
{
___i_2 = value;
}
inline static int32_t get_offset_of_f_3() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___f_3)); }
inline float get_f_3() const { return ___f_3; }
inline float* get_address_of_f_3() { return &___f_3; }
inline void set_f_3(float value)
{
___f_3 = value;
}
inline static int32_t get_offset_of_b_4() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___b_4)); }
inline bool get_b_4() const { return ___b_4; }
inline bool* get_address_of_b_4() { return &___b_4; }
inline void set_b_4(bool value)
{
___b_4 = value;
}
inline static int32_t get_offset_of_c_5() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___c_5)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_c_5() const { return ___c_5; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_c_5() { return &___c_5; }
inline void set_c_5(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___c_5 = 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;
}
};
// 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.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.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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.IO.FileAttributes
struct FileAttributes_t224B42F6F82954C94B51791913857C005C559876
{
public:
// System.Int32 System.IO.FileAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAttributes_t224B42F6F82954C94B51791913857C005C559876, ___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.IO.FileMode
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
{
public:
// System.Int32 System.IO.FileMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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.IO.FileShare
struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684
{
public:
// System.Int32 System.IO.FileShare::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___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.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.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.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.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 : public MD5_tCED753745572EC20FE5D31D15F132736B5343EE6
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____H_5;
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff_6;
// System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count
uint64_t ___count_7;
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____ProcessingBuffer_8;
// System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount
int32_t ____ProcessingBufferCount_9;
public:
inline static int32_t get_offset_of__H_5() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____H_5)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__H_5() const { return ____H_5; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__H_5() { return &____H_5; }
inline void set__H_5(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____H_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____H_5), (void*)value);
}
inline static int32_t get_offset_of_buff_6() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___buff_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_buff_6() const { return ___buff_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_buff_6() { return &___buff_6; }
inline void set_buff_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___buff_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buff_6), (void*)value);
}
inline static int32_t get_offset_of_count_7() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___count_7)); }
inline uint64_t get_count_7() const { return ___count_7; }
inline uint64_t* get_address_of_count_7() { return &___count_7; }
inline void set_count_7(uint64_t value)
{
___count_7 = value;
}
inline static int32_t get_offset_of__ProcessingBuffer_8() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__ProcessingBuffer_8() const { return ____ProcessingBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__ProcessingBuffer_8() { return &____ProcessingBuffer_8; }
inline void set__ProcessingBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____ProcessingBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ProcessingBuffer_8), (void*)value);
}
inline static int32_t get_offset_of__ProcessingBufferCount_9() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBufferCount_9)); }
inline int32_t get__ProcessingBufferCount_9() const { return ____ProcessingBufferCount_9; }
inline int32_t* get_address_of__ProcessingBufferCount_9() { return &____ProcessingBufferCount_9; }
inline void set__ProcessingBufferCount_9(int32_t value)
{
____ProcessingBufferCount_9 = value;
}
};
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___K_10;
public:
inline static int32_t get_offset_of_K_10() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields, ___K_10)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_K_10() const { return ___K_10; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_K_10() { return &___K_10; }
inline void set_K_10(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___K_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___K_10), (void*)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.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___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.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.EventModifiers
struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061
{
public:
// System.Int32 UnityEngine.EventModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___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.KeyCode
struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C
{
public:
// System.Int32 UnityEngine.KeyCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___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.LocationServiceStatus
struct LocationServiceStatus_tA5EAB519D868E16B0F8907DBDBA772F3F08D26D4
{
public:
// System.Int32 UnityEngine.LocationServiceStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LocationServiceStatus_tA5EAB519D868E16B0F8907DBDBA772F3F08D26D4, ___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.TextureFormat
struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE
{
public:
// System.Int32 UnityEngine.TextureFormat::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___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;
}
};
// enFileOperation
struct enFileOperation_t475EB0894B07E974915B4E0AE12BC7814C32AF0E
{
public:
// System.Int32 enFileOperation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(enFileOperation_t475EB0894B07E974915B4E0AE12BC7814C32AF0E, ___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;
}
};
// BestHTTP.HTTPRequest
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE : public RuntimeObject
{
public:
// System.Uri BestHTTP.HTTPRequest::<Uri>k__BackingField
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CUriU3Ek__BackingField_3;
// BestHTTP.HTTPMethods BestHTTP.HTTPRequest::<MethodType>k__BackingField
uint8_t ___U3CMethodTypeU3Ek__BackingField_4;
// System.Byte[] BestHTTP.HTTPRequest::<RawData>k__BackingField
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CRawDataU3Ek__BackingField_5;
// System.IO.Stream BestHTTP.HTTPRequest::<UploadStream>k__BackingField
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___U3CUploadStreamU3Ek__BackingField_6;
// System.Boolean BestHTTP.HTTPRequest::<DisposeUploadStream>k__BackingField
bool ___U3CDisposeUploadStreamU3Ek__BackingField_7;
// System.Boolean BestHTTP.HTTPRequest::<UseUploadStreamLength>k__BackingField
bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8;
// BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress
OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * ___OnUploadProgress_9;
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::<Callback>k__BackingField
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___U3CCallbackU3Ek__BackingField_10;
// BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress
OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * ___OnProgress_11;
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___OnUpgraded_12;
// System.Boolean BestHTTP.HTTPRequest::<DisableRetry>k__BackingField
bool ___U3CDisableRetryU3Ek__BackingField_13;
// System.Boolean BestHTTP.HTTPRequest::<IsRedirected>k__BackingField
bool ___U3CIsRedirectedU3Ek__BackingField_14;
// System.Uri BestHTTP.HTTPRequest::<RedirectUri>k__BackingField
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CRedirectUriU3Ek__BackingField_15;
// BestHTTP.HTTPResponse BestHTTP.HTTPRequest::<Response>k__BackingField
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___U3CResponseU3Ek__BackingField_16;
// System.Exception BestHTTP.HTTPRequest::<Exception>k__BackingField
Exception_t * ___U3CExceptionU3Ek__BackingField_17;
// System.Object BestHTTP.HTTPRequest::<Tag>k__BackingField
RuntimeObject * ___U3CTagU3Ek__BackingField_18;
// BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::<Credentials>k__BackingField
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * ___U3CCredentialsU3Ek__BackingField_19;
// System.Int32 BestHTTP.HTTPRequest::<MaxRedirects>k__BackingField
int32_t ___U3CMaxRedirectsU3Ek__BackingField_20;
// BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::<FormUsage>k__BackingField
int32_t ___U3CFormUsageU3Ek__BackingField_21;
// BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::<State>k__BackingField
int32_t ___U3CStateU3Ek__BackingField_22;
// System.Int32 BestHTTP.HTTPRequest::<RedirectCount>k__BackingField
int32_t ___U3CRedirectCountU3Ek__BackingField_23;
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean> BestHTTP.HTTPRequest::CustomCertificationValidator
Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * ___CustomCertificationValidator_24;
// System.TimeSpan BestHTTP.HTTPRequest::<ConnectTimeout>k__BackingField
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_25;
// System.TimeSpan BestHTTP.HTTPRequest::<Timeout>k__BackingField
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CTimeoutU3Ek__BackingField_26;
// System.Boolean BestHTTP.HTTPRequest::<EnableTimoutForStreaming>k__BackingField
bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_27;
// System.Int32 BestHTTP.HTTPRequest::<Priority>k__BackingField
int32_t ___U3CPriorityU3Ek__BackingField_28;
// BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::<ProtocolHandler>k__BackingField
int32_t ___U3CProtocolHandlerU3Ek__BackingField_29;
// BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection
OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * ___onBeforeRedirection_30;
// System.Int32 BestHTTP.HTTPRequest::<Downloaded>k__BackingField
int32_t ___U3CDownloadedU3Ek__BackingField_31;
// System.Int32 BestHTTP.HTTPRequest::<DownloadLength>k__BackingField
int32_t ___U3CDownloadLengthU3Ek__BackingField_32;
// System.Boolean BestHTTP.HTTPRequest::<DownloadProgressChanged>k__BackingField
bool ___U3CDownloadProgressChangedU3Ek__BackingField_33;
// System.Int64 BestHTTP.HTTPRequest::<Uploaded>k__BackingField
int64_t ___U3CUploadedU3Ek__BackingField_34;
// System.Int64 BestHTTP.HTTPRequest::<UploadLength>k__BackingField
int64_t ___U3CUploadLengthU3Ek__BackingField_35;
// System.Boolean BestHTTP.HTTPRequest::<UploadProgressChanged>k__BackingField
bool ___U3CUploadProgressChangedU3Ek__BackingField_36;
// System.Boolean BestHTTP.HTTPRequest::isKeepAlive
bool ___isKeepAlive_37;
// System.Int32 BestHTTP.HTTPRequest::streamFragmentSize
int32_t ___streamFragmentSize_38;
// System.Boolean BestHTTP.HTTPRequest::useStreaming
bool ___useStreaming_39;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPRequest::<Headers>k__BackingField
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_40;
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FieldCollector_41;
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FormImpl_42;
public:
inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUriU3Ek__BackingField_3)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; }
inline void set_U3CUriU3Ek__BackingField_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___U3CUriU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMethodTypeU3Ek__BackingField_4)); }
inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; }
inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; }
inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value)
{
___U3CMethodTypeU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRawDataU3Ek__BackingField_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; }
inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___U3CRawDataU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadStreamU3Ek__BackingField_6)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; }
inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___U3CUploadStreamU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); }
inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; }
inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; }
inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value)
{
___U3CDisposeUploadStreamU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); }
inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; }
inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; }
inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value)
{
___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUploadProgress_9)); }
inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; }
inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; }
inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * value)
{
___OnUploadProgress_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value);
}
inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCallbackU3Ek__BackingField_10)); }
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_U3CCallbackU3Ek__BackingField_10() const { return ___U3CCallbackU3Ek__BackingField_10; }
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_U3CCallbackU3Ek__BackingField_10() { return &___U3CCallbackU3Ek__BackingField_10; }
inline void set_U3CCallbackU3Ek__BackingField_10(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value)
{
___U3CCallbackU3Ek__BackingField_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_10), (void*)value);
}
inline static int32_t get_offset_of_OnProgress_11() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnProgress_11)); }
inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * get_OnProgress_11() const { return ___OnProgress_11; }
inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 ** get_address_of_OnProgress_11() { return &___OnProgress_11; }
inline void set_OnProgress_11(OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * value)
{
___OnProgress_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_11), (void*)value);
}
inline static int32_t get_offset_of_OnUpgraded_12() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUpgraded_12)); }
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_OnUpgraded_12() const { return ___OnUpgraded_12; }
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_OnUpgraded_12() { return &___OnUpgraded_12; }
inline void set_OnUpgraded_12(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value)
{
___OnUpgraded_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_12), (void*)value);
}
inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisableRetryU3Ek__BackingField_13)); }
inline bool get_U3CDisableRetryU3Ek__BackingField_13() const { return ___U3CDisableRetryU3Ek__BackingField_13; }
inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_13() { return &___U3CDisableRetryU3Ek__BackingField_13; }
inline void set_U3CDisableRetryU3Ek__BackingField_13(bool value)
{
___U3CDisableRetryU3Ek__BackingField_13 = value;
}
inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CIsRedirectedU3Ek__BackingField_14)); }
inline bool get_U3CIsRedirectedU3Ek__BackingField_14() const { return ___U3CIsRedirectedU3Ek__BackingField_14; }
inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_14() { return &___U3CIsRedirectedU3Ek__BackingField_14; }
inline void set_U3CIsRedirectedU3Ek__BackingField_14(bool value)
{
___U3CIsRedirectedU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectUriU3Ek__BackingField_15)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CRedirectUriU3Ek__BackingField_15() const { return ___U3CRedirectUriU3Ek__BackingField_15; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CRedirectUriU3Ek__BackingField_15() { return &___U3CRedirectUriU3Ek__BackingField_15; }
inline void set_U3CRedirectUriU3Ek__BackingField_15(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___U3CRedirectUriU3Ek__BackingField_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_15), (void*)value);
}
inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CResponseU3Ek__BackingField_16)); }
inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * get_U3CResponseU3Ek__BackingField_16() const { return ___U3CResponseU3Ek__BackingField_16; }
inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE ** get_address_of_U3CResponseU3Ek__BackingField_16() { return &___U3CResponseU3Ek__BackingField_16; }
inline void set_U3CResponseU3Ek__BackingField_16(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * value)
{
___U3CResponseU3Ek__BackingField_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_16), (void*)value);
}
inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CExceptionU3Ek__BackingField_17)); }
inline Exception_t * get_U3CExceptionU3Ek__BackingField_17() const { return ___U3CExceptionU3Ek__BackingField_17; }
inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_17() { return &___U3CExceptionU3Ek__BackingField_17; }
inline void set_U3CExceptionU3Ek__BackingField_17(Exception_t * value)
{
___U3CExceptionU3Ek__BackingField_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_17), (void*)value);
}
inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTagU3Ek__BackingField_18)); }
inline RuntimeObject * get_U3CTagU3Ek__BackingField_18() const { return ___U3CTagU3Ek__BackingField_18; }
inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_18() { return &___U3CTagU3Ek__BackingField_18; }
inline void set_U3CTagU3Ek__BackingField_18(RuntimeObject * value)
{
___U3CTagU3Ek__BackingField_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_18), (void*)value);
}
inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCredentialsU3Ek__BackingField_19)); }
inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * get_U3CCredentialsU3Ek__BackingField_19() const { return ___U3CCredentialsU3Ek__BackingField_19; }
inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 ** get_address_of_U3CCredentialsU3Ek__BackingField_19() { return &___U3CCredentialsU3Ek__BackingField_19; }
inline void set_U3CCredentialsU3Ek__BackingField_19(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * value)
{
___U3CCredentialsU3Ek__BackingField_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_19), (void*)value);
}
inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMaxRedirectsU3Ek__BackingField_20)); }
inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_20() const { return ___U3CMaxRedirectsU3Ek__BackingField_20; }
inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_20() { return &___U3CMaxRedirectsU3Ek__BackingField_20; }
inline void set_U3CMaxRedirectsU3Ek__BackingField_20(int32_t value)
{
___U3CMaxRedirectsU3Ek__BackingField_20 = value;
}
inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_21() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CFormUsageU3Ek__BackingField_21)); }
inline int32_t get_U3CFormUsageU3Ek__BackingField_21() const { return ___U3CFormUsageU3Ek__BackingField_21; }
inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_21() { return &___U3CFormUsageU3Ek__BackingField_21; }
inline void set_U3CFormUsageU3Ek__BackingField_21(int32_t value)
{
___U3CFormUsageU3Ek__BackingField_21 = value;
}
inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CStateU3Ek__BackingField_22)); }
inline int32_t get_U3CStateU3Ek__BackingField_22() const { return ___U3CStateU3Ek__BackingField_22; }
inline int32_t* get_address_of_U3CStateU3Ek__BackingField_22() { return &___U3CStateU3Ek__BackingField_22; }
inline void set_U3CStateU3Ek__BackingField_22(int32_t value)
{
___U3CStateU3Ek__BackingField_22 = value;
}
inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_23() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectCountU3Ek__BackingField_23)); }
inline int32_t get_U3CRedirectCountU3Ek__BackingField_23() const { return ___U3CRedirectCountU3Ek__BackingField_23; }
inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_23() { return &___U3CRedirectCountU3Ek__BackingField_23; }
inline void set_U3CRedirectCountU3Ek__BackingField_23(int32_t value)
{
___U3CRedirectCountU3Ek__BackingField_23 = value;
}
inline static int32_t get_offset_of_CustomCertificationValidator_24() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___CustomCertificationValidator_24)); }
inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * get_CustomCertificationValidator_24() const { return ___CustomCertificationValidator_24; }
inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB ** get_address_of_CustomCertificationValidator_24() { return &___CustomCertificationValidator_24; }
inline void set_CustomCertificationValidator_24(Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * value)
{
___CustomCertificationValidator_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_24), (void*)value);
}
inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_25() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CConnectTimeoutU3Ek__BackingField_25)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_25() const { return ___U3CConnectTimeoutU3Ek__BackingField_25; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_25() { return &___U3CConnectTimeoutU3Ek__BackingField_25; }
inline void set_U3CConnectTimeoutU3Ek__BackingField_25(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___U3CConnectTimeoutU3Ek__BackingField_25 = value;
}
inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_26() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTimeoutU3Ek__BackingField_26)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CTimeoutU3Ek__BackingField_26() const { return ___U3CTimeoutU3Ek__BackingField_26; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CTimeoutU3Ek__BackingField_26() { return &___U3CTimeoutU3Ek__BackingField_26; }
inline void set_U3CTimeoutU3Ek__BackingField_26(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___U3CTimeoutU3Ek__BackingField_26 = value;
}
inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CEnableTimoutForStreamingU3Ek__BackingField_27)); }
inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_27() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_27; }
inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_27; }
inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(bool value)
{
___U3CEnableTimoutForStreamingU3Ek__BackingField_27 = value;
}
inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_28() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CPriorityU3Ek__BackingField_28)); }
inline int32_t get_U3CPriorityU3Ek__BackingField_28() const { return ___U3CPriorityU3Ek__BackingField_28; }
inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_28() { return &___U3CPriorityU3Ek__BackingField_28; }
inline void set_U3CPriorityU3Ek__BackingField_28(int32_t value)
{
___U3CPriorityU3Ek__BackingField_28 = value;
}
inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_29() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CProtocolHandlerU3Ek__BackingField_29)); }
inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_29() const { return ___U3CProtocolHandlerU3Ek__BackingField_29; }
inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_29() { return &___U3CProtocolHandlerU3Ek__BackingField_29; }
inline void set_U3CProtocolHandlerU3Ek__BackingField_29(int32_t value)
{
___U3CProtocolHandlerU3Ek__BackingField_29 = value;
}
inline static int32_t get_offset_of_onBeforeRedirection_30() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___onBeforeRedirection_30)); }
inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * get_onBeforeRedirection_30() const { return ___onBeforeRedirection_30; }
inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D ** get_address_of_onBeforeRedirection_30() { return &___onBeforeRedirection_30; }
inline void set_onBeforeRedirection_30(OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * value)
{
___onBeforeRedirection_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_30), (void*)value);
}
inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_31() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadedU3Ek__BackingField_31)); }
inline int32_t get_U3CDownloadedU3Ek__BackingField_31() const { return ___U3CDownloadedU3Ek__BackingField_31; }
inline int32_t* get_address_of_U3CDownloadedU3Ek__BackingField_31() { return &___U3CDownloadedU3Ek__BackingField_31; }
inline void set_U3CDownloadedU3Ek__BackingField_31(int32_t value)
{
___U3CDownloadedU3Ek__BackingField_31 = value;
}
inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_32() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadLengthU3Ek__BackingField_32)); }
inline int32_t get_U3CDownloadLengthU3Ek__BackingField_32() const { return ___U3CDownloadLengthU3Ek__BackingField_32; }
inline int32_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_32() { return &___U3CDownloadLengthU3Ek__BackingField_32; }
inline void set_U3CDownloadLengthU3Ek__BackingField_32(int32_t value)
{
___U3CDownloadLengthU3Ek__BackingField_32 = value;
}
inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadProgressChangedU3Ek__BackingField_33)); }
inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_33() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_33; }
inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return &___U3CDownloadProgressChangedU3Ek__BackingField_33; }
inline void set_U3CDownloadProgressChangedU3Ek__BackingField_33(bool value)
{
___U3CDownloadProgressChangedU3Ek__BackingField_33 = value;
}
inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_34() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadedU3Ek__BackingField_34)); }
inline int64_t get_U3CUploadedU3Ek__BackingField_34() const { return ___U3CUploadedU3Ek__BackingField_34; }
inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_34() { return &___U3CUploadedU3Ek__BackingField_34; }
inline void set_U3CUploadedU3Ek__BackingField_34(int64_t value)
{
___U3CUploadedU3Ek__BackingField_34 = value;
}
inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_35() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadLengthU3Ek__BackingField_35)); }
inline int64_t get_U3CUploadLengthU3Ek__BackingField_35() const { return ___U3CUploadLengthU3Ek__BackingField_35; }
inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_35() { return &___U3CUploadLengthU3Ek__BackingField_35; }
inline void set_U3CUploadLengthU3Ek__BackingField_35(int64_t value)
{
___U3CUploadLengthU3Ek__BackingField_35 = value;
}
inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadProgressChangedU3Ek__BackingField_36)); }
inline bool get_U3CUploadProgressChangedU3Ek__BackingField_36() const { return ___U3CUploadProgressChangedU3Ek__BackingField_36; }
inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return &___U3CUploadProgressChangedU3Ek__BackingField_36; }
inline void set_U3CUploadProgressChangedU3Ek__BackingField_36(bool value)
{
___U3CUploadProgressChangedU3Ek__BackingField_36 = value;
}
inline static int32_t get_offset_of_isKeepAlive_37() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___isKeepAlive_37)); }
inline bool get_isKeepAlive_37() const { return ___isKeepAlive_37; }
inline bool* get_address_of_isKeepAlive_37() { return &___isKeepAlive_37; }
inline void set_isKeepAlive_37(bool value)
{
___isKeepAlive_37 = value;
}
inline static int32_t get_offset_of_streamFragmentSize_38() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___streamFragmentSize_38)); }
inline int32_t get_streamFragmentSize_38() const { return ___streamFragmentSize_38; }
inline int32_t* get_address_of_streamFragmentSize_38() { return &___streamFragmentSize_38; }
inline void set_streamFragmentSize_38(int32_t value)
{
___streamFragmentSize_38 = value;
}
inline static int32_t get_offset_of_useStreaming_39() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___useStreaming_39)); }
inline bool get_useStreaming_39() const { return ___useStreaming_39; }
inline bool* get_address_of_useStreaming_39() { return &___useStreaming_39; }
inline void set_useStreaming_39(bool value)
{
___useStreaming_39 = value;
}
inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_40() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CHeadersU3Ek__BackingField_40)); }
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_40() const { return ___U3CHeadersU3Ek__BackingField_40; }
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_40() { return &___U3CHeadersU3Ek__BackingField_40; }
inline void set_U3CHeadersU3Ek__BackingField_40(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
{
___U3CHeadersU3Ek__BackingField_40 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_40), (void*)value);
}
inline static int32_t get_offset_of_FieldCollector_41() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FieldCollector_41)); }
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FieldCollector_41() const { return ___FieldCollector_41; }
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FieldCollector_41() { return &___FieldCollector_41; }
inline void set_FieldCollector_41(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value)
{
___FieldCollector_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_41), (void*)value);
}
inline static int32_t get_offset_of_FormImpl_42() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FormImpl_42)); }
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FormImpl_42() const { return ___FormImpl_42; }
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FormImpl_42() { return &___FormImpl_42; }
inline void set_FormImpl_42(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value)
{
___FormImpl_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_42), (void*)value);
}
};
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields
{
public:
// System.Byte[] BestHTTP.HTTPRequest::EOL
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___EOL_0;
// System.String[] BestHTTP.HTTPRequest::MethodNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___MethodNames_1;
// System.Int32 BestHTTP.HTTPRequest::UploadChunkSize
int32_t ___UploadChunkSize_2;
public:
inline static int32_t get_offset_of_EOL_0() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___EOL_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_EOL_0() const { return ___EOL_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_EOL_0() { return &___EOL_0; }
inline void set_EOL_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___EOL_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value);
}
inline static int32_t get_offset_of_MethodNames_1() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___MethodNames_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_MethodNames_1() const { return ___MethodNames_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_MethodNames_1() { return &___MethodNames_1; }
inline void set_MethodNames_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___MethodNames_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value);
}
inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___UploadChunkSize_2)); }
inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; }
inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; }
inline void set_UploadChunkSize_2(int32_t value)
{
___UploadChunkSize_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.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.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 : public RuntimeObject
{
public:
// System.Single FairyGUI.InputEvent::<x>k__BackingField
float ___U3CxU3Ek__BackingField_0;
// System.Single FairyGUI.InputEvent::<y>k__BackingField
float ___U3CyU3Ek__BackingField_1;
// UnityEngine.KeyCode FairyGUI.InputEvent::<keyCode>k__BackingField
int32_t ___U3CkeyCodeU3Ek__BackingField_2;
// System.Char FairyGUI.InputEvent::<character>k__BackingField
Il2CppChar ___U3CcharacterU3Ek__BackingField_3;
// UnityEngine.EventModifiers FairyGUI.InputEvent::<modifiers>k__BackingField
int32_t ___U3CmodifiersU3Ek__BackingField_4;
// System.Int32 FairyGUI.InputEvent::<mouseWheelDelta>k__BackingField
int32_t ___U3CmouseWheelDeltaU3Ek__BackingField_5;
// System.Int32 FairyGUI.InputEvent::<touchId>k__BackingField
int32_t ___U3CtouchIdU3Ek__BackingField_6;
// System.Int32 FairyGUI.InputEvent::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_7;
// System.Int32 FairyGUI.InputEvent::clickCount
int32_t ___clickCount_8;
public:
inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CxU3Ek__BackingField_0)); }
inline float get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; }
inline float* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; }
inline void set_U3CxU3Ek__BackingField_0(float value)
{
___U3CxU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CyU3Ek__BackingField_1)); }
inline float get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; }
inline float* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; }
inline void set_U3CyU3Ek__BackingField_1(float value)
{
___U3CyU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CkeyCodeU3Ek__BackingField_2)); }
inline int32_t get_U3CkeyCodeU3Ek__BackingField_2() const { return ___U3CkeyCodeU3Ek__BackingField_2; }
inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_2() { return &___U3CkeyCodeU3Ek__BackingField_2; }
inline void set_U3CkeyCodeU3Ek__BackingField_2(int32_t value)
{
___U3CkeyCodeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CcharacterU3Ek__BackingField_3)); }
inline Il2CppChar get_U3CcharacterU3Ek__BackingField_3() const { return ___U3CcharacterU3Ek__BackingField_3; }
inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_3() { return &___U3CcharacterU3Ek__BackingField_3; }
inline void set_U3CcharacterU3Ek__BackingField_3(Il2CppChar value)
{
___U3CcharacterU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmodifiersU3Ek__BackingField_4)); }
inline int32_t get_U3CmodifiersU3Ek__BackingField_4() const { return ___U3CmodifiersU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_4() { return &___U3CmodifiersU3Ek__BackingField_4; }
inline void set_U3CmodifiersU3Ek__BackingField_4(int32_t value)
{
___U3CmodifiersU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmouseWheelDeltaU3Ek__BackingField_5)); }
inline int32_t get_U3CmouseWheelDeltaU3Ek__BackingField_5() const { return ___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return &___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline void set_U3CmouseWheelDeltaU3Ek__BackingField_5(int32_t value)
{
___U3CmouseWheelDeltaU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CtouchIdU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CtouchIdU3Ek__BackingField_6)); }
inline int32_t get_U3CtouchIdU3Ek__BackingField_6() const { return ___U3CtouchIdU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CtouchIdU3Ek__BackingField_6() { return &___U3CtouchIdU3Ek__BackingField_6; }
inline void set_U3CtouchIdU3Ek__BackingField_6(int32_t value)
{
___U3CtouchIdU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CbuttonU3Ek__BackingField_7)); }
inline int32_t get_U3CbuttonU3Ek__BackingField_7() const { return ___U3CbuttonU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CbuttonU3Ek__BackingField_7() { return &___U3CbuttonU3Ek__BackingField_7; }
inline void set_U3CbuttonU3Ek__BackingField_7(int32_t value)
{
___U3CbuttonU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_clickCount_8() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___clickCount_8)); }
inline int32_t get_clickCount_8() const { return ___clickCount_8; }
inline int32_t* get_address_of_clickCount_8() { return &___clickCount_8; }
inline void set_clickCount_8(int32_t value)
{
___clickCount_8 = value;
}
};
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields
{
public:
// System.Boolean FairyGUI.InputEvent::shiftDown
bool ___shiftDown_9;
public:
inline static int32_t get_offset_of_shiftDown_9() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields, ___shiftDown_9)); }
inline bool get_shiftDown_9() const { return ___shiftDown_9; }
inline bool* get_address_of_shiftDown_9() { return &___shiftDown_9; }
inline void set_shiftDown_9(bool value)
{
___shiftDown_9 = 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.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.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.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
}
};
// System.IO.MonoIOStat
struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124
{
public:
// System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes
int32_t ___fileAttributes_0;
// System.Int64 System.IO.MonoIOStat::Length
int64_t ___Length_1;
// System.Int64 System.IO.MonoIOStat::CreationTime
int64_t ___CreationTime_2;
// System.Int64 System.IO.MonoIOStat::LastAccessTime
int64_t ___LastAccessTime_3;
// System.Int64 System.IO.MonoIOStat::LastWriteTime
int64_t ___LastWriteTime_4;
public:
inline static int32_t get_offset_of_fileAttributes_0() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___fileAttributes_0)); }
inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; }
inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; }
inline void set_fileAttributes_0(int32_t value)
{
___fileAttributes_0 = value;
}
inline static int32_t get_offset_of_Length_1() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___Length_1)); }
inline int64_t get_Length_1() const { return ___Length_1; }
inline int64_t* get_address_of_Length_1() { return &___Length_1; }
inline void set_Length_1(int64_t value)
{
___Length_1 = value;
}
inline static int32_t get_offset_of_CreationTime_2() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___CreationTime_2)); }
inline int64_t get_CreationTime_2() const { return ___CreationTime_2; }
inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; }
inline void set_CreationTime_2(int64_t value)
{
___CreationTime_2 = value;
}
inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastAccessTime_3)); }
inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; }
inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; }
inline void set_LastAccessTime_3(int64_t value)
{
___LastAccessTime_3 = value;
}
inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastWriteTime_4)); }
inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; }
inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; }
inline void set_LastWriteTime_4(int64_t value)
{
___LastWriteTime_4 = value;
}
};
// 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.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// 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.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;
}
};
// BestHTTP.OnRequestFinishedDelegate
struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D : 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.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Shape FairyGUI.GGraph::_shape
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____shape_74;
public:
inline static int32_t get_offset_of__shape_74() { return static_cast<int32_t>(offsetof(GGraph_tD2F718A15120D167149C9E19B8802F8862458858, ____shape_74)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__shape_74() const { return ____shape_74; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__shape_74() { return &____shape_74; }
inline void set__shape_74(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____shape_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shape_74), (void*)value);
}
};
// FairyGUI.GoWrapper
struct GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Boolean FairyGUI.GoWrapper::supportStencil
bool ___supportStencil_52;
// UnityEngine.GameObject FairyGUI.GoWrapper::_wrapTarget
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ____wrapTarget_53;
// System.Collections.Generic.List`1<UnityEngine.Renderer> FairyGUI.GoWrapper::_renderers
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * ____renderers_54;
// System.Collections.Generic.List`1<UnityEngine.Material> FairyGUI.GoWrapper::_materialsBackup
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * ____materialsBackup_55;
// System.Collections.Generic.List`1<UnityEngine.Material> FairyGUI.GoWrapper::_materials
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * ____materials_56;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.GoWrapper::_sortingOrders
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ____sortingOrders_57;
// UnityEngine.Canvas FairyGUI.GoWrapper::_canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ____canvas_58;
// System.Boolean FairyGUI.GoWrapper::_cloneMaterial
bool ____cloneMaterial_59;
public:
inline static int32_t get_offset_of_supportStencil_52() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ___supportStencil_52)); }
inline bool get_supportStencil_52() const { return ___supportStencil_52; }
inline bool* get_address_of_supportStencil_52() { return &___supportStencil_52; }
inline void set_supportStencil_52(bool value)
{
___supportStencil_52 = value;
}
inline static int32_t get_offset_of__wrapTarget_53() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____wrapTarget_53)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get__wrapTarget_53() const { return ____wrapTarget_53; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of__wrapTarget_53() { return &____wrapTarget_53; }
inline void set__wrapTarget_53(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
____wrapTarget_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____wrapTarget_53), (void*)value);
}
inline static int32_t get_offset_of__renderers_54() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____renderers_54)); }
inline List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * get__renderers_54() const { return ____renderers_54; }
inline List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 ** get_address_of__renderers_54() { return &____renderers_54; }
inline void set__renderers_54(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * value)
{
____renderers_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renderers_54), (void*)value);
}
inline static int32_t get_offset_of__materialsBackup_55() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____materialsBackup_55)); }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * get__materialsBackup_55() const { return ____materialsBackup_55; }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B ** get_address_of__materialsBackup_55() { return &____materialsBackup_55; }
inline void set__materialsBackup_55(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * value)
{
____materialsBackup_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialsBackup_55), (void*)value);
}
inline static int32_t get_offset_of__materials_56() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____materials_56)); }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * get__materials_56() const { return ____materials_56; }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B ** get_address_of__materials_56() { return &____materials_56; }
inline void set__materials_56(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * value)
{
____materials_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materials_56), (void*)value);
}
inline static int32_t get_offset_of__sortingOrders_57() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____sortingOrders_57)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get__sortingOrders_57() const { return ____sortingOrders_57; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of__sortingOrders_57() { return &____sortingOrders_57; }
inline void set__sortingOrders_57(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
____sortingOrders_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sortingOrders_57), (void*)value);
}
inline static int32_t get_offset_of__canvas_58() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____canvas_58)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get__canvas_58() const { return ____canvas_58; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of__canvas_58() { return &____canvas_58; }
inline void set__canvas_58(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
____canvas_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____canvas_58), (void*)value);
}
inline static int32_t get_offset_of__cloneMaterial_59() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____cloneMaterial_59)); }
inline bool get__cloneMaterial_59() const { return ____cloneMaterial_59; }
inline bool* get_address_of__cloneMaterial_59() { return &____cloneMaterial_59; }
inline void set__cloneMaterial_59(bool value)
{
____cloneMaterial_59 = value;
}
};
// 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:
};
// FileManager_DelegateOnOperateFileFail
struct DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C : public MulticastDelegate_t
{
public:
public:
};
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<System.String[]>
struct Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2 : public MulticastDelegate_t
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.IO.FileSystemInfo
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.MonoIOStat System.IO.FileSystemInfo::_data
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____data_1;
// System.Int32 System.IO.FileSystemInfo::_dataInitialised
int32_t ____dataInitialised_2;
// System.String System.IO.FileSystemInfo::FullPath
String_t* ___FullPath_3;
// System.String System.IO.FileSystemInfo::OriginalPath
String_t* ___OriginalPath_4;
// System.String System.IO.FileSystemInfo::_displayPath
String_t* ____displayPath_5;
public:
inline static int32_t get_offset_of__data_1() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); }
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; }
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; }
inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value)
{
____data_1 = value;
}
inline static int32_t get_offset_of__dataInitialised_2() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____dataInitialised_2)); }
inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; }
inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; }
inline void set__dataInitialised_2(int32_t value)
{
____dataInitialised_2 = value;
}
inline static int32_t get_offset_of_FullPath_3() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___FullPath_3)); }
inline String_t* get_FullPath_3() const { return ___FullPath_3; }
inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; }
inline void set_FullPath_3(String_t* value)
{
___FullPath_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value);
}
inline static int32_t get_offset_of_OriginalPath_4() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___OriginalPath_4)); }
inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; }
inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; }
inline void set_OriginalPath_4(String_t* value)
{
___OriginalPath_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value);
}
inline static int32_t get_offset_of__displayPath_5() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____displayPath_5)); }
inline String_t* get__displayPath_5() const { return ____displayPath_5; }
inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; }
inline void set__displayPath_5(String_t* value)
{
____displayPath_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value);
}
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GGraph FairyGUI.GRoot::_modalLayer
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * ____modalLayer_93;
// FairyGUI.GObject FairyGUI.GRoot::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_94;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_popupStack
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____popupStack_95;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_justClosedPopups
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____justClosedPopups_96;
// FairyGUI.GObject FairyGUI.GRoot::_tooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____tooltipWin_97;
// FairyGUI.GObject FairyGUI.GRoot::_defaultTooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____defaultTooltipWin_98;
public:
inline static int32_t get_offset_of__modalLayer_93() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalLayer_93)); }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * get__modalLayer_93() const { return ____modalLayer_93; }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 ** get_address_of__modalLayer_93() { return &____modalLayer_93; }
inline void set__modalLayer_93(GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * value)
{
____modalLayer_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalLayer_93), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_94() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalWaitPane_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_94() const { return ____modalWaitPane_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_94() { return &____modalWaitPane_94; }
inline void set__modalWaitPane_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_94), (void*)value);
}
inline static int32_t get_offset_of__popupStack_95() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____popupStack_95)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__popupStack_95() const { return ____popupStack_95; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__popupStack_95() { return &____popupStack_95; }
inline void set__popupStack_95(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____popupStack_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____popupStack_95), (void*)value);
}
inline static int32_t get_offset_of__justClosedPopups_96() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____justClosedPopups_96)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__justClosedPopups_96() const { return ____justClosedPopups_96; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__justClosedPopups_96() { return &____justClosedPopups_96; }
inline void set__justClosedPopups_96(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____justClosedPopups_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____justClosedPopups_96), (void*)value);
}
inline static int32_t get_offset_of__tooltipWin_97() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____tooltipWin_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__tooltipWin_97() const { return ____tooltipWin_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__tooltipWin_97() { return &____tooltipWin_97; }
inline void set__tooltipWin_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____tooltipWin_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltipWin_97), (void*)value);
}
inline static int32_t get_offset_of__defaultTooltipWin_98() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____defaultTooltipWin_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__defaultTooltipWin_98() const { return ____defaultTooltipWin_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__defaultTooltipWin_98() { return &____defaultTooltipWin_98; }
inline void set__defaultTooltipWin_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____defaultTooltipWin_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultTooltipWin_98), (void*)value);
}
};
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields
{
public:
// FairyGUI.GRoot FairyGUI.GRoot::_inst
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ____inst_99;
public:
inline static int32_t get_offset_of__inst_99() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields, ____inst_99)); }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * get__inst_99() const { return ____inst_99; }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F ** get_address_of__inst_99() { return &____inst_99; }
inline void set__inst_99(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * value)
{
____inst_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_99), (void*)value);
}
};
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Boolean FairyGUI.Window::bringToFontOnClick
bool ___bringToFontOnClick_93;
// FairyGUI.GComponent FairyGUI.Window::_frame
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____frame_94;
// FairyGUI.GComponent FairyGUI.Window::_contentPane
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____contentPane_95;
// FairyGUI.GObject FairyGUI.Window::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_96;
// FairyGUI.GObject FairyGUI.Window::_closeButton
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____closeButton_97;
// FairyGUI.GObject FairyGUI.Window::_dragArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____dragArea_98;
// FairyGUI.GObject FairyGUI.Window::_contentArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____contentArea_99;
// System.Boolean FairyGUI.Window::_modal
bool ____modal_100;
// System.Collections.Generic.List`1<FairyGUI.IUISource> FairyGUI.Window::_uiSources
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * ____uiSources_101;
// System.Boolean FairyGUI.Window::_inited
bool ____inited_102;
// System.Boolean FairyGUI.Window::_loading
bool ____loading_103;
// System.Int32 FairyGUI.Window::_requestingCmd
int32_t ____requestingCmd_104;
public:
inline static int32_t get_offset_of_bringToFontOnClick_93() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ___bringToFontOnClick_93)); }
inline bool get_bringToFontOnClick_93() const { return ___bringToFontOnClick_93; }
inline bool* get_address_of_bringToFontOnClick_93() { return &___bringToFontOnClick_93; }
inline void set_bringToFontOnClick_93(bool value)
{
___bringToFontOnClick_93 = value;
}
inline static int32_t get_offset_of__frame_94() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____frame_94)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__frame_94() const { return ____frame_94; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__frame_94() { return &____frame_94; }
inline void set__frame_94(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____frame_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____frame_94), (void*)value);
}
inline static int32_t get_offset_of__contentPane_95() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentPane_95)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__contentPane_95() const { return ____contentPane_95; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__contentPane_95() { return &____contentPane_95; }
inline void set__contentPane_95(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____contentPane_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentPane_95), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_96() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modalWaitPane_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_96() const { return ____modalWaitPane_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_96() { return &____modalWaitPane_96; }
inline void set__modalWaitPane_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_96), (void*)value);
}
inline static int32_t get_offset_of__closeButton_97() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____closeButton_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__closeButton_97() const { return ____closeButton_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__closeButton_97() { return &____closeButton_97; }
inline void set__closeButton_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____closeButton_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____closeButton_97), (void*)value);
}
inline static int32_t get_offset_of__dragArea_98() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____dragArea_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__dragArea_98() const { return ____dragArea_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__dragArea_98() { return &____dragArea_98; }
inline void set__dragArea_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____dragArea_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dragArea_98), (void*)value);
}
inline static int32_t get_offset_of__contentArea_99() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentArea_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__contentArea_99() const { return ____contentArea_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__contentArea_99() { return &____contentArea_99; }
inline void set__contentArea_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____contentArea_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentArea_99), (void*)value);
}
inline static int32_t get_offset_of__modal_100() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modal_100)); }
inline bool get__modal_100() const { return ____modal_100; }
inline bool* get_address_of__modal_100() { return &____modal_100; }
inline void set__modal_100(bool value)
{
____modal_100 = value;
}
inline static int32_t get_offset_of__uiSources_101() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____uiSources_101)); }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * get__uiSources_101() const { return ____uiSources_101; }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA ** get_address_of__uiSources_101() { return &____uiSources_101; }
inline void set__uiSources_101(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * value)
{
____uiSources_101 = value;
Il2CppCodeGenWriteBarrier((void**)(&____uiSources_101), (void*)value);
}
inline static int32_t get_offset_of__inited_102() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____inited_102)); }
inline bool get__inited_102() const { return ____inited_102; }
inline bool* get_address_of__inited_102() { return &____inited_102; }
inline void set__inited_102(bool value)
{
____inited_102 = value;
}
inline static int32_t get_offset_of__loading_103() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____loading_103)); }
inline bool get__loading_103() const { return ____loading_103; }
inline bool* get_address_of__loading_103() { return &____loading_103; }
inline void set__loading_103(bool value)
{
____loading_103 = value;
}
inline static int32_t get_offset_of__requestingCmd_104() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____requestingCmd_104)); }
inline int32_t get__requestingCmd_104() const { return ____requestingCmd_104; }
inline int32_t* get_address_of__requestingCmd_104() { return &____requestingCmd_104; }
inline void set__requestingCmd_104(int32_t value)
{
____requestingCmd_104 = value;
}
};
// System.IO.DirectoryInfo
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
{
public:
// System.String System.IO.DirectoryInfo::current
String_t* ___current_6;
// System.String System.IO.DirectoryInfo::parent
String_t* ___parent_7;
public:
inline static int32_t get_offset_of_current_6() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); }
inline String_t* get_current_6() const { return ___current_6; }
inline String_t** get_address_of_current_6() { return &___current_6; }
inline void set_current_6(String_t* value)
{
___current_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value);
}
inline static int32_t get_offset_of_parent_7() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); }
inline String_t* get_parent_7() const { return ___parent_7; }
inline String_t** get_address_of_parent_7() { return &___parent_7; }
inline void set_parent_7(String_t* value)
{
___parent_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value);
}
};
// System.IO.FileInfo
struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
{
public:
// System.String System.IO.FileInfo::_name
String_t* ____name_6;
public:
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C, ____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);
}
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
public:
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * 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, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 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.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.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.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.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);
}
};
// 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);
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color32>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Delegate LuaInterface.ToLua::CheckDelegate<System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushSealed<System.Object>(System.IntPtr,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m84DBF000ED1BEE2825871C677F94A217D3FE166F_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m70DEEF2A23A8C3CA4EE46DDB16FEDF9946AA6406_gshared (intptr_t ___L0, int32_t ___pos1, 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.Action`1<System.Object>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Int32,System.Int32>(T1,T2,T3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, bool ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Single,System.Single>(T1,T2,T3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m86C01ACE55234F6C18DEEDF08F9CE94ACCCDBC43_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, bool ___arg10, float ___arg21, float ___arg32, const RuntimeMethod* method);
// !!0 UnityEngine.Object::Instantiate<System.Object>(!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_gshared (RuntimeObject * ___original0, const RuntimeMethod* method);
// T taurus.unity.ResourcesManager::LoadObject<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared (String_t* ___path0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::_CreateFairyGUI_TextFormat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::SetColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::EqualStyle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::CopyFrom(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_font(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_lineSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_letterSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_bold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_underline(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_italic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_gradientColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_align(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::get_specialStyle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_font(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_lineSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_letterSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_bold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_underline(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_italic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_gradientColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_align(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TextFormatWrap::set_specialStyle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B (intptr_t ___L0, 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.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 FairyGUI.TextFormat::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, 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::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::CheckObject<FairyGUI.TextFormat>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF (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.Double LuaInterface.LuaDLL::luaL_checknumber(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void FairyGUI.TextFormat::SetColor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat_SetColor_m5450566156873A3D4F3C49456083BC6116E68C03 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextFormat_EqualStyle_mB48AB59D9DEF0F86D1EEF9A13D84940D67E37940 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___aFormat0, 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 FairyGUI.TextFormat::CopyFrom(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___source0, 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.Void LuaInterface.LuaDLL::lua_pushinteger(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23 (intptr_t ___L0, int32_t ___n1, 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.Void LuaInterface.LuaDLL::lua_pushstring(System.IntPtr,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7 (intptr_t ___luaState0, String_t* ___str1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38 (intptr_t ___L0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___clr1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Array)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F (intptr_t ___L0, RuntimeArray * ___array1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Enum)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, const RuntimeMethod* method);
// System.String LuaInterface.ToLua::CheckString(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// UnityEngine.Color LuaInterface.ToLua::ToColor(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaDLL::luaL_checkboolean(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color32>(System.IntPtr,System.Int32)
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_gshared)(___L0, ___stackPos1, method);
}
// System.Object LuaInterface.ToLua::CheckObject(System.IntPtr,System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::_CreateFairyGUI_Timers(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::Add(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::CallLater(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::AddUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::StartCoroutine(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::Exists(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::Remove(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::get_repeat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::get_time(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::get_catchCallbackExceptions(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::get_inst(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::set_repeat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::set_time(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TimersWrap::set_catchCallbackExceptions(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Timers>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667 (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.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.TimerCallback>(System.IntPtr,System.Int32)
inline Delegate_t * ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
}
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::ToVarObject(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, RuntimeObject * ___callbackParam3, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_CallLater_m014104AC16A5F621A0D16B2738BB89C2C5A41751 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_CallLater_m65DD38165C667F2FCB7ED8DB31DDA49A651F8A01 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, RuntimeObject * ___callbackParam1, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_AddUpdate_m418B2B52A8013737DC1F5A44A263CAB5A205F909 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, RuntimeObject * ___callbackParam1, const RuntimeMethod* method);
// System.Collections.IEnumerator LuaInterface.ToLua::CheckIter(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ToLua_CheckIter_m6D9E618450D3B2A963B8A8049F828C2A745229B0 (intptr_t ___L0, int32_t ___stackPos1, 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.Boolean FairyGUI.Timers::Exists(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timers_Exists_m2783E42A561AC48351942FBC10282EA70132ECFF (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaDLL::lua_pushnumber(System.IntPtr,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653 (intptr_t ___luaState0, double ___number1, 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.Int32 FairyGUI_TransitionWrap::_CreateFairyGUI_Transition(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::Play(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::PlayReverse(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::ChangePlayTimes(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::SetAutoPlay(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::SetPaused(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::SetValue(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::SetHook(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::ClearHooks(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::SetTarget(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::SetDuration(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::GetLabelTime(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::OnTweenStart(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::OnTweenUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::OnTweenComplete(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::Setup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::get_invalidateBatchingEveryFrame(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::get_playing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::get_timeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::get_ignoreEngineTimeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::set_invalidateBatchingEveryFrame(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::set_timeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_TransitionWrap::set_ignoreEngineTimeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C (intptr_t ___L0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GComponent>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_mD3BB0F3B3DD64C76919049AAA7193C1A5863AE59 (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 FairyGUI.Transition::.ctor(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition__ctor_m5AF12FFAAEE2CCDEE237651C391ECAF025ECAF57 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___owner0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Transition>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB (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 FairyGUI.Transition::Play()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mDF0B4326CFB886CF6352A6DC30F1A492EB5FD209 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.PlayCompleteCallback>(System.IntPtr,System.Int32)
inline Delegate_t * ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
}
// System.Void FairyGUI.Transition::Play(FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mBCD9340A3813C36738A582167B12BF4EB20A6CBC (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_m6854034AB2D09FB6C0C66FE0D6C22EA5104FCFD7 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, float ___startTime2, float ___endTime3, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete4, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::PlayReverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayReverse_m4207B22DEA0646CE7A8B5EAEEDEA53A458480EE1 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::PlayReverse(FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayReverse_m897F19A612E01DA1097DBAAF43CC051846FFE952 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::PlayReverse(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayReverse_m87512CA2077ADD251CDAFAD82351B08370FE1500 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::SetAutoPlay(System.Boolean,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetAutoPlay_mC097C2981386E0575A90EDBE1F737B8A10759498 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___autoPlay0, int32_t ___times1, float ___delay2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Stop_mFE5AD09A9D92A092AC2F227920E10E689DB9A07B (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___setToComplete0, bool ___processCallback1, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::SetPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___paused0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Dispose_m063EEC94C6AEBD3A0A99331C43563DFFAF99FD4F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Object[] LuaInterface.ToLua::ToParamsObject(System.IntPtr,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_ToParamsObject_m2EEBC3B71B3A82850B3E5D0215C04B8B5D8A566A (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::SetValue(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___aParams1, const RuntimeMethod* method);
// System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.TransitionHook>(System.IntPtr,System.Int32)
inline Delegate_t * ToLua_CheckDelegate_TisTransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_mE794F76A045960857FFFD088EEC692417ED99D8E (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
}
// System.Void FairyGUI.Transition::SetHook(System.String,FairyGUI.TransitionHook)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * ___callback1, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::ClearHooks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_ClearHooks_m8FA24911FF3EF3E60FC97EA51F30B82B440B40DF (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GObject>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163 (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 FairyGUI.Transition::SetTarget(System.String,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___newTarget1, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::SetDuration(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, float ___value1, const RuntimeMethod* method);
// System.Single FairyGUI.Transition::GetLabelTime(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Transition_GetLabelTime_mF0640731AC4EA1A35913050D80D42D0B3DD527AF (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTweener>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C (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 FairyGUI.Transition::OnTweenStart(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnTweenStart_m872428BB94C6B1559CA55AC54EE5A70E8C481B1F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::OnTweenUpdate(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnTweenUpdate_mD0D37948F0CF9D5759FD318D1AA29A26F2FB92AE (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::OnTweenComplete(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnTweenComplete_mF732B0E2E478FAEDE2392031C66B89329DF81B28 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Utils.ByteBuffer>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_m54FF69F2307D6C016E16E86D82EF2124E34305EC (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 FairyGUI.Transition::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Setup_m589693781EACDF65CF48C047E1C5530B722D9CE9 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method);
// System.String FairyGUI.Transition::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Transition_get_name_m96578E973B7AD8B4D4222F58F4B1F0AAD0C864F6_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Transition::get_playing()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Single FairyGUI.Transition::get_timeScale()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Transition_get_timeScale_mB430A853FBE7DF21E7C1A5267DC8521DA18CCD62_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Transition::get_ignoreEngineTimeScale()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Transition_get_ignoreEngineTimeScale_m992D07AAF956B264804C640B5B320638972EF702_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::set_timeScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::Load(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::SetDefaultValue(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::ClearResourceRefs(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::ApplyModifiedProperties(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::op_Equality(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_windowModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_globalModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_modalLayerColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_buttonSound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_buttonSoundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_horizontalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_verticalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollStep(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollDecelerationRate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollBarDisplay(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollTouchEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollBounceEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_popupMenu(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_popupMenu_seperator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_loaderErrorSign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_tooltipsWin(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_defaultComboBoxVisibleItemCount(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_touchScrollSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_touchDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_clickDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_allowSoftnessOnTopOrLeftSide(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_bringWindowToFrontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_inputCaretSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_inputHighlightColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_frameTimeForAsyncUIConstruction(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_depthSupportForPaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_enhancedTextOutlineEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_richTextRowVerticalAlign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_Items(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_PreloadPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::get_soundLoader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_windowModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_globalModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_modalLayerColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_buttonSound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_buttonSoundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_horizontalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_verticalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollStep(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollDecelerationRate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollBarDisplay(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollTouchEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollBounceEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_popupMenu(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_popupMenu_seperator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_loaderErrorSign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_tooltipsWin(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_defaultComboBoxVisibleItemCount(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_touchScrollSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_touchDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_clickDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_allowSoftnessOnTopOrLeftSide(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_bringWindowToFrontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_inputCaretSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_inputHighlightColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_frameTimeForAsyncUIConstruction(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_depthSupportForPaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_enhancedTextOutlineEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_richTextRowVerticalAlign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_Items(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_PreloadPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::set_soundLoader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIConfigWrap::FairyGUI_UIConfig_SoundLoader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA (intptr_t ___L0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIConfig>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_mCC55E028FC8DF5DD1C527DA14D04AA8B638772E2 (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 FairyGUI.UIConfig::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIConfig/ConfigValue>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB_mF3D9F70C4DD65C5BACD3DC98B389036D60A58A9D (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 FairyGUI.UIConfig::SetDefaultValue(FairyGUI.UIConfig/ConfigKey,FairyGUI.UIConfig/ConfigValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_SetDefaultValue_mC6FF689CC3DE770F7E40C10FBB0E00169366B9CF (int32_t ___key0, ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * ___value1, const RuntimeMethod* method);
// System.Void FairyGUI.UIConfig::ClearResourceRefs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15 (const RuntimeMethod* method);
// System.Void FairyGUI.UIConfig::ApplyModifiedProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_ApplyModifiedProperties_mA852C0D7FAEA95C677A80DE0EBA02B40E03F42CA (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, 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.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>>(System.IntPtr,T)
inline void ToLua_PushSealed_TisList_1_t74B6A4CA646AC394724678D53711955E95B67FB2_m3AB1DA5785EA8F6078DCE8A0923AEC54C81323DC (intptr_t ___L0, List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * ___o1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
}
// System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<System.String>>(System.IntPtr,T)
inline void ToLua_PushSealed_TisList_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_m53DEBFC3103FC789D1B494D8FB614690277A4108 (intptr_t ___L0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___o1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, 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.Object LuaInterface.ToLua::CheckObject<FairyGUI.NAudioClip>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisNAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_mC5CC1D09A1CE5FE599EE4EBC08B6C4A84928C6AC (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.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.UIConfig/SoundLoader>(System.IntPtr,System.Int32)
inline Delegate_t * ToLua_CheckDelegate_TisSoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_mC9B47E8EF35A58CF9C2777327A1BD08B44346A56 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
}
// LuaInterface.LuaFunction LuaInterface.ToLua::CheckLuaFunction(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction)
inline Delegate_t * DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
}
// LuaInterface.LuaTable LuaInterface.ToLua::CheckLuaTable(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
inline Delegate_t * DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::_CreateFairyGUI_UIObjectFactory(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::SetPackageItemExtension(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::SetExtension(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::SetLoaderExtension(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::Clear(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::NewObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::FairyGUI_UIObjectFactory_GComponentCreator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIObjectFactoryWrap::FairyGUI_UIObjectFactory_GLoaderCreator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory__ctor_m87ABFD301F4989D16F770B804567DD619B6FAFC4 (UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 * __this, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
}
// System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetPackageItemExtension_mC3CEC198A32AF74A974FA4BA75A1919CF71B5FBA (String_t* ___url0, Type_t * ___type1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIObjectFactory/GComponentCreator>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisGComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_m147469D93AC1018D0EC2B8BB34AB961E411D4090 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
}
// System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory/GComponentCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED (String_t* ___url0, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___creator1, const RuntimeMethod* method);
// System.Type LuaInterface.ToLua::CheckMonoType(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory::SetExtension(System.String,System.Type,LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetExtension_mC11C04CFC7D6AAAB3887E5545A27C43355EB8C20 (String_t* ___url0, Type_t * ___baseType1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___extendFunction2, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetLoaderExtension_mF8CBAF5B25086030A765048DE5EDF52391E10F6E (Type_t * ___type0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIObjectFactory/GLoaderCreator>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisGLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_m3F170A505702AD34F556D11557BAAFB3F946FEB3 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
}
// System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(FairyGUI.UIObjectFactory/GLoaderCreator)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB_inline (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___creator0, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_Clear_mEF671D0FC192B13B56C0D396F4F26810235F3BEA (const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.PackageItem>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m4E020C19F036E34FBF80B7923E69C88F7E2FE3FC (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, 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.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.ObjectType>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisObjectType_tA117D537780D8340BD615ED5F97217D155992790_m14E4C8F5F39EC5F823D9B8D0CAECAE3749B189F7 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m84DBF000ED1BEE2825871C677F94A217D3FE166F_gshared)(___L0, ___pos1, 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);
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction)
inline Delegate_t * DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
}
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
inline Delegate_t * DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
}
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction)
inline Delegate_t * DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
}
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
inline Delegate_t * DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
}
// System.Int32 FairyGUI_UIPackageWrap::_CreateFairyGUI_UIPackage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetById(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetByName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::AddPackage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::RemovePackage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::RemoveAllPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::CreateObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::CreateObjectFromURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::CreateObjectAsync(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItemAsset(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItemAssetByURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItemURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItemByURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::NormalizeURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::SetStringsSource(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::LoadAllAssets(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::UnloadAssets(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::ReloadAssets(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItems(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItem(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::GetItemByName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::get_URL_PREFIX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::get_id(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::get_assetPath(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::get_customId(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::set_customId(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_UIPackageWrap::FairyGUI_UIPackage_CreateObjectCallback(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, 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.UIPackage FairyGUI.UIPackage::GetByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5 (String_t* ___name0, const RuntimeMethod* method);
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15 (String_t* ___descFilePath0, const RuntimeMethod* method);
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C (String_t* ___assetPath0, bool ____resourceMode1, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::RemovePackage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_RemovePackage_mD6FA826B7316DE6B748EE5EEB238AD011BC62588 (String_t* ___packageIdOrName0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::RemoveAllPackages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4 (const RuntimeMethod* method);
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::GetPackages()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B_inline (const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.UIPackage>>(System.IntPtr,T)
inline void ToLua_PushSealed_TisList_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_m28C247F1F84A8C259D73174741B173CFAC54D8E2 (intptr_t ___L0, List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ___o1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
}
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared)(___L0, ___pos1, method);
}
// System.String LuaInterface.ToLua::ToString(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948 (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_mF09E9A41F397D0E88EDC42383F9621B197FEBE20 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared)(___L0, ___pos1, method);
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.Type>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisString_t_TisString_t_TisType_t_m12F2565958D7900986B934912C226B2874BA9B4D (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m70DEEF2A23A8C3CA4EE46DDB16FEDF9946AA6406_gshared)(___L0, ___pos1, method);
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m0A657547A64BAF6857035BFDF32B76BE7C8EA36D (String_t* ___pkgName0, String_t* ___resName1, Type_t * ___userClass2, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String,System.Type>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisType_t_m46F1572587459C7D8229B4BC7E0181C279DCE199 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m70DEEF2A23A8C3CA4EE46DDB16FEDF9946AA6406_gshared)(___L0, ___pos1, method);
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, Type_t * ___userClass1, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20 (String_t* ___url0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m9B33D8E06ED632C72ACED1C5658F442E67DA1CE3 (String_t* ___url0, Type_t * ___userClass1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m3F2B2FC1845FCADF888031A23830160F134221CA (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
}
// System.Void FairyGUI.UIPackage::CreateObjectFromURL(System.String,FairyGUI.UIPackage/CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectFromURL_m49B95314D8A99FE3748A8B8A0D93CEF9AA3A9CF0 (String_t* ___url0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisString_t_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m29362D3627FCE5D49C11A171A8F6ABCB8D58054F (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m70DEEF2A23A8C3CA4EE46DDB16FEDF9946AA6406_gshared)(___L0, ___pos1, method);
}
// System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectAsync_m32EBB7497791C5CF62B6C1A817156AE24DE2984E (String_t* ___pkgName0, String_t* ___resName1, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback2, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String,FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m6DA703647D4682B24C2BFF11722768B0DD5799D6 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m70DEEF2A23A8C3CA4EE46DDB16FEDF9946AA6406_gshared)(___L0, ___pos1, method);
}
// System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage/CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method);
// System.Object FairyGUI.UIPackage::GetItemAsset(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_m41BC6059FA02B8F5287C56A9ECFEFE13565291DD (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03 (intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method);
// System.Object FairyGUI.UIPackage::GetItemAsset(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,FairyGUI.PackageItem>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_mC5EB20393BE2E7F268A1A8E2FBA32CA83513E551 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared)(___L0, ___pos1, method);
}
// System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895 (String_t* ___url0, const RuntimeMethod* method);
// System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951 (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* 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.String FairyGUI.UIPackage::NormalizeURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA (String_t* ___url0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Utils.XML>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisXML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_m12EE0BB8FC49AF59C92FF1DD8F851E95B7085895 (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 FairyGUI.UIPackage::SetStringsSource(FairyGUI.Utils.XML)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_SetStringsSource_mDB80D715FEC1D5B8CFDAF0A9F300B2ADA9A4B1EC (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___source0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIPackage>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A (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 FairyGUI.UIPackage::LoadAllAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadAllAssets_m7EFB122F1D2F96B211B8F52E6CF006B84C37F476 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::UnloadAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_UnloadAssets_mAFDFDD0852BCB23C5699A5AD259D551962DBB5F7 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::ReloadAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_ReloadAssets_m34B27391EE9D1CF6BA31BA0436BECB506EA3E690 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::GetItems()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * UIPackage_GetItems_m3DC7D8A18CD47F1C7627A986D6FBEDF86E815A0C_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.PackageItem>>(System.IntPtr,T)
inline void ToLua_PushSealed_TisList_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_m52F99E0B561803CB30FF8560E8FFFA53D28DE4C0 (intptr_t ___L0, List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ___o1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, 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);
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___itemName0, 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 FairyGUI.UIPackage::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.String FairyGUI.UIPackage::get_assetPath()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.String FairyGUI.UIPackage::get_customId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_customId_m5557397062441C54A1B416F627CD1FD6F77B8D30_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::set_customId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_set_customId_mEFAEB4DDE4CF2507EE04B55B4D95F91ED5DC9D11 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction)
inline Delegate_t * DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
}
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
inline Delegate_t * DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
}
// System.Int32 FairyGUI_WindowWrap::_CreateFairyGUI_Window(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::AddUISource(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::Show(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::ShowOn(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::Hide(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::HideImmediately(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::CenterOn(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::ToggleStatus(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::BringToFront(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::ShowModalWait(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::CloseModalWait(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::Init(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_bringToFontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_contentPane(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_frame(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_closeButton(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_dragArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_contentArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_modalWaitingPane(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_isShowing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_isTop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_modal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::get_modalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::set_bringToFontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::set_contentPane(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::set_closeButton(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::set_dragArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::set_contentArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_WindowWrap::set_modal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window__ctor_m1C5780FA9C7A3747E1D83FE772A070B20D72989B (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Window>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D (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.Object LuaInterface.ToLua::CheckObject<FairyGUI.IUISource>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisIUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_mDEC9B1853AC880BD424AE8CA7F3189CD22DD6D14 (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 FairyGUI.Window::AddUISource(FairyGUI.IUISource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_AddUISource_m01AF3CFCFDBEEB1830FD6E7E72669AF9B2687FFF (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, RuntimeObject* ___source0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Show_m201A94C3A8928701921F611C80916D6BDA6E9EF9 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GRoot>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisGRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_m9905956065F72E7AECFC56CF01FC9EC5E54FF0F1 (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 FairyGUI.Window::ShowOn(FairyGUI.GRoot)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowOn_m49293E727A71F96282F6814E149278E435BD97E0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ___r0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::HideImmediately()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_HideImmediately_mF31DD52979EB1719217BA370011B8ADBA6DC87BE (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::CenterOn(FairyGUI.GRoot,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_CenterOn_mE7D909D880FD1ECED214369E56FACA5FCBEC84BB (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ___r0, bool ___restraint1, const RuntimeMethod* method);
// System.Void FairyGUI.Window::ToggleStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ToggleStatus_m565EC5EF552C195BA3B97B718B8E30DEF463A69F (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::BringToFront()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_BringToFront_m166A44079246FCE07F1F0190F22D5606C70B89CE (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::ShowModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowModalWait_m7B1536B164C5095B96D988BB37455B2A80B3C324 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::ShowModalWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, int32_t ___requestingCmd0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::CloseModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_CloseModalWait_m7E3F2EE61BD2A180F792BF9F243FEEB309403ABB (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_CloseModalWait_m7B21E639A9B1BDB3262D079DE7095C335A7CF630 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, int32_t ___requestingCmd0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.Window::get_contentPane()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * Window_get_contentPane_m2F06F9B0BBA41D15866BB4DC8FD9650039CB3FC6_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.Window::get_frame()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * Window_get_frame_m0F878A5AD974E0B3E53D497F505F9D53695AED87_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.Window::get_closeButton()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_closeButton_mBBF73F353AD90E1CDC9189C27A33F6A692779451_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.Window::get_dragArea()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_dragArea_mCA80DA2D3F7CC8E32351C9EDDEE5E8AED0BC7A39_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.Window::get_contentArea()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_contentArea_mA21032835D12D0A2571F0FD29DC079242FCF9CD4_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.Window::get_modalWaitingPane()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_modalWaitingPane_m34531A7DF1DA9231C46BA3F11DD8921C8DF51258_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_isShowing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_isTop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_isTop_m41A7C1B9D0628F498FE9A3CE0FBDD6F1F2A8D1D1 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_modal()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_modalWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_modalWaiting_mEF177802D62B16D60D9F4BE5190A689CC916D090 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_contentPane(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_contentPane_m30C340F976C3839574CFED7D0C237219B601FBA0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_modal(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Window_set_modal_m385D020910232FA9DDDBCCC3754BA1BFB2754023_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, bool ___value0, const RuntimeMethod* method);
// System.String[] System.IO.Directory::GetFiles(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.IO.File::Delete(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method);
// System.String[] System.IO.Directory::GetDirectories(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7 (String_t* ___path0, 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.Boolean FileManager::DeleteFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71 (String_t* ___filePath0, const RuntimeMethod* method);
// System.Boolean FileManager::DeleteDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_DeleteDirectory_m018FF71F276044C1C5B0676C23A03491E907FBF3 (String_t* ___directory0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, 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.String FileManager::ReplacePathSymbol(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B (String_t* ___filePath0, const RuntimeMethod* method);
// System.String FileManager::CombinePath(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
// System.Void System.IO.File::Copy(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF (String_t* ___sourceFileName0, String_t* ___destFileName1, bool ___overwrite2, const RuntimeMethod* method);
// System.Boolean FileManager::IsDirectoryExist(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_IsDirectoryExist_mA81BBFE231BE9271E8610F2E8B88A16467454737 (String_t* ___directory0, const RuntimeMethod* method);
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41 (String_t* ___path0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, 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.Void FileManager/DelegateOnOperateFileFail::Invoke(System.String,enFileOperation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __this, String_t* ___fullPath0, int32_t ___fileOperation1, const RuntimeMethod* method);
// System.Void System.IO.Directory::Delete(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107 (String_t* ___path0, bool ___recursive1, const RuntimeMethod* method);
// System.Boolean FileManager::IsFileExist(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE (String_t* ___filePath0, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar ___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.String FileManager::GetCachePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetCachePath_m7E9D4BC02A3953C4AF817757E829CB557E09B8F7 (const RuntimeMethod* method);
// System.String PathDefine::AppPersistentDataPathPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B (const RuntimeMethod* method);
// System.String FileManager::GetLocalPathHeader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetLocalPathHeader_mAC1CDAF0E6578AA1AE42EDBB450D44FE52751E07 (const RuntimeMethod* method);
// System.String FileManager::GetCachePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetCachePath_m043F5FE854DF49298F6C7787C7C24D256E8333FA (String_t* ___fileName0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, 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.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.IO.FileInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, const RuntimeMethod* method);
// System.Int64 System.IO.FileInfo::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileInfo_get_Length_mCF9523258C44DB5D9D1BDC4A4333BD4EC7CAF847 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method);
// System.String System.IO.Path::GetDirectoryName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97 (String_t* ___path0, 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.String PathDefine::get_GetPlatformName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7 (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.String System.IO.Path::Combine(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
// System.String PathDefine::ABResPersistentDataPathPath()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACB_inline (const RuntimeMethod* method);
// System.Byte[] FileManager::ReadFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FileManager_ReadFile_m1FB90DE62E4CEDAE6119227036B1D126A35F9362 (String_t* ___filePath0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
// System.String System.BitConverter::ToString(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_m6201360C9B19FD17437AA1C88AF1743DCF3442E3 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___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.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.String UnityEngine.Application::get_streamingAssetsPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F (const RuntimeMethod* method);
// System.Boolean System.IO.Directory::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean System.IO.File::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
// System.Void Log::Error(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Error_m6086A34132FC6C8F724E3D2E2033AA40E7F6C810 (RuntimeObject * ___content0, const RuntimeMethod* method);
// System.Byte[] System.IO.File::ReadAllBytes(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC (String_t* ___path0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method);
// System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594 (String_t* ___path0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, 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.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m86B78814D7D1C970862ECD59159BB51E2DBD6A89 (StringBuilder_t * __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.String FileManager::EraseExtension(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_EraseExtension_m661D038DC778F1B8606986EDCBCADA3546148D35 (String_t* ___fullName0, 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.Void FileManager::GetAllFile(System.String,System.Collections.Generic.List`1<System.String>&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_GetAllFile_mF1D1A6CBC6D3D9C23D51B81265E78AFDE173983B (String_t* ___dirctoryPath0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___allFiles1, String_t* ___removePath2, const RuntimeMethod* method);
// System.Void FileManager::GetAllocateFile(System.String,System.String,System.Collections.Generic.List`1<System.String>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_GetAllocateFile_mAD5442AC1E775A9AD8EEE8556EC657E2CFEB3661 (String_t* ___dirctoryPath0, String_t* ___extensionName1, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___allFiles2, 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.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::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.Void System.Action`1<System.String[]>::Invoke(!0)
inline void Action_1_Invoke_mC1B2BD4DE8DE6E54DB54C76B14E14B99694EE9DB (Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___obj0, const RuntimeMethod* method)
{
(( void (*) (Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, 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.Void FileManager::GetAllDirectoryHierarchyByPath(System.String,System.Collections.Generic.List`1<System.String>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_GetAllDirectoryHierarchyByPath_mF2B174248431B227F4C747D1BB29F3F017A3F017 (String_t* ___directoryPath0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___directoryHierarchyList1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method);
// System.Void FileManager/DelegateOnOperateFileFail::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateOnOperateFileFail__ctor_m6C3B70A135FF5151F7C6D55CA2952CD8BCE2E95A (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FileManager/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m779BFEC718C519629EA177E85FE97A824750B76E (U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * __this, const RuntimeMethod* method);
// UnityEngine.LocationService UnityEngine.Input::get_location()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3 (const RuntimeMethod* method);
// System.Boolean UnityEngine.LocationService::get_isEnabledByUser()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocationService_get_isEnabledByUser_m25F0FD5DD37091EEC408DAFEF6A63F004CFB5302 (LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Int32,System.Int32>(T1,T2,T3)
inline void LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, bool ___arg10, int32_t ___arg21, int32_t ___arg32, const RuntimeMethod* method)
{
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, bool, int32_t, int32_t, const RuntimeMethod*))LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_gshared)(__this, ___arg10, ___arg21, ___arg32, method);
}
// System.Collections.IEnumerator GPSAddress::StartGPS(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GPSAddress_StartGPS_m566D7400AEBBFB9BF4E44446480EE79E07191712 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
// System.Void GPSAddress/<StartGPS>d__2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartGPSU3Ed__2__ctor_mE58B45F33A0DA9883A881B42F18FCB20E991EAFB (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
// System.Void UnityEngine.LocationService::Start(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocationService_Start_m6E9E493E04BD4CC718848B393E163A7DB2EE63EB (LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * __this, float ___desiredAccuracyInMeters0, float ___updateDistanceInMeters1, const RuntimeMethod* method);
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559 (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * __this, float ___seconds0, const RuntimeMethod* method);
// UnityEngine.LocationServiceStatus UnityEngine.LocationService::get_status()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocationService_get_status_mA2CD99261ADE67EDAE764EBD77638B10B576A996 (LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * __this, const RuntimeMethod* method);
// UnityEngine.LocationInfo UnityEngine.LocationService::get_lastData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C LocationService_get_lastData_mBBE2A3FC5F81303C64394469253B9FD2C95C9A51 (LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * __this, const RuntimeMethod* method);
// System.Single UnityEngine.LocationInfo::get_latitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LocationInfo_get_latitude_m5028084627DE483362766B80EDA678E8B7FDAAA7 (LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C * __this, const RuntimeMethod* method);
// System.Single UnityEngine.LocationInfo::get_longitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LocationInfo_get_longitude_mAC4310EB38ADF99546201FE1D44F1EAB7921DC09 (LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Single,System.Single>(T1,T2,T3)
inline void LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m86C01ACE55234F6C18DEEDF08F9CE94ACCCDBC43 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, bool ___arg10, float ___arg21, float ___arg32, const RuntimeMethod* method)
{
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, bool, float, float, const RuntimeMethod*))LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m86C01ACE55234F6C18DEEDF08F9CE94ACCCDBC43_gshared)(__this, ___arg10, ___arg21, ___arg32, method);
}
// System.Void UnityEngine.LocationService::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocationService_Stop_mB5362543EB02CDB6C5781EEDDA6AA97BF9D558A3 (LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Object::Instantiate<UnityEngine.GameObject>(!!0)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___original0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_gshared)(___original0, 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);
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (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::get_identity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64 (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);
// 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.Transform::set_localScale(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// FairyGUI.GGraph FairyGUI.GObject::get_asGraph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * GObject_get_asGraph_mF3101D375679EB1561C258B3E2ED7962E4F54E9E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.GObject::get_displayObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// T taurus.unity.ResourcesManager::LoadObject<UnityEngine.GameObject>(System.String)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ResourcesManager_LoadObject_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m2F9ACE6C14D43C920BA48B038ACCB9A3FBF0AF70 (String_t* ___path0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (String_t*, const RuntimeMethod*))ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared)(___path0, method);
}
// UnityEngine.GameObject Game.Utils::CopyPrefab(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___prefab0, const RuntimeMethod* method);
// System.Void FairyGUI.GoWrapper::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper__ctor_m15503D4F7C8CEC8334238FA8F390660CA187206A (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, const RuntimeMethod* method);
// System.Void FairyGUI.GGraph::SetNativeObject(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GGraph_SetNativeObject_m1A5CCD729077F042B43134B3BFFD8AC1F2E5D4FE (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___obj0, const RuntimeMethod* method);
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddSeconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
// System.TimeZone System.TimeZone::get_CurrentTimeZone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * TimeZone_get_CurrentTimeZone_m842CA95A7F333F03E384260C5189250F3E265A42 (const RuntimeMethod* method);
// System.String System.DateTime::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, const RuntimeMethod* method);
// FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.InputEvent::get_isDoubleClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_isDoubleClick_m1F1C4D7198CD12ADA76750BEEE0841161D3FF5E7 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Void System.IO.File::WriteAllText(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m7BA355E5631C6A3E3D3378D6101EF65E72A45F0A (String_t* ___path0, String_t* ___contents1, const RuntimeMethod* method);
// System.String System.IO.File::ReadAllText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF (String_t* ___path0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// UnityEngine.TextureFormat UnityEngine.Texture2D::get_format()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2D_get_format_mF0EE5CEB9F84280D4E722B71546BBBA577101E9F (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Texture2D::GetPixelBilinear(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Texture2D_GetPixelBilinear_m3E0E9A22A0989E99A7295BC6FE6999728F290A78 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, float ___u0, float ___v1, const RuntimeMethod* method);
// System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___x0, int32_t ___y1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color2, const RuntimeMethod* method);
// System.Void UnityEngine.Texture2D::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, const RuntimeMethod* method);
// System.Byte[] UnityEngine.ImageConversion::EncodeToJPG(UnityEngine.Texture2D,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex0, int32_t ___quality1, const RuntimeMethod* method);
// System.Void GPSAddress::LocalAddress(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPSAddress_LocalAddress_m0593B3BCBBF86D953A0BA45526D4449D06870E67 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method);
// System.Boolean GPSAddress::IsGPSEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPSAddress_IsGPSEnable_m8EC6C5D50FD6ECD1123A04009B0273BF8BBE707C (const RuntimeMethod* method);
// System.Void Game.Utils/<>c__DisplayClass11_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m601568548011B0ECFC45D470EFB873F2FAA112A2 (U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * __this, const RuntimeMethod* method);
// System.Void BestHTTP.OnRequestFinishedDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// BestHTTP.HTTPRequest BestHTTP.HTTPManager::SendRequest(System.String,BestHTTP.OnRequestFinishedDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2 (String_t* ___url0, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback1, const RuntimeMethod* method);
// System.String UnityEngine.Application::get_persistentDataPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B (const RuntimeMethod* method);
#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_FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_TextFormatWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TextFormatWrap_Register_mF26CFFEF84FACF7400A0F1C079FCF892398A72F2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_Register_mF26CFFEF84FACF7400A0F1C079FCF892398A72F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.TextFormat), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_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> (RuntimeObject_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("SetColor", SetColor);
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)FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral96A57C4B4E5D0ABD3A57EB01B569860A764867D4, L_6, /*hidden argument*/NULL);
// L.RegFunction("EqualStyle", EqualStyle);
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)FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralFCF5F4D359BD0E17686D9DA51B7BD801C40CD7F9, L_8, /*hidden argument*/NULL);
// L.RegFunction("CopyFrom", CopyFrom);
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)FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral035A7114F130B3132248CDAB53C3E9BDB37E5FA7, L_10, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_TextFormat);
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)FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_12, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_14, /*hidden argument*/NULL);
// L.RegVar("size", get_size, set_size);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_17 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_17, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_15, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, L_16, L_17, /*hidden argument*/NULL);
// L.RegVar("font", get_font, set_font);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_18 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_19 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_19, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_18);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_18, _stringLiteral4642576D8432B870F7E95688217D211D2DA42556, L_19, L_20, /*hidden argument*/NULL);
// L.RegVar("color", get_color, set_color);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_23 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_23, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_21, _stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B, L_22, L_23, /*hidden argument*/NULL);
// L.RegVar("lineSpacing", get_lineSpacing, set_lineSpacing);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_24 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_25 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_25, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_24);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_24, _stringLiteral678F62ECD10AB6AE94FAA4E1C2D203DF5AC7FDE2, L_25, L_26, /*hidden argument*/NULL);
// L.RegVar("letterSpacing", get_letterSpacing, set_letterSpacing);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_29 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_29, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteral01AEB61016262DF59C625C5DA4DAC3FA661F1E02, L_28, L_29, /*hidden argument*/NULL);
// L.RegVar("bold", get_bold, set_bold);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_30 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_31 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_31, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_30);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_30, _stringLiteralC9B76AE79584AABFA8A92E1E354D651804860118, L_31, L_32, /*hidden argument*/NULL);
// L.RegVar("underline", get_underline, set_underline);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_35 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_35, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_33, _stringLiteralC82B67C88E6911C321806D35B9D8F040D8726133, L_34, L_35, /*hidden argument*/NULL);
// L.RegVar("italic", get_italic, set_italic);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_36 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_37 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_37, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_36, _stringLiteral90665CA6C8810138A69C5D8421143BBAA3BE9FA1, L_37, L_38, /*hidden argument*/NULL);
// L.RegVar("gradientColor", get_gradientColor, set_gradientColor);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_41 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_41, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_39, _stringLiteral348BD9F8F10997A30F62CC5926D3ACFE94B79702, L_40, L_41, /*hidden argument*/NULL);
// L.RegVar("align", get_align, set_align);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_42 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_43 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_43, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_42);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_42, _stringLiteralAE21C64A87F6BB0B8E16E55C48BE4CC638D7BD3F, L_43, L_44, /*hidden argument*/NULL);
// L.RegVar("specialStyle", get_specialStyle, set_specialStyle);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_45 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_46 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_46, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_47 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_47, NULL, (intptr_t)((intptr_t)FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_45);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_45, _stringLiteral3DDFC368E89159FA0A3F34327D7FC3FFA1B2C8D4, L_46, L_47, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_48 = ___L0;
NullCheck(L_48);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_48, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_TextFormatWrap::_CreateFairyGUI_TextFormat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap__CreateFairyGUI_TextFormat_mFBF9E52B37B2DE6BE246D1DAE4EFA182AD8F1E7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * 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:
{
// FairyGUI.TextFormat obj = new FairyGUI.TextFormat();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_2 = (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)il2cpp_codegen_object_new(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var);
TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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: FairyGUI.TextFormat.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, _stringLiteral30304B0B164C9DA2E02FD0B3C53406C836FFE17F, /*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 FairyGUI_TextFormatWrap::SetColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_SetColor_m2A2EC4F3A9ACA5144622CD9FCA3F13F85F7FA913_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
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) * 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);
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)ToLua.CheckObject<FairyGUI.TextFormat>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var);
// uint arg0 = (uint)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = (il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_4));
// obj.SetColor(arg0);
uint32_t L_5 = V_0;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
TextFormat_SetColor_m5450566156873A3D4F3C49456083BC6116E68C03(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0031;
} // 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_0026;
throw e;
}
CATCH_0026:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0031;
} // end catch (depth: 1)
IL_0031:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TextFormatWrap::EqualStyle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_EqualStyle_m49E25EF3C0AC2B26A4B4B9B69C3D53012417724A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * 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);
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)ToLua.CheckObject<FairyGUI.TextFormat>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var);
// FairyGUI.TextFormat arg0 = (FairyGUI.TextFormat)ToLua.CheckObject<FairyGUI.TextFormat>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var);
V_0 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_4, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var));
// bool o = obj.EqualStyle(arg0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_5 = V_0;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
bool L_6 = TextFormat_EqualStyle_mB48AB59D9DEF0F86D1EEF9A13D84940D67E37940(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_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 FairyGUI_TextFormatWrap::CopyFrom(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_CopyFrom_m4C98494BD683AF1F641EE58699FCB5CAAD38082D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * 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) * 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);
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)ToLua.CheckObject<FairyGUI.TextFormat>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var);
// FairyGUI.TextFormat arg0 = (FairyGUI.TextFormat)ToLua.CheckObject<FairyGUI.TextFormat>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var);
V_0 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_4, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var));
// obj.CopyFrom(arg0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_5 = V_0;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TextFormatWrap::get_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_size_m484A0422E1391029A15D35A44F55804073BB32F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.size;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
int32_t L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_size_0();
V_1 = L_3;
// LuaDLL.lua_pushinteger(L, ret);
intptr_t L_4 = ___L0;
int32_t L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((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 size 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, _stringLiteral2744975C7F3B0AC4E3FEBC5992FB5187DECE9937, /*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 FairyGUI_TextFormatWrap::get_font(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_font_m72D2473E8FAA64BC542EB5A360F26FAE4EE2CC11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.font;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
String_t* L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_font_1();
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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 font 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, _stringLiteral91369E0BF06176F7462BADDB9408C17EF0FE41A7, /*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 FairyGUI_TextFormatWrap::get_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_color_m03BC0E749957E859FC80DA04A36B4783940CFE9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Color ret = obj.color;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_color_2();
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = V_1;
ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38((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 color 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, _stringLiteralE9C45CB19BB28B479E405A620FAE51DF535B99AC, /*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 FairyGUI_TextFormatWrap::get_lineSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_lineSpacing_mEB9AC7B35D3891407F5C037B5DA428645B6403C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.lineSpacing;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
int32_t L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_lineSpacing_3();
V_1 = L_3;
// LuaDLL.lua_pushinteger(L, ret);
intptr_t L_4 = ___L0;
int32_t L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((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 lineSpacing 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, _stringLiteral86F43819B9E4C838CE0F4798925988655E3A52C3, /*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 FairyGUI_TextFormatWrap::get_letterSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_letterSpacing_m448945B319ABF9196177884E845183659367D727_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.letterSpacing;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
int32_t L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_letterSpacing_4();
V_1 = L_3;
// LuaDLL.lua_pushinteger(L, ret);
intptr_t L_4 = ___L0;
int32_t L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((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 letterSpacing 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, _stringLiteralAA7C1D90F40BD5C58E400631996C746B1869388C, /*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 FairyGUI_TextFormatWrap::get_bold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_bold_m1540E3A10D665D34B6D6B8B6CD2C57F85E97D6F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.bold;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
bool L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_bold_5();
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 bold 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, _stringLiteral80D66E0C6E83A707CA18F1D734B1D03F6DC11F69, /*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 FairyGUI_TextFormatWrap::get_underline(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_underline_mDDAC86AF42727FDC8149285079CE8AD0A2C4E2F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.underline;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
bool L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_underline_6();
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 underline 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, _stringLiteral7C8590A0F0D234C7C985367BC4B5121E1AC10B94, /*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 FairyGUI_TextFormatWrap::get_italic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_italic_mF5A8C0274251621289F7067FF77F1842EE663969_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.italic;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
bool L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_italic_7();
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 italic 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, _stringLiteral0C7A77AFC5C1D7865260C4C0E7DEE6F0A3FE0A43, /*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 FairyGUI_TextFormatWrap::get_gradientColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_gradientColor_m528469070F6053AD8884A8CDE32D24D952C71CD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Color32[] ret = obj.gradientColor;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_gradientColor_8();
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_5 = V_1;
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_4, (RuntimeArray *)(RuntimeArray *)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 gradientColor 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, _stringLiteral33FE084BA8AC032B42F75CE44949E8E17FFFF343, /*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 FairyGUI_TextFormatWrap::get_align(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_align_m55FD57423F3FE00D87E9CA9DA7F84EA24F5ED118_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.AlignType ret = obj.align;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
int32_t L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_align_9();
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
int32_t L_5 = V_1;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55_il2cpp_TypeInfo_var, &L_6);
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0037;
} // 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_0026;
throw e;
}
CATCH_0026:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index align on a nil value");
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
RuntimeObject * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral311198C45E79F725B43A1134B6846C25E73CCC37, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0037;
} // end catch (depth: 1)
IL_0037:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TextFormatWrap::get_specialStyle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_get_specialStyle_mA6DA03CE9733C507EEF98B85DAF2516F20A53668_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.TextFormat.SpecialStyle ret = obj.specialStyle;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
int32_t L_3 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->get_specialStyle_10();
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
int32_t L_5 = V_1;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443_il2cpp_TypeInfo_var, &L_6);
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0037;
} // 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_0026;
throw e;
}
CATCH_0026:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index specialStyle on a nil value");
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
RuntimeObject * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral86750990B685AA24DCE6D2DCC8D64CB8654EA11D, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0037;
} // end catch (depth: 1)
IL_0037:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_size_mB8F672C015A5237CB3FF3A8B641A25CF4F78644D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_4)));
// obj.size = arg0;
int32_t L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_size_0(L_5);
// return 0;
V_2 = 0;
goto IL_0034;
} // 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_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index size 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, _stringLiteral2744975C7F3B0AC4E3FEBC5992FB5187DECE9937, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_font(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_font_mA7743C0E1D13FA822E4DED2B55F70851C0746B83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.font = arg0;
String_t* L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_font_1(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index font 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, _stringLiteral91369E0BF06176F7462BADDB9408C17EF0FE41A7, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_color_mD9F4F4D61D4C60BB602A58C1B11B5A5C54F3A5C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Color arg0 = ToLua.ToColor(L, 2);
intptr_t L_3 = ___L0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.color = arg0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_color_2(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index color 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, _stringLiteralE9C45CB19BB28B479E405A620FAE51DF535B99AC, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_lineSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_lineSpacing_mAA56C273FA109A6F4B8D12AC02E7B5F3B09E0C99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_4)));
// obj.lineSpacing = arg0;
int32_t L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_lineSpacing_3(L_5);
// return 0;
V_2 = 0;
goto IL_0034;
} // 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_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index lineSpacing 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, _stringLiteral86F43819B9E4C838CE0F4798925988655E3A52C3, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_letterSpacing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_letterSpacing_m23CFF7665100FE550C6B51077F0B7033708742E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_4)));
// obj.letterSpacing = arg0;
int32_t L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_letterSpacing_4(L_5);
// return 0;
V_2 = 0;
goto IL_0034;
} // 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_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index letterSpacing 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, _stringLiteralAA7C1D90F40BD5C58E400631996C746B1869388C, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_bold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_bold_m2176DCEE7F886D29A4252832F57A3620DE050B79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.bold = arg0;
bool L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_bold_5(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index bold 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, _stringLiteral80D66E0C6E83A707CA18F1D734B1D03F6DC11F69, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_underline(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_underline_m072AD45B476FBF6ED60E5D033355FDB756ED6126_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.underline = arg0;
bool L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_underline_6(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index underline 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, _stringLiteral7C8590A0F0D234C7C985367BC4B5121E1AC10B94, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_italic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_italic_m67BE602A38800B67FF873033FEE55FF0982FA064_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.italic = arg0;
bool L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_italic_7(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index italic 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, _stringLiteral0C7A77AFC5C1D7865260C4C0E7DEE6F0A3FE0A43, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_gradientColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_gradientColor_mDD91DD85CEA706B739B3FCB7B2A3695EBB3E31AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* 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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Color32[] arg0 = ToLua.CheckStructArray<UnityEngine.Color32>(L, 2);
intptr_t L_3 = ___L0;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_4 = ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_RuntimeMethod_var);
V_1 = L_4;
// obj.gradientColor = arg0;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_5 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_gradientColor_8(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index gradientColor 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, _stringLiteral33FE084BA8AC032B42F75CE44949E8E17FFFF343, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_align(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_align_mBF7EFC68971A161210CDFCAB506A401A7D2667B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.AlignType arg0 = (FairyGUI.AlignType)ToLua.CheckObject(L, 2, typeof(FairyGUI.AlignType));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55_il2cpp_TypeInfo_var))));
// obj.align = arg0;
int32_t L_7 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_align_9(L_7);
// return 0;
V_2 = 0;
goto IL_0042;
} // 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_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index align on a nil value");
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
RuntimeObject * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral311198C45E79F725B43A1134B6846C25E73CCC37, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0042;
} // end catch (depth: 1)
IL_0042:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TextFormatWrap::set_specialStyle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TextFormatWrap_set_specialStyle_m88E6E2E05F98C00B456E44AAAD8A51CE273F5D6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
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;
// FairyGUI.TextFormat obj = (FairyGUI.TextFormat)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.TextFormat.SpecialStyle arg0 = (FairyGUI.TextFormat.SpecialStyle)ToLua.CheckObject(L, 2, typeof(FairyGUI.TextFormat.SpecialStyle));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443_il2cpp_TypeInfo_var))));
// obj.specialStyle = arg0;
int32_t L_7 = V_1;
NullCheck(((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var)));
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)CastclassClass((RuntimeObject*)L_2, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var))->set_specialStyle_10(L_7);
// return 0;
V_2 = 0;
goto IL_0042;
} // 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_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index specialStyle on a nil value");
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
RuntimeObject * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral86750990B685AA24DCE6D2DCC8D64CB8654EA11D, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0042;
} // end catch (depth: 1)
IL_0042:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Void FairyGUI_TextFormatWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TextFormatWrap__ctor_mD2908099CEDD0454F93C93A37DB1B300C8CF596E (FairyGUI_TextFormatWrap_tF1F3E1C612F7A3272B65661E497D12E6FE954A09 * __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
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_TimersWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimersWrap_Register_m263CDFBD81FB9CB479CAE470CD9FB7010D40F1E9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_Register_m263CDFBD81FB9CB479CAE470CD9FB7010D40F1E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.Timers), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_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> (RuntimeObject_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("Add", Add);
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)FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral61CC55AA0453184734C3FA0B621EDA6FA874BD83, L_6, /*hidden argument*/NULL);
// L.RegFunction("CallLater", CallLater);
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)FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralAB26B7CA1C670BEF980906C3B354084DBA069D5E, L_8, /*hidden argument*/NULL);
// L.RegFunction("AddUpdate", AddUpdate);
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)FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralA97506F5389D09C76CFA6DC9C6707AACC1707BC9, L_10, /*hidden argument*/NULL);
// L.RegFunction("StartCoroutine", StartCoroutine);
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)FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralD2A9C0BAC43DA503E345C847D5786131F97AD705, L_12, /*hidden argument*/NULL);
// L.RegFunction("Exists", Exists);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteralC7F23E3ED00AA71DE61A307549A0FECA57BE057D, L_14, /*hidden argument*/NULL);
// L.RegFunction("Remove", Remove);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralE963907DAC5CD5C017869B4C96C18021C9BD058B, L_16, /*hidden argument*/NULL);
// L.RegFunction("Update", Update);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902, L_18, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_Timers);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_20, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_22, /*hidden argument*/NULL);
// L.RegVar("repeat", get_repeat, set_repeat);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_25 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_25, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteralC0AC4842418E34583859262C033965CFD49454E0, L_24, L_25, /*hidden argument*/NULL);
// L.RegVar("time", get_time, set_time);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_26 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_27 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_27, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_26);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_26, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, L_27, L_28, /*hidden argument*/NULL);
// L.RegVar("catchCallbackExceptions", get_catchCallbackExceptions, set_catchCallbackExceptions);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_31 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_31, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteral236C5AA60788625C5E0ED66C1AC98277F36DCEB8, L_30, L_31, /*hidden argument*/NULL);
// L.RegVar("inst", get_inst, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_32 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_33 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_33, NULL, (intptr_t)((intptr_t)FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_32);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_32, _stringLiteral26EF83BE87F3A6621C9D3D9A88392CB3971AE5B0, L_33, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_34 = ___L0;
NullCheck(L_34);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_34, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_TimersWrap::_CreateFairyGUI_Timers(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap__CreateFairyGUI_Timers_m2EA54FABE92A5BEA5257E7DDDBA40792696DE6DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * 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:
{
// FairyGUI.Timers obj = new FairyGUI.Timers();
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_2 = (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)il2cpp_codegen_object_new(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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: FairyGUI.Timers.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, _stringLiteral94F0DB296F9CE66E8F1C50DAED519CA7B4DE779D, /*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 FairyGUI_TimersWrap::Add(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_Add_m151DC670C871F3D1E7500A2A6ADE0F45119A3C60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
int32_t V_2 = 0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_3 = NULL;
int32_t V_4 = 0;
float V_5 = 0.0f;
int32_t V_6 = 0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_7 = NULL;
RuntimeObject * V_8 = NULL;
Exception_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) * 4);
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);
V_0 = L_1;
// if (count == 4)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0043;
}
}
IL_000b:
{
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 2, /*hidden argument*/NULL);
V_1 = (((float)((float)L_6)));
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_7 = ___L0;
double L_8 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_7, 3, /*hidden argument*/NULL);
V_2 = (((int32_t)((int32_t)L_8)));
// FairyGUI.TimerCallback arg2 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 4);
intptr_t L_9 = ___L0;
Delegate_t * L_10 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_9, 4, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_3 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_10, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// obj.Add(arg0, arg1, arg2);
float L_11 = V_1;
int32_t L_12 = V_2;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_13 = V_3;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_4, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_4, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_11, L_12, L_13, /*hidden argument*/NULL);
// return 0;
V_4 = 0;
goto IL_00ad;
}
IL_0043:
{
// else if (count == 5)
int32_t L_14 = V_0;
if ((!(((uint32_t)L_14) == ((uint32_t)5))))
{
goto IL_0090;
}
}
IL_0047:
{
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_15 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_16 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_15, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_17 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_18 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_17, 2, /*hidden argument*/NULL);
V_5 = (((float)((float)L_18)));
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_19 = ___L0;
double L_20 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_19, 3, /*hidden argument*/NULL);
V_6 = (((int32_t)((int32_t)L_20)));
// FairyGUI.TimerCallback arg2 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 4);
intptr_t L_21 = ___L0;
Delegate_t * L_22 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_21, 4, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_7 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_22, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// object arg3 = ToLua.ToVarObject(L, 5);
intptr_t L_23 = ___L0;
RuntimeObject * L_24 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_23, 5, /*hidden argument*/NULL);
V_8 = L_24;
// obj.Add(arg0, arg1, arg2, arg3);
float L_25 = V_5;
int32_t L_26 = V_6;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_27 = V_7;
RuntimeObject * L_28 = V_8;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_16, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_16, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_25, L_26, L_27, L_28, /*hidden argument*/NULL);
// return 0;
V_4 = 0;
goto IL_00ad;
}
IL_0090:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Timers.Add");
intptr_t L_29 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_30 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_29, _stringLiteralB58185ACEB87E271DF24B15B7373AB37CF46A01C, /*hidden argument*/NULL);
V_4 = L_30;
goto IL_00ad;
}
} // 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_009f;
throw e;
}
CATCH_009f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_9 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_31 = ___L0;
Exception_t * L_32 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_33 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_31, L_32, /*hidden argument*/NULL);
V_4 = L_33;
goto IL_00ad;
} // end catch (depth: 1)
IL_00ad:
{
// }
int32_t L_34 = V_4;
return L_34;
}
}
// System.Int32 FairyGUI_TimersWrap::CallLater(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_CallLater_m55C4280E104E9F34573A48299C6642BB9D871B75_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_1 = NULL;
int32_t V_2 = 0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_3 = NULL;
RuntimeObject * V_4 = NULL;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 2)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_002e;
}
}
IL_000b:
{
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// FairyGUI.TimerCallback arg0 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 2);
intptr_t L_5 = ___L0;
Delegate_t * L_6 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_1 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_6, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// obj.CallLater(arg0);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_7 = V_1;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_4, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_CallLater_m014104AC16A5F621A0D16B2738BB89C2C5A41751(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_4, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_007b;
}
IL_002e:
{
// else if (count == 3)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_0060;
}
}
IL_0032:
{
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// FairyGUI.TimerCallback arg0 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 2);
intptr_t L_11 = ___L0;
Delegate_t * L_12 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_11, 2, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_3 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_12, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// object arg1 = ToLua.ToVarObject(L, 3);
intptr_t L_13 = ___L0;
RuntimeObject * L_14 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_13, 3, /*hidden argument*/NULL);
V_4 = L_14;
// obj.CallLater(arg0, arg1);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_15 = V_3;
RuntimeObject * L_16 = V_4;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_10, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_CallLater_m65DD38165C667F2FCB7ED8DB31DDA49A651F8A01(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_10, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_007b;
}
IL_0060:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Timers.CallLater");
intptr_t L_17 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteral66054B576EC767ACAB1988FF480C7EEDC898AEB5, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_007b;
}
} // 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_006e;
throw e;
}
CATCH_006e:
{ // begin catch(System.Exception)
// catch (Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_19 = ___L0;
Exception_t * L_20 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
V_2 = L_21;
goto IL_007b;
} // end catch (depth: 1)
IL_007b:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_TimersWrap::AddUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_AddUpdate_m44A63DFD1904FC767B5D3E0C6028FA16FC6505DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_1 = NULL;
int32_t V_2 = 0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_3 = NULL;
RuntimeObject * V_4 = NULL;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 2)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_002e;
}
}
IL_000b:
{
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// FairyGUI.TimerCallback arg0 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 2);
intptr_t L_5 = ___L0;
Delegate_t * L_6 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_1 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_6, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// obj.AddUpdate(arg0);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_7 = V_1;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_4, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_4, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_007b;
}
IL_002e:
{
// else if (count == 3)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_0060;
}
}
IL_0032:
{
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// FairyGUI.TimerCallback arg0 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 2);
intptr_t L_11 = ___L0;
Delegate_t * L_12 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_11, 2, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_3 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_12, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// object arg1 = ToLua.ToVarObject(L, 3);
intptr_t L_13 = ___L0;
RuntimeObject * L_14 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_13, 3, /*hidden argument*/NULL);
V_4 = L_14;
// obj.AddUpdate(arg0, arg1);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_15 = V_3;
RuntimeObject * L_16 = V_4;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_10, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_AddUpdate_m418B2B52A8013737DC1F5A44A263CAB5A205F909(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_10, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_007b;
}
IL_0060:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Timers.AddUpdate");
intptr_t L_17 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteral24C1B6772D40B7E686770293998EF1802638AC24, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_007b;
}
} // 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_006e;
throw e;
}
CATCH_006e:
{ // begin catch(System.Exception)
// catch (Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_19 = ___L0;
Exception_t * L_20 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
V_2 = L_21;
goto IL_007b;
} // end catch (depth: 1)
IL_007b:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_TimersWrap::StartCoroutine(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_StartCoroutine_mDBA296C7A4D57116C3F9C76C919AC16758DEF438_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* 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) * 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);
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// System.Collections.IEnumerator arg0 = ToLua.CheckIter(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject* L_4 = ToLua_CheckIter_m6D9E618450D3B2A963B8A8049F828C2A745229B0((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// obj.StartCoroutine(arg0);
RuntimeObject* L_5 = V_0;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_StartCoroutine_m920C719E3C4E527B4515FD4CE18434FB04CDE730(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0030;
} // 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_0025;
throw e;
}
CATCH_0025:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0030;
} // end catch (depth: 1)
IL_0030:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TimersWrap::Exists(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_Exists_m8E43CB6705DF2DF874CBC2EF280E847E56FE8C36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * 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);
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// FairyGUI.TimerCallback arg0 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 2);
intptr_t L_3 = ___L0;
Delegate_t * L_4 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_0 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_4, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// bool o = obj.Exists(arg0);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_5 = V_0;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
bool L_6 = Timers_Exists_m2783E42A561AC48351942FBC10282EA70132ECFF(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_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 FairyGUI_TimersWrap::Remove(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_Remove_m46CD060FB5CBFC106DB747CB5B69FA48B9EA34FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * 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) * 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);
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// FairyGUI.TimerCallback arg0 = (FairyGUI.TimerCallback)ToLua.CheckDelegate<FairyGUI.TimerCallback>(L, 2);
intptr_t L_3 = ___L0;
Delegate_t * L_4 = ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisTimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_mC4C8D44811AC9EB7FC00146CC74D3895EFC3DE4B_RuntimeMethod_var);
V_0 = ((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)CastclassSealed((RuntimeObject*)L_4, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var));
// obj.Remove(arg0);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_5 = V_0;
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TimersWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_Update_m8C8192C264A9394BB7866DC3572F31B8B08DBB12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Timers obj = (FairyGUI.Timers)ToLua.CheckObject<FairyGUI.Timers>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTimers_t0460FD83034A09479176FC176CB5306B89A14EB3_m4F1CC6B8F24BED779A5C914A027DAC618B9EF667_RuntimeMethod_var);
// obj.Update();
NullCheck(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)));
Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12(((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)CastclassClass((RuntimeObject*)L_2, Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_TimersWrap::get_repeat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_get_repeat_m234B6071FE3E4111CD9E8E8D7874A4B4BD4BD499_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushinteger(L, FairyGUI.Timers.repeat);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
int32_t L_1 = ((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->get_repeat_0();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_TimersWrap::get_time(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_get_time_mD9519C6CBF1EB652BCB143FA59FC95E168D81678_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushnumber(L, FairyGUI.Timers.time);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
float L_1 = ((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->get_time_1();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_TimersWrap::get_catchCallbackExceptions(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_get_catchCallbackExceptions_m2F546CAFD32D87BD9D7DB87D161A7F9FD98F61FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.Timers.catchCallbackExceptions);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
bool L_1 = ((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->get_catchCallbackExceptions_2();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_TimersWrap::get_inst(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_get_inst_mABF178171C8F0B20B991F1F84558420F5EFAB9E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.PushObject(L, FairyGUI.Timers.inst);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_1 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_TimersWrap::set_repeat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_set_repeat_m2AAD1B7F242FD7D89747416793928C7A511AA218_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.Timers.repeat = arg0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->set_repeat_0((((int32_t)((int32_t)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_TimersWrap::set_time(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_set_time_m5165FA95BCD7493648E3BF064848AD5D2460ED4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.Timers.time = arg0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->set_time_1((((float)((float)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_TimersWrap::set_catchCallbackExceptions(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TimersWrap_set_catchCallbackExceptions_m631019FFE6FE04BEA8A985867EAA8C10D935A870_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.Timers.catchCallbackExceptions = arg0;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->set_catchCallbackExceptions_2(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Void FairyGUI_TimersWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimersWrap__ctor_mC400682BEA7F87F447EA8E23F6A50CDCCE0C16BE (FairyGUI_TimersWrap_t18B0CA6A97540DE81554789727235D8A5EF80320 * __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
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_TransitionWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionWrap_Register_mC4E7EABEE55EDAC970382AAB01100C1E5461978F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_Register_mC4E7EABEE55EDAC970382AAB01100C1E5461978F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.Transition), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_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> (RuntimeObject_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("Play", Play);
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)FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral5D12BD53552CAFC41CA6146C04870DF2E1574E13, L_6, /*hidden argument*/NULL);
// L.RegFunction("PlayReverse", PlayReverse);
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)FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralF778746E7A840E3CBFD22ADA44073B5BF2681368, L_8, /*hidden argument*/NULL);
// L.RegFunction("ChangePlayTimes", ChangePlayTimes);
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)FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral035285064DC74F2B2946A278D79A406053D1EB9C, L_10, /*hidden argument*/NULL);
// L.RegFunction("SetAutoPlay", SetAutoPlay);
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)FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralA3E9DADA3CA004E5CA02FBD62CD5897E7E32AF18, L_12, /*hidden argument*/NULL);
// L.RegFunction("Stop", Stop);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral9E253470C876EE6D5C720EB777AEB82D4C26E28F, L_14, /*hidden argument*/NULL);
// L.RegFunction("SetPaused", SetPaused);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralECA9B4E50EA5B6B5026A157885AD0CDE1146C9F2, L_16, /*hidden argument*/NULL);
// L.RegFunction("Dispose", Dispose);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_18, /*hidden argument*/NULL);
// L.RegFunction("SetValue", SetValue);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralFC71E83FF796B32382FFABCE6100248F19FC7E79, L_20, /*hidden argument*/NULL);
// L.RegFunction("SetHook", SetHook);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral88B0B70B0C937F8FED3909773D40EC3FFCB77DCF, L_22, /*hidden argument*/NULL);
// L.RegFunction("ClearHooks", ClearHooks);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral97DF8E5F7C25FFBAD34F122F159902576AD4A28F, L_24, /*hidden argument*/NULL);
// L.RegFunction("SetTarget", SetTarget);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral6AC5DD775419A9A96C0ECE696C9D071F472FF6D8, L_26, /*hidden argument*/NULL);
// L.RegFunction("SetDuration", SetDuration);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteralC96A71EE2E8F1B189F49BD6712259EE67BB8B611, L_28, /*hidden argument*/NULL);
// L.RegFunction("GetLabelTime", GetLabelTime);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteralF1A6B534D8013C414E1DE5F744A209C5CFD00A0E, L_30, /*hidden argument*/NULL);
// L.RegFunction("OnTweenStart", OnTweenStart);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral3EC7D59A77E83364E5EC64D9526A2F460FC01A03, L_32, /*hidden argument*/NULL);
// L.RegFunction("OnTweenUpdate", OnTweenUpdate);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteralD491A26243A28AFA80BF77AAD382401FAE91194A, L_34, /*hidden argument*/NULL);
// L.RegFunction("OnTweenComplete", OnTweenComplete);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_35);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral39FFF3841CDD5A8E9252690470693E0295E5C82F, L_36, /*hidden argument*/NULL);
// L.RegFunction("Setup", Setup);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteralCDD7BB2816B7A8F88BCE0E47BE39943BC369516B, L_38, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_Transition);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_39, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_40, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_41);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_42, /*hidden argument*/NULL);
// L.RegVar("invalidateBatchingEveryFrame", get_invalidateBatchingEveryFrame, set_invalidateBatchingEveryFrame);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_45 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_45, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_43);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteral380F3CC1D688EB007A3232721A315FB0022D3F00, L_44, L_45, /*hidden argument*/NULL);
// L.RegVar("name", get_name, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_46 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_47 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_47, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_46);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_47, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("playing", get_playing, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_48 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_49 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_49, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_48);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_48, _stringLiteral5863973EDC6707DA45B52E49857FECBEBE4CE969, L_49, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("timeScale", get_timeScale, set_timeScale);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_50 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_51 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_51, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_52 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_52, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_50);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_50, _stringLiteral9C4D79D261EADEBF132BD6333DB6EBC00C951C1A, L_51, L_52, /*hidden argument*/NULL);
// L.RegVar("ignoreEngineTimeScale", get_ignoreEngineTimeScale, set_ignoreEngineTimeScale);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_53 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_54 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_54, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_55 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_55, NULL, (intptr_t)((intptr_t)FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_53);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_53, _stringLiteralB08BFB0D47560E07EB7DD8011DB3CAEBA119FA42, L_54, L_55, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_56 = ___L0;
NullCheck(L_56);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_56, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_TransitionWrap::_CreateFairyGUI_Transition(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap__CreateFairyGUI_Transition_m2F72131ED836E10C1B33E25B66BF8C48742BB862_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * 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 == 1)
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0026;
}
}
IL_0009:
{
// FairyGUI.GComponent arg0 = (FairyGUI.GComponent)ToLua.CheckObject<FairyGUI.GComponent>(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ToLua_CheckObject_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_mD3BB0F3B3DD64C76919049AAA7193C1A5863AE59((intptr_t)L_2, 1, /*hidden argument*/ToLua_CheckObject_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_mD3BB0F3B3DD64C76919049AAA7193C1A5863AE59_RuntimeMethod_var);
// FairyGUI.Transition obj = new FairyGUI.Transition(arg0);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_4 = (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)il2cpp_codegen_object_new(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var);
Transition__ctor_m5AF12FFAAEE2CCDEE237651C391ECAF025ECAF57(L_4, ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_3, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_4;
// ToLua.PushObject(L, obj);
intptr_t L_5 = ___L0;
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_6 = V_0;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_5, L_6, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_003f;
}
IL_0026:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: FairyGUI.Transition.New");
intptr_t L_7 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_7, _stringLiteral9969F0AFDC5E52B9AD090B1A71AB6F6F3DDEDAF9, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_003f;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0034;
throw e;
}
CATCH_0034:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_2;
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_1 = L_11;
goto IL_003f;
} // end catch (depth: 1)
IL_003f:
{
// }
int32_t L_12 = V_1;
return L_12;
}
}
// System.Int32 FairyGUI_TransitionWrap::Play(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_Play_mA09C9B7B9E11FF781578D47453CD863EC6C45008_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_2 = NULL;
int32_t V_3 = 0;
float V_4 = 0.0f;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_5 = NULL;
int32_t V_6 = 0;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_10 = NULL;
Exception_t * V_11 = 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) * 6);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0023;
}
}
IL_000b:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// obj.Play();
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_4, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Play_mDF0B4326CFB886CF6352A6DC30F1A492EB5FD209(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_4, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0100;
}
IL_0023:
{
// else if (count == 2)
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_004d;
}
}
IL_0027:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// FairyGUI.PlayCompleteCallback arg0 = (FairyGUI.PlayCompleteCallback)ToLua.CheckDelegate<FairyGUI.PlayCompleteCallback>(L, 2);
intptr_t L_8 = ___L0;
Delegate_t * L_9 = ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C((intptr_t)L_8, 2, /*hidden argument*/ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C_RuntimeMethod_var);
V_2 = ((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)CastclassSealed((RuntimeObject*)L_9, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var));
// obj.Play(arg0);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_10 = V_2;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_7, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Play_mBCD9340A3813C36738A582167B12BF4EB20A6CBC(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_7, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0100;
}
IL_004d:
{
// else if (count == 4)
int32_t L_11 = V_0;
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
{
goto IL_008c;
}
}
IL_0051:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_12 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_13 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
V_3 = (((int32_t)((int32_t)L_15)));
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_16 = ___L0;
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
V_4 = (((float)((float)L_17)));
// FairyGUI.PlayCompleteCallback arg2 = (FairyGUI.PlayCompleteCallback)ToLua.CheckDelegate<FairyGUI.PlayCompleteCallback>(L, 4);
intptr_t L_18 = ___L0;
Delegate_t * L_19 = ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C((intptr_t)L_18, 4, /*hidden argument*/ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C_RuntimeMethod_var);
V_5 = ((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)CastclassSealed((RuntimeObject*)L_19, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var));
// obj.Play(arg0, arg1, arg2);
int32_t L_20 = V_3;
float L_21 = V_4;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_22 = V_5;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_13, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_13, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0100;
}
IL_008c:
{
// else if (count == 6)
int32_t L_23 = V_0;
if ((!(((uint32_t)L_23) == ((uint32_t)6))))
{
goto IL_00e5;
}
}
IL_0090:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_24 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_25 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_24, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_26 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_27 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_26, 2, /*hidden argument*/NULL);
V_6 = (((int32_t)((int32_t)L_27)));
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_28 = ___L0;
double L_29 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_28, 3, /*hidden argument*/NULL);
V_7 = (((float)((float)L_29)));
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
intptr_t L_30 = ___L0;
double L_31 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_30, 4, /*hidden argument*/NULL);
V_8 = (((float)((float)L_31)));
// float arg3 = (float)LuaDLL.luaL_checknumber(L, 5);
intptr_t L_32 = ___L0;
double L_33 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_32, 5, /*hidden argument*/NULL);
V_9 = (((float)((float)L_33)));
// FairyGUI.PlayCompleteCallback arg4 = (FairyGUI.PlayCompleteCallback)ToLua.CheckDelegate<FairyGUI.PlayCompleteCallback>(L, 6);
intptr_t L_34 = ___L0;
Delegate_t * L_35 = ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C((intptr_t)L_34, 6, /*hidden argument*/ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C_RuntimeMethod_var);
V_10 = ((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)CastclassSealed((RuntimeObject*)L_35, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var));
// obj.Play(arg0, arg1, arg2, arg3, arg4);
int32_t L_36 = V_6;
float L_37 = V_7;
float L_38 = V_8;
float L_39 = V_9;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_40 = V_10;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_25, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Play_m6854034AB2D09FB6C0C66FE0D6C22EA5104FCFD7(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_25, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_36, L_37, L_38, L_39, L_40, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0100;
}
IL_00e5:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Transition.Play");
intptr_t L_41 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_42 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_41, _stringLiteralA680C6F8A31A95D49C19A2DAB99F9C3ECD4AD895, /*hidden argument*/NULL);
V_1 = L_42;
goto IL_0100;
}
} // 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_00f3;
throw e;
}
CATCH_00f3:
{ // begin catch(System.Exception)
// catch (Exception e)
V_11 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_43 = ___L0;
Exception_t * L_44 = V_11;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_45 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_43, L_44, /*hidden argument*/NULL);
V_1 = L_45;
goto IL_0100;
} // end catch (depth: 1)
IL_0100:
{
// }
int32_t L_46 = V_1;
return L_46;
}
}
// System.Int32 FairyGUI_TransitionWrap::PlayReverse(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_PlayReverse_m0A7766C19CF00CBBDBF04614280F23CB72B61C9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_2 = NULL;
int32_t V_3 = 0;
float V_4 = 0.0f;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_5 = NULL;
Exception_t * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0023;
}
}
IL_000b:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// obj.PlayReverse();
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_4, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_PlayReverse_m4207B22DEA0646CE7A8B5EAEEDEA53A458480EE1(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_4, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_00a4;
}
IL_0023:
{
// else if (count == 2)
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_004a;
}
}
IL_0027:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// FairyGUI.PlayCompleteCallback arg0 = (FairyGUI.PlayCompleteCallback)ToLua.CheckDelegate<FairyGUI.PlayCompleteCallback>(L, 2);
intptr_t L_8 = ___L0;
Delegate_t * L_9 = ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C((intptr_t)L_8, 2, /*hidden argument*/ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C_RuntimeMethod_var);
V_2 = ((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)CastclassSealed((RuntimeObject*)L_9, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var));
// obj.PlayReverse(arg0);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_10 = V_2;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_7, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_PlayReverse_m897F19A612E01DA1097DBAAF43CC051846FFE952(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_7, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_00a4;
}
IL_004a:
{
// else if (count == 4)
int32_t L_11 = V_0;
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
{
goto IL_0089;
}
}
IL_004e:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_12 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_13 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
V_3 = (((int32_t)((int32_t)L_15)));
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_16 = ___L0;
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
V_4 = (((float)((float)L_17)));
// FairyGUI.PlayCompleteCallback arg2 = (FairyGUI.PlayCompleteCallback)ToLua.CheckDelegate<FairyGUI.PlayCompleteCallback>(L, 4);
intptr_t L_18 = ___L0;
Delegate_t * L_19 = ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C((intptr_t)L_18, 4, /*hidden argument*/ToLua_CheckDelegate_TisPlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_mDFA72EDA7A45FE1E8A08658D2C96C8B0A5B9BB8C_RuntimeMethod_var);
V_5 = ((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)CastclassSealed((RuntimeObject*)L_19, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var));
// obj.PlayReverse(arg0, arg1, arg2);
int32_t L_20 = V_3;
float L_21 = V_4;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_22 = V_5;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_13, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_PlayReverse_m87512CA2077ADD251CDAFAD82351B08370FE1500(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_13, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_00a4;
}
IL_0089:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Transition.PlayReverse");
intptr_t L_23 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_24 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_23, _stringLiteral104FD1F7C2935DCEECDA82BFCEFA045EF91CBE7B, /*hidden argument*/NULL);
V_1 = L_24;
goto IL_00a4;
}
} // 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_0097;
throw e;
}
CATCH_0097:
{ // begin catch(System.Exception)
// catch (Exception e)
V_6 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_25 = ___L0;
Exception_t * L_26 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_27 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_25, L_26, /*hidden argument*/NULL);
V_1 = L_27;
goto IL_00a4;
} // end catch (depth: 1)
IL_00a4:
{
// }
int32_t L_28 = V_1;
return L_28;
}
}
// System.Int32 FairyGUI_TransitionWrap::ChangePlayTimes(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_ChangePlayTimes_m0DA4BD414F0B7F2CBCD113B388E2F759495A8D43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
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) * 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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = (((int32_t)((int32_t)L_4)));
// obj.ChangePlayTimes(arg0);
int32_t L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9_inline(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0031;
} // 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_0026;
throw e;
}
CATCH_0026:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0031;
} // end catch (depth: 1)
IL_0031:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TransitionWrap::SetAutoPlay(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_SetAutoPlay_m391DEEFD2D5B80F091689D697A875725D46B1248_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
float V_2 = 0.0f;
int32_t V_3 = 0;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 4);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 4, /*hidden argument*/NULL);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_5 = ___L0;
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_6)));
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
intptr_t L_7 = ___L0;
double L_8 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_7, 4, /*hidden argument*/NULL);
V_2 = (((float)((float)L_8)));
// obj.SetAutoPlay(arg0, arg1, arg2);
bool L_9 = V_0;
int32_t L_10 = V_1;
float L_11 = V_2;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_SetAutoPlay_mC097C2981386E0575A90EDBE1F737B8A10759498(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_9, L_10, L_11, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0046;
} // 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_0039;
throw e;
}
CATCH_0039:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_12 = ___L0;
Exception_t * L_13 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_14 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_12, L_13, /*hidden argument*/NULL);
V_3 = L_14;
goto IL_0046;
} // end catch (depth: 1)
IL_0046:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Int32 FairyGUI_TransitionWrap::Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_Stop_mDAF63D8419C66889828B717C5E07226F339AE46B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0020;
}
}
IL_000b:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// obj.Stop();
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_4, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Stop_mFE5AD09A9D92A092AC2F227920E10E689DB9A07B(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_4, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0066;
}
IL_0020:
{
// else if (count == 3)
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)3))))
{
goto IL_004b;
}
}
IL_0024:
{
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_9 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_10 = ___L0;
bool L_11 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_10, 3, /*hidden argument*/NULL);
V_3 = L_11;
// obj.Stop(arg0, arg1);
bool L_12 = V_2;
bool L_13 = V_3;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_7, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_7, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_12, L_13, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0066;
}
IL_004b:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Transition.Stop");
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_15 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_14, _stringLiteral7E72810FE009024FCA4C31AD04C3676AEB9B6EE4, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_0066;
}
} // 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_0059;
throw e;
}
CATCH_0059:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_16 = ___L0;
Exception_t * L_17 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_18 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_16, L_17, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0066;
} // end catch (depth: 1)
IL_0066:
{
// }
int32_t L_19 = V_1;
return L_19;
}
}
// System.Int32 FairyGUI_TransitionWrap::SetPaused(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_SetPaused_mA4E4833E561DF1822712E8F34527E17038F4B796_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
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) * 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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// obj.SetPaused(arg0);
bool L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0030;
} // 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_0025;
throw e;
}
CATCH_0025:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0030;
} // end catch (depth: 1)
IL_0030:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TransitionWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_Dispose_mA80C6C0A1B3D9476B39399B53B16CB908E5A6B68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Dispose_m063EEC94C6AEBD3A0A99331C43563DFFAF99FD4F(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_TransitionWrap::SetValue(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_SetValue_m4F77ABAD597198807EA55FA594C759396773B49C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
int32_t V_3 = 0;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// 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);
V_0 = L_1;
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_2, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_4 = ___L0;
String_t* L_5 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_4, 2, /*hidden argument*/NULL);
V_1 = L_5;
// object[] arg1 = ToLua.ToParamsObject(L, 3, count - 2);
intptr_t L_6 = ___L0;
int32_t L_7 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ToLua_ToParamsObject_m2EEBC3B71B3A82850B3E5D0215C04B8B5D8A566A((intptr_t)L_6, 3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL);
V_2 = L_8;
// obj.SetValue(arg0, arg1);
String_t* L_9 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = V_2;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_3, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_3, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_003e;
} // 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_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_11 = ___L0;
Exception_t * L_12 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
V_3 = L_13;
goto IL_003e;
} // end catch (depth: 1)
IL_003e:
{
// }
int32_t L_14 = V_3;
return L_14;
}
}
// System.Int32 FairyGUI_TransitionWrap::SetHook(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_SetHook_mEF0222C9C12313710E201DDC5FDCE1CBABC99535_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * 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);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// FairyGUI.TransitionHook arg1 = (FairyGUI.TransitionHook)ToLua.CheckDelegate<FairyGUI.TransitionHook>(L, 3);
intptr_t L_5 = ___L0;
Delegate_t * L_6 = ToLua_CheckDelegate_TisTransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_mE794F76A045960857FFFD088EEC692417ED99D8E((intptr_t)L_5, 3, /*hidden argument*/ToLua_CheckDelegate_TisTransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_mE794F76A045960857FFFD088EEC692417ED99D8E_RuntimeMethod_var);
V_1 = ((TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)CastclassSealed((RuntimeObject*)L_6, TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_il2cpp_TypeInfo_var));
// obj.SetHook(arg0, arg1);
String_t* L_7 = V_0;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_8 = V_1;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0033;
throw e;
}
CATCH_0033:
{ // begin catch(System.Exception)
// 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_003e;
} // end catch (depth: 1)
IL_003e:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TransitionWrap::ClearHooks(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_ClearHooks_m0E9137428838E7D30BC172C1AABCCD6DF9D10B0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// obj.ClearHooks();
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_ClearHooks_m8FA24911FF3EF3E60FC97EA51F30B82B440B40DF(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_TransitionWrap::SetTarget(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_SetTarget_m0223057F7C0642842CF93010E2B2110102BD4320_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// FairyGUI.GObject arg1 = (FairyGUI.GObject)ToLua.CheckObject<FairyGUI.GObject>(L, 3);
intptr_t L_5 = ___L0;
RuntimeObject * L_6 = ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163((intptr_t)L_5, 3, /*hidden argument*/ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var);
V_1 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_6, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var));
// obj.SetTarget(arg0, arg1);
String_t* L_7 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = V_1;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0033;
throw e;
}
CATCH_0033:
{ // begin catch(System.Exception)
// 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_003e;
} // end catch (depth: 1)
IL_003e:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TransitionWrap::SetDuration(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_SetDuration_mC50D47358C751402322BA63C67F9E5478BFE6CBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
float V_1 = 0.0f;
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, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = (((float)((float)L_6)));
// obj.SetDuration(arg0, arg1);
String_t* L_7 = V_0;
float L_8 = V_1;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003a;
} // 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_002f;
throw e;
}
CATCH_002f:
{ // 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_003a;
} // end catch (depth: 1)
IL_003a:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TransitionWrap::GetLabelTime(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_GetLabelTime_m9CDA4E646B8786DD65F365934FE9F3537C8E07EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
float V_1 = 0.0f;
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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// float o = obj.GetLabelTime(arg0);
String_t* L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
float L_6 = Transition_GetLabelTime_mF0640731AC4EA1A35913050D80D42D0B3DD527AF(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// LuaDLL.lua_pushnumber(L, o);
intptr_t L_7 = ___L0;
float L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_7, (((double)((double)L_8))), /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0039;
} // 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_002e;
throw e;
}
CATCH_002e:
{ // 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_0039;
} // end catch (depth: 1)
IL_0039:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_TransitionWrap::OnTweenStart(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_OnTweenStart_mD39101F09F259B840C7EEC93A5E9AB2C643D73C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * 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) * 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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// FairyGUI.GTweener arg0 = (FairyGUI.GTweener)ToLua.CheckObject<FairyGUI.GTweener>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C_RuntimeMethod_var);
V_0 = ((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)CastclassClass((RuntimeObject*)L_4, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var));
// obj.OnTweenStart(arg0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_OnTweenStart_m872428BB94C6B1559CA55AC54EE5A70E8C481B1F(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TransitionWrap::OnTweenUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_OnTweenUpdate_m0755308081FFDA37F98E213BD80B5476413F33E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * 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) * 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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// FairyGUI.GTweener arg0 = (FairyGUI.GTweener)ToLua.CheckObject<FairyGUI.GTweener>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C_RuntimeMethod_var);
V_0 = ((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)CastclassClass((RuntimeObject*)L_4, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var));
// obj.OnTweenUpdate(arg0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_OnTweenUpdate_mD0D37948F0CF9D5759FD318D1AA29A26F2FB92AE(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TransitionWrap::OnTweenComplete(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_OnTweenComplete_mC122E3FDC1C9C862B2CF8DF890CF412FE857473D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * 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) * 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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// FairyGUI.GTweener arg0 = (FairyGUI.GTweener)ToLua.CheckObject<FairyGUI.GTweener>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_m53556B16589146C51AC6280BD976E5BAEAE07C0C_RuntimeMethod_var);
V_0 = ((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)CastclassClass((RuntimeObject*)L_4, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var));
// obj.OnTweenComplete(arg0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_OnTweenComplete_mF732B0E2E478FAEDE2392031C66B89329DF81B28(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TransitionWrap::Setup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_Setup_mBBDA6A07DD196A52421AADC798A32BA4370ED13F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * 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) * 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);
// FairyGUI.Transition obj = (FairyGUI.Transition)ToLua.CheckObject<FairyGUI.Transition>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_m88537F5E453672115E8A81241F25A24D279828FB_RuntimeMethod_var);
// FairyGUI.Utils.ByteBuffer arg0 = (FairyGUI.Utils.ByteBuffer)ToLua.CheckObject<FairyGUI.Utils.ByteBuffer>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_m54FF69F2307D6C016E16E86D82EF2124E34305EC((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_m54FF69F2307D6C016E16E86D82EF2124E34305EC_RuntimeMethod_var);
V_0 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 *)CastclassClass((RuntimeObject*)L_4, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var));
// obj.Setup(arg0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = V_0;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_Setup_m589693781EACDF65CF48C047E1C5530B722D9CE9(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_TransitionWrap::get_invalidateBatchingEveryFrame(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_get_invalidateBatchingEveryFrame_m5B8B91F5883A4A57D75C8C58345583F93D6D67E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.invalidateBatchingEveryFrame;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
bool L_3 = ((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var))->get_invalidateBatchingEveryFrame_1();
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 invalidateBatchingEveryFrame 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, _stringLiteralE9D2DEEF5E36D80A9CD3CE4AAC39AB22F1827262, /*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 FairyGUI_TransitionWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_get_name_m7806DEF676D8D0CD1D59E5FAD69664D963CCB07C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.name;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
String_t* L_3 = Transition_get_name_m96578E973B7AD8B4D4222F58F4B1F0AAD0C864F6_inline(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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 name 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, _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A, /*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 FairyGUI_TransitionWrap::get_playing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_get_playing_m6E80BEDFF9BD292969DE26BBADEB2296D096592E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.playing;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
bool L_3 = Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35_inline(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 playing 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, _stringLiteral3D9DB91B4989A09A1BA26B0E01A3D205D6D2B1D1, /*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 FairyGUI_TransitionWrap::get_timeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_get_timeScale_mFFD5E5CDA92B421C6BFE1D8A50DFB898F6F4B015_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
float V_1 = 0.0f;
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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.timeScale;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
float L_3 = Transition_get_timeScale_mB430A853FBE7DF21E7C1A5267DC8521DA18CCD62_inline(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushnumber(L, ret);
intptr_t L_4 = ___L0;
float L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)L_5))), /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index timeScale 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, _stringLiteralA50EC9FE0140CFD09C33B25A5778EEA3BEBDF2EB, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TransitionWrap::get_ignoreEngineTimeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_get_ignoreEngineTimeScale_m2139B85FA8CC8ACEC0C6B792DFC76A31DC71ECD3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.ignoreEngineTimeScale;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
bool L_3 = Transition_get_ignoreEngineTimeScale_m992D07AAF956B264804C640B5B320638972EF702_inline(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 ignoreEngineTimeScale 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, _stringLiteral3BE826416634D8AFD7EF781C5D69559C3FCBB328, /*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 FairyGUI_TransitionWrap::set_invalidateBatchingEveryFrame(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_set_invalidateBatchingEveryFrame_m8FFA50797A3841E73ACECAE1358C50CD7E5D58A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.invalidateBatchingEveryFrame = arg0;
bool L_5 = V_1;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var))->set_invalidateBatchingEveryFrame_1(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index invalidateBatchingEveryFrame 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, _stringLiteralE9D2DEEF5E36D80A9CD3CE4AAC39AB22F1827262, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TransitionWrap::set_timeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_set_timeScale_m92EE76903CDC63B6E0303044680015F8B29A406F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
float V_1 = 0.0f;
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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = (((float)((float)L_4)));
// obj.timeScale = arg0;
float L_5 = V_1;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0034;
} // 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_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index timeScale 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, _stringLiteralA50EC9FE0140CFD09C33B25A5778EEA3BEBDF2EB, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_TransitionWrap::set_ignoreEngineTimeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_TransitionWrap_set_ignoreEngineTimeScale_m9AAE28CAADD6AB1E0F6A24A8C6DD48080021D69C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Transition obj = (FairyGUI.Transition)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.ignoreEngineTimeScale = arg0;
bool L_5 = V_1;
NullCheck(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)));
Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E(((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)CastclassClass((RuntimeObject*)L_2, Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index ignoreEngineTimeScale 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, _stringLiteral3BE826416634D8AFD7EF781C5D69559C3FCBB328, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void FairyGUI_TransitionWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionWrap__ctor_m101DA270CF4F288855AE4DFC78A9F641BD60E3F0 (FairyGUI_TransitionWrap_t8C25AF1E4CDB91AD4F8B6B09473DAC28DE45238E * __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
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_UIConfigWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfigWrap_Register_mEE6B2ED29A389E6B645C2926B30B4D28A3C31DE6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_Register_mEE6B2ED29A389E6B645C2926B30B4D28A3C31DE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.UIConfig), typeof(UnityEngine.MonoBehaviour));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_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> (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_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("Load", Load);
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)FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralDDCB77FF769EA54CA622848F6BEDD4004FA4F4FA, L_6, /*hidden argument*/NULL);
// L.RegFunction("SetDefaultValue", SetDefaultValue);
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)FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralC43B46B97DF90BBDCBB17216310BC403D031BABC, L_8, /*hidden argument*/NULL);
// L.RegFunction("ClearResourceRefs", ClearResourceRefs);
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)FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralEF1EE887AA450DA8024C32B72E681C435E2C74D7, L_10, /*hidden argument*/NULL);
// L.RegFunction("ApplyModifiedProperties", ApplyModifiedProperties);
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)FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralFD32189556F9E25C25BDFA2407DDF4180AB667FE, L_12, /*hidden argument*/NULL);
// L.RegFunction("__eq", op_Equality);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_14, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_16, /*hidden argument*/NULL);
// L.RegVar("defaultFont", get_defaultFont, set_defaultFont);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_19 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_19, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_17, _stringLiteral1BE7DACBB3360C0540103B5F208404317651C789, L_18, L_19, /*hidden argument*/NULL);
// L.RegVar("windowModalWaiting", get_windowModalWaiting, set_windowModalWaiting);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_20 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_21 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_21, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_20);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_20, _stringLiteralF51977E25C726CF36D9DC37E54AA0C4412639338, L_21, L_22, /*hidden argument*/NULL);
// L.RegVar("globalModalWaiting", get_globalModalWaiting, set_globalModalWaiting);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_25 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_25, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteralA9EAEB90EC7870D1B4B4CE41D6BC2AF8BE5332DB, L_24, L_25, /*hidden argument*/NULL);
// L.RegVar("modalLayerColor", get_modalLayerColor, set_modalLayerColor);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_26 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_27 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_27, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_26);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_26, _stringLiteral1EC0B6D5B589BF4CACA3E78DB133AAFFF87BE378, L_27, L_28, /*hidden argument*/NULL);
// L.RegVar("buttonSound", get_buttonSound, set_buttonSound);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_31 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_31, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteral27D8F657278D359418269ECBF21F14BE2AD15DEB, L_30, L_31, /*hidden argument*/NULL);
// L.RegVar("buttonSoundVolumeScale", get_buttonSoundVolumeScale, set_buttonSoundVolumeScale);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_32 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_33 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_33, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_32);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_32, _stringLiteral6AB697D65B5E46BE0CF8B63B05601E787DC91BCF, L_33, L_34, /*hidden argument*/NULL);
// L.RegVar("horizontalScrollBar", get_horizontalScrollBar, set_horizontalScrollBar);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_37 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_37, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_35);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_35, _stringLiteral5371B79C91829FC890F872E2B21E49D00598A3BC, L_36, L_37, /*hidden argument*/NULL);
// L.RegVar("verticalScrollBar", get_verticalScrollBar, set_verticalScrollBar);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_38 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_39 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_39, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_38);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_38, _stringLiteral7301A4197FFC258D074FE697A0F189BB3190FC2B, L_39, L_40, /*hidden argument*/NULL);
// L.RegVar("defaultScrollStep", get_defaultScrollStep, set_defaultScrollStep);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_43 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_43, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_41);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_41, _stringLiteralB043DC560D3266FE77DA3F19F68C37B114C63AEB, L_42, L_43, /*hidden argument*/NULL);
// L.RegVar("defaultScrollDecelerationRate", get_defaultScrollDecelerationRate, set_defaultScrollDecelerationRate);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_44 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_45 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_45, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_46 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_46, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_44);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_44, _stringLiteral8CC1F0E5F82469F30AB01BA916861ED0E356F62F, L_45, L_46, /*hidden argument*/NULL);
// L.RegVar("defaultScrollBarDisplay", get_defaultScrollBarDisplay, set_defaultScrollBarDisplay);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_47 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_49 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_49, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_47);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_47, _stringLiteralF2AEB0BC7A7CEE253179DC3A58450CB0E32E95B3, L_48, L_49, /*hidden argument*/NULL);
// L.RegVar("defaultScrollTouchEffect", get_defaultScrollTouchEffect, set_defaultScrollTouchEffect);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_50 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_51 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_51, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_52 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_52, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_50);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_50, _stringLiteral9AF1778B5271B224E3689A6DC10C831BC8C811ED, L_51, L_52, /*hidden argument*/NULL);
// L.RegVar("defaultScrollBounceEffect", get_defaultScrollBounceEffect, set_defaultScrollBounceEffect);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_53 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_54 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_54, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_55 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_55, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_53);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_53, _stringLiteralFA2985F0C9F19639ECBEAD1B23630CFB5E9E952C, L_54, L_55, /*hidden argument*/NULL);
// L.RegVar("popupMenu", get_popupMenu, set_popupMenu);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_56 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_57 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_57, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_58 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_58, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_56);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_56, _stringLiteralABA3FC24B19113B5947F2501237DB1F3E54AE530, L_57, L_58, /*hidden argument*/NULL);
// L.RegVar("popupMenu_seperator", get_popupMenu_seperator, set_popupMenu_seperator);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_60 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_60, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_61 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_61, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_59);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_59, _stringLiteral730D2389F7957647DB8B67DBA6C8D33DDCC64289, L_60, L_61, /*hidden argument*/NULL);
// L.RegVar("loaderErrorSign", get_loaderErrorSign, set_loaderErrorSign);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_62 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_63 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_63, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_64 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_64, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_62);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_62, _stringLiteralC7DB5A08ADC844E21BD253D19FD094CDD6E858EB, L_63, L_64, /*hidden argument*/NULL);
// L.RegVar("tooltipsWin", get_tooltipsWin, set_tooltipsWin);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_65 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_66 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_66, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_67 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_67, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_65);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_65, _stringLiteralA6C5E4B955AC27A702B3F3CAE676AD730A71F72F, L_66, L_67, /*hidden argument*/NULL);
// L.RegVar("defaultComboBoxVisibleItemCount", get_defaultComboBoxVisibleItemCount, set_defaultComboBoxVisibleItemCount);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_68 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_69 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_69, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_70 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_70, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_68);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_68, _stringLiteral7BDCE67BCA00B0CCD8A22342C87C3572FC491CFF, L_69, L_70, /*hidden argument*/NULL);
// L.RegVar("touchScrollSensitivity", get_touchScrollSensitivity, set_touchScrollSensitivity);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_71 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_72 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_72, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_73 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_73, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_71);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_71, _stringLiteral223C73778E1CFEEA033A2879BDB7CBBFDA70336F, L_72, L_73, /*hidden argument*/NULL);
// L.RegVar("touchDragSensitivity", get_touchDragSensitivity, set_touchDragSensitivity);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_74 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_75 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_75, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_76 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_76, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_74);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_74, _stringLiteralF323F37CCC1DBD9EF1EFD60AC1C4284A7EC1B233, L_75, L_76, /*hidden argument*/NULL);
// L.RegVar("clickDragSensitivity", get_clickDragSensitivity, set_clickDragSensitivity);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_77 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_78 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_78, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_79 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_79, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_77);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_77, _stringLiteral5129348D000F3A4E39F8198016907086BFB3581B, L_78, L_79, /*hidden argument*/NULL);
// L.RegVar("allowSoftnessOnTopOrLeftSide", get_allowSoftnessOnTopOrLeftSide, set_allowSoftnessOnTopOrLeftSide);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_80 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_81 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_81, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_82 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_82, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_80);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_80, _stringLiteral6147372CDE4E3A07CB792915A8A1924A4DFA9610, L_81, L_82, /*hidden argument*/NULL);
// L.RegVar("bringWindowToFrontOnClick", get_bringWindowToFrontOnClick, set_bringWindowToFrontOnClick);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_83 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_84 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_84, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_85 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_85, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_83);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_83, _stringLiteral008B9FED7D3D248BC894FC68583FFDE85EFE10CC, L_84, L_85, /*hidden argument*/NULL);
// L.RegVar("inputCaretSize", get_inputCaretSize, set_inputCaretSize);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_86 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_87 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_87, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_88 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_88, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_86);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_86, _stringLiteral85D7282888A9354DC919F885FF28A5154880E168, L_87, L_88, /*hidden argument*/NULL);
// L.RegVar("inputHighlightColor", get_inputHighlightColor, set_inputHighlightColor);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_89 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_90 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_90, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_91 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_91, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_89);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_89, _stringLiteral53B19A6A3A0881B30DE5BBBD1CB1699CA604A830, L_90, L_91, /*hidden argument*/NULL);
// L.RegVar("frameTimeForAsyncUIConstruction", get_frameTimeForAsyncUIConstruction, set_frameTimeForAsyncUIConstruction);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_92 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_93 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_93, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_94 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_94, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_92);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_92, _stringLiteral95E81E1E7D3FC01F436EEF999EE997FEC86B1FC5, L_93, L_94, /*hidden argument*/NULL);
// L.RegVar("depthSupportForPaintingMode", get_depthSupportForPaintingMode, set_depthSupportForPaintingMode);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_95 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_96 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_96, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_97 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_97, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_95);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_95, _stringLiteral96C56B6F995F92A412FD13F0E77DCF7E37EF6DE4, L_96, L_97, /*hidden argument*/NULL);
// L.RegVar("enhancedTextOutlineEffect", get_enhancedTextOutlineEffect, set_enhancedTextOutlineEffect);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_98 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_99 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_99, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_100 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_100, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_98);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_98, _stringLiteral28810FCCD4E58E15713A19BD29D828B6AC9B3475, L_99, L_100, /*hidden argument*/NULL);
// L.RegVar("richTextRowVerticalAlign", get_richTextRowVerticalAlign, set_richTextRowVerticalAlign);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_101 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_102 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_102, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_103 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_103, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_101);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_101, _stringLiteral94E12E264E37CBE413A9BC035586B204C68830CC, L_102, L_103, /*hidden argument*/NULL);
// L.RegVar("Items", get_Items, set_Items);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_104 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_105 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_105, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_106 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_106, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_104);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_104, _stringLiteral44D25B5D1B6D98C7D090CA3609ACA11AE2815FA0, L_105, L_106, /*hidden argument*/NULL);
// L.RegVar("PreloadPackages", get_PreloadPackages, set_PreloadPackages);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_107 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_108 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_108, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_109 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_109, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_107);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_107, _stringLiteral87D6B199EE671912861C1A3EC9C0C82A096876A3, L_108, L_109, /*hidden argument*/NULL);
// L.RegVar("soundLoader", get_soundLoader, set_soundLoader);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_110 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_111 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_111, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_112 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_112, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_110);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_110, _stringLiteralCA64B364E43A309424F927C691F20FF024663E31, L_111, L_112, /*hidden argument*/NULL);
// L.RegFunction("SoundLoader", FairyGUI_UIConfig_SoundLoader);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_113 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_114 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_114, NULL, (intptr_t)((intptr_t)FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_113);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_113, _stringLiteralFB02EDF0526F86DC8F47238EB4519DF67313F16D, L_114, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_115 = ___L0;
NullCheck(L_115);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_115, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_UIConfigWrap::Load(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_Load_m150FFBE3B28CBE886B3A8B86C69DBCB9311905AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.UIConfig obj = (FairyGUI.UIConfig)ToLua.CheckObject<FairyGUI.UIConfig>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_mCC55E028FC8DF5DD1C527DA14D04AA8B638772E2((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_mCC55E028FC8DF5DD1C527DA14D04AA8B638772E2_RuntimeMethod_var);
// obj.Load();
NullCheck(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)));
UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIConfigWrap::SetDefaultValue(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_SetDefaultValue_mE7005C80C44500C6EFE6F722134B492BEC37B918_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * 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) * 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);
// FairyGUI.UIConfig.ConfigKey arg0 = (FairyGUI.UIConfig.ConfigKey)ToLua.CheckObject(L, 1, typeof(FairyGUI.UIConfig.ConfigKey));
intptr_t L_1 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B_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);
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
// FairyGUI.UIConfig.ConfigValue arg1 = (FairyGUI.UIConfig.ConfigValue)ToLua.CheckObject<FairyGUI.UIConfig.ConfigValue>(L, 2);
intptr_t L_5 = ___L0;
RuntimeObject * L_6 = ToLua_CheckObject_TisConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB_mF3D9F70C4DD65C5BACD3DC98B389036D60A58A9D((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckObject_TisConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB_mF3D9F70C4DD65C5BACD3DC98B389036D60A58A9D_RuntimeMethod_var);
V_0 = ((ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB *)CastclassClass((RuntimeObject*)L_6, ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB_il2cpp_TypeInfo_var));
// FairyGUI.UIConfig.SetDefaultValue(arg0, arg1);
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
UIConfig_SetDefaultValue_mC6FF689CC3DE770F7E40C10FBB0E00169366B9CF(((*(int32_t*)((int32_t*)UnBox(L_4, ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B_il2cpp_TypeInfo_var)))), L_7, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_003f;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0034;
throw e;
}
CATCH_0034:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_003f;
} // end catch (depth: 1)
IL_003f:
{
// }
int32_t L_11 = V_1;
return L_11;
}
}
// System.Int32 FairyGUI_UIConfigWrap::ClearResourceRefs(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_ClearResourceRefs_m10FEFBC3E9A3A76D397715E344DD79D119CB2ADF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 0);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
// FairyGUI.UIConfig.ClearResourceRefs();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15(/*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_1 = ___L0;
Exception_t * L_2 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
// System.Int32 FairyGUI_UIConfigWrap::ApplyModifiedProperties(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_ApplyModifiedProperties_m207982CDDF2321F851BE298809B0F976D89E9F2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.UIConfig obj = (FairyGUI.UIConfig)ToLua.CheckObject<FairyGUI.UIConfig>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_mCC55E028FC8DF5DD1C527DA14D04AA8B638772E2((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_mCC55E028FC8DF5DD1C527DA14D04AA8B638772E2_RuntimeMethod_var);
// obj.ApplyModifiedProperties();
NullCheck(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)));
UIConfig_ApplyModifiedProperties_mA852C0D7FAEA95C677A80DE0EBA02B40E03F42CA(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIConfigWrap::op_Equality(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_op_Equality_mDFC9820CCA6513189A6FF9ADDAE9CB16048772AE_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 FairyGUI_UIConfigWrap::get_defaultFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultFont_mB91F4FEF31D580022372639691519C529922091E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.defaultFont);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultFont_4();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_windowModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_windowModalWaiting_m1B5320D879845B8B2E804DFE55FA0864B3DF2AD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.windowModalWaiting);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_windowModalWaiting_6();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_globalModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_globalModalWaiting_mBB504F2140918F0B055CCC09C67F2A1DBF77F100_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.globalModalWaiting);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_globalModalWaiting_7();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_modalLayerColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_modalLayerColor_m04156D54B8EB1B52CF3F2852146492206235A634_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.Push(L, FairyGUI.UIConfig.modalLayerColor);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_modalLayerColor_8();
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_buttonSound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_buttonSound_m23D620ED81AF9B13A6E924F7C4136AA5E34F75DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.PushObject(L, FairyGUI.UIConfig.buttonSound);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_buttonSound_9();
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_buttonSoundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_buttonSoundVolumeScale_m3D4274CA0095933B17CFA624B2047DC9DC3A04DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushnumber(L, FairyGUI.UIConfig.buttonSoundVolumeScale);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_buttonSoundVolumeScale_10();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_horizontalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_horizontalScrollBar_m58DAB1B971B37267324E1005A756941B0A4C6579_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.horizontalScrollBar);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_horizontalScrollBar_11();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_verticalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_verticalScrollBar_m6395CECA20C37D5F999EF86657000156D73560CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.verticalScrollBar);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_verticalScrollBar_12();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollStep(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultScrollStep_mF050FC185B073A83E1283C25543B0399839F931E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushnumber(L, FairyGUI.UIConfig.defaultScrollStep);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollStep_13();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollDecelerationRate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultScrollDecelerationRate_m7DBDA1CC3D0E9934CF6EF6E27E9239A272B31E54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushnumber(L, FairyGUI.UIConfig.defaultScrollDecelerationRate);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollDecelerationRate_14();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollBarDisplay(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultScrollBarDisplay_m7E5C42C2150C2BA6E2A878693662BF6E5C8F3094_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.Push(L, FairyGUI.UIConfig.defaultScrollBarDisplay);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollBarDisplay_15();
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9_il2cpp_TypeInfo_var, &L_2);
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001f;
} // 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_0014;
throw e;
}
CATCH_0014:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_4 = ___L0;
Exception_t * L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
} // end catch (depth: 1)
IL_001f:
{
// }
int32_t L_7 = V_0;
return L_7;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollTouchEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultScrollTouchEffect_mE54D30DF7AE774DCF9590F071549C62E8E809084_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.UIConfig.defaultScrollTouchEffect);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollTouchEffect_16();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_defaultScrollBounceEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultScrollBounceEffect_mF3F74697177D6B51CFCC59E85ED87FE1C6B3469C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.UIConfig.defaultScrollBounceEffect);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollBounceEffect_17();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_popupMenu(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_popupMenu_mE64E396641859F2B2D0D799E8E767B584E177CDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.popupMenu);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_popupMenu_18();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_popupMenu_seperator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_popupMenu_seperator_m93AFFC80C39E9C015D730DF5F4BFEB2F980F1B43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.popupMenu_seperator);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_popupMenu_seperator_19();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_loaderErrorSign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_loaderErrorSign_mA35902B122DA9007627F9BE15D28718EFB7BBABD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.loaderErrorSign);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_loaderErrorSign_20();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_tooltipsWin(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_tooltipsWin_m7F080229AC291F4153D1E2FC8E97C528E40E81E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIConfig.tooltipsWin);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_tooltipsWin_21();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_defaultComboBoxVisibleItemCount(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_defaultComboBoxVisibleItemCount_mD02A40311C6A06E49D6DB1419B20C3310DB714F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushinteger(L, FairyGUI.UIConfig.defaultComboBoxVisibleItemCount);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultComboBoxVisibleItemCount_22();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_touchScrollSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_touchScrollSensitivity_mD78B980D2EFEA42F13BC0E39336D4E73BAFCA3AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushinteger(L, FairyGUI.UIConfig.touchScrollSensitivity);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchScrollSensitivity_23();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_touchDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_touchDragSensitivity_m7853CF0F6EF977FE517FE92F95B82131D573C776_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushinteger(L, FairyGUI.UIConfig.touchDragSensitivity);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_clickDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_clickDragSensitivity_m22AF47274CAA51D369342B813B73C0030DBEBF0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushinteger(L, FairyGUI.UIConfig.clickDragSensitivity);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_clickDragSensitivity_25();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_allowSoftnessOnTopOrLeftSide(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_allowSoftnessOnTopOrLeftSide_m12784861831880684909CEA47205D29CC6C7A140_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.UIConfig.allowSoftnessOnTopOrLeftSide);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_allowSoftnessOnTopOrLeftSide_26();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_bringWindowToFrontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_bringWindowToFrontOnClick_mF92DF43A1DB37D395E06D5B445646ABF77ADC252_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.UIConfig.bringWindowToFrontOnClick);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_bringWindowToFrontOnClick_27();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_inputCaretSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_inputCaretSize_m10A9224322D6507EEC39BBA225C20A74A1E84671_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushinteger(L, FairyGUI.UIConfig.inputCaretSize);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_inputCaretSize_28();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_inputHighlightColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_inputHighlightColor_mDAF8C69F31852ABDB1FB5FC5EBDBBD038CB2F868_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.Push(L, FairyGUI.UIConfig.inputHighlightColor);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_inputHighlightColor_29();
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_frameTimeForAsyncUIConstruction(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_frameTimeForAsyncUIConstruction_mFB9DF89DE9509AB53B50EAA3F217B8F83EA83FCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushnumber(L, FairyGUI.UIConfig.frameTimeForAsyncUIConstruction);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_frameTimeForAsyncUIConstruction_30();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_depthSupportForPaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_depthSupportForPaintingMode_mDD9C8A0BFD05AC78EB84EFC6A5E6233809415751_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.UIConfig.depthSupportForPaintingMode);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_depthSupportForPaintingMode_31();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_enhancedTextOutlineEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_enhancedTextOutlineEffect_m219A237B1E58E42175F6D038C6A84448BD258410_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushboolean(L, FairyGUI.UIConfig.enhancedTextOutlineEffect);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_enhancedTextOutlineEffect_32();
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_richTextRowVerticalAlign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_richTextRowVerticalAlign_m58561B5EE30F1EB3CB6D189F3EA0477A209DE388_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.Push(L, FairyGUI.UIConfig.richTextRowVerticalAlign);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_richTextRowVerticalAlign_33();
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31_il2cpp_TypeInfo_var, &L_2);
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001f;
} // 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_0014;
throw e;
}
CATCH_0014:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_4 = ___L0;
Exception_t * L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_001f;
} // end catch (depth: 1)
IL_001f:
{
// }
int32_t L_7 = V_0;
return L_7;
}
}
// System.Int32 FairyGUI_UIConfigWrap::get_Items(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_Items_m37EE80C6CC33BB29F7F0A6CF6AD637CFB1EEED34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * 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;
// FairyGUI.UIConfig obj = (FairyGUI.UIConfig)o;
RuntimeObject * L_2 = V_0;
// System.Collections.Generic.List<FairyGUI.UIConfig.ConfigValue> ret = obj.Items;
NullCheck(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)));
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * L_3 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_Items_34();
V_1 = L_3;
// ToLua.PushSealed(L, ret);
intptr_t L_4 = ___L0;
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * L_5 = V_1;
ToLua_PushSealed_TisList_1_t74B6A4CA646AC394724678D53711955E95B67FB2_m3AB1DA5785EA8F6078DCE8A0923AEC54C81323DC((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisList_1_t74B6A4CA646AC394724678D53711955E95B67FB2_m3AB1DA5785EA8F6078DCE8A0923AEC54C81323DC_RuntimeMethod_var);
// 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 Items 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, _stringLiteralFDF2904B8C517098F4A114C9292096BB35563326, /*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 FairyGUI_UIConfigWrap::get_PreloadPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_PreloadPackages_m4E663A816AE9E9BDFB2602D6B8CDF0120F706997_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * 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;
// FairyGUI.UIConfig obj = (FairyGUI.UIConfig)o;
RuntimeObject * L_2 = V_0;
// System.Collections.Generic.List<string> ret = obj.PreloadPackages;
NullCheck(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)));
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_PreloadPackages_35();
V_1 = L_3;
// ToLua.PushSealed(L, ret);
intptr_t L_4 = ___L0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_5 = V_1;
ToLua_PushSealed_TisList_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_m53DEBFC3103FC789D1B494D8FB614690277A4108((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisList_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_m53DEBFC3103FC789D1B494D8FB614690277A4108_RuntimeMethod_var);
// 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 PreloadPackages 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, _stringLiteral4AF55104C46DE9FD31FD4A7DAC1D9E1326455F80, /*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 FairyGUI_UIConfigWrap::get_soundLoader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_get_soundLoader_m2ACC727D4864AE475104222D5EF6E58BCDCFC836_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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.Push(L, FairyGUI.UIConfig.soundLoader);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_soundLoader_36();
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultFont_m32C8AFC6E9CA9542AB11EB3E6F27EF5E1C4D26AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultFont = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultFont_4(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_windowModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_windowModalWaiting_m8E132B6FC2B8AEED20ECCE0867AC00BBD802286D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.windowModalWaiting = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_windowModalWaiting_6(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_globalModalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_globalModalWaiting_m65A19C37296379AD8D80B5C231DF76E24762B9B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.globalModalWaiting = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_globalModalWaiting_7(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_modalLayerColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_modalLayerColor_m0225A4805C767716EDA52ED1B935D1C463531456_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// UnityEngine.Color arg0 = ToLua.ToColor(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.modalLayerColor = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_modalLayerColor_8(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_buttonSound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_buttonSound_mA09D37897F72397D587CCDC4B469DC1D5B47FD24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// FairyGUI.NAudioClip arg0 = (FairyGUI.NAudioClip)ToLua.CheckObject<FairyGUI.NAudioClip>(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ToLua_CheckObject_TisNAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_mC5CC1D09A1CE5FE599EE4EBC08B6C4A84928C6AC((intptr_t)L_0, 2, /*hidden argument*/ToLua_CheckObject_TisNAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_mC5CC1D09A1CE5FE599EE4EBC08B6C4A84928C6AC_RuntimeMethod_var);
// FairyGUI.UIConfig.buttonSound = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_buttonSound_9(((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)CastclassClass((RuntimeObject*)L_1, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var)));
// return 0;
V_0 = 0;
goto IL_0020;
} // 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_0015;
throw e;
}
CATCH_0015:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0020;
} // end catch (depth: 1)
IL_0020:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_buttonSoundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_buttonSoundVolumeScale_m5CE1882C03A81BE7152F63E113EA4B74489D4C87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.buttonSoundVolumeScale = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_buttonSoundVolumeScale_10((((float)((float)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_horizontalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_horizontalScrollBar_m0123D1BEA1432EF298263960AA7AE88A69DE4888_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.horizontalScrollBar = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_horizontalScrollBar_11(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_verticalScrollBar(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_verticalScrollBar_m2C68CFDB8E4BBC595927596C5A966928BEE2BAFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.verticalScrollBar = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_verticalScrollBar_12(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollStep(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultScrollStep_m394ED27DCF62FB173DB8C8BF130566497DCD3616_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultScrollStep = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollStep_13((((float)((float)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollDecelerationRate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultScrollDecelerationRate_m4AB3F9DEEAD4B5494BE616BB5F3D1B89212BC14D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultScrollDecelerationRate = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollDecelerationRate_14((((float)((float)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollBarDisplay(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultScrollBarDisplay_m26360D0D41B813021CEC249A7BD270917A9AB0AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// FairyGUI.ScrollBarDisplayType arg0 = (FairyGUI.ScrollBarDisplayType)ToLua.CheckObject(L, 2, typeof(FairyGUI.ScrollBarDisplayType));
intptr_t L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9_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);
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_0, 2, L_2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultScrollBarDisplay = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollBarDisplay_15(((*(int32_t*)((int32_t*)UnBox(L_3, ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9_il2cpp_TypeInfo_var)))));
// return 0;
V_0 = 0;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_4 = ___L0;
Exception_t * L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_7 = V_0;
return L_7;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollTouchEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultScrollTouchEffect_m40BDE0E19F15829983DEAAD0014CE78D44E44942_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultScrollTouchEffect = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollTouchEffect_16(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultScrollBounceEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultScrollBounceEffect_m24427D4142AB5467DD898617FA306C7806856A95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultScrollBounceEffect = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollBounceEffect_17(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_popupMenu(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_popupMenu_m4CC850DB33158A5323D3BAE7DB3F0368A82D5AD5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.popupMenu = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_popupMenu_18(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_popupMenu_seperator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_popupMenu_seperator_m11C40254F6C5107B18EBA87588C5530A5C72C9AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.popupMenu_seperator = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_popupMenu_seperator_19(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_loaderErrorSign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_loaderErrorSign_m53A3975EC2374E7313B4A08D354B6ECD8AFD6955_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.loaderErrorSign = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_loaderErrorSign_20(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_tooltipsWin(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_tooltipsWin_m2DDE5372E7B759EDA4AB85044F7DFEB3F5E68B9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.tooltipsWin = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_tooltipsWin_21(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_defaultComboBoxVisibleItemCount(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_defaultComboBoxVisibleItemCount_m241958179FAC9F28E06C017FF2DFA83954004183_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.defaultComboBoxVisibleItemCount = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultComboBoxVisibleItemCount_22((((int32_t)((int32_t)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_touchScrollSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_touchScrollSensitivity_m00632FB216CAEB07669FE7CEC8FFFA25979286D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.touchScrollSensitivity = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_touchScrollSensitivity_23((((int32_t)((int32_t)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_touchDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_touchDragSensitivity_m5167E529ADA1F7327B8AF2F15623D890EB9AAB06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.touchDragSensitivity = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_touchDragSensitivity_24((((int32_t)((int32_t)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_clickDragSensitivity(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_clickDragSensitivity_m02AF337C574B3324FD9E93709C1E910A39573A9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.clickDragSensitivity = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_clickDragSensitivity_25((((int32_t)((int32_t)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_allowSoftnessOnTopOrLeftSide(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_allowSoftnessOnTopOrLeftSide_m76EEFADF99977DB0A4CE034227D530508D79F106_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.allowSoftnessOnTopOrLeftSide = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_allowSoftnessOnTopOrLeftSide_26(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_bringWindowToFrontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_bringWindowToFrontOnClick_mF3DB19A2EE4C956E7C18C2CDC1E6F939556F8F0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.bringWindowToFrontOnClick = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_bringWindowToFrontOnClick_27(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_inputCaretSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_inputCaretSize_m34F437B50D068DEB707184DE08E2EAF2289816F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.inputCaretSize = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_inputCaretSize_28((((int32_t)((int32_t)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_inputHighlightColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_inputHighlightColor_m0248851D165299130D86F897B584BF0840C63A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// UnityEngine.Color arg0 = ToLua.ToColor(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.inputHighlightColor = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_inputHighlightColor_29(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_frameTimeForAsyncUIConstruction(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_frameTimeForAsyncUIConstruction_mC9EDA300470BF2F13B9C9CFB235FE6037F6FD553_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.frameTimeForAsyncUIConstruction = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_frameTimeForAsyncUIConstruction_30((((float)((float)L_1))));
// return 0;
V_0 = 0;
goto IL_001c;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_depthSupportForPaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_depthSupportForPaintingMode_mA51EB5451C41E8EA2C01DDE1DC5B785DF96AFC37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.depthSupportForPaintingMode = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_depthSupportForPaintingMode_31(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_enhancedTextOutlineEffect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_enhancedTextOutlineEffect_m9948354366D7009BAD0ACF8811F733A1143CC34D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.enhancedTextOutlineEffect = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_enhancedTextOutlineEffect_32(L_1);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_richTextRowVerticalAlign(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_richTextRowVerticalAlign_mEF1E14EC622385AB31BB2A031E499A032ABC06F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// FairyGUI.VertAlignType arg0 = (FairyGUI.VertAlignType)ToLua.CheckObject(L, 2, typeof(FairyGUI.VertAlignType));
intptr_t L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31_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);
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_0, 2, L_2, /*hidden argument*/NULL);
// FairyGUI.UIConfig.richTextRowVerticalAlign = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_richTextRowVerticalAlign_33(((*(int32_t*)((int32_t*)UnBox(L_3, VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31_il2cpp_TypeInfo_var)))));
// return 0;
V_0 = 0;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_4 = ___L0;
Exception_t * L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_7 = V_0;
return L_7;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_Items(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_Items_mFCFA744C533D486306A6422128A51E51958A2BD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * 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;
// FairyGUI.UIConfig obj = (FairyGUI.UIConfig)o;
RuntimeObject * L_2 = V_0;
// System.Collections.Generic.List<FairyGUI.UIConfig.ConfigValue> arg0 = (System.Collections.Generic.List<FairyGUI.UIConfig.ConfigValue>)ToLua.CheckObject(L, 2, typeof(System.Collections.Generic.List<FairyGUI.UIConfig.ConfigValue>));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
V_1 = ((List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 *)CastclassClass((RuntimeObject*)L_6, List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_il2cpp_TypeInfo_var));
// obj.Items = arg0;
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * L_7 = V_1;
NullCheck(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)));
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_Items_34(L_7);
// return 0;
V_2 = 0;
goto IL_0042;
} // 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_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index Items on a nil value");
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
RuntimeObject * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralFDF2904B8C517098F4A114C9292096BB35563326, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0042;
} // end catch (depth: 1)
IL_0042:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_PreloadPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_PreloadPackages_m73B20E3680E1938E4B7679AF2E9535C2E1E94033_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * 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;
// FairyGUI.UIConfig obj = (FairyGUI.UIConfig)o;
RuntimeObject * L_2 = V_0;
// System.Collections.Generic.List<string> arg0 = (System.Collections.Generic.List<string>)ToLua.CheckObject(L, 2, typeof(System.Collections.Generic.List<string>));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
V_1 = ((List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)CastclassClass((RuntimeObject*)L_6, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var));
// obj.PreloadPackages = arg0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = V_1;
NullCheck(((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var)));
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A *)CastclassClass((RuntimeObject*)L_2, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_PreloadPackages_35(L_7);
// return 0;
V_2 = 0;
goto IL_0042;
} // 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_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index PreloadPackages on a nil value");
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
RuntimeObject * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral4AF55104C46DE9FD31FD4A7DAC1D9E1326455F80, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0042;
} // end catch (depth: 1)
IL_0042:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_UIConfigWrap::set_soundLoader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_set_soundLoader_mBEE0B24AC47118BD96BA975FDE953902ACE2062C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// FairyGUI.UIConfig.SoundLoader arg0 = (FairyGUI.UIConfig.SoundLoader)ToLua.CheckDelegate<FairyGUI.UIConfig.SoundLoader>(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
Delegate_t * L_1 = ToLua_CheckDelegate_TisSoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_mC9B47E8EF35A58CF9C2777327A1BD08B44346A56((intptr_t)L_0, 2, /*hidden argument*/ToLua_CheckDelegate_TisSoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_mC9B47E8EF35A58CF9C2777327A1BD08B44346A56_RuntimeMethod_var);
// FairyGUI.UIConfig.soundLoader = arg0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_soundLoader_36(((SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 *)CastclassSealed((RuntimeObject*)L_1, SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_il2cpp_TypeInfo_var)));
// return 0;
V_0 = 0;
goto IL_0020;
} // 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_0015;
throw e;
}
CATCH_0015:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_2 = ___L0;
Exception_t * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0020;
} // end catch (depth: 1)
IL_0020:
{
// }
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 FairyGUI_UIConfigWrap::FairyGUI_UIConfig_SoundLoader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfigWrap_FairyGUI_UIConfig_SoundLoader_m05787249932FBE5999F8693FBA1FDD264A84D9FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
Delegate_t * V_1 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
Delegate_t * V_3 = NULL;
int32_t V_4 = 0;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
{
// 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);
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
V_0 = L_3;
// if (count == 1)
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0021;
}
}
IL_0011:
{
// Delegate arg1 = DelegateTraits<FairyGUI.UIConfig.SoundLoader>.Create(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var);
Delegate_t * L_5 = DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460(L_4, /*hidden argument*/DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460_RuntimeMethod_var);
V_1 = L_5;
// ToLua.Push(L, arg1);
intptr_t L_6 = ___L0;
Delegate_t * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// }
goto IL_0038;
}
IL_0021:
{
// LuaTable self = ToLua.CheckLuaTable(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// Delegate arg1 = DelegateTraits<FairyGUI.UIConfig.SoundLoader>.Create(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var);
Delegate_t * L_12 = DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77_RuntimeMethod_var);
V_3 = L_12;
// ToLua.Push(L, arg1);
intptr_t L_13 = ___L0;
Delegate_t * L_14 = V_3;
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
}
IL_0038:
{
// return 1;
V_4 = 1;
goto IL_004b;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.Exception)
// catch(Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_15 = ___L0;
Exception_t * L_16 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
V_4 = L_17;
goto IL_004b;
} // end catch (depth: 1)
IL_004b:
{
// }
int32_t L_18 = V_4;
return L_18;
}
}
// System.Void FairyGUI_UIConfigWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfigWrap__ctor_mB44B931440FC95D884E0FFBCAA081B5846CBDC87 (FairyGUI_UIConfigWrap_t5D8369B8EAD7C834FA9585F347739838990675EC * __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
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_UIObjectFactoryWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactoryWrap_Register_m4B44DB594361F65BCEA67FB034356EC46A5F7066 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_Register_m4B44DB594361F65BCEA67FB034356EC46A5F7066_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.UIObjectFactory), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_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> (RuntimeObject_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("SetPackageItemExtension", SetPackageItemExtension);
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)FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralCAA9909BB7A857D077A46009E812A903F4C7E029, L_6, /*hidden argument*/NULL);
// L.RegFunction("SetExtension", SetExtension);
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)FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral9408F6AF39731119B553A4011714518DE0B1E202, L_8, /*hidden argument*/NULL);
// L.RegFunction("SetLoaderExtension", SetLoaderExtension);
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)FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral9EEEDC65AD06D6B605017052AD4B12437AFDC892, L_10, /*hidden argument*/NULL);
// L.RegFunction("Clear", Clear);
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)FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral719EA396AD92E01B4757EC2B93BB1E5F270F771D, L_12, /*hidden argument*/NULL);
// L.RegFunction("NewObject", NewObject);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral144B1FCDEE4025878F70FB51858F2E8F2986F289, L_14, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_UIObjectFactory);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_16, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_18, /*hidden argument*/NULL);
// L.RegFunction("GComponentCreator", FairyGUI_UIObjectFactory_GComponentCreator);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral9A9ADA289A58C53BF3B26DBB446FD954C26BE3DA, L_20, /*hidden argument*/NULL);
// L.RegFunction("GLoaderCreator", FairyGUI_UIObjectFactory_GLoaderCreator);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral9800A762AF5D2BCC8865DDCCCEB89DA7F16BA962, L_22, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
NullCheck(L_23);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_23, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::_CreateFairyGUI_UIObjectFactory(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap__CreateFairyGUI_UIObjectFactory_m97C1FE64D8210EEFFF95EC7754E2E4CF44C32E57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 * 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:
{
// FairyGUI.UIObjectFactory obj = new FairyGUI.UIObjectFactory();
UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 * L_2 = (UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 *)il2cpp_codegen_object_new(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory__ctor_m87ABFD301F4989D16F770B804567DD619B6FAFC4(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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: FairyGUI.UIObjectFactory.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, _stringLiteral7D4B3A9BF3D63300FBFAC813AF8DDE46C85DC0C8, /*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 FairyGUI_UIObjectFactoryWrap::SetPackageItemExtension(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_SetPackageItemExtension_m00891463213FD7291EE27B96024DC5AC2519C4AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Type_t * V_1 = NULL;
int32_t V_2 = 0;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * V_3 = NULL;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 2 && TypeChecker.CheckTypes<System.Type>(L, 2))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0032;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var);
if (!L_4)
{
goto IL_0032;
}
}
IL_0014:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 1, /*hidden argument*/NULL);
// System.Type arg1 = (System.Type)ToLua.ToObject(L, 2);
intptr_t L_7 = ___L0;
RuntimeObject * L_8 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_7, 2, /*hidden argument*/NULL);
V_1 = ((Type_t *)CastclassClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var));
// FairyGUI.UIObjectFactory.SetPackageItemExtension(arg0, arg1);
Type_t * L_9 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetPackageItemExtension_mC3CEC198A32AF74A974FA4BA75A1919CF71B5FBA(L_6, L_9, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0078;
}
IL_0032:
{
// else if (count == 2 && TypeChecker.CheckTypes<FairyGUI.UIObjectFactory.GComponentCreator>(L, 2))
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_005d;
}
}
IL_0036:
{
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_12 = TypeChecker_CheckTypes_TisGComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_m147469D93AC1018D0EC2B8BB34AB961E411D4090((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisGComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_m147469D93AC1018D0EC2B8BB34AB961E411D4090_RuntimeMethod_var);
if (!L_12)
{
goto IL_005d;
}
}
IL_003f:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_13 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_14 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_13, 1, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.GComponentCreator arg1 = (FairyGUI.UIObjectFactory.GComponentCreator)ToLua.ToObject(L, 2);
intptr_t L_15 = ___L0;
RuntimeObject * L_16 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_15, 2, /*hidden argument*/NULL);
V_3 = ((GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)CastclassSealed((RuntimeObject*)L_16, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var));
// FairyGUI.UIObjectFactory.SetPackageItemExtension(arg0, arg1);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_17 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED(L_14, L_17, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0078;
}
IL_005d:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIObjectFactory.SetPackageItemExtension");
intptr_t L_18 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_19 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_18, _stringLiteralC5DAE50C982B3C7113446F975F8CD2041F545E79, /*hidden argument*/NULL);
V_2 = L_19;
goto IL_0078;
}
} // 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_006b;
throw e;
}
CATCH_006b:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_20 = ___L0;
Exception_t * L_21 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_22 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_20, L_21, /*hidden argument*/NULL);
V_2 = L_22;
goto IL_0078;
} // end catch (depth: 1)
IL_0078:
{
// }
int32_t L_23 = V_2;
return L_23;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::SetExtension(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_SetExtension_m22741D003B611BD39EAC54C111F4790396EA61ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * 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);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// System.Type arg1 = ToLua.CheckMonoType(L, 2);
intptr_t L_3 = ___L0;
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// LuaFunction arg2 = ToLua.CheckLuaFunction(L, 3);
intptr_t L_5 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = L_6;
// FairyGUI.UIObjectFactory.SetExtension(arg0, arg1, arg2);
Type_t * L_7 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetExtension_mC11C04CFC7D6AAAB3887E5545A27C43355EB8C20(L_2, L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0034;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0029;
throw e;
}
CATCH_0029:
{ // begin catch(System.Exception)
// 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_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::SetLoaderExtension(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_SetLoaderExtension_mD79C62BAED5461E9F4F7FBC873A9280771598332_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
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) * 4);
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);
V_0 = L_1;
// if (count == 1 && TypeChecker.CheckTypes<System.Type>(L, 1))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0029;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60((intptr_t)L_3, 1, /*hidden argument*/TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var);
if (!L_4)
{
goto IL_0029;
}
}
IL_0014:
{
// System.Type arg0 = (System.Type)ToLua.ToObject(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_6 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_5, 1, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.SetLoaderExtension(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetLoaderExtension_mF8CBAF5B25086030A765048DE5EDF52391E10F6E(((Type_t *)CastclassClass((RuntimeObject*)L_6, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0064;
}
IL_0029:
{
// else if (count == 1 && TypeChecker.CheckTypes<FairyGUI.UIObjectFactory.GLoaderCreator>(L, 1))
int32_t L_7 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_004b;
}
}
IL_002d:
{
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_9 = TypeChecker_CheckTypes_TisGLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_m3F170A505702AD34F556D11557BAAFB3F946FEB3((intptr_t)L_8, 1, /*hidden argument*/TypeChecker_CheckTypes_TisGLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_m3F170A505702AD34F556D11557BAAFB3F946FEB3_RuntimeMethod_var);
if (!L_9)
{
goto IL_004b;
}
}
IL_0036:
{
// FairyGUI.UIObjectFactory.GLoaderCreator arg0 = (FairyGUI.UIObjectFactory.GLoaderCreator)ToLua.ToObject(L, 1);
intptr_t L_10 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_11 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_10, 1, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.SetLoaderExtension(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB_inline(((GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 *)CastclassSealed((RuntimeObject*)L_11, GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0064;
}
IL_004b:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIObjectFactory.SetLoaderExtension");
intptr_t L_12 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_13 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_12, _stringLiteral449E2041DF99432DE3A410D4EE939E9339209920, /*hidden argument*/NULL);
V_1 = L_13;
goto IL_0064;
}
} // 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_0059;
throw e;
}
CATCH_0059:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_14 = ___L0;
Exception_t * L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_16 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_14, L_15, /*hidden argument*/NULL);
V_1 = L_16;
goto IL_0064;
} // end catch (depth: 1)
IL_0064:
{
// }
int32_t L_17 = V_1;
return L_17;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::Clear(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_Clear_mE589EADC58ADFC0BA885B8C1DB75162F447EFBA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 0);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.Clear();
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_Clear_mEF671D0FC192B13B56C0D396F4F26810235F3BEA(/*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_1 = ___L0;
Exception_t * L_2 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::NewObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_NewObject_m8F7B8FA452B9DEACC082E337645AD90E34B4EF16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_1 = NULL;
int32_t V_2 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_3 = NULL;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 1 && TypeChecker.CheckTypes<FairyGUI.PackageItem>(L, 1))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0031;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m4E020C19F036E34FBF80B7923E69C88F7E2FE3FC((intptr_t)L_3, 1, /*hidden argument*/TypeChecker_CheckTypes_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m4E020C19F036E34FBF80B7923E69C88F7E2FE3FC_RuntimeMethod_var);
if (!L_4)
{
goto IL_0031;
}
}
IL_0014:
{
// FairyGUI.PackageItem arg0 = (FairyGUI.PackageItem)ToLua.ToObject(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_6 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_5, 1, /*hidden argument*/NULL);
// FairyGUI.GObject o = FairyGUI.UIObjectFactory.NewObject(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8(((PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)CastclassClass((RuntimeObject*)L_6, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_7;
// ToLua.PushObject(L, o);
intptr_t L_8 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_8, L_9, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0076;
}
IL_0031:
{
// else if (count == 1 && TypeChecker.CheckTypes<FairyGUI.ObjectType>(L, 1))
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_005b;
}
}
IL_0035:
{
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_12 = TypeChecker_CheckTypes_TisObjectType_tA117D537780D8340BD615ED5F97217D155992790_m14E4C8F5F39EC5F823D9B8D0CAECAE3749B189F7((intptr_t)L_11, 1, /*hidden argument*/TypeChecker_CheckTypes_TisObjectType_tA117D537780D8340BD615ED5F97217D155992790_m14E4C8F5F39EC5F823D9B8D0CAECAE3749B189F7_RuntimeMethod_var);
if (!L_12)
{
goto IL_005b;
}
}
IL_003e:
{
// FairyGUI.ObjectType arg0 = (FairyGUI.ObjectType)ToLua.ToObject(L, 1);
intptr_t L_13 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_14 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_13, 1, /*hidden argument*/NULL);
// FairyGUI.GObject o = FairyGUI.UIObjectFactory.NewObject(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD(((*(int32_t*)((int32_t*)UnBox(L_14, ObjectType_tA117D537780D8340BD615ED5F97217D155992790_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
V_3 = L_15;
// ToLua.PushObject(L, o);
intptr_t L_16 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = V_3;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_16, L_17, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0076;
}
IL_005b:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIObjectFactory.NewObject");
intptr_t L_18 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_19 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_18, _stringLiteral4E1D9702DCB528D59B76B5D15A8E180D641CA343, /*hidden argument*/NULL);
V_2 = L_19;
goto IL_0076;
}
} // 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_0069;
throw e;
}
CATCH_0069:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_20 = ___L0;
Exception_t * L_21 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_22 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_20, L_21, /*hidden argument*/NULL);
V_2 = L_22;
goto IL_0076;
} // end catch (depth: 1)
IL_0076:
{
// }
int32_t L_23 = V_2;
return L_23;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::FairyGUI_UIObjectFactory_GComponentCreator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GComponentCreator_m6CB379A32E96EF3124227CF3623AE0DF78B96B83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
Delegate_t * V_1 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
Delegate_t * V_3 = NULL;
int32_t V_4 = 0;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
{
// 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);
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
V_0 = L_3;
// if (count == 1)
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0021;
}
}
IL_0011:
{
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Create(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var);
Delegate_t * L_5 = DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6(L_4, /*hidden argument*/DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6_RuntimeMethod_var);
V_1 = L_5;
// ToLua.Push(L, arg1);
intptr_t L_6 = ___L0;
Delegate_t * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// }
goto IL_0038;
}
IL_0021:
{
// LuaTable self = ToLua.CheckLuaTable(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Create(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var);
Delegate_t * L_12 = DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC_RuntimeMethod_var);
V_3 = L_12;
// ToLua.Push(L, arg1);
intptr_t L_13 = ___L0;
Delegate_t * L_14 = V_3;
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
}
IL_0038:
{
// return 1;
V_4 = 1;
goto IL_004b;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.Exception)
// catch(Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_15 = ___L0;
Exception_t * L_16 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
V_4 = L_17;
goto IL_004b;
} // end catch (depth: 1)
IL_004b:
{
// }
int32_t L_18 = V_4;
return L_18;
}
}
// System.Int32 FairyGUI_UIObjectFactoryWrap::FairyGUI_UIObjectFactory_GLoaderCreator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactoryWrap_FairyGUI_UIObjectFactory_GLoaderCreator_m0956BF46F3B1B95997AFB29F90D2715AE3E8A8C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
Delegate_t * V_1 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
Delegate_t * V_3 = NULL;
int32_t V_4 = 0;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
{
// 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);
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
V_0 = L_3;
// if (count == 1)
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0021;
}
}
IL_0011:
{
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Create(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var);
Delegate_t * L_5 = DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE(L_4, /*hidden argument*/DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE_RuntimeMethod_var);
V_1 = L_5;
// ToLua.Push(L, arg1);
intptr_t L_6 = ___L0;
Delegate_t * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// }
goto IL_0038;
}
IL_0021:
{
// LuaTable self = ToLua.CheckLuaTable(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Create(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var);
Delegate_t * L_12 = DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2_RuntimeMethod_var);
V_3 = L_12;
// ToLua.Push(L, arg1);
intptr_t L_13 = ___L0;
Delegate_t * L_14 = V_3;
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
}
IL_0038:
{
// return 1;
V_4 = 1;
goto IL_004b;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.Exception)
// catch(Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_15 = ___L0;
Exception_t * L_16 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
V_4 = L_17;
goto IL_004b;
} // end catch (depth: 1)
IL_004b:
{
// }
int32_t L_18 = V_4;
return L_18;
}
}
// System.Void FairyGUI_UIObjectFactoryWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactoryWrap__ctor_m3D90FEEC96148CE97A68B07669112D701E2B52B6 (FairyGUI_UIObjectFactoryWrap_tDBBA34A0AC7548B9CDC0E703A31D59E7F490796F * __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
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_UIPackageWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackageWrap_Register_m7FBD153109B05FA3C16EE14C26A3B21154276155 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_Register_m7FBD153109B05FA3C16EE14C26A3B21154276155_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.UIPackage), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_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> (RuntimeObject_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("GetById", GetById);
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)FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralB18BE7D08706074E72F4C88CBE130815745CD051, L_6, /*hidden argument*/NULL);
// L.RegFunction("GetByName", GetByName);
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)FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralB0872B8B7BA07FD2E3B6ED8C68B3CE93D28259E1, L_8, /*hidden argument*/NULL);
// L.RegFunction("AddPackage", AddPackage);
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)FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralFCF270B419B51742E676BE61CE846F5BCBA40329, L_10, /*hidden argument*/NULL);
// L.RegFunction("RemovePackage", RemovePackage);
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)FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral81445CA31DF495CD011ADDF391E4DF785678F7B6, L_12, /*hidden argument*/NULL);
// L.RegFunction("RemoveAllPackages", RemoveAllPackages);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteralA0FCC7C14D769A0C5D150A046C051EFA97F0C387, L_14, /*hidden argument*/NULL);
// L.RegFunction("GetPackages", GetPackages);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral159A2BC741B66F2BE4440A9CD9CB53442C95725D, L_16, /*hidden argument*/NULL);
// L.RegFunction("CreateObject", CreateObject);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral5A795DE02DE514988ABD9CE119095F3CCC843660, L_18, /*hidden argument*/NULL);
// L.RegFunction("CreateObjectFromURL", CreateObjectFromURL);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralD063F633A65298589F4AAFD14A208D003C3FBD93, L_20, /*hidden argument*/NULL);
// L.RegFunction("CreateObjectAsync", CreateObjectAsync);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteralB4FB928A7E63A8F0CD5826272441EE94EC0D03E1, L_22, /*hidden argument*/NULL);
// L.RegFunction("GetItemAsset", GetItemAsset);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteralCF95499E478F6573E48DFB09D50BD971D33F3792, L_24, /*hidden argument*/NULL);
// L.RegFunction("GetItemAssetByURL", GetItemAssetByURL);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral2E796FB9BF7D8AC5608D1A893D2E24A793D45F4D, L_26, /*hidden argument*/NULL);
// L.RegFunction("GetItemURL", GetItemURL);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral4785768DC28B0D9418A1D3D9DF9D08A02AD60988, L_28, /*hidden argument*/NULL);
// L.RegFunction("GetItemByURL", GetItemByURL);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteralF70E7D1FFDB09007680511AEECD1DA194AE30ABB, L_30, /*hidden argument*/NULL);
// L.RegFunction("NormalizeURL", NormalizeURL);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral936B2DC66332EA44F96D5C4BFA5C22CA0A682A9A, L_32, /*hidden argument*/NULL);
// L.RegFunction("SetStringsSource", SetStringsSource);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteral56A5D6D99A4062D4CA22C3425CBD094EAA4C5194, L_34, /*hidden argument*/NULL);
// L.RegFunction("LoadAllAssets", LoadAllAssets);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_35);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral05D475C83AA962DD33C5BFF3318FB9FB15269879, L_36, /*hidden argument*/NULL);
// L.RegFunction("UnloadAssets", UnloadAssets);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteralCF3D0BADEF4F35952554E34FA2F6B3A63E8782EC, L_38, /*hidden argument*/NULL);
// L.RegFunction("ReloadAssets", ReloadAssets);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_39, _stringLiteral1C0DE74228B9809D5B9149066F030D8DDC264413, L_40, /*hidden argument*/NULL);
// L.RegFunction("GetItems", GetItems);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_41);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteralE51BCED52FE0E680183F191185B4BCAA4405E9CD, L_42, /*hidden argument*/NULL);
// L.RegFunction("GetItem", GetItem);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_43);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_43, _stringLiteral4690905761195075F97442F0FF6760CE2A90FE99, L_44, /*hidden argument*/NULL);
// L.RegFunction("GetItemByName", GetItemByName);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_45 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_46 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_46, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_45);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_45, _stringLiteralA173CE880F48FD720068CA084851548B7AF4565E, L_46, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_UIPackage);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_47 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_47);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_47, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_48, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_50 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_50, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_49);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_49, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_50, /*hidden argument*/NULL);
// L.RegVar("URL_PREFIX", get_URL_PREFIX, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_51 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_52 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_52, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_51);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_51, _stringLiteral079769F9E054F8164CEDD1F3A43FA17C98F67F3E, L_52, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("id", get_id, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_53 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_54 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_54, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_53);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_53, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, L_54, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("name", get_name, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_55 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_56 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_56, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_55);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_55, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_56, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("assetPath", get_assetPath, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_57 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_58 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_58, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_57);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_57, _stringLiteral05542167A940898E97EBC7C9E6731CAE9B676792, L_58, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("customId", get_customId, set_customId);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_60 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_60, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_61 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_61, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_59);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_59, _stringLiteral745125C4D5E67D8DA377A2837272B89B55C353BC, L_60, L_61, /*hidden argument*/NULL);
// L.RegFunction("CreateObjectCallback", FairyGUI_UIPackage_CreateObjectCallback);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_62 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_63 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_63, NULL, (intptr_t)((intptr_t)FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_62);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_62, _stringLiteral81C203C1B100FED2FC7C8E20BC1DE806765EE4E7, L_63, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_64 = ___L0;
NullCheck(L_64);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_64, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_UIPackageWrap::_CreateFairyGUI_UIPackage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap__CreateFairyGUI_UIPackage_m5E80274F504E04082EB611B641E182EE86EACCE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * 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:
{
// FairyGUI.UIPackage obj = new FairyGUI.UIPackage();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)il2cpp_codegen_object_new(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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: FairyGUI.UIPackage.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, _stringLiteral569CCFB7498CC4EC98F029D7452A8B9D9704DD2C, /*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 FairyGUI_UIPackageWrap::GetById(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetById_m3159A42706CD1760C023B7FB2994F4E99EB4D42C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage o = FairyGUI.UIPackage.GetById(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushObject(L, o);
intptr_t L_4 = ___L0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = V_0;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetByName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetByName_m7642746C2898C75B9DF3A915251449E22AA68B77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage o = FairyGUI.UIPackage.GetByName(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushObject(L, o);
intptr_t L_4 = ___L0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = V_0;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_UIPackageWrap::AddPackage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_AddPackage_mC7407EF5152B027E58D0D86900D9868B23103C08_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_4 = NULL;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0023;
}
}
IL_000b:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage o = FairyGUI.UIPackage.AddPackage(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(L_4, /*hidden argument*/NULL);
V_1 = L_5;
// ToLua.PushObject(L, o);
intptr_t L_6 = ___L0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_7 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0065;
}
IL_0023:
{
// else if (count == 2)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_004a;
}
}
IL_0027:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_10 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_9, 1, /*hidden argument*/NULL);
// bool arg1 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_12 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = L_12;
// FairyGUI.UIPackage o = FairyGUI.UIPackage.AddPackage(arg0, arg1);
bool L_13 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_14 = UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C(L_10, L_13, /*hidden argument*/NULL);
V_4 = L_14;
// ToLua.PushObject(L, o);
intptr_t L_15 = ___L0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_16 = V_4;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_15, L_16, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0065;
}
IL_004a:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIPackage.AddPackage");
intptr_t L_17 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteral4CF8613B65A1399DB39947377005AE749BE3D7A1, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_0065;
}
} // 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_0058;
throw e;
}
CATCH_0058:
{ // begin catch(System.Exception)
// catch (Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_19 = ___L0;
Exception_t * L_20 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
V_2 = L_21;
goto IL_0065;
} // end catch (depth: 1)
IL_0065:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_UIPackageWrap::RemovePackage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_RemovePackage_mD4F8334D72E71EE7B414B9482B3C7ECC6335A348_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage.RemovePackage(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_RemovePackage_mD6FA826B7316DE6B748EE5EEB238AD011BC62588(L_2, /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0022;
} // 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_0017;
throw e;
}
CATCH_0017:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0022;
} // end catch (depth: 1)
IL_0022:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIPackageWrap::RemoveAllPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_RemoveAllPackages_m289E7C8359FA490F6A97E8F62C511CC77BE19F83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 0);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
// FairyGUI.UIPackage.RemoveAllPackages();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4(/*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_001b;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_1 = ___L0;
Exception_t * L_2 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
} // end catch (depth: 1)
IL_001b:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetPackages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetPackages_mBD0F52A3CDC558C7D6213EC559DCDD4DF76A8DB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 0);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
// System.Collections.Generic.List<FairyGUI.UIPackage> o = FairyGUI.UIPackage.GetPackages();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_1 = UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B_inline(/*hidden argument*/NULL);
V_0 = L_1;
// ToLua.PushSealed(L, o);
intptr_t L_2 = ___L0;
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_3 = V_0;
ToLua_PushSealed_TisList_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_m28C247F1F84A8C259D73174741B173CFAC54D8E2((intptr_t)L_2, L_3, /*hidden argument*/ToLua_PushSealed_TisList_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_m28C247F1F84A8C259D73174741B173CFAC54D8E2_RuntimeMethod_var);
// return 1;
V_1 = 1;
goto IL_0023;
} // 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_0018;
throw e;
}
CATCH_0018:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_4 = ___L0;
Exception_t * L_5 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
V_1 = L_6;
goto IL_0023;
} // end catch (depth: 1)
IL_0023:
{
// }
int32_t L_7 = V_1;
return L_7;
}
}
// System.Int32 FairyGUI_UIPackageWrap::CreateObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_CreateObject_mBE9304C7DD8D4D8C2C2E242CF2590369A5C05CD3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_5 = NULL;
String_t* V_6 = NULL;
Type_t * V_7 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_8 = NULL;
String_t* V_9 = NULL;
Type_t * V_10 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_11 = NULL;
Exception_t * V_12 = 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) * 6);
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);
V_0 = L_1;
// if (count == 2 && TypeChecker.CheckTypes<string, string>(L, 1))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0038;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437((intptr_t)L_3, 1, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437_RuntimeMethod_var);
if (!L_4)
{
goto IL_0038;
}
}
IL_0014:
{
// string arg0 = ToLua.ToString(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_6 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_5, 1, /*hidden argument*/NULL);
// string arg1 = ToLua.ToString(L, 2);
intptr_t L_7 = ___L0;
String_t* L_8 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_7, 2, /*hidden argument*/NULL);
V_1 = L_8;
// FairyGUI.GObject o = FairyGUI.UIPackage.CreateObject(arg0, arg1);
String_t* L_9 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948(L_6, L_9, /*hidden argument*/NULL);
V_2 = L_10;
// ToLua.PushObject(L, o);
intptr_t L_11 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = V_2;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_11, L_12, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0116;
}
IL_0038:
{
// else if (count == 2 && TypeChecker.CheckTypes<FairyGUI.UIPackage, string>(L, 1))
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
{
goto IL_0072;
}
}
IL_003c:
{
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_15 = TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_mF09E9A41F397D0E88EDC42383F9621B197FEBE20((intptr_t)L_14, 1, /*hidden argument*/TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_mF09E9A41F397D0E88EDC42383F9621B197FEBE20_RuntimeMethod_var);
if (!L_15)
{
goto IL_0072;
}
}
IL_0045:
{
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.ToObject(L, 1);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_17 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_16, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.ToString(L, 2);
intptr_t L_18 = ___L0;
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
V_4 = L_19;
// FairyGUI.GObject o = obj.CreateObject(arg0);
String_t* L_20 = V_4;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_17, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_17, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
V_5 = L_21;
// ToLua.PushObject(L, o);
intptr_t L_22 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = V_5;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_22, L_23, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0116;
}
IL_0072:
{
// else if (count == 3 && TypeChecker.CheckTypes<string, string, System.Type>(L, 1))
int32_t L_24 = V_0;
if ((!(((uint32_t)L_24) == ((uint32_t)3))))
{
goto IL_00b4;
}
}
IL_0076:
{
intptr_t L_25 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_26 = TypeChecker_CheckTypes_TisString_t_TisString_t_TisType_t_m12F2565958D7900986B934912C226B2874BA9B4D((intptr_t)L_25, 1, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisString_t_TisType_t_m12F2565958D7900986B934912C226B2874BA9B4D_RuntimeMethod_var);
if (!L_26)
{
goto IL_00b4;
}
}
IL_007f:
{
// string arg0 = ToLua.ToString(L, 1);
intptr_t L_27 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_28 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_27, 1, /*hidden argument*/NULL);
// string arg1 = ToLua.ToString(L, 2);
intptr_t L_29 = ___L0;
String_t* L_30 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_29, 2, /*hidden argument*/NULL);
V_6 = L_30;
// System.Type arg2 = (System.Type)ToLua.ToObject(L, 3);
intptr_t L_31 = ___L0;
RuntimeObject * L_32 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_31, 3, /*hidden argument*/NULL);
V_7 = ((Type_t *)CastclassClass((RuntimeObject*)L_32, Type_t_il2cpp_TypeInfo_var));
// FairyGUI.GObject o = FairyGUI.UIPackage.CreateObject(arg0, arg1, arg2);
String_t* L_33 = V_6;
Type_t * L_34 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = UIPackage_CreateObject_m0A657547A64BAF6857035BFDF32B76BE7C8EA36D(L_28, L_33, L_34, /*hidden argument*/NULL);
V_8 = L_35;
// ToLua.PushObject(L, o);
intptr_t L_36 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = V_8;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_36, L_37, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0116;
}
IL_00b4:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.UIPackage, string, System.Type>(L, 1))
int32_t L_38 = V_0;
if ((!(((uint32_t)L_38) == ((uint32_t)3))))
{
goto IL_00fb;
}
}
IL_00b8:
{
intptr_t L_39 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_40 = TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisType_t_m46F1572587459C7D8229B4BC7E0181C279DCE199((intptr_t)L_39, 1, /*hidden argument*/TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisType_t_m46F1572587459C7D8229B4BC7E0181C279DCE199_RuntimeMethod_var);
if (!L_40)
{
goto IL_00fb;
}
}
IL_00c1:
{
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.ToObject(L, 1);
intptr_t L_41 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_42 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_41, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.ToString(L, 2);
intptr_t L_43 = ___L0;
String_t* L_44 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_43, 2, /*hidden argument*/NULL);
V_9 = L_44;
// System.Type arg1 = (System.Type)ToLua.ToObject(L, 3);
intptr_t L_45 = ___L0;
RuntimeObject * L_46 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_45, 3, /*hidden argument*/NULL);
V_10 = ((Type_t *)CastclassClass((RuntimeObject*)L_46, Type_t_il2cpp_TypeInfo_var));
// FairyGUI.GObject o = obj.CreateObject(arg0, arg1);
String_t* L_47 = V_9;
Type_t * L_48 = V_10;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_42, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_49 = UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_42, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_47, L_48, /*hidden argument*/NULL);
V_11 = L_49;
// ToLua.PushObject(L, o);
intptr_t L_50 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = V_11;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_50, L_51, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0116;
}
IL_00fb:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIPackage.CreateObject");
intptr_t L_52 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_53 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_52, _stringLiteral4C66D7214359CED76AEC4C1D5499739563EBB858, /*hidden argument*/NULL);
V_3 = L_53;
goto IL_0116;
}
} // 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_0109;
throw e;
}
CATCH_0109:
{ // begin catch(System.Exception)
// catch (Exception e)
V_12 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_54 = ___L0;
Exception_t * L_55 = V_12;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_56 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_54, L_55, /*hidden argument*/NULL);
V_3 = L_56;
goto IL_0116;
} // end catch (depth: 1)
IL_0116:
{
// }
int32_t L_57 = V_3;
return L_57;
}
}
// System.Int32 FairyGUI_UIPackageWrap::CreateObjectFromURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_CreateObjectFromURL_mA3BE74D903A1D135FC4DA6B8AE636AA9C642DCB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_1 = NULL;
int32_t V_2 = 0;
Type_t * V_3 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_4 = NULL;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * V_5 = NULL;
Exception_t * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0023;
}
}
IL_000b:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
// FairyGUI.GObject o = FairyGUI.UIPackage.CreateObjectFromURL(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_4, /*hidden argument*/NULL);
V_1 = L_5;
// ToLua.PushObject(L, o);
intptr_t L_6 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_00a0;
}
IL_0023:
{
// else if (count == 2 && TypeChecker.CheckTypes<System.Type>(L, 2))
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0058;
}
}
IL_0027:
{
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_10 = TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60((intptr_t)L_9, 2, /*hidden argument*/TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var);
if (!L_10)
{
goto IL_0058;
}
}
IL_0030:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_12 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_11, 1, /*hidden argument*/NULL);
// System.Type arg1 = (System.Type)ToLua.ToObject(L, 2);
intptr_t L_13 = ___L0;
RuntimeObject * L_14 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_13, 2, /*hidden argument*/NULL);
V_3 = ((Type_t *)CastclassClass((RuntimeObject*)L_14, Type_t_il2cpp_TypeInfo_var));
// FairyGUI.GObject o = FairyGUI.UIPackage.CreateObjectFromURL(arg0, arg1);
Type_t * L_15 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = UIPackage_CreateObjectFromURL_m9B33D8E06ED632C72ACED1C5658F442E67DA1CE3(L_12, L_15, /*hidden argument*/NULL);
V_4 = L_16;
// ToLua.PushObject(L, o);
intptr_t L_17 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = V_4;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_17, L_18, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_00a0;
}
IL_0058:
{
// else if (count == 2 && TypeChecker.CheckTypes<FairyGUI.UIPackage.CreateObjectCallback>(L, 2))
int32_t L_19 = V_0;
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
{
goto IL_0085;
}
}
IL_005c:
{
intptr_t L_20 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_21 = TypeChecker_CheckTypes_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m3F2B2FC1845FCADF888031A23830160F134221CA((intptr_t)L_20, 2, /*hidden argument*/TypeChecker_CheckTypes_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m3F2B2FC1845FCADF888031A23830160F134221CA_RuntimeMethod_var);
if (!L_21)
{
goto IL_0085;
}
}
IL_0065:
{
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_22 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_23 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_22, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage.CreateObjectCallback arg1 = (FairyGUI.UIPackage.CreateObjectCallback)ToLua.ToObject(L, 2);
intptr_t L_24 = ___L0;
RuntimeObject * L_25 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_24, 2, /*hidden argument*/NULL);
V_5 = ((CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 *)CastclassSealed((RuntimeObject*)L_25, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var));
// FairyGUI.UIPackage.CreateObjectFromURL(arg0, arg1);
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_26 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_CreateObjectFromURL_m49B95314D8A99FE3748A8B8A0D93CEF9AA3A9CF0(L_23, L_26, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00a0;
}
IL_0085:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIPackage.CreateObjectFromURL");
intptr_t L_27 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_28 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_27, _stringLiteralB50A54F0D6D6F9BE05B355F38549A6EDE823C238, /*hidden argument*/NULL);
V_2 = L_28;
goto IL_00a0;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0093;
throw e;
}
CATCH_0093:
{ // begin catch(System.Exception)
// catch (Exception e)
V_6 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_29 = ___L0;
Exception_t * L_30 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_31 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_29, L_30, /*hidden argument*/NULL);
V_2 = L_31;
goto IL_00a0;
} // end catch (depth: 1)
IL_00a0:
{
// }
int32_t L_32 = V_2;
return L_32;
}
}
// System.Int32 FairyGUI_UIPackageWrap::CreateObjectAsync(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_CreateObjectAsync_m2B828E439EFB075F9BDAFC3E430B825847DC8E90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * V_5 = NULL;
Exception_t * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 3 && TypeChecker.CheckTypes<string, string, FairyGUI.UIPackage.CreateObjectCallback>(L, 1))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_003b;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisString_t_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m29362D3627FCE5D49C11A171A8F6ABCB8D58054F((intptr_t)L_3, 1, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m29362D3627FCE5D49C11A171A8F6ABCB8D58054F_RuntimeMethod_var);
if (!L_4)
{
goto IL_003b;
}
}
IL_0014:
{
// string arg0 = ToLua.ToString(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_6 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_5, 1, /*hidden argument*/NULL);
// string arg1 = ToLua.ToString(L, 2);
intptr_t L_7 = ___L0;
String_t* L_8 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_7, 2, /*hidden argument*/NULL);
V_1 = L_8;
// FairyGUI.UIPackage.CreateObjectCallback arg2 = (FairyGUI.UIPackage.CreateObjectCallback)ToLua.ToObject(L, 3);
intptr_t L_9 = ___L0;
RuntimeObject * L_10 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_9, 3, /*hidden argument*/NULL);
V_2 = ((CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 *)CastclassSealed((RuntimeObject*)L_10, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var));
// FairyGUI.UIPackage.CreateObjectAsync(arg0, arg1, arg2);
String_t* L_11 = V_1;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_12 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_CreateObjectAsync_m32EBB7497791C5CF62B6C1A817156AE24DE2984E(L_6, L_11, L_12, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0093;
}
IL_003b:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.UIPackage, string, FairyGUI.UIPackage.CreateObjectCallback>(L, 1))
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
{
goto IL_0078;
}
}
IL_003f:
{
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_15 = TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m6DA703647D4682B24C2BFF11722768B0DD5799D6((intptr_t)L_14, 1, /*hidden argument*/TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_TisCreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_m6DA703647D4682B24C2BFF11722768B0DD5799D6_RuntimeMethod_var);
if (!L_15)
{
goto IL_0078;
}
}
IL_0048:
{
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.ToObject(L, 1);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_17 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_16, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.ToString(L, 2);
intptr_t L_18 = ___L0;
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
V_4 = L_19;
// FairyGUI.UIPackage.CreateObjectCallback arg1 = (FairyGUI.UIPackage.CreateObjectCallback)ToLua.ToObject(L, 3);
intptr_t L_20 = ___L0;
RuntimeObject * L_21 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_20, 3, /*hidden argument*/NULL);
V_5 = ((CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 *)CastclassSealed((RuntimeObject*)L_21, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var));
// obj.CreateObjectAsync(arg0, arg1);
String_t* L_22 = V_4;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_23 = V_5;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_17, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_17, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0093;
}
IL_0078:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIPackage.CreateObjectAsync");
intptr_t L_24 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteralD30C8295D5B8110F5D283D31BB7ADC9CD6AB7683, /*hidden argument*/NULL);
V_3 = L_25;
goto IL_0093;
}
} // 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_0086;
throw e;
}
CATCH_0086:
{ // begin catch(System.Exception)
// catch (Exception e)
V_6 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_26 = ___L0;
Exception_t * L_27 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
V_3 = L_28;
goto IL_0093;
} // end catch (depth: 1)
IL_0093:
{
// }
int32_t L_29 = V_3;
return L_29;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItemAsset(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItemAsset_m3E6B166E1697FA2DE70555A4E9E89D88D9264541_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
RuntimeObject * V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
RuntimeObject * V_5 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_6 = NULL;
RuntimeObject * V_7 = NULL;
Exception_t * V_8 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
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);
V_0 = L_1;
// if (count == 2 && TypeChecker.CheckTypes<string, string>(L, 1))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0038;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437((intptr_t)L_3, 1, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437_RuntimeMethod_var);
if (!L_4)
{
goto IL_0038;
}
}
IL_0014:
{
// string arg0 = ToLua.ToString(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_6 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_5, 1, /*hidden argument*/NULL);
// string arg1 = ToLua.ToString(L, 2);
intptr_t L_7 = ___L0;
String_t* L_8 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_7, 2, /*hidden argument*/NULL);
V_1 = L_8;
// object o = FairyGUI.UIPackage.GetItemAsset(arg0, arg1);
String_t* L_9 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = UIPackage_GetItemAsset_m41BC6059FA02B8F5287C56A9ECFEFE13565291DD(L_6, L_9, /*hidden argument*/NULL);
V_2 = L_10;
// ToLua.Push(L, o);
intptr_t L_11 = ___L0;
RuntimeObject * L_12 = V_2;
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_11, L_12, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_00c6;
}
IL_0038:
{
// else if (count == 2 && TypeChecker.CheckTypes<FairyGUI.UIPackage, string>(L, 1))
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
{
goto IL_006f;
}
}
IL_003c:
{
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_15 = TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_mF09E9A41F397D0E88EDC42383F9621B197FEBE20((intptr_t)L_14, 1, /*hidden argument*/TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisString_t_mF09E9A41F397D0E88EDC42383F9621B197FEBE20_RuntimeMethod_var);
if (!L_15)
{
goto IL_006f;
}
}
IL_0045:
{
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.ToObject(L, 1);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_17 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_16, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.ToString(L, 2);
intptr_t L_18 = ___L0;
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
V_4 = L_19;
// object o = obj.GetItemAsset(arg0);
String_t* L_20 = V_4;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_17, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
RuntimeObject * L_21 = UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_17, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
V_5 = L_21;
// ToLua.Push(L, o);
intptr_t L_22 = ___L0;
RuntimeObject * L_23 = V_5;
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_22, L_23, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_00c6;
}
IL_006f:
{
// else if (count == 2 && TypeChecker.CheckTypes<FairyGUI.UIPackage, FairyGUI.PackageItem>(L, 1))
int32_t L_24 = V_0;
if ((!(((uint32_t)L_24) == ((uint32_t)2))))
{
goto IL_00ab;
}
}
IL_0073:
{
intptr_t L_25 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_26 = TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_mC5EB20393BE2E7F268A1A8E2FBA32CA83513E551((intptr_t)L_25, 1, /*hidden argument*/TypeChecker_CheckTypes_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_mC5EB20393BE2E7F268A1A8E2FBA32CA83513E551_RuntimeMethod_var);
if (!L_26)
{
goto IL_00ab;
}
}
IL_007c:
{
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.ToObject(L, 1);
intptr_t L_27 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_28 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_27, 1, /*hidden argument*/NULL);
// FairyGUI.PackageItem arg0 = (FairyGUI.PackageItem)ToLua.ToObject(L, 2);
intptr_t L_29 = ___L0;
RuntimeObject * L_30 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_29, 2, /*hidden argument*/NULL);
V_6 = ((PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)CastclassClass((RuntimeObject*)L_30, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var));
// object o = obj.GetItemAsset(arg0);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_31 = V_6;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_28, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
RuntimeObject * L_32 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_28, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_31, /*hidden argument*/NULL);
V_7 = L_32;
// ToLua.Push(L, o);
intptr_t L_33 = ___L0;
RuntimeObject * L_34 = V_7;
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_33, L_34, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_00c6;
}
IL_00ab:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.UIPackage.GetItemAsset");
intptr_t L_35 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_36 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_35, _stringLiteralD18B29D32109E6308B9F65615F89C7BE9C07D9A9, /*hidden argument*/NULL);
V_3 = L_36;
goto IL_00c6;
}
} // 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_00b9;
throw e;
}
CATCH_00b9:
{ // begin catch(System.Exception)
// catch (Exception e)
V_8 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_37 = ___L0;
Exception_t * L_38 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_39 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_37, L_38, /*hidden argument*/NULL);
V_3 = L_39;
goto IL_00c6;
} // end catch (depth: 1)
IL_00c6:
{
// }
int32_t L_40 = V_3;
return L_40;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItemAssetByURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItemAssetByURL_m272942B82EAC29E9916971F77E9B23041527D0F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// object o = FairyGUI.UIPackage.GetItemAssetByURL(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.Push(L, o);
intptr_t L_4 = ___L0;
RuntimeObject * L_5 = V_0;
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItemURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItemURL_m7AE6418BDDB9F9049FD3A171A293AEA36DE06019_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* 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);
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);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// string arg1 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// string o = FairyGUI.UIPackage.GetItemURL(arg0, arg1);
String_t* L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
String_t* L_6 = UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951(L_2, L_5, /*hidden argument*/NULL);
V_1 = L_6;
// LuaDLL.lua_pushstring(L, o);
intptr_t L_7 = ___L0;
String_t* L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0033;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0028;
throw e;
}
CATCH_0028:
{ // begin catch(System.Exception)
// 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_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItemByURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItemByURL_mA4F62AD9D254E90F0B858B26FB337D9CA85AF238_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// FairyGUI.PackageItem o = FairyGUI.UIPackage.GetItemByURL(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushObject(L, o);
intptr_t L_4 = ___L0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_0;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_UIPackageWrap::NormalizeURL(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_NormalizeURL_mAFFE171374FAE5070CEDCC5646ABCBD63CE39C37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// string arg0 = ToLua.CheckString(L, 1);
intptr_t L_1 = ___L0;
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
// string o = FairyGUI.UIPackage.NormalizeURL(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
String_t* L_3 = UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// LuaDLL.lua_pushstring(L, o);
intptr_t L_4 = ___L0;
String_t* L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_002a;
} // 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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_UIPackageWrap::SetStringsSource(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_SetStringsSource_mC804718716936BD4BCE5460E8C6225708FA6242D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Utils.XML arg0 = (FairyGUI.Utils.XML)ToLua.CheckObject<FairyGUI.Utils.XML>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisXML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_m12EE0BB8FC49AF59C92FF1DD8F851E95B7085895((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisXML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_m12EE0BB8FC49AF59C92FF1DD8F851E95B7085895_RuntimeMethod_var);
// FairyGUI.UIPackage.SetStringsSource(arg0);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_SetStringsSource_mDB80D715FEC1D5B8CFDAF0A9F300B2ADA9A4B1EC(((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)CastclassClass((RuntimeObject*)L_2, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIPackageWrap::LoadAllAssets(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_LoadAllAssets_mF3CE8D4E15A9951485F5BC52522C059C3AA5549E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.CheckObject<FairyGUI.UIPackage>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var);
// obj.LoadAllAssets();
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
UIPackage_LoadAllAssets_m7EFB122F1D2F96B211B8F52E6CF006B84C37F476(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIPackageWrap::UnloadAssets(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_UnloadAssets_m109D485482143E00BE0FB14059B2F96E87D7268C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.CheckObject<FairyGUI.UIPackage>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var);
// obj.UnloadAssets();
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
UIPackage_UnloadAssets_mAFDFDD0852BCB23C5699A5AD259D551962DBB5F7(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIPackageWrap::ReloadAssets(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_ReloadAssets_mB15715528C20BE4453A75B90BD269AC073E002F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.CheckObject<FairyGUI.UIPackage>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var);
// obj.ReloadAssets();
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
UIPackage_ReloadAssets_m34B27391EE9D1CF6BA31BA0436BECB506EA3E690(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItems(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItems_mAF4F50D18C5B11EEC21BEBD7AA2802BB996ABA17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.CheckObject<FairyGUI.UIPackage>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var);
// System.Collections.Generic.List<FairyGUI.PackageItem> o = obj.GetItems();
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_3 = UIPackage_GetItems_m3DC7D8A18CD47F1C7627A986D6FBEDF86E815A0C_inline(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushSealed(L, o);
intptr_t L_4 = ___L0;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_5 = V_0;
ToLua_PushSealed_TisList_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_m52F99E0B561803CB30FF8560E8FFFA53D28DE4C0((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisList_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_m52F99E0B561803CB30FF8560E8FFFA53D28DE4C0_RuntimeMethod_var);
// return 1;
V_1 = 1;
goto IL_002f;
} // 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_0024;
throw e;
}
CATCH_0024:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002f;
} // end catch (depth: 1)
IL_002f:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItem(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItem_m7F87B0C97A7F610C12D7EA861065A3878B307A9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * 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);
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);
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.CheckObject<FairyGUI.UIPackage>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// FairyGUI.PackageItem o = obj.GetItem(arg0);
String_t* L_5 = V_0;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.PushObject(L, o);
intptr_t L_7 = ___L0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_8 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
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_002d;
throw e;
}
CATCH_002d:
{ // 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_0038;
} // end catch (depth: 1)
IL_0038:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_UIPackageWrap::GetItemByName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_GetItemByName_mA96ED8013EEAC241109C1928E64DDCDE0229A16E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * 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);
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);
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)ToLua.CheckObject<FairyGUI.UIPackage>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisUIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_m79D323E9C2B8CCF5873A882C0B6915B2E070376A_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// FairyGUI.PackageItem o = obj.GetItemByName(arg0);
String_t* L_5 = V_0;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.PushObject(L, o);
intptr_t L_7 = ___L0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_8 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
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_002d;
throw e;
}
CATCH_002d:
{ // 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_0038;
} // end catch (depth: 1)
IL_0038:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_UIPackageWrap::get_URL_PREFIX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_get_URL_PREFIX_mB21A9B626287BF3EDEBFCEE78E825956A4DD400E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
// LuaDLL.lua_pushstring(L, FairyGUI.UIPackage.URL_PREFIX);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, /*hidden argument*/NULL);
// return 1;
V_0 = 1;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_1 = ___L0;
Exception_t * L_2 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001a;
} // end catch (depth: 1)
IL_001a:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
// System.Int32 FairyGUI_UIPackageWrap::get_id(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_get_id_m07A47FF140796D013583BDA5691A8696A6A9D580_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.id;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
String_t* L_3 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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 id 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, _stringLiteralC0D8332875C5C4F646382B3BC5696153EE00D307, /*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 FairyGUI_UIPackageWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_get_name_m48689539E1A548EDEEF6DEE53B0405A437CA84B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.name;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
String_t* L_3 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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 name 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, _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A, /*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 FairyGUI_UIPackageWrap::get_assetPath(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_get_assetPath_mA3F6BD1FB945A39244B7FEDCB87E2700AA7BC2F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.assetPath;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
String_t* L_3 = UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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 assetPath 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, _stringLiteralBC1E7B6E946C17EAD008789694BEAEB897157F27, /*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 FairyGUI_UIPackageWrap::get_customId(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_get_customId_m65F9EB6DDE49B9D175CA02672BCD90E96E81FFC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.customId;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
String_t* L_3 = UIPackage_get_customId_m5557397062441C54A1B416F627CD1FD6F77B8D30_inline(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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 customId 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, _stringLiteralDB0D91453922DC350AEBB998835BFC19F98222A7, /*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 FairyGUI_UIPackageWrap::set_customId(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_set_customId_m5A972FD28916E54FDC1F444208D20D9DB565015D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
String_t* 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;
// FairyGUI.UIPackage obj = (FairyGUI.UIPackage)o;
RuntimeObject * L_2 = V_0;
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.customId = arg0;
String_t* L_5 = V_1;
NullCheck(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)));
UIPackage_set_customId_mEFAEB4DDE4CF2507EE04B55B4D95F91ED5DC9D11(((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)CastclassClass((RuntimeObject*)L_2, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index customId 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, _stringLiteralDB0D91453922DC350AEBB998835BFC19F98222A7, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_UIPackageWrap::FairyGUI_UIPackage_CreateObjectCallback(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIPackageWrap_FairyGUI_UIPackage_CreateObjectCallback_m26778802AE86C6DDA4E6637F72E0CFE07700720E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
Delegate_t * V_1 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
Delegate_t * V_3 = NULL;
int32_t V_4 = 0;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
{
// 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);
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
V_0 = L_3;
// if (count == 1)
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0021;
}
}
IL_0011:
{
// Delegate arg1 = DelegateTraits<FairyGUI.UIPackage.CreateObjectCallback>.Create(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var);
Delegate_t * L_5 = DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D(L_4, /*hidden argument*/DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D_RuntimeMethod_var);
V_1 = L_5;
// ToLua.Push(L, arg1);
intptr_t L_6 = ___L0;
Delegate_t * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// }
goto IL_0038;
}
IL_0021:
{
// LuaTable self = ToLua.CheckLuaTable(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// Delegate arg1 = DelegateTraits<FairyGUI.UIPackage.CreateObjectCallback>.Create(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var);
Delegate_t * L_12 = DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C_RuntimeMethod_var);
V_3 = L_12;
// ToLua.Push(L, arg1);
intptr_t L_13 = ___L0;
Delegate_t * L_14 = V_3;
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
}
IL_0038:
{
// return 1;
V_4 = 1;
goto IL_004b;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.Exception)
// catch(Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_15 = ___L0;
Exception_t * L_16 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
V_4 = L_17;
goto IL_004b;
} // end catch (depth: 1)
IL_004b:
{
// }
int32_t L_18 = V_4;
return L_18;
}
}
// System.Void FairyGUI_UIPackageWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackageWrap__ctor_m87DDC7C1118E544C879C3ED793941D154C38EB9D (FairyGUI_UIPackageWrap_tC3F8DF5DC5D40C14343797AD0B20CB1FCE2E4EA9 * __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
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_WindowWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_WindowWrap_Register_mAE609B9CF626359F7BD888217D51DB7A365F0D55 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_Register_mAE609B9CF626359F7BD888217D51DB7A365F0D55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.Window), typeof(FairyGUI.GComponent));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_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> (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_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("AddUISource", AddUISource);
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)FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral282FC30D21DCE2A76C2A41D975DD83FE7543985C, L_6, /*hidden argument*/NULL);
// L.RegFunction("Show", Show);
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)FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralD97D1EE339E4EEABA8CAC91DCA37C8B4EC8F5501, L_8, /*hidden argument*/NULL);
// L.RegFunction("ShowOn", ShowOn);
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)FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral6F25BFC7A5E1912FA9AB5C243DAECEB141FBED22, L_10, /*hidden argument*/NULL);
// L.RegFunction("Hide", Hide);
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)FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral34D8B60FE25332F7B98585E82E753EAF502C3E50, L_12, /*hidden argument*/NULL);
// L.RegFunction("HideImmediately", HideImmediately);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteralBE2C7CCA283328E43403D24E2BEA56B2FDF24084, L_14, /*hidden argument*/NULL);
// L.RegFunction("CenterOn", CenterOn);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral512D289D8BFDEBCC95DBE98CD03E2A835BDF2B17, L_16, /*hidden argument*/NULL);
// L.RegFunction("ToggleStatus", ToggleStatus);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralEB83567AA14275937102207CBE1DBE0B883D580B, L_18, /*hidden argument*/NULL);
// L.RegFunction("BringToFront", BringToFront);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralB178ED9EA8B125BE239DE0DA7CFAC0010A48521C, L_20, /*hidden argument*/NULL);
// L.RegFunction("ShowModalWait", ShowModalWait);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral1CDAB004E1AEBA8D896AD65AFFFC1EF5C5716375, L_22, /*hidden argument*/NULL);
// L.RegFunction("CloseModalWait", CloseModalWait);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteralCFFF27ECCB371BC88F5CF4B9803B8559B0435D96, L_24, /*hidden argument*/NULL);
// L.RegFunction("Init", Init);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral19682BDB9185A5FA9D763D414D0443D3A0BC2456, L_26, /*hidden argument*/NULL);
// L.RegFunction("Dispose", Dispose);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_28, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_Window);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_30, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_32, /*hidden argument*/NULL);
// L.RegVar("bringToFontOnClick", get_bringToFontOnClick, set_bringToFontOnClick);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_35 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_35, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_33, _stringLiteralA4C159EBA353CAD654EA227E357D7B02EEA14796, L_34, L_35, /*hidden argument*/NULL);
// L.RegVar("contentPane", get_contentPane, set_contentPane);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_36 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_37 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_37, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_36, _stringLiteral00393212571553EA7B5872F946B19B9E4716A9EC, L_37, L_38, /*hidden argument*/NULL);
// L.RegVar("frame", get_frame, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_39, _stringLiteral39D88B573C35D2FF144E946255BD2194366A771F, L_40, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("closeButton", get_closeButton, set_closeButton);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_43 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_43, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_41);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_41, _stringLiteral0608965E2F75CF6DFDE436BD6D1071787C2CFEB9, L_42, L_43, /*hidden argument*/NULL);
// L.RegVar("dragArea", get_dragArea, set_dragArea);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_44 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_45 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_45, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_46 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_46, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_44);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_44, _stringLiteralDF155CEB8D9E5FCD0A9EE6CF02EBC534E4D5287E, L_45, L_46, /*hidden argument*/NULL);
// L.RegVar("contentArea", get_contentArea, set_contentArea);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_47 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_49 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_49, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_47);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_47, _stringLiteral0845F2ADB59C99061C5706BAF8826810A93AD9D0, L_48, L_49, /*hidden argument*/NULL);
// L.RegVar("modalWaitingPane", get_modalWaitingPane, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_50 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_51 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_51, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_50);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_50, _stringLiteralA7452FD6D4A20E7449F9F99CE4940A528E3F1EEC, L_51, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("isShowing", get_isShowing, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_52 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_53 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_53, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_52);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_52, _stringLiteralAB133ADFE7B378B130AB593D7EC762CBE21BF570, L_53, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("isTop", get_isTop, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_54 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_55 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_55, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_54);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_54, _stringLiteral61817CA04AE91B303046C1701D149A8AAC849A06, L_55, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("modal", get_modal, set_modal);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_56 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_57 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_57, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_58 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_58, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_56);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_56, _stringLiteral964A3B119BE846DDF05B003479487E359C1FA3DA, L_57, L_58, /*hidden argument*/NULL);
// L.RegVar("modalWaiting", get_modalWaiting, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_60 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_60, NULL, (intptr_t)((intptr_t)FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_59);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_59, _stringLiteral8E27A7FA1EC282FF7927FC2A36F06E7C4B540BCA, L_60, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_61 = ___L0;
NullCheck(L_61);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_61, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_WindowWrap::_CreateFairyGUI_Window(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap__CreateFairyGUI_Window_m17CBB5819677ECA4E5E1B8460744575A5770BC2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * 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:
{
// FairyGUI.Window obj = new FairyGUI.Window();
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_2 = (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)il2cpp_codegen_object_new(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var);
Window__ctor_m1C5780FA9C7A3747E1D83FE772A070B20D72989B(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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: FairyGUI.Window.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, _stringLiteral0A282A9B8636BF4E4A8D826EA2C6F282ADEE3CD2, /*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 FairyGUI_WindowWrap::AddUISource(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_AddUISource_m1C3C2260AFE08110FD809F1FFAECB96853A50EDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* 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) * 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);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// FairyGUI.IUISource arg0 = (FairyGUI.IUISource)ToLua.CheckObject<FairyGUI.IUISource>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisIUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_mDEC9B1853AC880BD424AE8CA7F3189CD22DD6D14((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisIUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_mDEC9B1853AC880BD424AE8CA7F3189CD22DD6D14_RuntimeMethod_var);
V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_il2cpp_TypeInfo_var));
// obj.AddUISource(arg0);
RuntimeObject* L_5 = V_0;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_AddUISource_m01AF3CFCFDBEEB1830FD6E7E72669AF9B2687FFF(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_WindowWrap::Show(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_Show_mA81319DE4AB2B605E2B50EB183AF8F7C925E6DBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.Show();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_Show_m201A94C3A8928701921F611C80916D6BDA6E9EF9(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::ShowOn(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_ShowOn_m5BE19087761448FBBB78AFBCB2E05F6A462FD886_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * 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) * 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);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// FairyGUI.GRoot arg0 = (FairyGUI.GRoot)ToLua.CheckObject<FairyGUI.GRoot>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_m9905956065F72E7AECFC56CF01FC9EC5E54FF0F1((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_m9905956065F72E7AECFC56CF01FC9EC5E54FF0F1_RuntimeMethod_var);
V_0 = ((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)CastclassClass((RuntimeObject*)L_4, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var));
// obj.ShowOn(arg0);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_5 = V_0;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_ShowOn_m49293E727A71F96282F6814E149278E435BD97E0(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0035;
} // 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_002a;
throw e;
}
CATCH_002a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
} // end catch (depth: 1)
IL_0035:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_WindowWrap::Hide(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_Hide_m110A5DEEB13C3A8BEF2649AE575E21603ED4D979_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.Hide();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::HideImmediately(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_HideImmediately_m98CE0498E3A538AC59F4C393F62E6DD82DE0F254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.HideImmediately();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_HideImmediately_mF31DD52979EB1719217BA370011B8ADBA6DC87BE(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::CenterOn(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_CenterOn_m39FB8F1F16E692D0E25F70D95EC0D14CCA48AEE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * 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, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// FairyGUI.GRoot arg0 = (FairyGUI.GRoot)ToLua.CheckObject<FairyGUI.GRoot>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_m9905956065F72E7AECFC56CF01FC9EC5E54FF0F1((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_m9905956065F72E7AECFC56CF01FC9EC5E54FF0F1_RuntimeMethod_var);
V_0 = ((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)CastclassClass((RuntimeObject*)L_4, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var));
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_6 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = L_6;
// obj.CenterOn(arg0, arg1);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_7 = V_0;
bool L_8 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_CenterOn_mE7D909D880FD1ECED214369E56FACA5FCBEC84BB(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0033;
throw e;
}
CATCH_0033:
{ // begin catch(System.Exception)
// 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_003e;
} // end catch (depth: 1)
IL_003e:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_WindowWrap::ToggleStatus(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_ToggleStatus_mD7C32CF1C89F7283EEB47980CC2D0BE5E650F4C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.ToggleStatus();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_ToggleStatus_m565EC5EF552C195BA3B97B718B8E30DEF463A69F(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::BringToFront(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_BringToFront_mA641FE39C73CCF2A3FA40D823012394C4C2C7BD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.BringToFront();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_BringToFront_m166A44079246FCE07F1F0190F22D5606C70B89CE(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::ShowModalWait(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_ShowModalWait_m27D351665C74E50333772B06FFAA845F78198CDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
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) * 4);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0020;
}
}
IL_000b:
{
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.ShowModalWait();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_4, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_ShowModalWait_m7B1536B164C5095B96D988BB37455B2A80B3C324(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_4, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_005c;
}
IL_0020:
{
// else if (count == 2)
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0043;
}
}
IL_0024:
{
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_9 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = (((int32_t)((int32_t)L_9)));
// obj.ShowModalWait(arg0);
int32_t L_10 = V_2;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_7, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_7, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_005c;
}
IL_0043:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Window.ShowModalWait");
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_12 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_11, _stringLiteralD477E6E98B593955F2C7454A567E8CB0B312A2AB, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_005c;
}
} // 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_0051;
throw e;
}
CATCH_0051:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_13 = ___L0;
Exception_t * L_14 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_15 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_13, L_14, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_005c;
} // end catch (depth: 1)
IL_005c:
{
// }
int32_t L_16 = V_1;
return L_16;
}
}
// System.Int32 FairyGUI_WindowWrap::CloseModalWait(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_CloseModalWait_m2AF48113230D6BB43A497D2A632D204B08ADE635_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
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);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0028;
}
}
IL_000b:
{
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// bool o = obj.CloseModalWait();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_4, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_5 = Window_CloseModalWait_m7E3F2EE61BD2A180F792BF9F243FEEB309403ABB(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_4, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_5;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_6 = ___L0;
bool L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_6, L_7, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0070;
}
IL_0028:
{
// else if (count == 2)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0055;
}
}
IL_002c:
{
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_12 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = (((int32_t)((int32_t)L_12)));
// bool o = obj.CloseModalWait(arg0);
int32_t L_13 = V_3;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_10, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_14 = Window_CloseModalWait_m7B21E639A9B1BDB3262D079DE7095C335A7CF630(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_10, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_13, /*hidden argument*/NULL);
V_4 = L_14;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_15 = ___L0;
bool L_16 = V_4;
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_15, L_16, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0070;
}
IL_0055:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Window.CloseModalWait");
intptr_t L_17 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteralC989277D79B17FBEBDCB33775CD783765F39A9B3, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_0070;
}
} // 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_0063;
throw e;
}
CATCH_0063:
{ // begin catch(System.Exception)
// catch (Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_19 = ___L0;
Exception_t * L_20 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
V_2 = L_21;
goto IL_0070;
} // end catch (depth: 1)
IL_0070:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_WindowWrap::Init(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_Init_m7FE0EFBF266CC6EF860C14D1FDA6655757F1C5EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.Init();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_Dispose_m7A7CE9539C0506DF8567CF4F640DFFA0623CF571_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
// FairyGUI.Window obj = (FairyGUI.Window)ToLua.CheckObject<FairyGUI.Window>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWindow_tE7D87992AB935C3508A34E808A486C27C5B6009A_m536EC336DE3A61D68AF3A32D1CBDF622E401CC9D_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, ((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
// return 0;
V_0 = 0;
goto IL_0027;
} // 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_001c;
throw e;
}
CATCH_001c:
{ // begin catch(System.Exception)
// catch (Exception e)
V_1 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_3 = ___L0;
Exception_t * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
// }
int32_t L_6 = V_0;
return L_6;
}
}
// System.Int32 FairyGUI_WindowWrap::get_bringToFontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_bringToFontOnClick_m2CDA61F5043ED28C7F274EF501DBE0545B103D8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.bringToFontOnClick;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_3 = ((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var))->get_bringToFontOnClick_93();
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 bringToFontOnClick 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, _stringLiteral120FCE88DDA16ECC080B3D36B47F64BA161B9AB5, /*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 FairyGUI_WindowWrap::get_contentPane(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_contentPane_m7BECF8C0DEFC9CCB8F669020888DC8CE3D70A4D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GComponent ret = obj.contentPane;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = Window_get_contentPane_m2F06F9B0BBA41D15866BB4DC8FD9650039CB3FC6_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * 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 contentPane 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, _stringLiteral63EB6CF1C0C4237E16A918D94C5898D18878F328, /*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 FairyGUI_WindowWrap::get_frame(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_frame_m88B24BD475B4F18EAF41FFEB5CBB6930EC90F0F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GComponent ret = obj.frame;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = Window_get_frame_m0F878A5AD974E0B3E53D497F505F9D53695AED87_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * 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 frame 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, _stringLiteral7941545DB6A24779D23D880185B5F2DBB99F451A, /*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 FairyGUI_WindowWrap::get_closeButton(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_closeButton_mDE9363371A698B3500CBA1507A8B3515BC1AFA89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj.closeButton;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = Window_get_closeButton_mBBF73F353AD90E1CDC9189C27A33F6A692779451_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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 closeButton 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, _stringLiteral659CBC4B8395BADDEB5375DF33D3F33922FF7AE2, /*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 FairyGUI_WindowWrap::get_dragArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_dragArea_m4803F75C08584004F0CD2165E90EB7DA962AB8EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj.dragArea;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = Window_get_dragArea_mCA80DA2D3F7CC8E32351C9EDDEE5E8AED0BC7A39_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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 dragArea 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, _stringLiteral479D66365CAE9D97654A08A72A17A07FC67A8C66, /*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 FairyGUI_WindowWrap::get_contentArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_contentArea_m332F67776CC5A7BF854D7BF40003DC9688ADED48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj.contentArea;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = Window_get_contentArea_mA21032835D12D0A2571F0FD29DC079242FCF9CD4_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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 contentArea 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, _stringLiteral661809FABA8D9EA536888778BD271D5DB66ECBD6, /*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 FairyGUI_WindowWrap::get_modalWaitingPane(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_modalWaitingPane_m11BC3F09ACE3707A92634CB73EB7C79117646C19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj.modalWaitingPane;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = Window_get_modalWaitingPane_m34531A7DF1DA9231C46BA3F11DD8921C8DF51258_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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 modalWaitingPane 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, _stringLiteralA569AB1E403CB8D27FBCDAE53780E20F5FF21564, /*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 FairyGUI_WindowWrap::get_isShowing(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_isShowing_mCA03EB1E158C0758474CB54678D3FCBB106BE468_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.isShowing;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_3 = Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 isShowing 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, _stringLiteral0DFFD035A6C16B6D0145CDC7ABA151866C036111, /*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 FairyGUI_WindowWrap::get_isTop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_isTop_m4BE01A61873DD77A71FB9BF4AF1C4FAED64DAC42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.isTop;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_3 = Window_get_isTop_m41A7C1B9D0628F498FE9A3CE0FBDD6F1F2A8D1D1(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 isTop 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, _stringLiteralA6E6961AFCF61A5AA22D70DCFA8ACE64CE1CC45F, /*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 FairyGUI_WindowWrap::get_modal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_modal_m4DFBF90BC5165104FEC36C2D5821DE29B9FFF7E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.modal;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_3 = Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 modal 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, _stringLiteralE9A14B6C524838B125B118D3A0EB4E56DF26FA3F, /*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 FairyGUI_WindowWrap::get_modalWaiting(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_get_modalWaiting_mB7CC5789E8FDC119815E2515AB3F73A7DB2C6C53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.modalWaiting;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_3 = Window_get_modalWaiting_mEF177802D62B16D60D9F4BE5190A689CC916D090(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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 modalWaiting 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, _stringLiteral89BB55478588F62874BC18C039B5E07E5A321077, /*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 FairyGUI_WindowWrap::set_bringToFontOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_set_bringToFontOnClick_m2084FA7EF3734C6C49F1095B699A166ADF912210_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.bringToFontOnClick = arg0;
bool L_5 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var))->set_bringToFontOnClick_93(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index bringToFontOnClick 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, _stringLiteral120FCE88DDA16ECC080B3D36B47F64BA161B9AB5, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_WindowWrap::set_contentPane(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_set_contentPane_m94B86F71E2FA36A10C5DE153AD4ABC24FCC0432E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GComponent arg0 = (FairyGUI.GComponent)ToLua.CheckObject<FairyGUI.GComponent>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_mD3BB0F3B3DD64C76919049AAA7193C1A5863AE59((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_mD3BB0F3B3DD64C76919049AAA7193C1A5863AE59_RuntimeMethod_var);
V_1 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_4, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
// obj.contentPane = arg0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_set_contentPane_m30C340F976C3839574CFED7D0C237219B601FBA0(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// 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 contentPane 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, _stringLiteral63EB6CF1C0C4237E16A918D94C5898D18878F328, /*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.Int32 FairyGUI_WindowWrap::set_closeButton(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_set_closeButton_m44F47F4E7E78E45B46C8CC830A28715957A16220_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject arg0 = (FairyGUI.GObject)ToLua.CheckObject<FairyGUI.GObject>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var);
V_1 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_4, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var));
// obj.closeButton = arg0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// 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 closeButton 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, _stringLiteral659CBC4B8395BADDEB5375DF33D3F33922FF7AE2, /*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.Int32 FairyGUI_WindowWrap::set_dragArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_set_dragArea_mF2F3C53C72EC04CCE193C3E30A8515A8BCCCCA65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject arg0 = (FairyGUI.GObject)ToLua.CheckObject<FairyGUI.GObject>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var);
V_1 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_4, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var));
// obj.dragArea = arg0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// 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 dragArea 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, _stringLiteral479D66365CAE9D97654A08A72A17A07FC67A8C66, /*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.Int32 FairyGUI_WindowWrap::set_contentArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_set_contentArea_m4B7EE74AD0E5389CD99F2D02F216796AD8724136_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject arg0 = (FairyGUI.GObject)ToLua.CheckObject<FairyGUI.GObject>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var);
V_1 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_4, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var));
// obj.contentArea = arg0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// 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 contentArea 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, _stringLiteral661809FABA8D9EA536888778BD271D5DB66ECBD6, /*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.Int32 FairyGUI_WindowWrap::set_modal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_WindowWrap_set_modal_mB56454C970681BE08240469B3F09805C5F25EA0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * 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);
{
// 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;
// FairyGUI.Window obj = (FairyGUI.Window)o;
RuntimeObject * L_2 = V_0;
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.modal = arg0;
bool L_5 = V_1;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_set_modal_m385D020910232FA9DDDBCCC3754BA1BFB2754023_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0033;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index modal 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, _stringLiteralE9A14B6C524838B125B118D3A0EB4E56DF26FA3F, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void FairyGUI_WindowWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_WindowWrap__ctor_m7A0897726ABB124FA648AD4F5CF8386F7FF2F107 (FairyGUI_WindowWrap_tA5FDA99F1233DF6FE8C86A5D379ABC0B64CEA1FE * __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.Boolean FileManager::ClearDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_ClearDirectory_mF5A595005FB3572924C35A6103F691ADBA17EC30 (String_t* ___fullPath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_ClearDirectory_mF5A595005FB3572924C35A6103F691ADBA17EC30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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)
{
// string[] files = Directory.GetFiles(fullPath);
String_t* L_0 = ___fullPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E(L_0, /*hidden argument*/NULL);
V_1 = L_1;
// for (int i = 0; i < files.Length; i++)
V_3 = 0;
goto IL_0017;
}
IL_000b:
{
// File.Delete(files[i]);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = V_1;
int32_t L_3 = V_3;
NullCheck(L_2);
int32_t L_4 = L_3;
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_5, /*hidden argument*/NULL);
// for (int i = 0; i < files.Length; i++)
int32_t L_6 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0017:
{
// for (int i = 0; i < files.Length; i++)
int32_t L_7 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_1;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_000b;
}
}
IL_001d:
{
// string[] directories = Directory.GetDirectories(fullPath);
String_t* L_9 = ___fullPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7(L_9, /*hidden argument*/NULL);
V_2 = L_10;
// for (int j = 0; j < directories.Length; j++)
V_4 = 0;
goto IL_002f;
}
IL_0029:
{
// for (int j = 0; j < directories.Length; j++)
int32_t L_11 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_002f:
{
// for (int j = 0; j < directories.Length; j++)
int32_t L_12 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = V_2;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0029;
}
}
IL_0036:
{
// result = true;
V_0 = (bool)1;
// }
goto IL_003f;
}
} // 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_003a;
throw e;
}
CATCH_003a:
{ // begin catch(System.Exception)
// catch (Exception)
// result = false;
V_0 = (bool)0;
// }
goto IL_003f;
} // end catch (depth: 1)
IL_003f:
{
// return result;
bool L_14 = V_0;
return L_14;
}
}
// System.Boolean FileManager::ClearDirectory(System.String,System.String[],System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_ClearDirectory_m17D106606F7792E0C551B23DF8396F36C670A235 (String_t* ___fullPath0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fileExtensionFilter1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___folderFilter2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_ClearDirectory_m17D106606F7792E0C551B23DF8396F36C670A235_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_4 = NULL;
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);
IL_0000:
try
{ // begin try (depth: 1)
{
// if (fileExtensionFilter != null)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___fileExtensionFilter1;
if (!L_0)
{
goto IL_0045;
}
}
IL_0003:
{
// string[] files = Directory.GetFiles(fullPath);
String_t* L_1 = ___fullPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E(L_1, /*hidden argument*/NULL);
V_1 = L_2;
// for (int i = 0; i < files.Length; i++)
V_2 = 0;
goto IL_003f;
}
IL_000e:
{
// if (fileExtensionFilter != null && fileExtensionFilter.Length > 0)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___fileExtensionFilter1;
if (!L_3)
{
goto IL_003b;
}
}
IL_0011:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___fileExtensionFilter1;
NullCheck(L_4);
if (!(((RuntimeArray*)L_4)->max_length))
{
goto IL_003b;
}
}
IL_0015:
{
// for (int j = 0; j < fileExtensionFilter.Length; j++)
V_3 = 0;
goto IL_0035;
}
IL_0019:
{
// if (files[i].Contains(fileExtensionFilter[j]))
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = V_1;
int32_t L_6 = V_2;
NullCheck(L_5);
int32_t L_7 = L_6;
String_t* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___fileExtensionFilter1;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_8);
bool L_13 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_8, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0031;
}
}
IL_0026:
{
// FileManager.DeleteFile(files[i]);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_1;
int32_t L_15 = V_2;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71(L_17, /*hidden argument*/NULL);
// break;
goto IL_003b;
}
IL_0031:
{
// for (int j = 0; j < fileExtensionFilter.Length; j++)
int32_t L_18 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0035:
{
// for (int j = 0; j < fileExtensionFilter.Length; j++)
int32_t L_19 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = ___fileExtensionFilter1;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
{
goto IL_0019;
}
}
IL_003b:
{
// for (int i = 0; i < files.Length; i++)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_003f:
{
// for (int i = 0; i < files.Length; i++)
int32_t L_22 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_1;
NullCheck(L_23);
if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))))
{
goto IL_000e;
}
}
IL_0045:
{
// if (folderFilter != null)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = ___folderFilter2;
if (!L_24)
{
goto IL_0099;
}
}
IL_0048:
{
// string[] directories = Directory.GetDirectories(fullPath);
String_t* L_25 = ___fullPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7(L_25, /*hidden argument*/NULL);
V_4 = L_26;
// for (int k = 0; k < directories.Length; k++)
V_5 = 0;
goto IL_0091;
}
IL_0055:
{
// if (folderFilter != null && folderFilter.Length > 0)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = ___folderFilter2;
if (!L_27)
{
goto IL_008b;
}
}
IL_0058:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = ___folderFilter2;
NullCheck(L_28);
if (!(((RuntimeArray*)L_28)->max_length))
{
goto IL_008b;
}
}
IL_005c:
{
// for (int l = 0; l < folderFilter.Length; l++)
V_6 = 0;
goto IL_0084;
}
IL_0061:
{
// if (directories[k].Contains(folderFilter[l]))
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_4;
int32_t L_30 = V_5;
NullCheck(L_29);
int32_t L_31 = L_30;
String_t* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = ___folderFilter2;
int32_t L_34 = V_6;
NullCheck(L_33);
int32_t L_35 = L_34;
String_t* L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
NullCheck(L_32);
bool L_37 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_32, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_007e;
}
}
IL_0071:
{
// FileManager.DeleteDirectory(directories[k]);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = V_4;
int32_t L_39 = V_5;
NullCheck(L_38);
int32_t L_40 = L_39;
String_t* L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
FileManager_DeleteDirectory_m018FF71F276044C1C5B0676C23A03491E907FBF3(L_41, /*hidden argument*/NULL);
// break;
goto IL_008b;
}
IL_007e:
{
// for (int l = 0; l < folderFilter.Length; l++)
int32_t L_42 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_0084:
{
// for (int l = 0; l < folderFilter.Length; l++)
int32_t L_43 = V_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = ___folderFilter2;
NullCheck(L_44);
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
{
goto IL_0061;
}
}
IL_008b:
{
// for (int k = 0; k < directories.Length; k++)
int32_t L_45 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_0091:
{
// for (int k = 0; k < directories.Length; k++)
int32_t L_46 = V_5;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = V_4;
NullCheck(L_47);
if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))))
{
goto IL_0055;
}
}
IL_0099:
{
// result = true;
V_0 = (bool)1;
// }
goto IL_00a2;
}
} // 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_009d;
throw e;
}
CATCH_009d:
{ // begin catch(System.Exception)
// catch (Exception)
// result = false;
V_0 = (bool)0;
// }
goto IL_00a2;
} // end catch (depth: 1)
IL_00a2:
{
// return result;
bool L_48 = V_0;
return L_48;
}
}
// System.String FileManager::CombinePath(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// StringBuilder sb= new StringBuilder();
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
// sb.Append(path1);
StringBuilder_t * L_1 = L_0;
String_t* L_2 = ___path10;
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_2, /*hidden argument*/NULL);
// sb.Append("/");
StringBuilder_t * L_3 = L_1;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
// sb.Append(path2);
StringBuilder_t * L_4 = L_3;
String_t* L_5 = ___path21;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_5, /*hidden argument*/NULL);
// return ReplacePathSymbol(sb.ToString());
NullCheck(L_4);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_7 = FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B(L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.String FileManager::CombinePaths(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_CombinePaths_mBE0F1B15913FB8C9EA633036041A797277FBAFE1 (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_CombinePaths_mBE0F1B15913FB8C9EA633036041A797277FBAFE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
// if (values.Length <= 0)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___values0;
NullCheck(L_0);
if ((((RuntimeArray*)L_0)->max_length))
{
goto IL_000a;
}
}
{
// return string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000a:
{
// if (values.Length == 1)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___values0;
NullCheck(L_2);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) == ((uint32_t)1))))
{
goto IL_001e;
}
}
{
// return FileManager.CombinePath(values[0], string.Empty);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___values0;
NullCheck(L_3);
int32_t L_4 = 0;
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_7 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_001e:
{
// if (values.Length > 1)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = ___values0;
NullCheck(L_8);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))) <= ((int32_t)1)))
{
goto IL_004a;
}
}
{
// string text = FileManager.CombinePath(values[0], values[1]);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___values0;
NullCheck(L_9);
int32_t L_10 = 0;
String_t* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ___values0;
NullCheck(L_12);
int32_t L_13 = 1;
String_t* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_15 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_11, L_14, /*hidden argument*/NULL);
V_0 = L_15;
// for (int i = 2; i < values.Length; i++)
V_1 = 2;
goto IL_0042;
}
IL_0034:
{
// text = FileManager.CombinePath(text, values[i]);
String_t* L_16 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = ___values0;
int32_t L_18 = V_1;
NullCheck(L_17);
int32_t L_19 = L_18;
String_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_21 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_16, L_20, /*hidden argument*/NULL);
V_0 = L_21;
// for (int i = 2; i < values.Length; i++)
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0042:
{
// for (int i = 2; i < values.Length; i++)
int32_t L_23 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = ___values0;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
{
goto IL_0034;
}
}
{
// return text;
String_t* L_25 = V_0;
return L_25;
}
IL_004a:
{
// return string.Empty;
String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_26;
}
}
// System.Void FileManager::CopyFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_CopyFile_mE2FE560B08243AF189FFAB529398ADFB9D915438 (String_t* ___srcFile0, String_t* ___dstFile1, const RuntimeMethod* method)
{
{
// File.Copy(srcFile, dstFile, true);
String_t* L_0 = ___srcFile0;
String_t* L_1 = ___dstFile1;
File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF(L_0, L_1, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FileManager::CreateDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_CreateDirectory_mA987B59F622C6D3757097FE82FCEC97D0F91D121 (String_t* ___directory0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_CreateDirectory_mA987B59F622C6D3757097FE82FCEC97D0F91D121_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
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);
{
// if (FileManager.IsDirectoryExist(directory))
String_t* L_0 = ___directory0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
bool L_1 = FileManager_IsDirectoryExist_mA81BBFE231BE9271E8610F2E8B88A16467454737(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// return true;
return (bool)1;
}
IL_000a:
{
// int num = 0;
V_0 = 0;
}
IL_000c:
{
}
IL_000d:
try
{ // begin try (depth: 1)
// Directory.CreateDirectory(directory);
String_t* L_2 = ___directory0;
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_2, /*hidden argument*/NULL);
// result = true;
V_1 = (bool)1;
// break;
goto IL_004e;
} // 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_0018;
throw e;
}
CATCH_0018:
{ // begin catch(System.Exception)
{
// catch (Exception ex)
V_2 = ((Exception_t *)__exception_local);
// num++;
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
// if (num >= 3)
int32_t L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)3)))
{
goto IL_004c;
}
}
IL_0021:
{
// Debug.Log("Create Directory " + directory + " Error! Exception = " + ex.ToString());
String_t* L_5 = ___directory0;
Exception_t * L_6 = V_2;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralA6AED0EEF7DFE7EA827D1F7FA5DF9F6E95270ED1, L_5, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F, L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_8, /*hidden argument*/NULL);
// FileManager.s_delegateOnOperateFileFail(directory, enFileOperation.CreateDirectory);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * L_9 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_delegateOnOperateFileFail_5();
String_t* L_10 = ___directory0;
NullCheck(L_9);
DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E(L_9, L_10, 3, /*hidden argument*/NULL);
// result = false;
V_1 = (bool)0;
// break;
goto IL_004e;
}
IL_004c:
{
// }
goto IL_000c;
}
} // end catch (depth: 1)
IL_004e:
{
// return result;
bool L_11 = V_1;
return L_11;
}
}
// System.Boolean FileManager::DeleteDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_DeleteDirectory_m018FF71F276044C1C5B0676C23A03491E907FBF3 (String_t* ___directory0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_DeleteDirectory_m018FF71F276044C1C5B0676C23A03491E907FBF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
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);
{
// if (!FileManager.IsDirectoryExist(directory))
String_t* L_0 = ___directory0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
bool L_1 = FileManager_IsDirectoryExist_mA81BBFE231BE9271E8610F2E8B88A16467454737(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000a;
}
}
{
// return true;
return (bool)1;
}
IL_000a:
{
// int num = 0;
V_0 = 0;
}
IL_000c:
{
}
IL_000d:
try
{ // begin try (depth: 1)
// Directory.Delete(directory, true);
String_t* L_2 = ___directory0;
Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107(L_2, (bool)1, /*hidden argument*/NULL);
// result = true;
V_1 = (bool)1;
// break;
goto IL_004e;
} // 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_0018;
throw e;
}
CATCH_0018:
{ // begin catch(System.Exception)
{
// catch (Exception ex)
V_2 = ((Exception_t *)__exception_local);
// num++;
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
// if (num >= 3)
int32_t L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)3)))
{
goto IL_004c;
}
}
IL_0021:
{
// Debug.Log("Delete Directory " + directory + " Error! Exception = " + ex.ToString());
String_t* L_5 = ___directory0;
Exception_t * L_6 = V_2;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralFD150EAAEEFE2D82764DCA31E200905B9EEB64DF, L_5, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F, L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_8, /*hidden argument*/NULL);
// FileManager.s_delegateOnOperateFileFail(directory, enFileOperation.DeleteDirectory);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * L_9 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_delegateOnOperateFileFail_5();
String_t* L_10 = ___directory0;
NullCheck(L_9);
DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E(L_9, L_10, 4, /*hidden argument*/NULL);
// result = false;
V_1 = (bool)0;
// break;
goto IL_004e;
}
IL_004c:
{
// }
goto IL_000c;
}
} // end catch (depth: 1)
IL_004e:
{
// return result;
bool L_11 = V_1;
return L_11;
}
}
// System.Boolean FileManager::DeleteFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71 (String_t* ___filePath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
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);
{
// if (!FileManager.IsFileExist(filePath))
String_t* L_0 = ___filePath0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
bool L_1 = FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000a;
}
}
{
// return true;
return (bool)1;
}
IL_000a:
{
// int num = 0;
V_0 = 0;
}
IL_000c:
{
}
IL_000d:
try
{ // begin try (depth: 1)
// File.Delete(filePath);
String_t* L_2 = ___filePath0;
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_2, /*hidden argument*/NULL);
// result = true;
V_1 = (bool)1;
// break;
goto IL_004d;
} // 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_0017;
throw e;
}
CATCH_0017:
{ // begin catch(System.Exception)
{
// catch (Exception ex)
V_2 = ((Exception_t *)__exception_local);
// num++;
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
// if (num >= 3)
int32_t L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)3)))
{
goto IL_004b;
}
}
IL_0020:
{
// Debug.Log("Delete File " + filePath + " Error! Exception = " + ex.ToString());
String_t* L_5 = ___filePath0;
Exception_t * L_6 = V_2;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral4349D6A240A653AEDB0B9C0314DE2B263693C171, L_5, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F, L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_8, /*hidden argument*/NULL);
// FileManager.s_delegateOnOperateFileFail(filePath, enFileOperation.DeleteFile);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * L_9 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_delegateOnOperateFileFail_5();
String_t* L_10 = ___filePath0;
NullCheck(L_9);
DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E(L_9, L_10, 2, /*hidden argument*/NULL);
// result = false;
V_1 = (bool)0;
// break;
goto IL_004d;
}
IL_004b:
{
// }
goto IL_000c;
}
} // end catch (depth: 1)
IL_004d:
{
// return result;
bool L_11 = V_1;
return L_11;
}
}
// System.String FileManager::EraseExtension(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_EraseExtension_m661D038DC778F1B8606986EDCBCADA3546148D35 (String_t* ___fullName0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// if (fullName == null)
String_t* L_0 = ___fullName0;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_0005:
{
// int num = fullName.LastIndexOf('.');
String_t* L_1 = ___fullName0;
NullCheck(L_1);
int32_t L_2 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_1, ((int32_t)46), /*hidden argument*/NULL);
V_0 = L_2;
// if (num > 0)
int32_t L_3 = V_0;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_001b;
}
}
{
// return fullName.Substring(0, num);
String_t* L_4 = ___fullName0;
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, 0, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_001b:
{
// return fullName;
String_t* L_7 = ___fullName0;
return L_7;
}
}
// System.String FileManager::GetCachePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetCachePath_m043F5FE854DF49298F6C7787C7C24D256E8333FA (String_t* ___fileName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetCachePath_m043F5FE854DF49298F6C7787C7C24D256E8333FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return FileManager.CombinePath(FileManager.GetCachePath(), fileName);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_0 = FileManager_GetCachePath_m7E9D4BC02A3953C4AF817757E829CB557E09B8F7(/*hidden argument*/NULL);
String_t* L_1 = ___fileName0;
String_t* L_2 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String FileManager::GetCachePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetCachePath_m7E9D4BC02A3953C4AF817757E829CB557E09B8F7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetCachePath_m7E9D4BC02A3953C4AF817757E829CB557E09B8F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (FileManager.s_cachePath == null)
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_0 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_cachePath_0();
if (L_0)
{
goto IL_0011;
}
}
{
// FileManager.s_cachePath = PathDefine.AppPersistentDataPathPath();
String_t* L_1 = PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_cachePath_0(L_1);
}
IL_0011:
{
// return FileManager.s_cachePath;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_2 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_cachePath_0();
return L_2;
}
}
// System.String FileManager::GetCachePathWithHeader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetCachePathWithHeader_m66EF27F99EFAF3EE4CFDE04708447B6C07808928 (String_t* ___fileName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetCachePathWithHeader_m66EF27F99EFAF3EE4CFDE04708447B6C07808928_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return FileManager.GetLocalPathHeader() + FileManager.GetCachePath(fileName);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_0 = FileManager_GetLocalPathHeader_mAC1CDAF0E6578AA1AE42EDBB450D44FE52751E07(/*hidden argument*/NULL);
String_t* L_1 = ___fileName0;
String_t* L_2 = FileManager_GetCachePath_m043F5FE854DF49298F6C7787C7C24D256E8333FA(L_1, /*hidden argument*/NULL);
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String FileManager::GetExtension(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetExtension_mFBBB57E9A72152E7BE9E88AE8FCE5E53044B285E (String_t* ___fullName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetExtension_mFBBB57E9A72152E7BE9E88AE8FCE5E53044B285E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int num = fullName.LastIndexOf('.');
String_t* L_0 = ___fullName0;
NullCheck(L_0);
int32_t L_1 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_0, ((int32_t)46), /*hidden argument*/NULL);
V_0 = L_1;
// if (num > 0 && num + 1 < fullName.Length)
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_3 = V_0;
String_t* L_4 = ___fullName0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) >= ((int32_t)L_5)))
{
goto IL_0020;
}
}
{
// return fullName.Substring(num);
String_t* L_6 = ___fullName0;
int32_t L_7 = V_0;
NullCheck(L_6);
String_t* L_8 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0020:
{
// return string.Empty;
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_9;
}
}
// System.Int64 FileManager::GetFileLength(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileManager_GetFileLength_m0171BE053516D65FDE7D0ADD87F317EE4ED56EDA (String_t* ___filePath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetFileLength_m0171BE053516D65FDE7D0ADD87F317EE4ED56EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_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);
{
// if (!FileManager.IsFileExist(filePath))
String_t* L_0 = ___filePath0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
bool L_1 = FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000b;
}
}
{
// return 0;
return (((int64_t)((int64_t)0)));
}
IL_000b:
{
// int num = 0;
V_0 = 0;
// long result = 0;
V_1 = (((int64_t)((int64_t)0)));
}
IL_0010:
{
}
IL_0011:
try
{ // begin try (depth: 1)
// FileInfo fileInfo = new FileInfo(filePath);
String_t* L_2 = ___filePath0;
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_3 = (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C *)il2cpp_codegen_object_new(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var);
FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8(L_3, L_2, /*hidden argument*/NULL);
// result = fileInfo.Length;
NullCheck(L_3);
int64_t L_4 = FileInfo_get_Length_mCF9523258C44DB5D9D1BDC4A4333BD4EC7CAF847(L_3, /*hidden argument*/NULL);
V_1 = L_4;
// break;
goto IL_004a;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Exception)
{
// catch (Exception ex)
V_2 = ((Exception_t *)__exception_local);
// num++;
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
// if (num >= 3)
int32_t L_6 = V_0;
if ((((int32_t)L_6) < ((int32_t)3)))
{
goto IL_0048;
}
}
IL_0028:
{
// Debug.Log("Get FileLength of " + filePath + " Error! Exception = " + ex.ToString());
String_t* L_7 = ___filePath0;
Exception_t * L_8 = V_2;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
String_t* L_10 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral99DE1BCB41343CB657E26A00AAE63965674C742A, L_7, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_10, /*hidden argument*/NULL);
// result = 0;
V_1 = (((int64_t)((int64_t)0)));
// break;
goto IL_004a;
}
IL_0048:
{
// }
goto IL_0010;
}
} // end catch (depth: 1)
IL_004a:
{
// return result;
int64_t L_11 = V_1;
return L_11;
}
}
// System.String FileManager::GetFullDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetFullDirectory_mC8C8DBFB32FA9E16BFFE665CD6BD75E80D056DEA (String_t* ___fullPath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetFullDirectory_mC8C8DBFB32FA9E16BFFE665CD6BD75E80D056DEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return Path.GetDirectoryName(fullPath);
String_t* L_0 = ___fullPath0;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_1 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String FileManager::GetFullName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetFullName_m833248E4B78C455C101F2F6B8D4BBE8E3785B3C6 (String_t* ___fullPath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetFullName_m833248E4B78C455C101F2F6B8D4BBE8E3785B3C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (fullPath == null)
String_t* L_0 = ___fullPath0;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_0005:
{
// int num = fullPath.LastIndexOf("/");
String_t* L_1 = ___fullPath0;
NullCheck(L_1);
int32_t L_2 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_1, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_0 = L_2;
// if (num > 0)
int32_t L_3 = V_0;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0029;
}
}
{
// return fullPath.Substring(num + 1, fullPath.Length - num - 1);
String_t* L_4 = ___fullPath0;
int32_t L_5 = V_0;
String_t* L_6 = ___fullPath0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
int32_t L_8 = V_0;
NullCheck(L_4);
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), (int32_t)1)), /*hidden argument*/NULL);
return L_9;
}
IL_0029:
{
// return fullPath;
String_t* L_10 = ___fullPath0;
return L_10;
}
}
// System.String FileManager::GetIFSExtractPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetIFSExtractPath_m054CFE7880F887B7D9D49DF9B64EF885B99B0DFF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetIFSExtractPath_m054CFE7880F887B7D9D49DF9B64EF885B99B0DFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (FileManager.s_ifsExtractPath == null)
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_0 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_ifsExtractPath_2();
if (L_0)
{
goto IL_0020;
}
}
{
// FileManager.s_ifsExtractPath = Path.Combine(FileManager.GetCachePath(), PathDefine.GetPlatformName.ToLower()); //FileManager.CombinePath(FileManager.GetCachePath(), PathDefine.GetPlatformName.ToLower()); //FileManager.s_ifsExtractFolder);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_1 = FileManager_GetCachePath_m7E9D4BC02A3953C4AF817757E829CB557E09B8F7(/*hidden argument*/NULL);
String_t* L_2 = PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7(/*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_4 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_1, L_3, /*hidden argument*/NULL);
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_ifsExtractPath_2(L_4);
}
IL_0020:
{
// return FileManager.s_ifsExtractPath;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_5 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_ifsExtractPath_2();
return L_5;
}
}
// System.String FileManager::GetBuildABPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetBuildABPath_m957A06B7641D4D31628CBD45F977130E9C14EB23 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetBuildABPath_m957A06B7641D4D31628CBD45F977130E9C14EB23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (FileManager.ab_buildPath == null)
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_0 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_ab_buildPath_3();
if (L_0)
{
goto IL_001b;
}
}
{
// FileManager.ab_buildPath = FileManager.CombinePath(PathDefine.ABResPersistentDataPathPath(), PathDefine.GetPlatformName); //FileManager.s_ifsExtractFolder);
String_t* L_1 = PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACB_inline(/*hidden argument*/NULL);
String_t* L_2 = PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_3 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_1, L_2, /*hidden argument*/NULL);
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_ab_buildPath_3(L_3);
}
IL_001b:
{
// return FileManager.ab_buildPath;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_4 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_ab_buildPath_3();
return L_4;
}
}
// System.String FileManager::GetLocalPathHeader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetLocalPathHeader_mAC1CDAF0E6578AA1AE42EDBB450D44FE52751E07 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetLocalPathHeader_mAC1CDAF0E6578AA1AE42EDBB450D44FE52751E07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return "file://";
return _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001;
}
}
// System.String FileManager::GetFileMd5(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetFileMd5_m48F9F022527AB7AC12D55262044F89ABF490D7EB (String_t* ___filePath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetFileMd5_m48F9F022527AB7AC12D55262044F89ABF490D7EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!FileManager.IsFileExist(filePath))
String_t* L_0 = ___filePath0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
bool L_1 = FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000e;
}
}
{
// return string.Empty;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_000e:
{
// return BitConverter.ToString(FileManager.s_md5Provider.ComputeHash(FileManager.ReadFile(filePath))).Replace("-", string.Empty).ToLower();
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_3 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_md5Provider_4();
String_t* L_4 = ___filePath0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = FileManager_ReadFile_m1FB90DE62E4CEDAE6119227036B1D126A35F9362(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_3, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
String_t* L_7 = BitConverter_ToString_m6201360C9B19FD17437AA1C88AF1743DCF3442E3(L_6, /*hidden argument*/NULL);
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_7);
String_t* L_9 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_7, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, L_8, /*hidden argument*/NULL);
NullCheck(L_9);
String_t* L_10 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.String FileManager::GetMd5(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetMd5_mC3C2EB2EA009F61A586048B9D34A8FC05097E5FE (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetMd5_mC3C2EB2EA009F61A586048B9D34A8FC05097E5FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return BitConverter.ToString(FileManager.s_md5Provider.ComputeHash(data)).Replace("-", string.Empty).ToLower();
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_0 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_md5Provider_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_0, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
String_t* L_3 = BitConverter_ToString_m6201360C9B19FD17437AA1C88AF1743DCF3442E3(L_2, /*hidden argument*/NULL);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_3);
String_t* L_5 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_3, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, L_4, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_6 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String FileManager::GetMd5(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetMd5_m37662BECA39C767562157FBE148AB133F142D204 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetMd5_m37662BECA39C767562157FBE148AB133F142D204_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return BitConverter.ToString(FileManager.s_md5Provider.ComputeHash(Encoding.UTF8.GetBytes(str))).Replace("-", string.Empty).ToLower();
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_0 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_md5Provider_4();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
String_t* L_2 = ___str0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_1, L_2);
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_0, L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
String_t* L_5 = BitConverter_ToString_m6201360C9B19FD17437AA1C88AF1743DCF3442E3(L_4, /*hidden argument*/NULL);
String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_5);
String_t* L_7 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_5, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, L_6, /*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_8 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.String FileManager::GetStreamingAssetsPathWithHeader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_GetStreamingAssetsPathWithHeader_mB189B74AEAC32F23047763661D085B5C4DAC10B6 (String_t* ___fileName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetStreamingAssetsPathWithHeader_mB189B74AEAC32F23047763661D085B5C4DAC10B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return Path.Combine(Application.streamingAssetsPath, fileName);
String_t* L_0 = Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F(/*hidden argument*/NULL);
String_t* L_1 = ___fileName0;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_2 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean FileManager::IsDirectoryExist(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_IsDirectoryExist_mA81BBFE231BE9271E8610F2E8B88A16467454737 (String_t* ___directory0, const RuntimeMethod* method)
{
{
// return Directory.Exists(directory);
String_t* L_0 = ___directory0;
bool L_1 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean FileManager::IsFileExist(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE (String_t* ___filePath0, const RuntimeMethod* method)
{
{
// return File.Exists(filePath);
String_t* L_0 = ___filePath0;
bool L_1 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Byte[] FileManager::ReadFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FileManager_ReadFile_m1FB90DE62E4CEDAE6119227036B1D126A35F9362 (String_t* ___filePath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_ReadFile_m1FB90DE62E4CEDAE6119227036B1D126A35F9362_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (!FileManager.IsFileExist(filePath))
String_t* L_0 = ___filePath0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
bool L_1 = FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001a;
}
}
{
// Log.Error("file path is not exit :" + filePath);
String_t* L_2 = ___filePath0;
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral47BF9A6F1D906212BCFC8CEA2BD2FC09FD1307E9, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
Log_Error_m6086A34132FC6C8F724E3D2E2033AA40E7F6C810(L_3, /*hidden argument*/NULL);
// return null;
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_001a:
{
// byte[] array = null;
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_001c:
try
{ // begin try (depth: 1)
// array = File.ReadAllBytes(filePath);
String_t* L_4 = ___filePath0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// }
goto IL_0057;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0025;
throw e;
}
CATCH_0025:
{ // begin catch(System.Exception)
// catch (Exception ex)
V_1 = ((Exception_t *)__exception_local);
// Log.Error(string.Concat(new object[] {
// "Read File ",
// filePath,
// " Error! Exception = ",
// ex.ToString (),
// }));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralF4B0CA65B49322EA3CF7D3122278E34DDCE5CA01);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF4B0CA65B49322EA3CF7D3122278E34DDCE5CA01);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
String_t* L_9 = ___filePath0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
Exception_t * L_12 = V_1;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_13);
String_t* L_14 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_11, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
Log_Error_m6086A34132FC6C8F724E3D2E2033AA40E7F6C810(L_14, /*hidden argument*/NULL);
// array = null;
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
// }
goto IL_0057;
} // end catch (depth: 1)
IL_0057:
{
// if (array != null && array.Length > 0)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
if (!L_15)
{
goto IL_0060;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
NullCheck(L_16);
if (!(((RuntimeArray*)L_16)->max_length))
{
goto IL_0060;
}
}
{
// return array;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
return L_17;
}
IL_0060:
{
// return null;
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Boolean FileManager::WriteFile(System.String,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_WriteFile_mB14597EC0AED7328E4726EBE215D515A3D4A74FB (String_t* ___filePath0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_WriteFile_mB14597EC0AED7328E4726EBE215D515A3D4A74FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
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) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// FileStream fileStream = null;
V_0 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)NULL;
// int num = 0;
V_1 = 0;
}
IL_0004:
{
}
IL_0005:
try
{ // begin try (depth: 1)
// fileStream = new FileStream(filePath, FileMode.OpenOrCreate, FileAccess.Write, FileShare.ReadWrite);
String_t* L_0 = ___filePath0;
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(L_1, L_0, 4, 2, 3, /*hidden argument*/NULL);
V_0 = L_1;
// fileStream.Write(data, offset, length);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___data1;
int32_t L_4 = ___offset2;
int32_t L_5 = ___length3;
NullCheck(L_2);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, L_5);
// fileStream.Close();
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_6 = V_0;
NullCheck(L_6);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_6);
// result = true;
V_2 = (bool)1;
// break;
goto IL_0068;
} // 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_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
{
// catch (Exception ex)
V_3 = ((Exception_t *)__exception_local);
// if (fileStream != null)
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_7 = V_0;
if (!L_7)
{
goto IL_002c;
}
}
IL_0026:
{
// fileStream.Close();
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0;
NullCheck(L_8);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_8);
}
IL_002c:
{
// num++;
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
// if (num >= 3)
int32_t L_10 = V_1;
if ((((int32_t)L_10) < ((int32_t)3)))
{
goto IL_0066;
}
}
IL_0034:
{
// Debug.Log("Write File " + filePath + " Error! Exception = " + ex.ToString());
String_t* L_11 = ___filePath0;
Exception_t * L_12 = V_3;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
String_t* L_14 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralE304B1621C457F1DD345EA8CEF502EB674D520DA, L_11, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F, L_13, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_14, /*hidden argument*/NULL);
// FileManager.DeleteFile(filePath);
String_t* L_15 = ___filePath0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71(L_15, /*hidden argument*/NULL);
// FileManager.s_delegateOnOperateFileFail(filePath, enFileOperation.WriteFile);
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * L_16 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_delegateOnOperateFileFail_5();
String_t* L_17 = ___filePath0;
NullCheck(L_16);
DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E(L_16, L_17, 1, /*hidden argument*/NULL);
// result = false;
V_2 = (bool)0;
// break;
goto IL_0068;
}
IL_0066:
{
// }
goto IL_0004;
}
} // end catch (depth: 1)
IL_0068:
{
// return result;
bool L_18 = V_2;
return L_18;
}
}
// System.Boolean FileManager::WriteFile(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_WriteFile_mED34EF8D7D2B7501FDE201A28F15AA5901B231D6 (String_t* ___filePath0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_WriteFile_mED34EF8D7D2B7501FDE201A28F15AA5901B231D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
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);
{
// int num = 0;
V_0 = 0;
}
IL_0002:
{
}
IL_0003:
try
{ // begin try (depth: 1)
// File.WriteAllBytes(filePath, data);
String_t* L_0 = ___filePath0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data1;
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_0, L_1, /*hidden argument*/NULL);
// result = true;
V_1 = (bool)1;
// break;
goto IL_004b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000e;
throw e;
}
CATCH_000e:
{ // begin catch(System.Exception)
{
// catch (Exception ex)
V_2 = ((Exception_t *)__exception_local);
// num++;
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
// if (num >= 3)
int32_t L_3 = V_0;
if ((((int32_t)L_3) < ((int32_t)3)))
{
goto IL_0049;
}
}
IL_0017:
{
// Debug.Log("Write File " + filePath + " Error! Exception = " + ex.ToString());
String_t* L_4 = ___filePath0;
Exception_t * L_5 = V_2;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
String_t* L_7 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralE304B1621C457F1DD345EA8CEF502EB674D520DA, L_4, _stringLiteral4B1264CFD7F0D176EFF1AECD3C3AD32C98F3C35F, L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_7, /*hidden argument*/NULL);
// FileManager.DeleteFile(filePath);
String_t* L_8 = ___filePath0;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
FileManager_DeleteFile_m449E4AC9C5AA8507F384FC8D0D8DFAF3725F6A71(L_8, /*hidden argument*/NULL);
// FileManager.s_delegateOnOperateFileFail(filePath, enFileOperation.WriteFile);
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * L_9 = ((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->get_s_delegateOnOperateFileFail_5();
String_t* L_10 = ___filePath0;
NullCheck(L_9);
DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E(L_9, L_10, 1, /*hidden argument*/NULL);
// result = false;
V_1 = (bool)0;
// break;
goto IL_004b;
}
IL_0049:
{
// }
goto IL_0002;
}
} // end catch (depth: 1)
IL_004b:
{
// return result;
bool L_11 = V_1;
return L_11;
}
}
// System.String FileManager::ReplacePathSymbol(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B (String_t* ___filePath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return new StringBuilder(filePath).Replace("//", "/").Replace('\\', '/').ToString();
String_t* L_0 = ___filePath0;
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_1, L_0, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_t * L_2 = StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_1, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
NullCheck(L_2);
StringBuilder_t * L_3 = StringBuilder_Replace_m86B78814D7D1C970862ECD59159BB51E2DBD6A89(L_2, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
return L_4;
}
}
// System.Void FileManager::GetAllFile(System.String,System.Collections.Generic.List`1<System.String>&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_GetAllFile_mF1D1A6CBC6D3D9C23D51B81265E78AFDE173983B (String_t* ___dirctoryPath0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___allFiles1, String_t* ___removePath2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetAllFile_mF1D1A6CBC6D3D9C23D51B81265E78AFDE173983B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
String_t* V_5 = NULL;
{
// if (Directory.Exists(dirctoryPath))
String_t* L_0 = ___dirctoryPath0;
bool L_1 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_009c;
}
}
{
// string[] allFiles1 = Directory.GetFiles(dirctoryPath);
String_t* L_2 = ___dirctoryPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// for (int i = 0; i < allFiles1.Length; i++)
V_2 = 0;
goto IL_003c;
}
IL_0016:
{
// if (!allFiles1[i].EndsWith(".meta"))
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
bool L_8 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_7, _stringLiteral3771827DB2EE36C39081DAB9556C13FAF469E51D, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0038;
}
}
{
// string filePathName = allFiles1[i];
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_0;
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = L_10;
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
// filePathName = ReplacePathSymbol(filePathName);
String_t* L_13 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_14 = FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B(L_13, /*hidden argument*/NULL);
V_3 = L_14;
// allFiles.Add(filePathName);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_15 = ___allFiles1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_16 = *((List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_15);
String_t* L_17 = V_3;
NullCheck(L_16);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_16, L_17, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_0038:
{
// for (int i = 0; i < allFiles1.Length; i++)
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_003c:
{
// for (int i = 0; i < allFiles1.Length; i++)
int32_t L_19 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_0;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
{
goto IL_0016;
}
}
{
// string[] allDirctory = Directory.GetDirectories(dirctoryPath);
String_t* L_21 = ___dirctoryPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7(L_21, /*hidden argument*/NULL);
V_1 = L_22;
// if (allDirctory.Length > 0)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_1;
NullCheck(L_23);
if (!(((RuntimeArray*)L_23)->max_length))
{
goto IL_009c;
}
}
{
// for (int j = 0; j < allDirctory.Length; j++)
V_4 = 0;
goto IL_0095;
}
IL_0052:
{
// string filePathName = FileManager.EraseExtension(allDirctory[j]);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_1;
int32_t L_25 = V_4;
NullCheck(L_24);
int32_t L_26 = L_25;
String_t* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_28 = FileManager_EraseExtension_m661D038DC778F1B8606986EDCBCADA3546148D35(L_27, /*hidden argument*/NULL);
V_5 = L_28;
// filePathName = ReplacePathSymbol(filePathName);
String_t* L_29 = V_5;
String_t* L_30 = FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B(L_29, /*hidden argument*/NULL);
V_5 = L_30;
// if (removePath != null)
String_t* L_31 = ___removePath2;
if (!L_31)
{
goto IL_0086;
}
}
{
// string fileName = filePathName.Substring(filePathName.LastIndexOf("/") + 1);
String_t* L_32 = V_5;
String_t* L_33 = V_5;
NullCheck(L_33);
int32_t L_34 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_33, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
NullCheck(L_32);
String_t* L_35 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL);
// if (fileName == removePath)
String_t* L_36 = ___removePath2;
bool L_37 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, L_36, /*hidden argument*/NULL);
if (L_37)
{
goto IL_008f;
}
}
IL_0086:
{
// GetAllFile(filePathName, ref allFiles, removePath);
String_t* L_38 = V_5;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_39 = ___allFiles1;
String_t* L_40 = ___removePath2;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
FileManager_GetAllFile_mF1D1A6CBC6D3D9C23D51B81265E78AFDE173983B(L_38, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_39, L_40, /*hidden argument*/NULL);
}
IL_008f:
{
// for (int j = 0; j < allDirctory.Length; j++)
int32_t L_41 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_0095:
{
// for (int j = 0; j < allDirctory.Length; j++)
int32_t L_42 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = V_1;
NullCheck(L_43);
if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))))
{
goto IL_0052;
}
}
IL_009c:
{
// }
return;
}
}
// System.Void FileManager::GetAllocateFile(System.String,System.String,System.Collections.Generic.List`1<System.String>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_GetAllocateFile_mAD5442AC1E775A9AD8EEE8556EC657E2CFEB3661 (String_t* ___dirctoryPath0, String_t* ___extensionName1, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___allFiles2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetAllocateFile_mAD5442AC1E775A9AD8EEE8556EC657E2CFEB3661_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
{
// if (Directory.Exists(dirctoryPath))
String_t* L_0 = ___dirctoryPath0;
bool L_1 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_006d;
}
}
{
// string[] allFiles1 = Directory.GetFiles(dirctoryPath);
String_t* L_2 = ___dirctoryPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// for (int i = 0; i < allFiles1.Length; i++)
V_2 = 0;
goto IL_0035;
}
IL_0013:
{
// if (allFiles1[i].EndsWith(extensionName))
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_t* L_8 = ___extensionName1;
NullCheck(L_7);
bool L_9 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0031;
}
}
{
// string filePathName = allFiles1[i];
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = V_0;
int32_t L_11 = V_2;
NullCheck(L_10);
int32_t L_12 = L_11;
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_3 = L_13;
// filePathName = ReplacePathSymbol(filePathName);
String_t* L_14 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_15 = FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B(L_14, /*hidden argument*/NULL);
V_3 = L_15;
// allFiles.Add(filePathName);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_16 = ___allFiles2;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_17 = *((List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_16);
String_t* L_18 = V_3;
NullCheck(L_17);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_17, L_18, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_0031:
{
// for (int i = 0; i < allFiles1.Length; i++)
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0035:
{
// for (int i = 0; i < allFiles1.Length; i++)
int32_t L_20 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_0;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
{
goto IL_0013;
}
}
{
// string[] allDirctory = Directory.GetDirectories(dirctoryPath);
String_t* L_22 = ___dirctoryPath0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7(L_22, /*hidden argument*/NULL);
V_1 = L_23;
// if (allDirctory.Length > 0)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_1;
NullCheck(L_24);
if (!(((RuntimeArray*)L_24)->max_length))
{
goto IL_006d;
}
}
{
// for (int j = 0; j < allDirctory.Length; j++)
V_4 = 0;
goto IL_0066;
}
IL_004b:
{
// string filePathName = FileManager.EraseExtension(allDirctory[j]);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_1;
int32_t L_26 = V_4;
NullCheck(L_25);
int32_t L_27 = L_26;
String_t* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
String_t* L_29 = FileManager_EraseExtension_m661D038DC778F1B8606986EDCBCADA3546148D35(L_28, /*hidden argument*/NULL);
// filePathName = ReplacePathSymbol(filePathName);
String_t* L_30 = FileManager_ReplacePathSymbol_mD37ECF3A4B0A065C7C63249DB9C12392BED3A83B(L_29, /*hidden argument*/NULL);
// GetAllocateFile(filePathName, extensionName, ref allFiles);
String_t* L_31 = ___extensionName1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_32 = ___allFiles2;
FileManager_GetAllocateFile_mAD5442AC1E775A9AD8EEE8556EC657E2CFEB3661(L_30, L_31, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_32, /*hidden argument*/NULL);
// for (int j = 0; j < allDirctory.Length; j++)
int32_t L_33 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_0066:
{
// for (int j = 0; j < allDirctory.Length; j++)
int32_t L_34 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = V_1;
NullCheck(L_35);
if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))))
{
goto IL_004b;
}
}
IL_006d:
{
// }
return;
}
}
// System.Void FileManager::StringSplit(System.String,System.String,System.Action`1<System.String[]>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_StringSplit_m12B8B41FC6A63FC04D07D7414C8F223D9F297653 (String_t* ___str0, String_t* ___splitStr1, Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2 * ___callBack2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_StringSplit_m12B8B41FC6A63FC04D07D7414C8F223D9F297653_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
{
// string[] splitList= str.Trim().Split(splitStr.ToCharArray());
String_t* L_0 = ___str0;
NullCheck(L_0);
String_t* L_1 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___splitStr1;
NullCheck(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
// if (callBack!=null)
Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2 * L_5 = ___callBack2;
if (!L_5)
{
goto IL_001c;
}
}
{
// callBack(splitList);
Action_1_t784F8D1DC50342DC4CA895D0E5F562E910265BC2 * L_6 = ___callBack2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
NullCheck(L_6);
Action_1_Invoke_mC1B2BD4DE8DE6E54DB54C76B14E14B99694EE9DB(L_6, L_7, /*hidden argument*/Action_1_Invoke_mC1B2BD4DE8DE6E54DB54C76B14E14B99694EE9DB_RuntimeMethod_var);
}
IL_001c:
{
// }
return;
}
}
// System.Void FileManager::GetAllDirectoryHierarchyByPath(System.String,System.Collections.Generic.List`1<System.String>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager_GetAllDirectoryHierarchyByPath_mF2B174248431B227F4C747D1BB29F3F017A3F017 (String_t* ___directoryPath0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___directoryHierarchyList1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager_GetAllDirectoryHierarchyByPath_mF2B174248431B227F4C747D1BB29F3F017A3F017_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
// int pos = directoryPath.IndexOf("/");
String_t* L_0 = ___directoryPath0;
NullCheck(L_0);
int32_t L_1 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_0, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_0 = L_1;
// if (pos>=0)
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0033;
}
}
{
// string tempDir = directoryPath.Substring(0, pos);
String_t* L_3 = ___directoryPath0;
int32_t L_4 = V_0;
NullCheck(L_3);
String_t* L_5 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_3, 0, L_4, /*hidden argument*/NULL);
V_1 = L_5;
// directoryHierarchyList.Add(tempDir);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_6 = ___directoryHierarchyList1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = *((List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_6);
String_t* L_8 = V_1;
NullCheck(L_7);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_7, L_8, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
// tempDir = directoryPath.Substring(pos+1);
String_t* L_9 = ___directoryPath0;
int32_t L_10 = V_0;
NullCheck(L_9);
String_t* L_11 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL);
V_1 = L_11;
// GetAllDirectoryHierarchyByPath(tempDir,ref directoryHierarchyList);
String_t* L_12 = V_1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_13 = ___directoryHierarchyList1;
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
FileManager_GetAllDirectoryHierarchyByPath_mF2B174248431B227F4C747D1BB29F3F017A3F017(L_12, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_13, /*hidden argument*/NULL);
// }
return;
}
IL_0033:
{
// directoryHierarchyList.Add(directoryPath);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** L_14 = ___directoryHierarchyList1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_15 = *((List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)L_14);
String_t* L_16 = ___directoryPath0;
NullCheck(L_15);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_15, L_16, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
// return;
return;
}
}
// System.Byte[] FileManager::Encrypt(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FileManager_Encrypt_m76A830C0BB1D36CA8A2E2FF4AF7B9AECD074832D (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___text0, String_t* ___key1, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// byte[] keyData = System.Text.UTF8Encoding.UTF8.GetBytes(key);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
String_t* L_1 = ___key1;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1);
V_0 = L_2;
// for (int i = 0; i < text.Length; i++)
V_1 = 0;
goto IL_002d;
}
IL_0010:
{
// for (int j = 0; j < keyData.Length; j++)
V_2 = 0;
goto IL_0023;
}
IL_0014:
{
// text[i] = (byte)(text[i]^ keyData[j]);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___text0;
int32_t L_4 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___text0;
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_8^(int32_t)L_12))))));
// for (int j = 0; j < keyData.Length; j++)
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0023:
{
// for (int j = 0; j < keyData.Length; j++)
int32_t L_14 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
NullCheck(L_15);
if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_0014;
}
}
{
// for (int i = 0; i < text.Length; i++)
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_002d:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_17 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___text0;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
{
goto IL_0010;
}
}
{
// return text;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___text0;
return L_19;
}
}
// System.Void FileManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager__ctor_mB3630855E4C2DC3F30B9F6038D5937AC10B039B6 (FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FileManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileManager__cctor_mE08C2EB5B5C955EF5A722C6C87ADD91BE6AA63BC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileManager__cctor_mE08C2EB5B5C955EF5A722C6C87ADD91BE6AA63BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static string s_cachePath = null;
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_cachePath_0((String_t*)NULL);
// public static string s_ifsExtractFolder = "AssetBundle";
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_ifsExtractFolder_1(_stringLiteral9EAD070218924051E3D324F1566D3970B5BE461D);
// private static string s_ifsExtractPath = null;
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_ifsExtractPath_2((String_t*)NULL);
// private static string ab_buildPath = null;
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_ab_buildPath_3((String_t*)NULL);
// private static MD5CryptoServiceProvider s_md5Provider = new MD5CryptoServiceProvider();
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_0 = (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823(L_0, /*hidden argument*/NULL);
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_md5Provider_4(L_0);
// public static FileManager.DelegateOnOperateFileFail s_delegateOnOperateFileFail = delegate
// {
//
// };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_il2cpp_TypeInfo_var);
U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * L_1 = ((U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * L_2 = (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C *)il2cpp_codegen_object_new(DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C_il2cpp_TypeInfo_var);
DelegateOnOperateFileFail__ctor_m6C3B70A135FF5151F7C6D55CA2952CD8BCE2E95A(L_2, L_1, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__42_0_mC0F67C1A6162D21C3DD553C56D6A4406D3C69FE5_RuntimeMethod_var), /*hidden argument*/NULL);
((FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_StaticFields*)il2cpp_codegen_static_fields_for(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var))->set_s_delegateOnOperateFileFail_5(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 FileManager_<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4D7F62B10ECA524BDE9FF1EA32A62CD6D9B8C4F2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m4D7F62B10ECA524BDE9FF1EA32A62CD6D9B8C4F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * L_0 = (U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD *)il2cpp_codegen_object_new(U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m779BFEC718C519629EA177E85FE97A824750B76E(L_0, /*hidden argument*/NULL);
((U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
return;
}
}
// System.Void FileManager_<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m779BFEC718C519629EA177E85FE97A824750B76E (U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FileManager_<>c::<.cctor>b__42_0(System.String,enFileOperation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__42_0_mC0F67C1A6162D21C3DD553C56D6A4406D3C69FE5 (U3CU3Ec_t4110DB2CA76F7D832A48B944959468F727DD08CD * __this, String_t* ___U3Cp0U3E0, int32_t ___U3Cp1U3E1, const RuntimeMethod* method)
{
{
// };
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __this, String_t* ___fullPath0, int32_t ___fileOperation1, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(char*, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___fullPath0' to native representation
char* ____fullPath0_marshaled = NULL;
____fullPath0_marshaled = il2cpp_codegen_marshal_string(___fullPath0);
// Native function invocation
il2cppPInvokeFunc(____fullPath0_marshaled, ___fileOperation1);
// Marshaling cleanup of parameter '___fullPath0' native representation
il2cpp_codegen_marshal_free(____fullPath0_marshaled);
____fullPath0_marshaled = NULL;
}
// System.Void FileManager_DelegateOnOperateFileFail::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateOnOperateFileFail__ctor_m6C3B70A135FF5151F7C6D55CA2952CD8BCE2E95A (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __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 FileManager_DelegateOnOperateFileFail::Invoke(System.String,enFileOperation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateOnOperateFileFail_Invoke_m10304414015955ED7D6D75B79D0EDAD86B375F8E (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __this, String_t* ___fullPath0, int32_t ___fileOperation1, 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 == 2)
{
// open
typedef void (*FunctionPointerType) (String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___fullPath0, ___fileOperation1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___fullPath0, ___fileOperation1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// 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))
GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, ___fullPath0, ___fileOperation1);
else
GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, ___fullPath0, ___fileOperation1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___fullPath0, ___fileOperation1);
else
VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___fullPath0, ___fileOperation1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___fileOperation1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___fullPath0, ___fileOperation1, 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))
GenericInterfaceActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, targetThis, ___fullPath0, ___fileOperation1);
else
GenericVirtActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, targetThis, ___fullPath0, ___fileOperation1);
}
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), targetThis, ___fullPath0, ___fileOperation1);
else
VirtActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___fullPath0, ___fileOperation1);
}
}
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*>(___fullPath0) - 1), ___fileOperation1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___fullPath0, ___fileOperation1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___fullPath0, ___fileOperation1, targetMethod);
}
}
}
}
}
// System.IAsyncResult FileManager_DelegateOnOperateFileFail::BeginInvoke(System.String,enFileOperation,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegateOnOperateFileFail_BeginInvoke_m3C0158C5B76DA02E91BC2C0F503C747838E6D606 (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __this, String_t* ___fullPath0, int32_t ___fileOperation1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateOnOperateFileFail_BeginInvoke_m3C0158C5B76DA02E91BC2C0F503C747838E6D606_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = ___fullPath0;
__d_args[1] = Box(enFileOperation_t475EB0894B07E974915B4E0AE12BC7814C32AF0E_il2cpp_TypeInfo_var, &___fileOperation1);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void FileManager_DelegateOnOperateFileFail::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateOnOperateFileFail_EndInvoke_m8D4F25BFD0A96E47F3C4E5AF6FA2DC8ECCDACBD2 (DelegateOnOperateFileFail_t4298CB0596C17A82F51A759B22C90313F35E741C * __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 GPSAddress::LocalAddress(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPSAddress_LocalAddress_m0593B3BCBBF86D953A0BA45526D4449D06870E67 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPSAddress_LocalAddress_m0593B3BCBBF86D953A0BA45526D4449D06870E67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Input.location.isEnabledByUser)
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_0 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = LocationService_get_isEnabledByUser_m25F0FD5DD37091EEC408DAFEF6A63F004CFB5302(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001c;
}
}
{
// callback.Call(false, 0, 0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ___callback0;
NullCheck(L_2);
LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC(L_2, (bool)0, 0, 0, /*hidden argument*/LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_RuntimeMethod_var);
// callback.Dispose();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ___callback0;
NullCheck(L_3);
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_3);
// return;
return;
}
IL_001c:
{
// GameApplication.Instance.StartCoroutine(StartGPS(callback));
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_4 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ___callback0;
RuntimeObject* L_6 = GPSAddress_StartGPS_m566D7400AEBBFB9BF4E44446480EE79E07191712(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_4, L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean GPSAddress::IsGPSEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPSAddress_IsGPSEnable_m8EC6C5D50FD6ECD1123A04009B0273BF8BBE707C (const RuntimeMethod* method)
{
{
// return Input.location.isEnabledByUser;
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_0 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = LocationService_get_isEnabledByUser_m25F0FD5DD37091EEC408DAFEF6A63F004CFB5302(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.IEnumerator GPSAddress::StartGPS(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GPSAddress_StartGPS_m566D7400AEBBFB9BF4E44446480EE79E07191712 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPSAddress_StartGPS_m566D7400AEBBFB9BF4E44446480EE79E07191712_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * L_0 = (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E *)il2cpp_codegen_object_new(U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E_il2cpp_TypeInfo_var);
U3CStartGPSU3Ed__2__ctor_mE58B45F33A0DA9883A881B42F18FCB20E991EAFB(L_0, 0, /*hidden argument*/NULL);
U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * L_1 = L_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ___callback0;
NullCheck(L_1);
L_1->set_callback_2(L_2);
return L_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 GPSAddress_<StartGPS>d__2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartGPSU3Ed__2__ctor_mE58B45F33A0DA9883A881B42F18FCB20E991EAFB (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __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 GPSAddress_<StartGPS>d__2::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartGPSU3Ed__2_System_IDisposable_Dispose_mE0812E8BFB6B892D4A743752A803DF2597A91F0C (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean GPSAddress_<StartGPS>d__2::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartGPSU3Ed__2_MoveNext_m50DC373B113A7F945562476E80912BD3FD82CE41 (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CStartGPSU3Ed__2_MoveNext_m50DC373B113A7F945562476E80912BD3FD82CE41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C V_2;
memset((&V_2), 0, sizeof(V_2));
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0074;
}
}
{
return (bool)0;
}
IL_0010:
{
__this->set_U3CU3E1__state_0((-1));
// if (!Input.location.isEnabledByUser) {
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_3 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = LocationService_get_isEnabledByUser_m25F0FD5DD37091EEC408DAFEF6A63F004CFB5302(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_003e;
}
}
{
// callback.Call(false, 0, 0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get_callback_2();
NullCheck(L_5);
LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC(L_5, (bool)0, 0, 0, /*hidden argument*/LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_RuntimeMethod_var);
// callback.Dispose();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = __this->get_callback_2();
NullCheck(L_6);
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_6);
// yield break;
return (bool)0;
}
IL_003e:
{
// Input.location.Start(10f, 10f);
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_7 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_7);
LocationService_Start_m6E9E493E04BD4CC718848B393E163A7DB2EE63EB(L_7, (10.0f), (10.0f), /*hidden argument*/NULL);
// int maxWait = 8;
__this->set_U3CmaxWaitU3E5__2_3(8);
goto IL_008b;
}
IL_005b:
{
// yield return new WaitForSeconds(1);
WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_8 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var);
WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_8, (1.0f), /*hidden argument*/NULL);
__this->set_U3CU3E2__current_1(L_8);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_0074:
{
__this->set_U3CU3E1__state_0((-1));
// maxWait--;
int32_t L_9 = __this->get_U3CmaxWaitU3E5__2_3();
V_1 = L_9;
int32_t L_10 = V_1;
__this->set_U3CmaxWaitU3E5__2_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)));
}
IL_008b:
{
// while (Input.location.status == LocationServiceStatus.Initializing && maxWait > 0)
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_11 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = LocationService_get_status_mA2CD99261ADE67EDAE764EBD77638B10B576A996(L_11, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)1))))
{
goto IL_00a1;
}
}
{
int32_t L_13 = __this->get_U3CmaxWaitU3E5__2_3();
if ((((int32_t)L_13) > ((int32_t)0)))
{
goto IL_005b;
}
}
IL_00a1:
{
// if (maxWait < 1)
int32_t L_14 = __this->get_U3CmaxWaitU3E5__2_3();
if ((((int32_t)L_14) >= ((int32_t)1)))
{
goto IL_00c5;
}
}
{
// callback.Call(false, 0, 0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = __this->get_callback_2();
NullCheck(L_15);
LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC(L_15, (bool)0, 0, 0, /*hidden argument*/LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_RuntimeMethod_var);
// callback.Dispose();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_16 = __this->get_callback_2();
NullCheck(L_16);
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_16);
// yield break;
return (bool)0;
}
IL_00c5:
{
// if (Input.location.status == LocationServiceStatus.Failed)
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_17 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = LocationService_get_status_mA2CD99261ADE67EDAE764EBD77638B10B576A996(L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)3))))
{
goto IL_00ed;
}
}
{
// callback.Call(false, 0, 0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_19 = __this->get_callback_2();
NullCheck(L_19);
LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC(L_19, (bool)0, 0, 0, /*hidden argument*/LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m68D0AE0806D7E227574D1208C3FBF3F5D60370CC_RuntimeMethod_var);
// callback.Dispose();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_20 = __this->get_callback_2();
NullCheck(L_20);
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_20);
// yield break;
return (bool)0;
}
IL_00ed:
{
// callback.Call(true, Input.location.lastData.latitude, Input.location.lastData.longitude);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_21 = __this->get_callback_2();
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_22 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_22);
LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C L_23 = LocationService_get_lastData_mBBE2A3FC5F81303C64394469253B9FD2C95C9A51(L_22, /*hidden argument*/NULL);
V_2 = L_23;
float L_24 = LocationInfo_get_latitude_m5028084627DE483362766B80EDA678E8B7FDAAA7((LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C *)(&V_2), /*hidden argument*/NULL);
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_25 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_25);
LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C L_26 = LocationService_get_lastData_mBBE2A3FC5F81303C64394469253B9FD2C95C9A51(L_25, /*hidden argument*/NULL);
V_2 = L_26;
float L_27 = LocationInfo_get_longitude_mAC4310EB38ADF99546201FE1D44F1EAB7921DC09((LocationInfo_tA16D46B7B02602A9CDD937D42E44360951426D1C *)(&V_2), /*hidden argument*/NULL);
NullCheck(L_21);
LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m86C01ACE55234F6C18DEEDF08F9CE94ACCCDBC43(L_21, (bool)1, L_24, L_27, /*hidden argument*/LuaFunction_Call_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m86C01ACE55234F6C18DEEDF08F9CE94ACCCDBC43_RuntimeMethod_var);
// callback.Dispose();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_28 = __this->get_callback_2();
NullCheck(L_28);
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_28);
// Input.location.Stop();
LocationService_t32BBAE98B67650852440E1BB7542B36E6EAFA4AD * L_29 = Input_get_location_m70BED0D1908BE9AE276D5227B0BC57EEED7503E3(/*hidden argument*/NULL);
NullCheck(L_29);
LocationService_Stop_mB5362543EB02CDB6C5781EEDDA6AA97BF9D558A3(L_29, /*hidden argument*/NULL);
// }
return (bool)0;
}
}
// System.Object GPSAddress_<StartGPS>d__2::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartGPSU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2B471C3D2202B5A60C03DE3BAA9C0FC1AC30167F (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void GPSAddress_<StartGPS>d__2::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartGPSU3Ed__2_System_Collections_IEnumerator_Reset_m7256246AEB60007779995B7FB0DA5E8E6E8D7528 (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CStartGPSU3Ed__2_System_Collections_IEnumerator_Reset_m7256246AEB60007779995B7FB0DA5E8E6E8D7528_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, U3CStartGPSU3Ed__2_System_Collections_IEnumerator_Reset_m7256246AEB60007779995B7FB0DA5E8E6E8D7528_RuntimeMethod_var);
}
}
// System.Object GPSAddress_<StartGPS>d__2::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartGPSU3Ed__2_System_Collections_IEnumerator_get_Current_m488A0E613C7E22703A97DE8B632A82A156BA4D1D (U3CStartGPSU3Ed__2_t419926DBD61C3375ACE3BB7521D6EAA45687427E * __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
// UnityEngine.GameObject Game.Utils::CopyPrefab(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___prefab0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// var obj = GameObject.Instantiate<GameObject>(prefab);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___prefab0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90_RuntimeMethod_var);
// obj.transform.localPosition = Vector3.zero;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = L_1;
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
NullCheck(L_3);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_3, L_4, /*hidden argument*/NULL);
// obj.transform.localRotation = Quaternion.identity;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = L_2;
NullCheck(L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_7 = Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64(/*hidden argument*/NULL);
NullCheck(L_6);
Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A(L_6, L_7, /*hidden argument*/NULL);
// obj.transform.localScale = new Vector3(100, 100, 100);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = L_5;
NullCheck(L_8);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_8, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10;
memset((&L_10), 0, sizeof(L_10));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_10), (100.0f), (100.0f), (100.0f), /*hidden argument*/NULL);
NullCheck(L_9);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_9, L_10, /*hidden argument*/NULL);
// return obj;
return L_8;
}
}
// System.Void Game.Utils::SetNativeObject(FairyGUI.GObject,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_SetNativeObject_m375D3C67EFF4ED37BD30D13AE4048FEFDE96EF6B (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___node0, String_t* ___path1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_SetNativeObject_m375D3C67EFF4ED37BD30D13AE4048FEFDE96EF6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
// if (node.asGraph.displayObject == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___node0;
NullCheck(L_0);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_1 = GObject_get_asGraph_mF3101D375679EB1561C258B3E2ED7962E4F54E9E(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_002a;
}
}
{
// var obj = ResourcesManager.LoadObject<GameObject>(path);
String_t* L_3 = ___path1;
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = ResourcesManager_LoadObject_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m2F9ACE6C14D43C920BA48B038ACCB9A3FBF0AF70(L_3, /*hidden argument*/ResourcesManager_LoadObject_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m2F9ACE6C14D43C920BA48B038ACCB9A3FBF0AF70_RuntimeMethod_var);
// var tem = CopyPrefab(obj);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// node.asGraph.SetNativeObject(new GoWrapper(tem));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___node0;
NullCheck(L_6);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_7 = GObject_get_asGraph_mF3101D375679EB1561C258B3E2ED7962E4F54E9E(L_6, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = V_0;
GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * L_9 = (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F *)il2cpp_codegen_object_new(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F_il2cpp_TypeInfo_var);
GoWrapper__ctor_m15503D4F7C8CEC8334238FA8F390660CA187206A(L_9, L_8, /*hidden argument*/NULL);
NullCheck(L_7);
GGraph_SetNativeObject_m1A5CCD729077F042B43134B3BFFD8AC1F2E5D4FE(L_7, L_9, /*hidden argument*/NULL);
}
IL_002a:
{
// }
return;
}
}
// System.String Game.Utils::GetTime(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Utils_GetTime_mAE7A9AFCA0396BACE6159C0AC78AFE8E6A71590F (int64_t ___time0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_GetTime_mAE7A9AFCA0396BACE6159C0AC78AFE8E6A71590F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// DateTime s = new DateTime(1970, 1, 1);
DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), ((int32_t)1970), 1, 1, /*hidden argument*/NULL);
// s = s.AddSeconds(time);
int64_t L_0 = ___time0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), (((double)((double)L_0))), /*hidden argument*/NULL);
V_0 = L_1;
// s = TimeZone.CurrentTimeZone.ToLocalTime(s);
IL2CPP_RUNTIME_CLASS_INIT(TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454_il2cpp_TypeInfo_var);
TimeZone_tA2DF435DA1A379978B885F0872A93774666B7454 * L_2 = TimeZone_get_CurrentTimeZone_m842CA95A7F333F03E384260C5189250F3E265A42(/*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = V_0;
NullCheck(L_2);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(5 /* System.DateTime System.TimeZone::ToLocalTime(System.DateTime) */, L_2, L_3);
V_0 = L_4;
// return s.ToString("yyyy-MM-dd HH:mm:ss");
String_t* L_5 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteral57D29D2C094C09CDE3336554F59942DF237102D8, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean Game.Utils::IsDoubleClick(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_IsDoubleClick_m2ECC096B221CA82A4EA12FA8F376F0D1CDC61A69 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// return context.inputEvent.isDoubleClick;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_1 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = InputEvent_get_isDoubleClick_m1F1C4D7198CD12ADA76750BEEE0841161D3FF5E7(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void Game.Utils::SaveLocalFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_SaveLocalFile_m3963F7E49446304E2009590095483D26A7E1E777 (String_t* ___key0, String_t* ___data1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_SaveLocalFile_m3963F7E49446304E2009590095483D26A7E1E777_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Directory.Exists(_fileDir))
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
String_t* L_0 = ((Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var))->get__fileDir_0();
bool L_1 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0017;
}
}
{
// Directory.CreateDirectory(_fileDir);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
String_t* L_2 = ((Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var))->get__fileDir_0();
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_2, /*hidden argument*/NULL);
}
IL_0017:
{
// File.WriteAllText(_fileDir + key, data);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
String_t* L_3 = ((Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var))->get__fileDir_0();
String_t* L_4 = ___key0;
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, L_4, /*hidden argument*/NULL);
String_t* L_6 = ___data1;
File_WriteAllText_m7BA355E5631C6A3E3D3378D6101EF65E72A45F0A(L_5, L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.String Game.Utils::LoadLocalFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Utils_LoadLocalFile_m87D5D33192F654CCE6A1D61C32D641814B68EAD2 (String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_LoadLocalFile_m87D5D33192F654CCE6A1D61C32D641814B68EAD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// var file = _fileDir + key;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
String_t* L_0 = ((Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var))->get__fileDir_0();
String_t* L_1 = ___key0;
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (!File.Exists(file)) return null;
String_t* L_3 = V_0;
bool L_4 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0016;
}
}
{
// if (!File.Exists(file)) return null;
return (String_t*)NULL;
}
IL_0016:
{
// return File.ReadAllText(file);
String_t* L_5 = V_0;
String_t* L_6 = File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF(L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Void Game.Utils::ClearLocalFile(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_ClearLocalFile_m0DFE093FD3EE617CA4EC4E4C4CECDA0089589CBA (int64_t ___uid0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_ClearLocalFile_m0DFE093FD3EE617CA4EC4E4C4CECDA0089589CBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// var file = _fileDir + uid;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
String_t* L_0 = ((Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var))->get__fileDir_0();
int64_t L_1 = ___uid0;
int64_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_2);
String_t* L_4 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(L_0, L_3, /*hidden argument*/NULL);
V_0 = L_4;
// if (File.Exists(file))
String_t* L_5 = V_0;
bool L_6 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001f;
}
}
{
// File.Delete(file);
String_t* L_7 = V_0;
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_7, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// UnityEngine.Texture2D Game.Utils::SaveScaledPicture(System.String,UnityEngine.Texture2D,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * Utils_SaveScaledPicture_m83D6937D5A8AE6C2C751284008A79B05AB4231CA (String_t* ___path0, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___texture1, int32_t ___heigth2, int32_t ___width3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_SaveScaledPicture_m83D6937D5A8AE6C2C751284008A79B05AB4231CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// Texture2D scaled_pic = new Texture2D(width, heigth, texture.format, false);
int32_t L_0 = ___width3;
int32_t L_1 = ___heigth2;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_2 = ___texture1;
NullCheck(L_2);
int32_t L_3 = Texture2D_get_format_mF0EE5CEB9F84280D4E722B71546BBBA577101E9F(L_2, /*hidden argument*/NULL);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_4 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_4, L_0, L_1, L_3, (bool)0, /*hidden argument*/NULL);
V_0 = L_4;
// for (int i = 0; i < scaled_pic.height; ++i)
V_2 = 0;
goto IL_004e;
}
IL_0013:
{
// for (int j = 0; j < scaled_pic.width; ++j)
V_3 = 0;
goto IL_0041;
}
IL_0017:
{
// Color newColor = texture.GetPixelBilinear((float)j / (float)scaled_pic.width, (float)i / (float)scaled_pic.height);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_5 = ___texture1;
int32_t L_6 = V_3;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_7);
int32_t L_9 = V_2;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_10);
NullCheck(L_5);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = Texture2D_GetPixelBilinear_m3E0E9A22A0989E99A7295BC6FE6999728F290A78(L_5, ((float)((float)(((float)((float)L_6)))/(float)(((float)((float)L_8))))), ((float)((float)(((float)((float)L_9)))/(float)(((float)((float)L_11))))), /*hidden argument*/NULL);
V_4 = L_12;
// scaled_pic.SetPixel(j, i, newColor);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_13 = V_0;
int32_t L_14 = V_3;
int32_t L_15 = V_2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_16 = V_4;
NullCheck(L_13);
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_13, L_14, L_15, L_16, /*hidden argument*/NULL);
// for (int j = 0; j < scaled_pic.width; ++j)
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0041:
{
// for (int j = 0; j < scaled_pic.width; ++j)
int32_t L_18 = V_3;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_19);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_0017;
}
}
{
// for (int i = 0; i < scaled_pic.height; ++i)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_004e:
{
// for (int i = 0; i < scaled_pic.height; ++i)
int32_t L_22 = V_2;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_23 = V_0;
NullCheck(L_23);
int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_23);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_0013;
}
}
{
// scaled_pic.Apply();
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_25 = V_0;
NullCheck(L_25);
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_25, /*hidden argument*/NULL);
// var data = scaled_pic.EncodeToJPG(60);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_26 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875(L_26, ((int32_t)60), /*hidden argument*/NULL);
V_1 = L_27;
// File.WriteAllBytes(path, data);
String_t* L_28 = ___path0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1;
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_28, L_29, /*hidden argument*/NULL);
// return scaled_pic;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_30 = V_0;
return L_30;
}
}
// System.Void Game.Utils::LocalAddress(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_LocalAddress_mB25ED7D5CC109F2671721A6A07ACAED08CE4AA98 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method)
{
{
// GPSAddress.LocalAddress(callback);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___callback0;
GPSAddress_LocalAddress_m0593B3BCBBF86D953A0BA45526D4449D06870E67(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean Game.Utils::IsGPSEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_IsGPSEnable_m56A1C4FB152BACB296D550531201B246AD8FD31B (const RuntimeMethod* method)
{
{
// return GPSAddress.IsGPSEnable();
bool L_0 = GPSAddress_IsGPSEnable_m8EC6C5D50FD6ECD1123A04009B0273BF8BBE707C(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void Game.Utils::DownloadFile(System.String,System.String,LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_DownloadFile_m6E445DC02EA79813B62AE32851D98288EF1BDFC8 (String_t* ___url0, String_t* ___path1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils_DownloadFile_m6E445DC02EA79813B62AE32851D98288EF1BDFC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * V_0 = NULL;
{
U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * L_0 = (U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass11_0__ctor_m601568548011B0ECFC45D470EFB873F2FAA112A2(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * L_1 = V_0;
String_t* L_2 = ___path1;
NullCheck(L_1);
L_1->set_path_0(L_2);
U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * L_3 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___callback2;
NullCheck(L_3);
L_3->set_callback_1(L_4);
// BestHTTP.HTTPManager.SendRequest(url, (request, response) =>
// {
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
// {
// var data = request.Response.Data;
// File.WriteAllBytes(path, data);
// callback.Call();
// callback.Dispose();
// }
// });
String_t* L_5 = ___url0;
U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * L_6 = V_0;
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_7 = (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var);
OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass11_0_U3CDownloadFileU3Eb__0_m1DD4B11B4F401F7309E82BD9F0420363A10FC9D2_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2(L_5, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void Game.Utils::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils__cctor_mFC7891BF64A10FF03452D0EF96C4F51CC4CDDBF8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utils__cctor_mFC7891BF64A10FF03452D0EF96C4F51CC4CDDBF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly string _fileDir = Application.persistentDataPath + "/UserData/";
String_t* L_0 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, _stringLiteral56826361916535BFDF50424BBB18FE04FD1A39D8, /*hidden argument*/NULL);
((Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var))->set__fileDir_0(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _totalTimes = value;
int32_t L_0 = ___value0;
__this->set__totalTimes_4(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Transition_get_name_m96578E973B7AD8B4D4222F58F4B1F0AAD0C864F6_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _playing; }
bool L_0 = __this->get__playing_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Transition_get_timeScale_mB430A853FBE7DF21E7C1A5267DC8521DA18CCD62_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _timeScale; }
float L_0 = __this->get__timeScale_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Transition_get_ignoreEngineTimeScale_m992D07AAF956B264804C640B5B320638972EF702_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _ignoreEngineTimeScale; }
bool L_0 = __this->get__ignoreEngineTimeScale_18();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB_inline (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___creator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDBAssemblyU2DCSharp13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// loaderCreator = creator;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_0 = ___creator0;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->set_loaderCreator_1(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189BAssemblyU2DCSharp13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _packageList;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageList_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * UIPackage_GetItems_m3DC7D8A18CD47F1C7627A986D6FBEDF86E815A0C_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// return _items;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = __this->get__items_3();
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 String_t* UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string assetPath { get; private set; }
String_t* L_0 = __this->get_U3CassetPathU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_customId_m5557397062441C54A1B416F627CD1FD6F77B8D30_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// get { return _customId; }
String_t* L_0 = __this->get__customId_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * Window_get_contentPane_m2F06F9B0BBA41D15866BB4DC8FD9650039CB3FC6_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// return _contentPane;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__contentPane_95();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * Window_get_frame_m0F878A5AD974E0B3E53D497F505F9D53695AED87_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _frame; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__frame_94();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_closeButton_mBBF73F353AD90E1CDC9189C27A33F6A692779451_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _closeButton; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__closeButton_97();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_dragArea_mCA80DA2D3F7CC8E32351C9EDDEE5E8AED0BC7A39_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _dragArea; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__dragArea_98();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_contentArea_mA21032835D12D0A2571F0FD29DC079242FCF9CD4_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _contentArea; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__contentArea_99();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_modalWaitingPane_m34531A7DF1DA9231C46BA3F11DD8921C8DF51258_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _modalWaitPane; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__modalWaitPane_96();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _modal; }
bool L_0 = __this->get__modal_100();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// set { _contentArea = value; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set__contentArea_99(L_0);
// set { _contentArea = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Window_set_modal_m385D020910232FA9DDDBCCC3754BA1BFB2754023_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _modal = value; }
bool L_0 = ___value0;
__this->set__modal_100(L_0);
// set { _modal = value; }
return;
}
}
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 String_t* PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACB_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACBAssemblyU2DCSharp13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// string result = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
// return result;
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public DisplayObject displayObject { get; protected set; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get_U3CdisplayObjectU3Ek__BackingField_16();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = __this->get_U3CinputEventU3Ek__BackingField_2();
return L_0;
}
}