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

30796 lines
1.6 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, 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>
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 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 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 R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.DynamicFont
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30;
// FairyGUI.DynamicFont/RenderInfo
struct RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03;
// FairyGUI.EventBridge
struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84;
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7;
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122;
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
// FairyGUI.FontManager
struct FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF;
// FairyGUI.GButton
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
// FairyGUI.GearBase[]
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
// FairyGUI.IFilter
struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3;
// FairyGUI.IHitTest
struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9;
// FairyGUI.IKeyboard
struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745;
// FairyGUI.IMeshFactory
struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.TextField
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D;
// FairyGUI.TouchInfo[]
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI_ControllerWrap
struct FairyGUI_ControllerWrap_t9365F116E259CAAEFA6578A8952FBC993286123C;
// FairyGUI_DisplayObjectWrap
struct FairyGUI_DisplayObjectWrap_tFF0BAFB3F984A667A01E6602E8EFE3C479A41BE9;
// FairyGUI_DynamicFontWrap
struct FairyGUI_DynamicFontWrap_t36AD81423444DF3812ECA21E25F2458B4A5388E8;
// FairyGUI_EventContextWrap
struct FairyGUI_EventContextWrap_tCDB7C0FC10D8F658EED3FDCB649D8A9EEB89407A;
// FairyGUI_EventDispatcherWrap
struct FairyGUI_EventDispatcherWrap_t63B0F36C9FB4AD96906C9FE7985C4006D41A67D1;
// FairyGUI_EventListenerWrap
struct FairyGUI_EventListenerWrap_t9A7D8A70BD0A18CF85948C1F74CAF477DD7A7807;
// FairyGUI_FontManagerWrap
struct FairyGUI_FontManagerWrap_t6A880A1EAF2D0C38415883A84EE95A2B49D5A962;
// FairyGUI_GButtonWrap
struct FairyGUI_GButtonWrap_tF0C8F8A28DDDE9599D7FFBB5D37FE5F9C01FEAD5;
// 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;
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>
struct Action_2_t169C928EAE7BFB0D826110D789F5CD298EBFDEED;
// System.Action`2<System.IntPtr,UnityEngine.Rect>
struct Action_2_t304C7FDFD4B6B0363BE6FB64A367A63C398C8CDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>
struct Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593;
// 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.BaseFont>
struct Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// 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.Controller>
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction>
struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70;
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728;
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
// System.Collections.Generic.List`1<LuaInterface.GCRef>
struct List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F;
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>
struct List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.Stack`1<FairyGUI.EventContext>
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A;
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>
struct Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// 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`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>
struct Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>
struct Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// 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.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Font
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
IL2CPP_EXTERN_C RuntimeClass* BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_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* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_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* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0061169FE20A86FEC370C277B88B68C2BF32B68D;
IL2CPP_EXTERN_C String_t* _stringLiteral01517BD38A76E8A237B8DBB8A3DE60B08FC28404;
IL2CPP_EXTERN_C String_t* _stringLiteral01BAFB07D25840BCAF106D98988C2DCD73ACF5C8;
IL2CPP_EXTERN_C String_t* _stringLiteral0581E95AB878443BF51C4F6718DC757D99094891;
IL2CPP_EXTERN_C String_t* _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D;
IL2CPP_EXTERN_C String_t* _stringLiteral085393FD5AF281B5C0281A8153FC89E355A71FB8;
IL2CPP_EXTERN_C String_t* _stringLiteral089789F6A9875F136A4F1AC194A4EF7DDFAD962B;
IL2CPP_EXTERN_C String_t* _stringLiteral0954B559617C87F025BD230546F1387880EF58D2;
IL2CPP_EXTERN_C String_t* _stringLiteral09D362253E2AB6ECFB5AC0E54BD1993FAC2133D1;
IL2CPP_EXTERN_C String_t* _stringLiteral0ABC10DB1D868DB62D146AE143FE2775A4B14064;
IL2CPP_EXTERN_C String_t* _stringLiteral0B815D96152A92B96A4650D7A65524656CF0E140;
IL2CPP_EXTERN_C String_t* _stringLiteral0B9ECEDE107A67F7339A2B89EA45A58E7C56D348;
IL2CPP_EXTERN_C String_t* _stringLiteral0CE3A1233FE32D16C84C466BB931DE9B04CFAEB7;
IL2CPP_EXTERN_C String_t* _stringLiteral0D2C7947EEEB92D6F4A17FD8DDE5887C2A29A5F3;
IL2CPP_EXTERN_C String_t* _stringLiteral0F5168411C115803AAF9834CEF97CFCAC620829C;
IL2CPP_EXTERN_C String_t* _stringLiteral0F8FD149121D4AEC73504334274BACA1F9E996A0;
IL2CPP_EXTERN_C String_t* _stringLiteral0FA3E30B2626D615A79AECC09DA843995ACFDBD1;
IL2CPP_EXTERN_C String_t* _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC;
IL2CPP_EXTERN_C String_t* _stringLiteral11393B26DB502B3C34C5E70C040FB2794D5CE271;
IL2CPP_EXTERN_C String_t* _stringLiteral11A66854C0ED7FD7FBAF5A561663C5DC867C9F19;
IL2CPP_EXTERN_C String_t* _stringLiteral11F6AD8EC52A2984ABAAFD7C3B516503785C2072;
IL2CPP_EXTERN_C String_t* _stringLiteral1279569B45946F001EEEADE607F99FDD63F05077;
IL2CPP_EXTERN_C String_t* _stringLiteral1329265DA0AA7CBEC2C195BB89016DCFC34EB238;
IL2CPP_EXTERN_C String_t* _stringLiteral1456EB4372B58CA86949C88AB6226ED0E90F7987;
IL2CPP_EXTERN_C String_t* _stringLiteral15E0261626E54490CD293113FEE91FFE79B2E3CC;
IL2CPP_EXTERN_C String_t* _stringLiteral1698341D5919EEAC2566C3B55E21CB45D241E1BD;
IL2CPP_EXTERN_C String_t* _stringLiteral16A7C1DB3210EC40605D31A60E73CB056BA75E22;
IL2CPP_EXTERN_C String_t* _stringLiteral17325E250B79868EF6706348A52ACB948BB3C423;
IL2CPP_EXTERN_C String_t* _stringLiteral17C8F0A8786E849C679B6FAC88242DED480B11BB;
IL2CPP_EXTERN_C String_t* _stringLiteral18C6B51EEB3743B5890633F878106834FD06E4F0;
IL2CPP_EXTERN_C String_t* _stringLiteral190135A4B9A2BF02E873BCEF2DDB72D408FE3C41;
IL2CPP_EXTERN_C String_t* _stringLiteral19A23FD134DC423409542C8A685652A3F58C1CC5;
IL2CPP_EXTERN_C String_t* _stringLiteral19D6B1C4428179AB25AF0913C6DE127F3AD36A27;
IL2CPP_EXTERN_C String_t* _stringLiteral19F34FA49DD0E09C62297AF24C9537EBF984BCBA;
IL2CPP_EXTERN_C String_t* _stringLiteral1A1EAB0961039F8338BA8C58594809E1FA6C39B9;
IL2CPP_EXTERN_C String_t* _stringLiteral1AF2ECF169B871F4399093133642E8D652A96024;
IL2CPP_EXTERN_C String_t* _stringLiteral1B4F03043BC216D130159B314EC08E89E379472F;
IL2CPP_EXTERN_C String_t* _stringLiteral1C7EA7BEDE00DF750E100B89F30EBA2EB5D52B41;
IL2CPP_EXTERN_C String_t* _stringLiteral1C8F769275A2E86BF511F50CADF20A0710F020A6;
IL2CPP_EXTERN_C String_t* _stringLiteral1DA425FDBE3992272C0074EBE42B5AA9DB0A58C1;
IL2CPP_EXTERN_C String_t* _stringLiteral205F05C51DE95C7379DB1A48DE3CFE7B6E6108B2;
IL2CPP_EXTERN_C String_t* _stringLiteral207C18627AA786CCFA6C23E688EE201F95812895;
IL2CPP_EXTERN_C String_t* _stringLiteral223883960405D6589D6CD37F175C73B073C4180F;
IL2CPP_EXTERN_C String_t* _stringLiteral258429B7153BA947CE301C5A76B3DA85B1E2E233;
IL2CPP_EXTERN_C String_t* _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D;
IL2CPP_EXTERN_C String_t* _stringLiteral25E216C75D583A75BBA6453EE45B69788C6B27F1;
IL2CPP_EXTERN_C String_t* _stringLiteral267051DE40E4B02DA5D31766BC5DD19C98978926;
IL2CPP_EXTERN_C String_t* _stringLiteral2744975C7F3B0AC4E3FEBC5992FB5187DECE9937;
IL2CPP_EXTERN_C String_t* _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E;
IL2CPP_EXTERN_C String_t* _stringLiteral28A5E3245AFD0305391EA1D46A00C5C62B33164A;
IL2CPP_EXTERN_C String_t* _stringLiteral291A0A58DFA6C640A90C1D868D2AF190775EA219;
IL2CPP_EXTERN_C String_t* _stringLiteral292EF20AA5BF13FEFFEFAEC6D5EA110EF8CCDED0;
IL2CPP_EXTERN_C String_t* _stringLiteral2A3BA374FB92E70ADA2B95005851109C84592ADB;
IL2CPP_EXTERN_C String_t* _stringLiteral2B814551DD7C3C697935C4895DFBE3DE9CB65492;
IL2CPP_EXTERN_C String_t* _stringLiteral2BA8E18857CC70E44D096B14956912EF1679F7E1;
IL2CPP_EXTERN_C String_t* _stringLiteral2BC5006AF8ADB13C074F9BE147A6BC780C842C89;
IL2CPP_EXTERN_C String_t* _stringLiteral2C00729C90FBA4E5EC463FFA5F1F3905E1CF6EA5;
IL2CPP_EXTERN_C String_t* _stringLiteral2DB57B84CD077B1BAF7633E4A7EE295B80C8BC48;
IL2CPP_EXTERN_C String_t* _stringLiteral2F0EC9E908D08DDA14B2792A88A470E335197F1B;
IL2CPP_EXTERN_C String_t* _stringLiteral2FD60825477B9C7885F5A3FBB888DF8E7309A0FE;
IL2CPP_EXTERN_C String_t* _stringLiteral306824ED04591FC02E3E06DEDE3CE4AA8B5CDB61;
IL2CPP_EXTERN_C String_t* _stringLiteral30E504C829201F1E519376DFEE2E0E399C82484C;
IL2CPP_EXTERN_C String_t* _stringLiteral318A97F53AAF55B03B9845F0F22F2F0B8061D535;
IL2CPP_EXTERN_C String_t* _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9;
IL2CPP_EXTERN_C String_t* _stringLiteral31AE2A6FFF91F81C6C92817022E58770C22DC6B2;
IL2CPP_EXTERN_C String_t* _stringLiteral32238B73B17102105F9EA609A96F904002B98F8E;
IL2CPP_EXTERN_C String_t* _stringLiteral33328BC8CCD0FB309C1E138F61C819DBB67250B2;
IL2CPP_EXTERN_C String_t* _stringLiteral34C4940C199DC5597E7D6ADD6282D0E183462DA7;
IL2CPP_EXTERN_C String_t* _stringLiteral3541F2B61F7D41DB9B43AAC0F3728C5D7C6B53CC;
IL2CPP_EXTERN_C String_t* _stringLiteral3581C3DC7E8A46BEDC6317AFD2D671F2D9486A19;
IL2CPP_EXTERN_C String_t* _stringLiteral35ACC8F8350EA08B8690884FEBA3D37CAFF8E790;
IL2CPP_EXTERN_C String_t* _stringLiteral35BB779F12AC676D56AFFF030BF0ABF2141AAB7B;
IL2CPP_EXTERN_C String_t* _stringLiteral372EA08CAB33E71C02C651DBC83A474D32C676EA;
IL2CPP_EXTERN_C String_t* _stringLiteral384B5BA2F7B597113F59CE8AD998416BAC628E98;
IL2CPP_EXTERN_C String_t* _stringLiteral38930E0039A944FC185AEA40045438485B3AEF8C;
IL2CPP_EXTERN_C String_t* _stringLiteral395DF8F7C51F007019CB30201C49E884B46B92FA;
IL2CPP_EXTERN_C String_t* _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8;
IL2CPP_EXTERN_C String_t* _stringLiteral3DAAF5BDA4562B84694659EC1B9ACAE91D4794DF;
IL2CPP_EXTERN_C String_t* _stringLiteral3E0853EB2E96AC9E4EC0AD206A4D772556243136;
IL2CPP_EXTERN_C String_t* _stringLiteral3E66A50C1661BDAEFC12B6EF7720BE5489EB419B;
IL2CPP_EXTERN_C String_t* _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C;
IL2CPP_EXTERN_C String_t* _stringLiteral431540304BD5BF6A293F179DD3793C339BC29D94;
IL2CPP_EXTERN_C String_t* _stringLiteral448AB73BA1C21E671E218FB91F2644C834F0C16F;
IL2CPP_EXTERN_C String_t* _stringLiteral44EF73C74104E0D56237A965B7CFD0F731A92C98;
IL2CPP_EXTERN_C String_t* _stringLiteral4509641C008ABC81F3C69CA91041B3F97F39931E;
IL2CPP_EXTERN_C String_t* _stringLiteral456C8B046C0FC251BD93D71F556FCD23352C1A84;
IL2CPP_EXTERN_C String_t* _stringLiteral4601DE50860E30024B160A34B72A89A77F55F02B;
IL2CPP_EXTERN_C String_t* _stringLiteral4AD188528F86950F11D387C1C1C4818CD1D19393;
IL2CPP_EXTERN_C String_t* _stringLiteral4BB4CA75941B7BBC5BC6A12BE44B22FC9C8D234E;
IL2CPP_EXTERN_C String_t* _stringLiteral4CA42DE07986E5698F6EADA0F4D5135CF6F9D3AE;
IL2CPP_EXTERN_C String_t* _stringLiteral4CD320C2C8D5AD8861DEBA4731BB616937ECE6E6;
IL2CPP_EXTERN_C String_t* _stringLiteral4F480623593E4BA12619F117BC17CAA17A19A226;
IL2CPP_EXTERN_C String_t* _stringLiteral51DD8002B6FB33C88171EEBD46C03B8E91344587;
IL2CPP_EXTERN_C String_t* _stringLiteral531F241323776E992B69ADD98012A288BF0B9B1B;
IL2CPP_EXTERN_C String_t* _stringLiteral5321C20BECCE80DFFA7C4208141716AE09AC5177;
IL2CPP_EXTERN_C String_t* _stringLiteral53AC1798C81B74FD100E03A9CA448A5EB033E277;
IL2CPP_EXTERN_C String_t* _stringLiteral5490FCFB3B65C57BC1AD63914E1BD391595B83D4;
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
IL2CPP_EXTERN_C String_t* _stringLiteral57BB1062F088551A87F25B876DB7F1A26753D84B;
IL2CPP_EXTERN_C String_t* _stringLiteral5E2E97C3C7BA3035C6E6FC3A17E1BC22029C0C3E;
IL2CPP_EXTERN_C String_t* _stringLiteral5ED1BE88D6BFEB4A6665E63D414FB53EBF79C3FC;
IL2CPP_EXTERN_C String_t* _stringLiteral5EF5FC6947DDFFA0FD2AE3D4B6986A751EFCB98E;
IL2CPP_EXTERN_C String_t* _stringLiteral5F45455B94AFF22E77CEA17618514C88956BD6B5;
IL2CPP_EXTERN_C String_t* _stringLiteral5F8459982F9F619F4B0D9AF2542A2086E56A4BEF;
IL2CPP_EXTERN_C String_t* _stringLiteral60020D1B19707B587574A1C80412AF51EA9E12B3;
IL2CPP_EXTERN_C String_t* _stringLiteral61CC55AA0453184734C3FA0B621EDA6FA874BD83;
IL2CPP_EXTERN_C String_t* _stringLiteral62CDD17376B9472B86B4CC066A4AAB3AD2FCF2F8;
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
IL2CPP_EXTERN_C String_t* _stringLiteral6469AC84A89748BB67B923C833ED0C778A17AEA3;
IL2CPP_EXTERN_C String_t* _stringLiteral6576921CFF26096F420B181E5EA189AE0E824120;
IL2CPP_EXTERN_C String_t* _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA;
IL2CPP_EXTERN_C String_t* _stringLiteral6650BD59047D66A39C3BE87E9D5BBB57D767953D;
IL2CPP_EXTERN_C String_t* _stringLiteral66ADB6534C94AD06848C77682B3AF62844B6D7FF;
IL2CPP_EXTERN_C String_t* _stringLiteral6868EE5EF7A7A51FAFF05526B7EEED3DA0C519B0;
IL2CPP_EXTERN_C String_t* _stringLiteral699F110D18B3B15BB220D4E1E9C924425BDFFAE8;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6AFA67AAFE0324D02827560D3B12C887A8EDDF12;
IL2CPP_EXTERN_C String_t* _stringLiteral6CFD072075CA9BF23C5254015BD411FB31A97B21;
IL2CPP_EXTERN_C String_t* _stringLiteral6D370922F8D9D6A530600A9E825C63C5E9586E8D;
IL2CPP_EXTERN_C String_t* _stringLiteral6DC2B7B50B25A89F0B3FBCD2D3A0B99095BAE1FF;
IL2CPP_EXTERN_C String_t* _stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B;
IL2CPP_EXTERN_C String_t* _stringLiteral6DDED5916BED30B3BDF8B77BCDFDD5D50FB6A9AB;
IL2CPP_EXTERN_C String_t* _stringLiteral6DF5C6671AFFAF596646749CDEAA17AF89DFA541;
IL2CPP_EXTERN_C String_t* _stringLiteral703D9C4B7F53F92D649F87CECB5C1A0F5DDBF057;
IL2CPP_EXTERN_C String_t* _stringLiteral70582A9455CF6576A95F62D52EF6A99F6E1BC6E7;
IL2CPP_EXTERN_C String_t* _stringLiteral709B2CF8F34802C7D8F8E62BB0B0332AA3E213F2;
IL2CPP_EXTERN_C String_t* _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3;
IL2CPP_EXTERN_C String_t* _stringLiteral719EA396AD92E01B4757EC2B93BB1E5F270F771D;
IL2CPP_EXTERN_C String_t* _stringLiteral7270FBCBBCC017651008A06B60648F5EE0063571;
IL2CPP_EXTERN_C String_t* _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D;
IL2CPP_EXTERN_C String_t* _stringLiteral745F0AEBE052994DC5DD3631DF55FE76669F5A9C;
IL2CPP_EXTERN_C String_t* _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB;
IL2CPP_EXTERN_C String_t* _stringLiteral7802C9FF16BAC547BF59BA5152A68B52FE1A9E66;
IL2CPP_EXTERN_C String_t* _stringLiteral78732B0352E1F726DBF05F662BB586DC7B5F0AE1;
IL2CPP_EXTERN_C String_t* _stringLiteral7948BE65B98A1900E1DCBA978F06A8AEB2314D46;
IL2CPP_EXTERN_C String_t* _stringLiteral79AB4BF4D5DED610644D595D52BFA0B019FA9D27;
IL2CPP_EXTERN_C String_t* _stringLiteral79ACCE4D46545193123ACC9096406AC0C461F6DB;
IL2CPP_EXTERN_C String_t* _stringLiteral79EBF4E56A4E7398494DB43DC42E14E485332A97;
IL2CPP_EXTERN_C String_t* _stringLiteral7A20BD216DD5A9E8020EEFCF9EC3A3A6A7AC46A8;
IL2CPP_EXTERN_C String_t* _stringLiteral7ABA0254564874E89ADE86D92FF21AF28F6FD536;
IL2CPP_EXTERN_C String_t* _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20;
IL2CPP_EXTERN_C String_t* _stringLiteral7D2F306822E51C60759FEEFCC7A0CC14164AFE08;
IL2CPP_EXTERN_C String_t* _stringLiteral7E37A7DE09B7613BFC2EFBCEA24390D31D00A879;
IL2CPP_EXTERN_C String_t* _stringLiteral7E52D57410CF83A9F684CC0B101BBB18A5FD7CB2;
IL2CPP_EXTERN_C String_t* _stringLiteral7EE0B7D5F593426B74AB2CB72A387A38DFD57528;
IL2CPP_EXTERN_C String_t* _stringLiteral80B6ACB61A0F7CC8A6E8408E398BB7C2BB9B3BEA;
IL2CPP_EXTERN_C String_t* _stringLiteral80E13FC2E5AB6DFECD87105A56635012B04817DE;
IL2CPP_EXTERN_C String_t* _stringLiteral81035C61B4B32E908B73ADE6EC88A2CD2D931175;
IL2CPP_EXTERN_C String_t* _stringLiteral8214B546DC0FEC6B1A422CDA1C42FB9DC64BCEC7;
IL2CPP_EXTERN_C String_t* _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501;
IL2CPP_EXTERN_C String_t* _stringLiteral835F3B50E33719422D6FACA2D01D99417AFEA46B;
IL2CPP_EXTERN_C String_t* _stringLiteral8394B2D419060C07748BE2549BE8E8290B1B5704;
IL2CPP_EXTERN_C String_t* _stringLiteral855A1CB1E79C3D5C7ECF1247F84F85803831FA94;
IL2CPP_EXTERN_C String_t* _stringLiteral85BF98024248834CE70F0D72B35CD868EFC92BD8;
IL2CPP_EXTERN_C String_t* _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939;
IL2CPP_EXTERN_C String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547;
IL2CPP_EXTERN_C String_t* _stringLiteral8897E3D083F397E269A61D35B026B83B7516A364;
IL2CPP_EXTERN_C String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
IL2CPP_EXTERN_C String_t* _stringLiteral895E6CBDA8F860C94C994AC93F363B9C5F49BE70;
IL2CPP_EXTERN_C String_t* _stringLiteral8B944D0B11884A1C18B4CA0F6D8829990CFDD18B;
IL2CPP_EXTERN_C String_t* _stringLiteral8B95EC2F5997AD4CFC3A5D30066898C660F74FCD;
IL2CPP_EXTERN_C String_t* _stringLiteral8C47DFDCDEA6F500B379E1180F8E287EA9BC63D6;
IL2CPP_EXTERN_C String_t* _stringLiteral8CE8DDEA1371850B9C8BF0F0016D6368219C1C72;
IL2CPP_EXTERN_C String_t* _stringLiteral8E1F99F03820DB3992227BF3CE1C7A88BB476FA6;
IL2CPP_EXTERN_C String_t* _stringLiteral8F0EF11C75F760EDA42A6CAC5785DEA5CAB3D70B;
IL2CPP_EXTERN_C String_t* _stringLiteral9047E8623EC9BA43A4D4F4BB6A63984FA12D2DF7;
IL2CPP_EXTERN_C String_t* _stringLiteral90BE16585DA21A822A011B262DB668A8CCF504D0;
IL2CPP_EXTERN_C String_t* _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E;
IL2CPP_EXTERN_C String_t* _stringLiteral924C042A1E460D6BAAF64E6AD842D3842697B9AE;
IL2CPP_EXTERN_C String_t* _stringLiteral92AC07906AA438A5C1225236CA17688C9C255876;
IL2CPP_EXTERN_C String_t* _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA;
IL2CPP_EXTERN_C String_t* _stringLiteral93A8592CB91B6DB2C378F7731A8259E6C9DB689C;
IL2CPP_EXTERN_C String_t* _stringLiteral93DCEBD9FA6049859ACB98CB9EF408B1E68C4819;
IL2CPP_EXTERN_C String_t* _stringLiteral956CFB7A529E6F1955E176FBEC84C8873698313A;
IL2CPP_EXTERN_C String_t* _stringLiteral9599149F0491A3D71145A2583960AF4C204387A1;
IL2CPP_EXTERN_C String_t* _stringLiteral959AC317756B393D464808A471F6BC17F180385E;
IL2CPP_EXTERN_C String_t* _stringLiteral95A17972AD60CAB9AC961C19D194A064258F822B;
IL2CPP_EXTERN_C String_t* _stringLiteral95CB0BFD2977C761298D9624E4B4D4C72A39974A;
IL2CPP_EXTERN_C String_t* _stringLiteral97912524F34763AB6302E4B51BE6391C8A4F6200;
IL2CPP_EXTERN_C String_t* _stringLiteral9826C94AE40FA250A781E93E5126CBD07AC39D85;
IL2CPP_EXTERN_C String_t* _stringLiteral984A03F5BC2ED158B062BCE1B8D1D481E192B6FF;
IL2CPP_EXTERN_C String_t* _stringLiteral9B28A93566360AB0D518921376A9A5F49C5CFCE3;
IL2CPP_EXTERN_C String_t* _stringLiteral9D02B24CDB70E5E7F49BB84A9CCA80F40B14B056;
IL2CPP_EXTERN_C String_t* _stringLiteral9F839265B432555BD17DBDD023966FCBED8C2C6D;
IL2CPP_EXTERN_C String_t* _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD;
IL2CPP_EXTERN_C String_t* _stringLiteralA5A43961B6D56D684BA2B47B9A66F47A55A43009;
IL2CPP_EXTERN_C String_t* _stringLiteralA6F3A27CBF931B858BAA191F655F0413CBCBCAB7;
IL2CPP_EXTERN_C String_t* _stringLiteralA71226C275AC5E1DBDD408B108086F11142E538F;
IL2CPP_EXTERN_C String_t* _stringLiteralAA6AF31D2A0329FA62252D018033C8B25FFD0E29;
IL2CPP_EXTERN_C String_t* _stringLiteralAAD67576169174BA7245A20441BD74A29C37219E;
IL2CPP_EXTERN_C String_t* _stringLiteralAADF42DA642520ED73D8430906E33CC8752644C9;
IL2CPP_EXTERN_C String_t* _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544;
IL2CPP_EXTERN_C String_t* _stringLiteralAC20CE86A45569F42A1410FD1D9600958E12C0DD;
IL2CPP_EXTERN_C String_t* _stringLiteralAC5D84BFAE726A96CC419C0F657E50E600C0157E;
IL2CPP_EXTERN_C String_t* _stringLiteralACAF322543550089B1720048F5A4417F32F381A1;
IL2CPP_EXTERN_C String_t* _stringLiteralACAF5735D751816C378F6B358E41114143F3F219;
IL2CPP_EXTERN_C String_t* _stringLiteralACC4D87D54494AAC282B5B8F63499E6DB24A5005;
IL2CPP_EXTERN_C String_t* _stringLiteralACC6A31DAA43161B626DE8AB3DE5E1E70AD5A4C0;
IL2CPP_EXTERN_C String_t* _stringLiteralACF99D4C65F0DEBFFB98B350F52397803E9F6F7C;
IL2CPP_EXTERN_C String_t* _stringLiteralAEE1E034E7E6E29671A3236CEFE2B957A65E5C44;
IL2CPP_EXTERN_C String_t* _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C;
IL2CPP_EXTERN_C String_t* _stringLiteralB0B7109CD2F6EA5634819E39872AFD67BE02F449;
IL2CPP_EXTERN_C String_t* _stringLiteralB19E9D8C37BA598CA801C771AB2BDB9DE2C55F3F;
IL2CPP_EXTERN_C String_t* _stringLiteralB233D57E86FD769845C554B52A8FA2FE98BACFBA;
IL2CPP_EXTERN_C String_t* _stringLiteralB4D50563D15BBABECC5A80B480EE8FD0952E3F83;
IL2CPP_EXTERN_C String_t* _stringLiteralB7425AB1441771CC0DBC35051432027A3F66EBCA;
IL2CPP_EXTERN_C String_t* _stringLiteralBA2829314B03B56681B4D745EBF69B3D99F9742E;
IL2CPP_EXTERN_C String_t* _stringLiteralBABA2C0947025D15DFAEF9B66898BE54D0DED616;
IL2CPP_EXTERN_C String_t* _stringLiteralBB2D06E28CEB3800708FD12EC3E4FB5A5C15ECB8;
IL2CPP_EXTERN_C String_t* _stringLiteralBD79AC5E4FB7A543206660EEA3C6978409172DA7;
IL2CPP_EXTERN_C String_t* _stringLiteralBD990E5084D1A7957FB39C49642E8FC718801561;
IL2CPP_EXTERN_C String_t* _stringLiteralBE76331B95DFC399CD776D2FC68021E0DB03CC4F;
IL2CPP_EXTERN_C String_t* _stringLiteralBF5B5800D873755F8561B7C3DDABC7B8721DA197;
IL2CPP_EXTERN_C String_t* _stringLiteralC0D8332875C5C4F646382B3BC5696153EE00D307;
IL2CPP_EXTERN_C String_t* _stringLiteralC1537A6F2E3549CE099B6915F2CD99FDC7CF71A8;
IL2CPP_EXTERN_C String_t* _stringLiteralC17C8DA414C6CA095FDBF328FF6040604D20F8D1;
IL2CPP_EXTERN_C String_t* _stringLiteralC4F79177C207A928087D913659BF198F549C51DB;
IL2CPP_EXTERN_C String_t* _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A;
IL2CPP_EXTERN_C String_t* _stringLiteralC96875CD65493D1C750D893DD571449A22A4088B;
IL2CPP_EXTERN_C String_t* _stringLiteralCC11826689203B888F22525A7551A5472C324526;
IL2CPP_EXTERN_C String_t* _stringLiteralCD42DB0921D48E67B974B45BE12C7B82A3C95CBA;
IL2CPP_EXTERN_C String_t* _stringLiteralCDD7BB2816B7A8F88BCE0E47BE39943BC369516B;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD16D7D628CD98D107387446EFA61EA2CA739F09C;
IL2CPP_EXTERN_C String_t* _stringLiteralD1A95B4427548B4E3E1F2DE921C2D1E1D880FC49;
IL2CPP_EXTERN_C String_t* _stringLiteralD218BB57C5DD110F0C1C4EBBCD4EBB13D4676E85;
IL2CPP_EXTERN_C String_t* _stringLiteralD3E2CE1CDAF1E9ED947BD71F0F7E0F1954C0A59F;
IL2CPP_EXTERN_C String_t* _stringLiteralD43589193821490AA614AF154B9C1AA3DF0BE52E;
IL2CPP_EXTERN_C String_t* _stringLiteralD537DE9601F7E6932393F834B0D0775DB3F097A0;
IL2CPP_EXTERN_C String_t* _stringLiteralD54C2AA2F61603022C71493F093F0C718419CA13;
IL2CPP_EXTERN_C String_t* _stringLiteralD56264D09136A422DDA53ED63FBF5C647C8C7929;
IL2CPP_EXTERN_C String_t* _stringLiteralD622BADFE694FB96EF8E09716625EF7147069D57;
IL2CPP_EXTERN_C String_t* _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002;
IL2CPP_EXTERN_C String_t* _stringLiteralD7F97784C45FF40A17E3B7EAFB2410E4B0F1D61F;
IL2CPP_EXTERN_C String_t* _stringLiteralD8FD39D0BBDD2DCF322D8B11390A4C5825B11495;
IL2CPP_EXTERN_C String_t* _stringLiteralDA1A2FF441E25FEA54333D89DFAA7D7AA538BD39;
IL2CPP_EXTERN_C String_t* _stringLiteralDB1EBED415EF5FAB1207462330689EEC98733E05;
IL2CPP_EXTERN_C String_t* _stringLiteralDDFECA4A0C4A4F5DE5DBDCBD3F0B31F912D57617;
IL2CPP_EXTERN_C String_t* _stringLiteralDFA9F7C5CF9CE1794CF9C0A4769E326887ACC7F6;
IL2CPP_EXTERN_C String_t* _stringLiteralDFD66F31939E37D1BEA6A905700C5AB270158A03;
IL2CPP_EXTERN_C String_t* _stringLiteralE087560F8EF2AA88B7F613340B38118333C4659C;
IL2CPP_EXTERN_C String_t* _stringLiteralE1916D3670E0B53799FED6B0AD20A7528B611C66;
IL2CPP_EXTERN_C String_t* _stringLiteralE22EA1293FB042ADC10F80BDE302F0BDBA0A8509;
IL2CPP_EXTERN_C String_t* _stringLiteralE304C4B883970BA55870AB6F56838AE92558624F;
IL2CPP_EXTERN_C String_t* _stringLiteralE528F0FA8B454D4CC7FCC31E409743077B7356B5;
IL2CPP_EXTERN_C String_t* _stringLiteralE59FE4AE0F2D5EEFA23B1D43AFF0711BAD514F88;
IL2CPP_EXTERN_C String_t* _stringLiteralE5FD8B95CA139CB118C5B6320B242682FF03F11E;
IL2CPP_EXTERN_C String_t* _stringLiteralE6784EF3B4DB84AC540EA79F91BF6B5F5F6268F7;
IL2CPP_EXTERN_C String_t* _stringLiteralE71B9970057D1AC6CEEF70C1B90D21DB7352D2D4;
IL2CPP_EXTERN_C String_t* _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE81F3D0F7A80657980B8F22ADF671DD0FE276675;
IL2CPP_EXTERN_C String_t* _stringLiteralE83249BD3BA79932E16FB1FB5100DAFADE9954C2;
IL2CPP_EXTERN_C String_t* _stringLiteralE8886A3ACECFA60AB9205A2420BA4E523F804DCB;
IL2CPP_EXTERN_C String_t* _stringLiteralE963907DAC5CD5C017869B4C96C18021C9BD058B;
IL2CPP_EXTERN_C String_t* _stringLiteralE96B73E6978EA63FF75E028740D0DD976BDEF939;
IL2CPP_EXTERN_C String_t* _stringLiteralE9C45CB19BB28B479E405A620FAE51DF535B99AC;
IL2CPP_EXTERN_C String_t* _stringLiteralEB43EE1B9A259D9CDAB0980D8AEAF683EA333D30;
IL2CPP_EXTERN_C String_t* _stringLiteralEB95FA5EA69298EB71EBADF87F0202E9F218462B;
IL2CPP_EXTERN_C String_t* _stringLiteralEF4CA27700E96E604FE9945E7E5074A9ECF8AB75;
IL2CPP_EXTERN_C String_t* _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44;
IL2CPP_EXTERN_C String_t* _stringLiteralF139F7627BFF1B38DC76B828F3447277C93351C8;
IL2CPP_EXTERN_C String_t* _stringLiteralF188442DBC66C19CDD428AF51025E2FB1A7520B1;
IL2CPP_EXTERN_C String_t* _stringLiteralF50E2CF3694B8C3E0D8C6300FA597E8A1FC6D3A2;
IL2CPP_EXTERN_C String_t* _stringLiteralF588815A76BAF8A5635E8340BD685DA561A1389C;
IL2CPP_EXTERN_C String_t* _stringLiteralF6ABD7464B3DA201E305F87B1F637EF437392B54;
IL2CPP_EXTERN_C String_t* _stringLiteralF72117EEC344DFCCD4347350F62EE308B21C1630;
IL2CPP_EXTERN_C String_t* _stringLiteralF8995BA5891B07E328C60D6BD6C10159878C5A13;
IL2CPP_EXTERN_C String_t* _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902;
IL2CPP_EXTERN_C String_t* _stringLiteralFDF0C15FF7B1AE2EA7F16E59C95C151D972CB281;
IL2CPP_EXTERN_C String_t* _stringLiteralFE99C1ECED429BABF1FA9046C17B89F1D4CBE906;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m5B15F899F155D81451EDFA54DD3EF0B65BA7EE09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckNullable_TisMargin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_mE9039AF573908EA4EF46E6C796FDB9686255AAA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_m54FF69F2307D6C016E16E86D82EF2124E34305EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisIFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_m74F935C8E7C80FCE830E95C737DE20C0EB8B9792_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m8E8F5D53FDF3BFBAE9D5F1B6871AE6AD4C94A685_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_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisUpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_m02DE2DB4BD46C30004660C52A0F6200C21143CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisGlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE_m7F9D920FAB916576650F8264689100551123C2FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m9CBE5BACE00387B6A3B04046313C7FBD1C587CFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m58DF3BC5212B574A17C5A9F48F6A4A245E94F5AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_m3E934A90DA443DD14731CD0A6677CDBCAAF487C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_Register_m42C3D288954C3936E06E97287BA80005FA3B6AC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_Register_m3F54B1CE47F7838693EE1203412838546E91B2DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap_Register_mC48910226F656963655948A662D70C664A3D8D9B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_Register_m5E65FDC405855FC081CA1179A4A6A5154CBD6ECE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_Register_mA421EA07866424A89DB9863A2E47831C9E6460BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_Register_mCFB6E9220E8ACCC5899962B7BDED30047A78BE14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_FontManagerWrap_Register_m3E75820FDA2ECBF9F2C569BD21B12C69ACD9356C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_Register_mB99FA9F4E256FE116A420C4A713DD3CF0EB135E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
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
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F : public RuntimeObject
{
public:
// System.String FairyGUI.BaseFont::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// FairyGUI.NTexture FairyGUI.BaseFont::mainTexture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___mainTexture_1;
// System.Boolean FairyGUI.BaseFont::canTint
bool ___canTint_2;
// System.Boolean FairyGUI.BaseFont::customBold
bool ___customBold_3;
// System.Boolean FairyGUI.BaseFont::customBoldAndItalic
bool ___customBoldAndItalic_4;
// System.String FairyGUI.BaseFont::shader
String_t* ___shader_5;
// System.Boolean FairyGUI.BaseFont::keepCrisp
bool ___keepCrisp_6;
// FairyGUI.PackageItem FairyGUI.BaseFont::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_7;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___U3CnameU3Ek__BackingField_0)); }
inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; }
inline void set_U3CnameU3Ek__BackingField_0(String_t* value)
{
___U3CnameU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_mainTexture_1() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___mainTexture_1)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_mainTexture_1() const { return ___mainTexture_1; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_mainTexture_1() { return &___mainTexture_1; }
inline void set_mainTexture_1(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___mainTexture_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mainTexture_1), (void*)value);
}
inline static int32_t get_offset_of_canTint_2() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___canTint_2)); }
inline bool get_canTint_2() const { return ___canTint_2; }
inline bool* get_address_of_canTint_2() { return &___canTint_2; }
inline void set_canTint_2(bool value)
{
___canTint_2 = value;
}
inline static int32_t get_offset_of_customBold_3() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBold_3)); }
inline bool get_customBold_3() const { return ___customBold_3; }
inline bool* get_address_of_customBold_3() { return &___customBold_3; }
inline void set_customBold_3(bool value)
{
___customBold_3 = value;
}
inline static int32_t get_offset_of_customBoldAndItalic_4() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBoldAndItalic_4)); }
inline bool get_customBoldAndItalic_4() const { return ___customBoldAndItalic_4; }
inline bool* get_address_of_customBoldAndItalic_4() { return &___customBoldAndItalic_4; }
inline void set_customBoldAndItalic_4(bool value)
{
___customBoldAndItalic_4 = value;
}
inline static int32_t get_offset_of_shader_5() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___shader_5)); }
inline String_t* get_shader_5() const { return ___shader_5; }
inline String_t** get_address_of_shader_5() { return &___shader_5; }
inline void set_shader_5(String_t* value)
{
___shader_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shader_5), (void*)value);
}
inline static int32_t get_offset_of_keepCrisp_6() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___keepCrisp_6)); }
inline bool get_keepCrisp_6() const { return ___keepCrisp_6; }
inline bool* get_address_of_keepCrisp_6() { return &___keepCrisp_6; }
inline void set_keepCrisp_6(bool value)
{
___keepCrisp_6 = value;
}
inline static int32_t get_offset_of_packageItem_7() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___packageItem_7)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_7() const { return ___packageItem_7; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_7() { return &___packageItem_7; }
inline void set_packageItem_7(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_7), (void*)value);
}
};
// FairyGUI.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.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F : public RuntimeObject
{
public:
// FairyGUI.EventBridge FairyGUI.EventListener::_bridge
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ____bridge_0;
// System.String FairyGUI.EventListener::_type
String_t* ____type_1;
public:
inline static int32_t get_offset_of__bridge_0() { return static_cast<int32_t>(offsetof(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F, ____bridge_0)); }
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * get__bridge_0() const { return ____bridge_0; }
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 ** get_address_of__bridge_0() { return &____bridge_0; }
inline void set__bridge_0(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * value)
{
____bridge_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____bridge_0), (void*)value);
}
inline static int32_t get_offset_of__type_1() { return static_cast<int32_t>(offsetof(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F, ____type_1)); }
inline String_t* get__type_1() const { return ____type_1; }
inline String_t** get_address_of__type_1() { return &____type_1; }
inline void set__type_1(String_t* value)
{
____type_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____type_1), (void*)value);
}
};
// FairyGUI.FontManager
struct FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF : public RuntimeObject
{
public:
public:
};
struct FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont> FairyGUI.FontManager::sFontFactory
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * ___sFontFactory_0;
public:
inline static int32_t get_offset_of_sFontFactory_0() { return static_cast<int32_t>(offsetof(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields, ___sFontFactory_0)); }
inline Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * get_sFontFactory_0() const { return ___sFontFactory_0; }
inline Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 ** get_address_of_sFontFactory_0() { return &___sFontFactory_0; }
inline void set_sFontFactory_0(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * value)
{
___sFontFactory_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sFontFactory_0), (void*)value);
}
};
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 : public RuntimeObject
{
public:
// FairyGUI.Controller FairyGUI.PageOption::_controller
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____controller_0;
// System.String FairyGUI.PageOption::_id
String_t* ____id_1;
public:
inline static int32_t get_offset_of__controller_0() { return static_cast<int32_t>(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____controller_0)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__controller_0() const { return ____controller_0; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__controller_0() { return &____controller_0; }
inline void set__controller_0(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____controller_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controller_0), (void*)value);
}
inline static int32_t get_offset_of__id_1() { return static_cast<int32_t>(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____id_1)); }
inline String_t* get__id_1() const { return ____id_1; }
inline String_t** get_address_of__id_1() { return &____id_1; }
inline void set__id_1(String_t* value)
{
____id_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____id_1), (void*)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_ControllerWrap
struct FairyGUI_ControllerWrap_t9365F116E259CAAEFA6578A8952FBC993286123C : public RuntimeObject
{
public:
public:
};
// FairyGUI_DisplayObjectWrap
struct FairyGUI_DisplayObjectWrap_tFF0BAFB3F984A667A01E6602E8EFE3C479A41BE9 : public RuntimeObject
{
public:
public:
};
// FairyGUI_DynamicFontWrap
struct FairyGUI_DynamicFontWrap_t36AD81423444DF3812ECA21E25F2458B4A5388E8 : public RuntimeObject
{
public:
public:
};
// FairyGUI_EventContextWrap
struct FairyGUI_EventContextWrap_tCDB7C0FC10D8F658EED3FDCB649D8A9EEB89407A : public RuntimeObject
{
public:
public:
};
// FairyGUI_EventDispatcherWrap
struct FairyGUI_EventDispatcherWrap_t63B0F36C9FB4AD96906C9FE7985C4006D41A67D1 : public RuntimeObject
{
public:
public:
};
// FairyGUI_EventListenerWrap
struct FairyGUI_EventListenerWrap_t9A7D8A70BD0A18CF85948C1F74CAF477DD7A7807 : public RuntimeObject
{
public:
public:
};
// FairyGUI_FontManagerWrap
struct FairyGUI_FontManagerWrap_t6A880A1EAF2D0C38415883A84EE95A2B49D5A962 : public RuntimeObject
{
public:
public:
};
// FairyGUI_GButtonWrap
struct FairyGUI_GButtonWrap_tF0C8F8A28DDDE9599D7FFBB5D37FE5F9C01FEAD5 : public RuntimeObject
{
public:
public:
};
// LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>
struct StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t169C928EAE7BFB0D826110D789F5CD298EBFDEED * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_StaticFields, ___Push_0)); }
inline Action_2_t169C928EAE7BFB0D826110D789F5CD298EBFDEED * get_Push_0() const { return ___Push_0; }
inline Action_2_t169C928EAE7BFB0D826110D789F5CD298EBFDEED ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t169C928EAE7BFB0D826110D789F5CD298EBFDEED * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_StaticFields, ___Check_1)); }
inline Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * get_Check_1() const { return ___Check_1; }
inline Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_StaticFields, ___To_2)); }
inline Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * get_To_2() const { return ___To_2; }
inline Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.Rect>
struct StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t304C7FDFD4B6B0363BE6FB64A367A63C398C8CDA * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_StaticFields, ___Push_0)); }
inline Action_2_t304C7FDFD4B6B0363BE6FB64A367A63C398C8CDA * get_Push_0() const { return ___Push_0; }
inline Action_2_t304C7FDFD4B6B0363BE6FB64A367A63C398C8CDA ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t304C7FDFD4B6B0363BE6FB64A367A63C398C8CDA * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_StaticFields, ___Check_1)); }
inline Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * get_Check_1() const { return ___Check_1; }
inline Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_StaticFields, ___To_2)); }
inline Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * get_To_2() const { return ___To_2; }
inline Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.ToLua
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D : public RuntimeObject
{
public:
public:
};
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields
{
public:
// System.Type LuaInterface.ToLua::monoType
Type_t * ___monoType_0;
// LuaInterface.ToLua_LuaTableToVar[] LuaInterface.ToLua::ToVarMap
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* ___ToVarMap_1;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua_LuaPushVarObject> LuaInterface.ToLua::VarPushMap
Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * ___VarPushMap_2;
public:
inline static int32_t get_offset_of_monoType_0() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___monoType_0)); }
inline Type_t * get_monoType_0() const { return ___monoType_0; }
inline Type_t ** get_address_of_monoType_0() { return &___monoType_0; }
inline void set_monoType_0(Type_t * value)
{
___monoType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___monoType_0), (void*)value);
}
inline static int32_t get_offset_of_ToVarMap_1() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___ToVarMap_1)); }
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* get_ToVarMap_1() const { return ___ToVarMap_1; }
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6** get_address_of_ToVarMap_1() { return &___ToVarMap_1; }
inline void set_ToVarMap_1(LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* value)
{
___ToVarMap_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ToVarMap_1), (void*)value);
}
inline static int32_t get_offset_of_VarPushMap_2() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___VarPushMap_2)); }
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * get_VarPushMap_2() const { return ___VarPushMap_2; }
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA ** get_address_of_VarPushMap_2() { return &___VarPushMap_2; }
inline void set_VarPushMap_2(Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * value)
{
___VarPushMap_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___VarPushMap_2), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.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
{
};
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.Controller::name
String_t* ___name_2;
// FairyGUI.GComponent FairyGUI.Controller::parent
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___parent_3;
// System.Boolean FairyGUI.Controller::autoRadioGroupDepth
bool ___autoRadioGroupDepth_4;
// System.Boolean FairyGUI.Controller::changing
bool ___changing_5;
// System.Int32 FairyGUI.Controller::_selectedIndex
int32_t ____selectedIndex_6;
// System.Int32 FairyGUI.Controller::_previousIndex
int32_t ____previousIndex_7;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageIds
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction> FairyGUI.Controller::_actions
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * ____actions_10;
// FairyGUI.EventListener FairyGUI.Controller::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_11;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_parent_3() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___parent_3)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_parent_3() const { return ___parent_3; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_parent_3() { return &___parent_3; }
inline void set_parent_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___parent_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_3), (void*)value);
}
inline static int32_t get_offset_of_autoRadioGroupDepth_4() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___autoRadioGroupDepth_4)); }
inline bool get_autoRadioGroupDepth_4() const { return ___autoRadioGroupDepth_4; }
inline bool* get_address_of_autoRadioGroupDepth_4() { return &___autoRadioGroupDepth_4; }
inline void set_autoRadioGroupDepth_4(bool value)
{
___autoRadioGroupDepth_4 = value;
}
inline static int32_t get_offset_of_changing_5() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___changing_5)); }
inline bool get_changing_5() const { return ___changing_5; }
inline bool* get_address_of_changing_5() { return &___changing_5; }
inline void set_changing_5(bool value)
{
___changing_5 = value;
}
inline static int32_t get_offset_of__selectedIndex_6() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____selectedIndex_6)); }
inline int32_t get__selectedIndex_6() const { return ____selectedIndex_6; }
inline int32_t* get_address_of__selectedIndex_6() { return &____selectedIndex_6; }
inline void set__selectedIndex_6(int32_t value)
{
____selectedIndex_6 = value;
}
inline static int32_t get_offset_of__previousIndex_7() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____previousIndex_7)); }
inline int32_t get__previousIndex_7() const { return ____previousIndex_7; }
inline int32_t* get_address_of__previousIndex_7() { return &____previousIndex_7; }
inline void set__previousIndex_7(int32_t value)
{
____previousIndex_7 = value;
}
inline static int32_t get_offset_of__pageIds_8() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageIds_8)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageIds_8() const { return ____pageIds_8; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageIds_8() { return &____pageIds_8; }
inline void set__pageIds_8(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageIds_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageIds_8), (void*)value);
}
inline static int32_t get_offset_of__pageNames_9() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageNames_9)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageNames_9() const { return ____pageNames_9; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageNames_9() { return &____pageNames_9; }
inline void set__pageNames_9(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageNames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageNames_9), (void*)value);
}
inline static int32_t get_offset_of__actions_10() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____actions_10)); }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * get__actions_10() const { return ____actions_10; }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF ** get_address_of__actions_10() { return &____actions_10; }
inline void set__actions_10(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * value)
{
____actions_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____actions_10), (void*)value);
}
inline static int32_t get_offset_of__onChanged_11() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____onChanged_11)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_11() const { return ____onChanged_11; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_11() { return &____onChanged_11; }
inline void set__onChanged_11(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_11), (void*)value);
}
};
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields
{
public:
// System.UInt32 FairyGUI.Controller::_nextPageId
uint32_t ____nextPageId_12;
public:
inline static int32_t get_offset_of__nextPageId_12() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields, ____nextPageId_12)); }
inline uint32_t get__nextPageId_12() const { return ____nextPageId_12; }
inline uint32_t* get_address_of__nextPageId_12() { return &____nextPageId_12; }
inline void set__nextPageId_12(uint32_t value)
{
____nextPageId_12 = value;
}
};
// FairyGUI.Margin
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
{
public:
// System.Int32 FairyGUI.Margin::left
int32_t ___left_0;
// System.Int32 FairyGUI.Margin::right
int32_t ___right_1;
// System.Int32 FairyGUI.Margin::top
int32_t ___top_2;
// System.Int32 FairyGUI.Margin::bottom
int32_t ___bottom_3;
public:
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
inline int32_t get_left_0() const { return ___left_0; }
inline int32_t* get_address_of_left_0() { return &___left_0; }
inline void set_left_0(int32_t value)
{
___left_0 = value;
}
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
inline int32_t get_right_1() const { return ___right_1; }
inline int32_t* get_address_of_right_1() { return &___right_1; }
inline void set_right_1(int32_t value)
{
___right_1 = value;
}
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
inline int32_t get_top_2() const { return ___top_2; }
inline int32_t* get_address_of_top_2() { return &___top_2; }
inline void set_top_2(int32_t value)
{
___top_2 = value;
}
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
inline int32_t get_bottom_3() const { return ___bottom_3; }
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
inline void set_bottom_3(int32_t value)
{
___bottom_3 = value;
}
};
// 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.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.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.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.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.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.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.Rect
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
{
public:
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
public:
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
inline float get_m_XMin_0() const { return ___m_XMin_0; }
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
inline void set_m_XMin_0(float value)
{
___m_XMin_0 = value;
}
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
inline float get_m_YMin_1() const { return ___m_YMin_1; }
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
inline void set_m_YMin_1(float value)
{
___m_YMin_1 = value;
}
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
inline float get_m_Width_2() const { return ___m_Width_2; }
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
inline void set_m_Width_2(float value)
{
___m_Width_2 = value;
}
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
inline float get_m_Height_3() const { return ___m_Height_3; }
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
inline void set_m_Height_3(float value)
{
___m_Height_3 = value;
}
};
// UnityEngine.Vector2
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
{
public:
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
};
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
{
public:
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
public:
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___zeroVector_2 = value;
}
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___oneVector_3 = value;
}
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___upVector_4 = value;
}
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___downVector_5 = value;
}
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___leftVector_6 = value;
}
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___rightVector_7 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___positiveInfinityVector_8 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___negativeInfinityVector_9 = value;
}
};
// UnityEngine.Vector3
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
{
public:
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
public:
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
inline float get_x_2() const { return ___x_2; }
inline float* get_address_of_x_2() { return &___x_2; }
inline void set_x_2(float value)
{
___x_2 = value;
}
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
inline float get_y_3() const { return ___y_3; }
inline float* get_address_of_y_3() { return &___y_3; }
inline void set_y_3(float value)
{
___y_3 = value;
}
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
inline float get_z_4() const { return ___z_4; }
inline float* get_address_of_z_4() { return &___z_4; }
inline void set_z_4(float value)
{
___z_4 = value;
}
};
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
{
public:
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___upVector_7 = value;
}
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___downVector_8 = value;
}
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___leftVector_9 = value;
}
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rightVector_10 = value;
}
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___forwardVector_11 = value;
}
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___backVector_12 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___positiveInfinityVector_13 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___negativeInfinityVector_14 = value;
}
};
// UnityEngine.Vector4
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
{
public:
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
public:
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
inline float get_x_1() const { return ___x_1; }
inline float* get_address_of_x_1() { return &___x_1; }
inline void set_x_1(float value)
{
___x_1 = value;
}
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
inline float get_y_2() const { return ___y_2; }
inline float* get_address_of_y_2() { return &___y_2; }
inline void set_y_2(float value)
{
___y_2 = value;
}
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
inline float get_z_3() const { return ___z_3; }
inline float* get_address_of_z_3() { return &___z_3; }
inline void set_z_3(float value)
{
___z_3 = value;
}
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
inline float get_w_4() const { return ___w_4; }
inline float* get_address_of_w_4() { return &___w_4; }
inline void set_w_4(float value)
{
___w_4 = value;
}
};
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___positiveInfinityVector_7 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___negativeInfinityVector_8 = value;
}
};
// 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.ButtonMode
struct ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8
{
public:
// System.Int32 FairyGUI.ButtonMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ChildrenRenderOrder
struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280
{
public:
// System.Int32 FairyGUI.ChildrenRenderOrder::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.DestroyMethod
struct DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D
{
public:
// System.Int32 FairyGUI.DestroyMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FlipType
struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC
{
public:
// System.Int32 FairyGUI.FlipType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.GlyphInfo
struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE
{
public:
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0;
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5;
// System.Single FairyGUI.GlyphInfo::width
float ___width_6;
// System.Single FairyGUI.GlyphInfo::height
float ___height_7;
public:
inline static int32_t get_offset_of_vertMin_0() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; }
inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMin_0 = value;
}
inline static int32_t get_offset_of_vertMax_1() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; }
inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMax_1 = value;
}
inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; }
inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomLeft_2 = value;
}
inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; }
inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopLeft_3 = value;
}
inline static int32_t get_offset_of_uvTopRight_4() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; }
inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopRight_4 = value;
}
inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; }
inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomRight_5 = value;
}
inline static int32_t get_offset_of_width_6() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); }
inline float get_width_6() const { return ___width_6; }
inline float* get_address_of_width_6() { return &___width_6; }
inline void set_width_6(float value)
{
___width_6 = value;
}
inline static int32_t get_offset_of_height_7() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); }
inline float get_height_7() const { return ___height_7; }
inline float* get_address_of_height_7() { return &___height_7; }
inline void set_height_7(float value)
{
___height_7 = value;
}
};
// FairyGUI.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.UpdateContext_ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3
{
public:
// UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::soft
bool ___soft_2;
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
// System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId
uint32_t ___clipId_4;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil
bool ___stencil_5;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask
bool ___reversedMask_6;
public:
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___rect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_0() const { return ___rect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_0() { return &___rect_0; }
inline void set_rect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___rect_0 = value;
}
inline static int32_t get_offset_of_clipBox_1() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipBox_1)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_clipBox_1() const { return ___clipBox_1; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_clipBox_1() { return &___clipBox_1; }
inline void set_clipBox_1(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___clipBox_1 = value;
}
inline static int32_t get_offset_of_soft_2() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___soft_2)); }
inline bool get_soft_2() const { return ___soft_2; }
inline bool* get_address_of_soft_2() { return &___soft_2; }
inline void set_soft_2(bool value)
{
___soft_2 = value;
}
inline static int32_t get_offset_of_softness_3() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___softness_3)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_softness_3() const { return ___softness_3; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_softness_3() { return &___softness_3; }
inline void set_softness_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___softness_3 = value;
}
inline static int32_t get_offset_of_clipId_4() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipId_4)); }
inline uint32_t get_clipId_4() const { return ___clipId_4; }
inline uint32_t* get_address_of_clipId_4() { return &___clipId_4; }
inline void set_clipId_4(uint32_t value)
{
___clipId_4 = value;
}
inline static int32_t get_offset_of_stencil_5() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___stencil_5)); }
inline bool get_stencil_5() const { return ___stencil_5; }
inline bool* get_address_of_stencil_5() { return &___stencil_5; }
inline void set_stencil_5(bool value)
{
___stencil_5 = value;
}
inline static int32_t get_offset_of_reversedMask_6() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___reversedMask_6)); }
inline bool get_reversedMask_6() const { return ___reversedMask_6; }
inline bool* get_address_of_reversedMask_6() { return &___reversedMask_6; }
inline void set_reversedMask_6(bool value)
{
___reversedMask_6 = value;
}
};
// Native definition for P/Invoke marshalling of FairyGUI.UpdateContext/ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
int32_t ___soft_2;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
uint32_t ___clipId_4;
int32_t ___stencil_5;
int32_t ___reversedMask_6;
};
// Native definition for COM marshalling of FairyGUI.UpdateContext/ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
int32_t ___soft_2;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
uint32_t ___clipId_4;
int32_t ___stencil_5;
int32_t ___reversedMask_6;
};
// 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.Nullable`1<FairyGUI.Margin>
struct Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0
{
public:
// T System.Nullable`1::value
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___value_0)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get_value_0() const { return ___value_0; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Matrix4x4>
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
{
public:
// T System.Nullable`1::value
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Rect>
struct Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10
{
public:
// T System.Nullable`1::value
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___value_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_value_0() const { return ___value_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector3>
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
{
public:
// T System.Nullable`1::value
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector4>
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
{
public:
// T System.Nullable`1::value
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.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;
}
};
// 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.FontStyle
struct FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3
{
public:
// System.Int32 UnityEngine.FontStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3, ___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.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
public:
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
inline void set_m_CachedPtr_0(intptr_t value)
{
___m_CachedPtr_0 = value;
}
};
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
{
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// 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.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.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.NGraphics::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_0;
// UnityEngine.MeshFilter FairyGUI.NGraphics::<meshFilter>k__BackingField
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___U3CmeshFilterU3Ek__BackingField_1;
// UnityEngine.MeshRenderer FairyGUI.NGraphics::<meshRenderer>k__BackingField
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___U3CmeshRendererU3Ek__BackingField_2;
// UnityEngine.Mesh FairyGUI.NGraphics::<mesh>k__BackingField
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CmeshU3Ek__BackingField_3;
// FairyGUI.BlendMode FairyGUI.NGraphics::blendMode
int32_t ___blendMode_4;
// System.Boolean FairyGUI.NGraphics::dontClip
bool ___dontClip_5;
// FairyGUI.NGraphics_MeshModifier FairyGUI.NGraphics::meshModifier
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * ___meshModifier_6;
// FairyGUI.NTexture FairyGUI.NGraphics::_texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_7;
// System.String FairyGUI.NGraphics::_shader
String_t* ____shader_8;
// UnityEngine.Material FairyGUI.NGraphics::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_9;
// System.Boolean FairyGUI.NGraphics::_customMatarial
bool ____customMatarial_10;
// FairyGUI.MaterialManager FairyGUI.NGraphics::_manager
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ____manager_11;
// System.String[] FairyGUI.NGraphics::_materialKeywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____materialKeywords_12;
// FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory
RuntimeObject* ____meshFactory_13;
// System.Single FairyGUI.NGraphics::_alpha
float ____alpha_14;
// UnityEngine.Color FairyGUI.NGraphics::_color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____color_15;
// System.Boolean FairyGUI.NGraphics::_meshDirty
bool ____meshDirty_16;
// UnityEngine.Rect FairyGUI.NGraphics::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_17;
// FairyGUI.FlipType FairyGUI.NGraphics::_flip
int32_t ____flip_18;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::_vertexMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____vertexMatrix_19;
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::_cameraPosition
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ____cameraPosition_20;
// System.Boolean FairyGUI.NGraphics::hasAlphaBackup
bool ___hasAlphaBackup_21;
// System.Collections.Generic.List`1<System.Byte> FairyGUI.NGraphics::_alphaBackup
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ____alphaBackup_22;
// System.Int32 FairyGUI.NGraphics::_maskFlag
int32_t ____maskFlag_23;
// FairyGUI.StencilEraser FairyGUI.NGraphics::_stencilEraser
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * ____stencilEraser_24;
public:
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CgameObjectU3Ek__BackingField_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_0() const { return ___U3CgameObjectU3Ek__BackingField_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_0() { return &___U3CgameObjectU3Ek__BackingField_0; }
inline void set_U3CgameObjectU3Ek__BackingField_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshFilterU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshFilterU3Ek__BackingField_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_U3CmeshFilterU3Ek__BackingField_1() const { return ___U3CmeshFilterU3Ek__BackingField_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_U3CmeshFilterU3Ek__BackingField_1() { return &___U3CmeshFilterU3Ek__BackingField_1; }
inline void set_U3CmeshFilterU3Ek__BackingField_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___U3CmeshFilterU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshFilterU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshRendererU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshRendererU3Ek__BackingField_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_U3CmeshRendererU3Ek__BackingField_2() const { return ___U3CmeshRendererU3Ek__BackingField_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_U3CmeshRendererU3Ek__BackingField_2() { return &___U3CmeshRendererU3Ek__BackingField_2; }
inline void set_U3CmeshRendererU3Ek__BackingField_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___U3CmeshRendererU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshRendererU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshU3Ek__BackingField_3)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CmeshU3Ek__BackingField_3() const { return ___U3CmeshU3Ek__BackingField_3; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CmeshU3Ek__BackingField_3() { return &___U3CmeshU3Ek__BackingField_3; }
inline void set_U3CmeshU3Ek__BackingField_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___U3CmeshU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_blendMode_4() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___blendMode_4)); }
inline int32_t get_blendMode_4() const { return ___blendMode_4; }
inline int32_t* get_address_of_blendMode_4() { return &___blendMode_4; }
inline void set_blendMode_4(int32_t value)
{
___blendMode_4 = value;
}
inline static int32_t get_offset_of_dontClip_5() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___dontClip_5)); }
inline bool get_dontClip_5() const { return ___dontClip_5; }
inline bool* get_address_of_dontClip_5() { return &___dontClip_5; }
inline void set_dontClip_5(bool value)
{
___dontClip_5 = value;
}
inline static int32_t get_offset_of_meshModifier_6() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___meshModifier_6)); }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * get_meshModifier_6() const { return ___meshModifier_6; }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 ** get_address_of_meshModifier_6() { return &___meshModifier_6; }
inline void set_meshModifier_6(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * value)
{
___meshModifier_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshModifier_6), (void*)value);
}
inline static int32_t get_offset_of__texture_7() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____texture_7)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_7() const { return ____texture_7; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_7() { return &____texture_7; }
inline void set__texture_7(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____texture_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_7), (void*)value);
}
inline static int32_t get_offset_of__shader_8() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____shader_8)); }
inline String_t* get__shader_8() const { return ____shader_8; }
inline String_t** get_address_of__shader_8() { return &____shader_8; }
inline void set__shader_8(String_t* value)
{
____shader_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shader_8), (void*)value);
}
inline static int32_t get_offset_of__material_9() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____material_9)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_9() const { return ____material_9; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_9() { return &____material_9; }
inline void set__material_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_9), (void*)value);
}
inline static int32_t get_offset_of__customMatarial_10() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____customMatarial_10)); }
inline bool get__customMatarial_10() const { return ____customMatarial_10; }
inline bool* get_address_of__customMatarial_10() { return &____customMatarial_10; }
inline void set__customMatarial_10(bool value)
{
____customMatarial_10 = value;
}
inline static int32_t get_offset_of__manager_11() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____manager_11)); }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get__manager_11() const { return ____manager_11; }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of__manager_11() { return &____manager_11; }
inline void set__manager_11(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
{
____manager_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_11), (void*)value);
}
inline static int32_t get_offset_of__materialKeywords_12() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____materialKeywords_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__materialKeywords_12() const { return ____materialKeywords_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__materialKeywords_12() { return &____materialKeywords_12; }
inline void set__materialKeywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____materialKeywords_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialKeywords_12), (void*)value);
}
inline static int32_t get_offset_of__meshFactory_13() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshFactory_13)); }
inline RuntimeObject* get__meshFactory_13() const { return ____meshFactory_13; }
inline RuntimeObject** get_address_of__meshFactory_13() { return &____meshFactory_13; }
inline void set__meshFactory_13(RuntimeObject* value)
{
____meshFactory_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____meshFactory_13), (void*)value);
}
inline static int32_t get_offset_of__alpha_14() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alpha_14)); }
inline float get__alpha_14() const { return ____alpha_14; }
inline float* get_address_of__alpha_14() { return &____alpha_14; }
inline void set__alpha_14(float value)
{
____alpha_14 = value;
}
inline static int32_t get_offset_of__color_15() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____color_15)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__color_15() const { return ____color_15; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__color_15() { return &____color_15; }
inline void set__color_15(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____color_15 = value;
}
inline static int32_t get_offset_of__meshDirty_16() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshDirty_16)); }
inline bool get__meshDirty_16() const { return ____meshDirty_16; }
inline bool* get_address_of__meshDirty_16() { return &____meshDirty_16; }
inline void set__meshDirty_16(bool value)
{
____meshDirty_16 = value;
}
inline static int32_t get_offset_of__contentRect_17() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____contentRect_17)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_17() const { return ____contentRect_17; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_17() { return &____contentRect_17; }
inline void set__contentRect_17(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_17 = value;
}
inline static int32_t get_offset_of__flip_18() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____flip_18)); }
inline int32_t get__flip_18() const { return ____flip_18; }
inline int32_t* get_address_of__flip_18() { return &____flip_18; }
inline void set__flip_18(int32_t value)
{
____flip_18 = value;
}
inline static int32_t get_offset_of__vertexMatrix_19() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____vertexMatrix_19)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__vertexMatrix_19() const { return ____vertexMatrix_19; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__vertexMatrix_19() { return &____vertexMatrix_19; }
inline void set__vertexMatrix_19(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____vertexMatrix_19 = value;
}
inline static int32_t get_offset_of__cameraPosition_20() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____cameraPosition_20)); }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 get__cameraPosition_20() const { return ____cameraPosition_20; }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * get_address_of__cameraPosition_20() { return &____cameraPosition_20; }
inline void set__cameraPosition_20(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 value)
{
____cameraPosition_20 = value;
}
inline static int32_t get_offset_of_hasAlphaBackup_21() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___hasAlphaBackup_21)); }
inline bool get_hasAlphaBackup_21() const { return ___hasAlphaBackup_21; }
inline bool* get_address_of_hasAlphaBackup_21() { return &___hasAlphaBackup_21; }
inline void set_hasAlphaBackup_21(bool value)
{
___hasAlphaBackup_21 = value;
}
inline static int32_t get_offset_of__alphaBackup_22() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alphaBackup_22)); }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get__alphaBackup_22() const { return ____alphaBackup_22; }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of__alphaBackup_22() { return &____alphaBackup_22; }
inline void set__alphaBackup_22(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
{
____alphaBackup_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaBackup_22), (void*)value);
}
inline static int32_t get_offset_of__maskFlag_23() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____maskFlag_23)); }
inline int32_t get__maskFlag_23() const { return ____maskFlag_23; }
inline int32_t* get_address_of__maskFlag_23() { return &____maskFlag_23; }
inline void set__maskFlag_23(int32_t value)
{
____maskFlag_23 = value;
}
inline static int32_t get_offset_of__stencilEraser_24() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____stencilEraser_24)); }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * get__stencilEraser_24() const { return ____stencilEraser_24; }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B ** get_address_of__stencilEraser_24() { return &____stencilEraser_24; }
inline void set__stencilEraser_24(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * value)
{
____stencilEraser_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stencilEraser_24), (void*)value);
}
};
// FairyGUI.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;
}
};
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 : public RuntimeObject
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext_ClipInfo> FairyGUI.UpdateContext::_clipStack
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * ____clipStack_0;
// System.Boolean FairyGUI.UpdateContext::clipped
bool ___clipped_1;
// FairyGUI.UpdateContext_ClipInfo FairyGUI.UpdateContext::clipInfo
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___clipInfo_2;
// System.Int32 FairyGUI.UpdateContext::renderingOrder
int32_t ___renderingOrder_3;
// System.Int32 FairyGUI.UpdateContext::batchingDepth
int32_t ___batchingDepth_4;
// System.Int32 FairyGUI.UpdateContext::rectMaskDepth
int32_t ___rectMaskDepth_5;
// System.Int32 FairyGUI.UpdateContext::stencilReferenceValue
int32_t ___stencilReferenceValue_6;
// System.Single FairyGUI.UpdateContext::alpha
float ___alpha_7;
// System.Boolean FairyGUI.UpdateContext::grayed
bool ___grayed_8;
public:
inline static int32_t get_offset_of__clipStack_0() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ____clipStack_0)); }
inline Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * get__clipStack_0() const { return ____clipStack_0; }
inline Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 ** get_address_of__clipStack_0() { return &____clipStack_0; }
inline void set__clipStack_0(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * value)
{
____clipStack_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clipStack_0), (void*)value);
}
inline static int32_t get_offset_of_clipped_1() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___clipped_1)); }
inline bool get_clipped_1() const { return ___clipped_1; }
inline bool* get_address_of_clipped_1() { return &___clipped_1; }
inline void set_clipped_1(bool value)
{
___clipped_1 = value;
}
inline static int32_t get_offset_of_clipInfo_2() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___clipInfo_2)); }
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 get_clipInfo_2() const { return ___clipInfo_2; }
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * get_address_of_clipInfo_2() { return &___clipInfo_2; }
inline void set_clipInfo_2(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 value)
{
___clipInfo_2 = value;
}
inline static int32_t get_offset_of_renderingOrder_3() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___renderingOrder_3)); }
inline int32_t get_renderingOrder_3() const { return ___renderingOrder_3; }
inline int32_t* get_address_of_renderingOrder_3() { return &___renderingOrder_3; }
inline void set_renderingOrder_3(int32_t value)
{
___renderingOrder_3 = value;
}
inline static int32_t get_offset_of_batchingDepth_4() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___batchingDepth_4)); }
inline int32_t get_batchingDepth_4() const { return ___batchingDepth_4; }
inline int32_t* get_address_of_batchingDepth_4() { return &___batchingDepth_4; }
inline void set_batchingDepth_4(int32_t value)
{
___batchingDepth_4 = value;
}
inline static int32_t get_offset_of_rectMaskDepth_5() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___rectMaskDepth_5)); }
inline int32_t get_rectMaskDepth_5() const { return ___rectMaskDepth_5; }
inline int32_t* get_address_of_rectMaskDepth_5() { return &___rectMaskDepth_5; }
inline void set_rectMaskDepth_5(int32_t value)
{
___rectMaskDepth_5 = value;
}
inline static int32_t get_offset_of_stencilReferenceValue_6() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___stencilReferenceValue_6)); }
inline int32_t get_stencilReferenceValue_6() const { return ___stencilReferenceValue_6; }
inline int32_t* get_address_of_stencilReferenceValue_6() { return &___stencilReferenceValue_6; }
inline void set_stencilReferenceValue_6(int32_t value)
{
___stencilReferenceValue_6 = value;
}
inline static int32_t get_offset_of_alpha_7() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___alpha_7)); }
inline float get_alpha_7() const { return ___alpha_7; }
inline float* get_address_of_alpha_7() { return &___alpha_7; }
inline void set_alpha_7(float value)
{
___alpha_7 = value;
}
inline static int32_t get_offset_of_grayed_8() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___grayed_8)); }
inline bool get_grayed_8() const { return ___grayed_8; }
inline bool* get_address_of_grayed_8() { return &___grayed_8; }
inline void set_grayed_8(bool value)
{
___grayed_8 = value;
}
};
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields
{
public:
// FairyGUI.UpdateContext FairyGUI.UpdateContext::current
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___current_9;
// System.UInt32 FairyGUI.UpdateContext::frameId
uint32_t ___frameId_10;
// System.Boolean FairyGUI.UpdateContext::working
bool ___working_11;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::OnBegin
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___OnBegin_12;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::OnEnd
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___OnEnd_13;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::_tmpBegin
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____tmpBegin_14;
public:
inline static int32_t get_offset_of_current_9() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___current_9)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get_current_9() const { return ___current_9; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of_current_9() { return &___current_9; }
inline void set_current_9(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
___current_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value);
}
inline static int32_t get_offset_of_frameId_10() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___frameId_10)); }
inline uint32_t get_frameId_10() const { return ___frameId_10; }
inline uint32_t* get_address_of_frameId_10() { return &___frameId_10; }
inline void set_frameId_10(uint32_t value)
{
___frameId_10 = value;
}
inline static int32_t get_offset_of_working_11() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___working_11)); }
inline bool get_working_11() const { return ___working_11; }
inline bool* get_address_of_working_11() { return &___working_11; }
inline void set_working_11(bool value)
{
___working_11 = value;
}
inline static int32_t get_offset_of_OnBegin_12() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___OnBegin_12)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_OnBegin_12() const { return ___OnBegin_12; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_OnBegin_12() { return &___OnBegin_12; }
inline void set_OnBegin_12(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___OnBegin_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnBegin_12), (void*)value);
}
inline static int32_t get_offset_of_OnEnd_13() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___OnEnd_13)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_OnEnd_13() const { return ___OnEnd_13; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_OnEnd_13() { return &___OnEnd_13; }
inline void set_OnEnd_13(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___OnEnd_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnEnd_13), (void*)value);
}
inline static int32_t get_offset_of__tmpBegin_14() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ____tmpBegin_14)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__tmpBegin_14() const { return ____tmpBegin_14; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__tmpBegin_14() { return &____tmpBegin_14; }
inline void set__tmpBegin_14(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____tmpBegin_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tmpBegin_14), (void*)value);
}
};
// LuaInterface.LuaFunction
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
{
public:
// System.Int32 LuaInterface.LuaFunction::oldTop
int32_t ___oldTop_7;
// System.Int32 LuaInterface.LuaFunction::argCount
int32_t ___argCount_8;
// System.Int32 LuaInterface.LuaFunction::stackPos
int32_t ___stackPos_9;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction_FuncData> LuaInterface.LuaFunction::stack
Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * ___stack_10;
public:
inline static int32_t get_offset_of_oldTop_7() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___oldTop_7)); }
inline int32_t get_oldTop_7() const { return ___oldTop_7; }
inline int32_t* get_address_of_oldTop_7() { return &___oldTop_7; }
inline void set_oldTop_7(int32_t value)
{
___oldTop_7 = value;
}
inline static int32_t get_offset_of_argCount_8() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___argCount_8)); }
inline int32_t get_argCount_8() const { return ___argCount_8; }
inline int32_t* get_address_of_argCount_8() { return &___argCount_8; }
inline void set_argCount_8(int32_t value)
{
___argCount_8 = value;
}
inline static int32_t get_offset_of_stackPos_9() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stackPos_9)); }
inline int32_t get_stackPos_9() const { return ___stackPos_9; }
inline int32_t* get_address_of_stackPos_9() { return &___stackPos_9; }
inline void set_stackPos_9(int32_t value)
{
___stackPos_9 = value;
}
inline static int32_t get_offset_of_stack_10() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stack_10)); }
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * get_stack_10() const { return ___stack_10; }
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 ** get_address_of_stack_10() { return &___stack_10; }
inline void set_stack_10(Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * value)
{
___stack_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stack_10), (void*)value);
}
};
// LuaInterface.LuaState
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE : public LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C
{
public:
// LuaInterface.ObjectTranslator LuaInterface.LuaState::translator
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_2;
// LuaInterface.LuaReflection LuaInterface.LuaState::reflection
LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * ___reflection_3;
// System.Int32 LuaInterface.LuaState::<ArrayMetatable>k__BackingField
int32_t ___U3CArrayMetatableU3Ek__BackingField_4;
// System.Int32 LuaInterface.LuaState::<DelegateMetatable>k__BackingField
int32_t ___U3CDelegateMetatableU3Ek__BackingField_5;
// System.Int32 LuaInterface.LuaState::<TypeMetatable>k__BackingField
int32_t ___U3CTypeMetatableU3Ek__BackingField_6;
// System.Int32 LuaInterface.LuaState::<EnumMetatable>k__BackingField
int32_t ___U3CEnumMetatableU3Ek__BackingField_7;
// System.Int32 LuaInterface.LuaState::<IterMetatable>k__BackingField
int32_t ___U3CIterMetatableU3Ek__BackingField_8;
// System.Int32 LuaInterface.LuaState::<EventMetatable>k__BackingField
int32_t ___U3CEventMetatableU3Ek__BackingField_9;
// System.Int32 LuaInterface.LuaState::<PackBounds>k__BackingField
int32_t ___U3CPackBoundsU3Ek__BackingField_10;
// System.Int32 LuaInterface.LuaState::<UnpackBounds>k__BackingField
int32_t ___U3CUnpackBoundsU3Ek__BackingField_11;
// System.Int32 LuaInterface.LuaState::<PackRay>k__BackingField
int32_t ___U3CPackRayU3Ek__BackingField_12;
// System.Int32 LuaInterface.LuaState::<UnpackRay>k__BackingField
int32_t ___U3CUnpackRayU3Ek__BackingField_13;
// System.Int32 LuaInterface.LuaState::<PackRaycastHit>k__BackingField
int32_t ___U3CPackRaycastHitU3Ek__BackingField_14;
// System.Int32 LuaInterface.LuaState::<PackTouch>k__BackingField
int32_t ___U3CPackTouchU3Ek__BackingField_15;
// System.Action LuaInterface.LuaState::OnDestroy
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___OnDestroy_16;
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference> LuaInterface.LuaState::funcMap
Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * ___funcMap_17;
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference> LuaInterface.LuaState::funcRefMap
Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * ___funcRefMap_18;
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference> LuaInterface.LuaState::delegateMap
Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * ___delegateMap_19;
// System.Collections.Generic.List`1<LuaInterface.GCRef> LuaInterface.LuaState::gcList
List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * ___gcList_20;
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef> LuaInterface.LuaState::subList
List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * ___subList_21;
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32> LuaInterface.LuaState::metaMap
Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * ___metaMap_22;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object> LuaInterface.LuaState::enumMap
Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * ___enumMap_23;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction> LuaInterface.LuaState::preLoadMap
Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * ___preLoadMap_24;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type> LuaInterface.LuaState::typeMap
Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * ___typeMap_25;
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::genericSet
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___genericSet_26;
// System.Collections.Generic.HashSet`1<System.String> LuaInterface.LuaState::moduleSet
HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * ___moduleSet_27;
// System.Int32 LuaInterface.LuaState::beginCount
int32_t ___beginCount_31;
// System.Boolean LuaInterface.LuaState::beLogGC
bool ___beLogGC_32;
// System.Boolean LuaInterface.LuaState::bInjectionInited
bool ___bInjectionInited_33;
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::missSet
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___missSet_34;
public:
inline static int32_t get_offset_of_translator_2() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___translator_2)); }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_2() const { return ___translator_2; }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_2() { return &___translator_2; }
inline void set_translator_2(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
{
___translator_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___translator_2), (void*)value);
}
inline static int32_t get_offset_of_reflection_3() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___reflection_3)); }
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * get_reflection_3() const { return ___reflection_3; }
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F ** get_address_of_reflection_3() { return &___reflection_3; }
inline void set_reflection_3(LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * value)
{
___reflection_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reflection_3), (void*)value);
}
inline static int32_t get_offset_of_U3CArrayMetatableU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CArrayMetatableU3Ek__BackingField_4)); }
inline int32_t get_U3CArrayMetatableU3Ek__BackingField_4() const { return ___U3CArrayMetatableU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CArrayMetatableU3Ek__BackingField_4() { return &___U3CArrayMetatableU3Ek__BackingField_4; }
inline void set_U3CArrayMetatableU3Ek__BackingField_4(int32_t value)
{
___U3CArrayMetatableU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CDelegateMetatableU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CDelegateMetatableU3Ek__BackingField_5)); }
inline int32_t get_U3CDelegateMetatableU3Ek__BackingField_5() const { return ___U3CDelegateMetatableU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CDelegateMetatableU3Ek__BackingField_5() { return &___U3CDelegateMetatableU3Ek__BackingField_5; }
inline void set_U3CDelegateMetatableU3Ek__BackingField_5(int32_t value)
{
___U3CDelegateMetatableU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CTypeMetatableU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CTypeMetatableU3Ek__BackingField_6)); }
inline int32_t get_U3CTypeMetatableU3Ek__BackingField_6() const { return ___U3CTypeMetatableU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CTypeMetatableU3Ek__BackingField_6() { return &___U3CTypeMetatableU3Ek__BackingField_6; }
inline void set_U3CTypeMetatableU3Ek__BackingField_6(int32_t value)
{
___U3CTypeMetatableU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CEnumMetatableU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEnumMetatableU3Ek__BackingField_7)); }
inline int32_t get_U3CEnumMetatableU3Ek__BackingField_7() const { return ___U3CEnumMetatableU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CEnumMetatableU3Ek__BackingField_7() { return &___U3CEnumMetatableU3Ek__BackingField_7; }
inline void set_U3CEnumMetatableU3Ek__BackingField_7(int32_t value)
{
___U3CEnumMetatableU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CIterMetatableU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CIterMetatableU3Ek__BackingField_8)); }
inline int32_t get_U3CIterMetatableU3Ek__BackingField_8() const { return ___U3CIterMetatableU3Ek__BackingField_8; }
inline int32_t* get_address_of_U3CIterMetatableU3Ek__BackingField_8() { return &___U3CIterMetatableU3Ek__BackingField_8; }
inline void set_U3CIterMetatableU3Ek__BackingField_8(int32_t value)
{
___U3CIterMetatableU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_U3CEventMetatableU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEventMetatableU3Ek__BackingField_9)); }
inline int32_t get_U3CEventMetatableU3Ek__BackingField_9() const { return ___U3CEventMetatableU3Ek__BackingField_9; }
inline int32_t* get_address_of_U3CEventMetatableU3Ek__BackingField_9() { return &___U3CEventMetatableU3Ek__BackingField_9; }
inline void set_U3CEventMetatableU3Ek__BackingField_9(int32_t value)
{
___U3CEventMetatableU3Ek__BackingField_9 = value;
}
inline static int32_t get_offset_of_U3CPackBoundsU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackBoundsU3Ek__BackingField_10)); }
inline int32_t get_U3CPackBoundsU3Ek__BackingField_10() const { return ___U3CPackBoundsU3Ek__BackingField_10; }
inline int32_t* get_address_of_U3CPackBoundsU3Ek__BackingField_10() { return &___U3CPackBoundsU3Ek__BackingField_10; }
inline void set_U3CPackBoundsU3Ek__BackingField_10(int32_t value)
{
___U3CPackBoundsU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_U3CUnpackBoundsU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackBoundsU3Ek__BackingField_11)); }
inline int32_t get_U3CUnpackBoundsU3Ek__BackingField_11() const { return ___U3CUnpackBoundsU3Ek__BackingField_11; }
inline int32_t* get_address_of_U3CUnpackBoundsU3Ek__BackingField_11() { return &___U3CUnpackBoundsU3Ek__BackingField_11; }
inline void set_U3CUnpackBoundsU3Ek__BackingField_11(int32_t value)
{
___U3CUnpackBoundsU3Ek__BackingField_11 = value;
}
inline static int32_t get_offset_of_U3CPackRayU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRayU3Ek__BackingField_12)); }
inline int32_t get_U3CPackRayU3Ek__BackingField_12() const { return ___U3CPackRayU3Ek__BackingField_12; }
inline int32_t* get_address_of_U3CPackRayU3Ek__BackingField_12() { return &___U3CPackRayU3Ek__BackingField_12; }
inline void set_U3CPackRayU3Ek__BackingField_12(int32_t value)
{
___U3CPackRayU3Ek__BackingField_12 = value;
}
inline static int32_t get_offset_of_U3CUnpackRayU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackRayU3Ek__BackingField_13)); }
inline int32_t get_U3CUnpackRayU3Ek__BackingField_13() const { return ___U3CUnpackRayU3Ek__BackingField_13; }
inline int32_t* get_address_of_U3CUnpackRayU3Ek__BackingField_13() { return &___U3CUnpackRayU3Ek__BackingField_13; }
inline void set_U3CUnpackRayU3Ek__BackingField_13(int32_t value)
{
___U3CUnpackRayU3Ek__BackingField_13 = value;
}
inline static int32_t get_offset_of_U3CPackRaycastHitU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRaycastHitU3Ek__BackingField_14)); }
inline int32_t get_U3CPackRaycastHitU3Ek__BackingField_14() const { return ___U3CPackRaycastHitU3Ek__BackingField_14; }
inline int32_t* get_address_of_U3CPackRaycastHitU3Ek__BackingField_14() { return &___U3CPackRaycastHitU3Ek__BackingField_14; }
inline void set_U3CPackRaycastHitU3Ek__BackingField_14(int32_t value)
{
___U3CPackRaycastHitU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CPackTouchU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackTouchU3Ek__BackingField_15)); }
inline int32_t get_U3CPackTouchU3Ek__BackingField_15() const { return ___U3CPackTouchU3Ek__BackingField_15; }
inline int32_t* get_address_of_U3CPackTouchU3Ek__BackingField_15() { return &___U3CPackTouchU3Ek__BackingField_15; }
inline void set_U3CPackTouchU3Ek__BackingField_15(int32_t value)
{
___U3CPackTouchU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_OnDestroy_16() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___OnDestroy_16)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_OnDestroy_16() const { return ___OnDestroy_16; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_OnDestroy_16() { return &___OnDestroy_16; }
inline void set_OnDestroy_16(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___OnDestroy_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnDestroy_16), (void*)value);
}
inline static int32_t get_offset_of_funcMap_17() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcMap_17)); }
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * get_funcMap_17() const { return ___funcMap_17; }
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 ** get_address_of_funcMap_17() { return &___funcMap_17; }
inline void set_funcMap_17(Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * value)
{
___funcMap_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___funcMap_17), (void*)value);
}
inline static int32_t get_offset_of_funcRefMap_18() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcRefMap_18)); }
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * get_funcRefMap_18() const { return ___funcRefMap_18; }
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 ** get_address_of_funcRefMap_18() { return &___funcRefMap_18; }
inline void set_funcRefMap_18(Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * value)
{
___funcRefMap_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___funcRefMap_18), (void*)value);
}
inline static int32_t get_offset_of_delegateMap_19() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___delegateMap_19)); }
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * get_delegateMap_19() const { return ___delegateMap_19; }
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 ** get_address_of_delegateMap_19() { return &___delegateMap_19; }
inline void set_delegateMap_19(Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * value)
{
___delegateMap_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegateMap_19), (void*)value);
}
inline static int32_t get_offset_of_gcList_20() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___gcList_20)); }
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * get_gcList_20() const { return ___gcList_20; }
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F ** get_address_of_gcList_20() { return &___gcList_20; }
inline void set_gcList_20(List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * value)
{
___gcList_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gcList_20), (void*)value);
}
inline static int32_t get_offset_of_subList_21() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___subList_21)); }
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * get_subList_21() const { return ___subList_21; }
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 ** get_address_of_subList_21() { return &___subList_21; }
inline void set_subList_21(List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * value)
{
___subList_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___subList_21), (void*)value);
}
inline static int32_t get_offset_of_metaMap_22() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___metaMap_22)); }
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * get_metaMap_22() const { return ___metaMap_22; }
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F ** get_address_of_metaMap_22() { return &___metaMap_22; }
inline void set_metaMap_22(Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * value)
{
___metaMap_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___metaMap_22), (void*)value);
}
inline static int32_t get_offset_of_enumMap_23() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___enumMap_23)); }
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * get_enumMap_23() const { return ___enumMap_23; }
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 ** get_address_of_enumMap_23() { return &___enumMap_23; }
inline void set_enumMap_23(Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * value)
{
___enumMap_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumMap_23), (void*)value);
}
inline static int32_t get_offset_of_preLoadMap_24() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___preLoadMap_24)); }
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * get_preLoadMap_24() const { return ___preLoadMap_24; }
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 ** get_address_of_preLoadMap_24() { return &___preLoadMap_24; }
inline void set_preLoadMap_24(Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * value)
{
___preLoadMap_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___preLoadMap_24), (void*)value);
}
inline static int32_t get_offset_of_typeMap_25() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___typeMap_25)); }
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * get_typeMap_25() const { return ___typeMap_25; }
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 ** get_address_of_typeMap_25() { return &___typeMap_25; }
inline void set_typeMap_25(Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * value)
{
___typeMap_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typeMap_25), (void*)value);
}
inline static int32_t get_offset_of_genericSet_26() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___genericSet_26)); }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_genericSet_26() const { return ___genericSet_26; }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_genericSet_26() { return &___genericSet_26; }
inline void set_genericSet_26(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
{
___genericSet_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___genericSet_26), (void*)value);
}
inline static int32_t get_offset_of_moduleSet_27() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___moduleSet_27)); }
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * get_moduleSet_27() const { return ___moduleSet_27; }
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A ** get_address_of_moduleSet_27() { return &___moduleSet_27; }
inline void set_moduleSet_27(HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * value)
{
___moduleSet_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___moduleSet_27), (void*)value);
}
inline static int32_t get_offset_of_beginCount_31() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beginCount_31)); }
inline int32_t get_beginCount_31() const { return ___beginCount_31; }
inline int32_t* get_address_of_beginCount_31() { return &___beginCount_31; }
inline void set_beginCount_31(int32_t value)
{
___beginCount_31 = value;
}
inline static int32_t get_offset_of_beLogGC_32() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beLogGC_32)); }
inline bool get_beLogGC_32() const { return ___beLogGC_32; }
inline bool* get_address_of_beLogGC_32() { return &___beLogGC_32; }
inline void set_beLogGC_32(bool value)
{
___beLogGC_32 = value;
}
inline static int32_t get_offset_of_bInjectionInited_33() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___bInjectionInited_33)); }
inline bool get_bInjectionInited_33() const { return ___bInjectionInited_33; }
inline bool* get_address_of_bInjectionInited_33() { return &___bInjectionInited_33; }
inline void set_bInjectionInited_33(bool value)
{
___bInjectionInited_33 = value;
}
inline static int32_t get_offset_of_missSet_34() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___missSet_34)); }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_missSet_34() const { return ___missSet_34; }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_missSet_34() { return &___missSet_34; }
inline void set_missSet_34(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
{
___missSet_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___missSet_34), (void*)value);
}
};
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields
{
public:
// LuaInterface.LuaState LuaInterface.LuaState::mainState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___mainState_28;
// LuaInterface.LuaState LuaInterface.LuaState::injectionState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___injectionState_29;
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState> LuaInterface.LuaState::stateMap
Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * ___stateMap_30;
public:
inline static int32_t get_offset_of_mainState_28() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___mainState_28)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_mainState_28() const { return ___mainState_28; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_mainState_28() { return &___mainState_28; }
inline void set_mainState_28(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___mainState_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mainState_28), (void*)value);
}
inline static int32_t get_offset_of_injectionState_29() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___injectionState_29)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_injectionState_29() const { return ___injectionState_29; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_injectionState_29() { return &___injectionState_29; }
inline void set_injectionState_29(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___injectionState_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___injectionState_29), (void*)value);
}
inline static int32_t get_offset_of_stateMap_30() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___stateMap_30)); }
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * get_stateMap_30() const { return ___stateMap_30; }
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 ** get_address_of_stateMap_30() { return &___stateMap_30; }
inline void set_stateMap_30(Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * value)
{
___stateMap_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stateMap_30), (void*)value);
}
};
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
{
public:
public:
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.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.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313
{
public:
// System.Int32 UnityEngine.CharacterInfo::index
int32_t ___index_0;
// UnityEngine.Rect UnityEngine.CharacterInfo::uv
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
// UnityEngine.Rect UnityEngine.CharacterInfo::vert
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
// System.Single UnityEngine.CharacterInfo::width
float ___width_3;
// System.Int32 UnityEngine.CharacterInfo::size
int32_t ___size_4;
// UnityEngine.FontStyle UnityEngine.CharacterInfo::style
int32_t ___style_5;
// System.Boolean UnityEngine.CharacterInfo::flipped
bool ___flipped_6;
public:
inline static int32_t get_offset_of_index_0() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___index_0)); }
inline int32_t get_index_0() const { return ___index_0; }
inline int32_t* get_address_of_index_0() { return &___index_0; }
inline void set_index_0(int32_t value)
{
___index_0 = value;
}
inline static int32_t get_offset_of_uv_1() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___uv_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uv_1() const { return ___uv_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uv_1() { return &___uv_1; }
inline void set_uv_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uv_1 = value;
}
inline static int32_t get_offset_of_vert_2() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___vert_2)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_vert_2() const { return ___vert_2; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_vert_2() { return &___vert_2; }
inline void set_vert_2(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___vert_2 = value;
}
inline static int32_t get_offset_of_width_3() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___width_3)); }
inline float get_width_3() const { return ___width_3; }
inline float* get_address_of_width_3() { return &___width_3; }
inline void set_width_3(float value)
{
___width_3 = value;
}
inline static int32_t get_offset_of_size_4() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___size_4)); }
inline int32_t get_size_4() const { return ___size_4; }
inline int32_t* get_address_of_size_4() { return &___size_4; }
inline void set_size_4(int32_t value)
{
___size_4 = value;
}
inline static int32_t get_offset_of_style_5() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___style_5)); }
inline int32_t get_style_5() const { return ___style_5; }
inline int32_t* get_address_of_style_5() { return &___style_5; }
inline void set_style_5(int32_t value)
{
___style_5 = value;
}
inline static int32_t get_offset_of_flipped_6() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___flipped_6)); }
inline bool get_flipped_6() const { return ___flipped_6; }
inline bool* get_address_of_flipped_6() { return &___flipped_6; }
inline void set_flipped_6(bool value)
{
___flipped_6 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313_marshaled_pinvoke
{
int32_t ___index_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// Native definition for COM marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313_marshaled_com
{
int32_t ___index_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// UnityEngine.RenderMode FairyGUI.Container::renderMode
int32_t ___renderMode_52;
// UnityEngine.Camera FairyGUI.Container::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
// System.Boolean FairyGUI.Container::opaque
bool ___opaque_54;
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
// FairyGUI.IHitTest FairyGUI.Container::hitArea
RuntimeObject* ___hitArea_56;
// System.Boolean FairyGUI.Container::touchChildren
bool ___touchChildren_57;
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
// System.Boolean FairyGUI.Container::reversedMask
bool ___reversedMask_59;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
// FairyGUI.DisplayObject FairyGUI.Container::_mask
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
// System.Boolean FairyGUI.Container::_fBatchingRequested
bool ____fBatchingRequested_63;
// System.Boolean FairyGUI.Container::_fBatchingRoot
bool ____fBatchingRoot_64;
// System.Boolean FairyGUI.Container::_fBatching
bool ____fBatching_65;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
// System.Boolean FairyGUI.Container::_isPanel
bool ____isPanel_67;
// System.Int32 FairyGUI.Container::_panelOrder
int32_t ____panelOrder_68;
public:
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
inline void set_renderMode_52(int32_t value)
{
___renderMode_52 = value;
}
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
}
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
inline bool get_opaque_54() const { return ___opaque_54; }
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
inline void set_opaque_54(bool value)
{
___opaque_54 = value;
}
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
{
___clipSoftness_55 = value;
}
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
inline void set_hitArea_56(RuntimeObject* value)
{
___hitArea_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
}
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
inline void set_touchChildren_57(bool value)
{
___touchChildren_57 = value;
}
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onUpdate_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
}
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
inline void set_reversedMask_59(bool value)
{
___reversedMask_59 = value;
}
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____children_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
}
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____mask_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
}
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____clipRect_62 = value;
}
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
inline void set__fBatchingRequested_63(bool value)
{
____fBatchingRequested_63 = value;
}
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
inline void set__fBatchingRoot_64(bool value)
{
____fBatchingRoot_64 = value;
}
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
inline bool get__fBatching_65() const { return ____fBatching_65; }
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
inline void set__fBatching_65(bool value)
{
____fBatching_65 = value;
}
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____descendants_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
}
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
inline bool get__isPanel_67() const { return ____isPanel_67; }
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
inline void set__isPanel_67(bool value)
{
____isPanel_67 = value;
}
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
inline void set__panelOrder_68(int32_t value)
{
____panelOrder_68 = value;
}
};
// FairyGUI.DynamicFont
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 : public BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F
{
public:
// UnityEngine.Font FairyGUI.DynamicFont::_font
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ____font_8;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont_RenderInfo> FairyGUI.DynamicFont::_renderInfo
Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * ____renderInfo_9;
// FairyGUI.DynamicFont_RenderInfo FairyGUI.DynamicFont::_lastRenderInfo
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * ____lastRenderInfo_10;
// System.Int32 FairyGUI.DynamicFont::_lastFontSize
int32_t ____lastFontSize_11;
// System.Int32 FairyGUI.DynamicFont::_size
int32_t ____size_12;
// UnityEngine.FontStyle FairyGUI.DynamicFont::_style
int32_t ____style_13;
// System.String FairyGUI.DynamicFont::_path
String_t* ____path_14;
public:
inline static int32_t get_offset_of__font_8() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____font_8)); }
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * get__font_8() const { return ____font_8; }
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 ** get_address_of__font_8() { return &____font_8; }
inline void set__font_8(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * value)
{
____font_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____font_8), (void*)value);
}
inline static int32_t get_offset_of__renderInfo_9() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____renderInfo_9)); }
inline Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * get__renderInfo_9() const { return ____renderInfo_9; }
inline Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 ** get_address_of__renderInfo_9() { return &____renderInfo_9; }
inline void set__renderInfo_9(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * value)
{
____renderInfo_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renderInfo_9), (void*)value);
}
inline static int32_t get_offset_of__lastRenderInfo_10() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____lastRenderInfo_10)); }
inline RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * get__lastRenderInfo_10() const { return ____lastRenderInfo_10; }
inline RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 ** get_address_of__lastRenderInfo_10() { return &____lastRenderInfo_10; }
inline void set__lastRenderInfo_10(RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * value)
{
____lastRenderInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastRenderInfo_10), (void*)value);
}
inline static int32_t get_offset_of__lastFontSize_11() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____lastFontSize_11)); }
inline int32_t get__lastFontSize_11() const { return ____lastFontSize_11; }
inline int32_t* get_address_of__lastFontSize_11() { return &____lastFontSize_11; }
inline void set__lastFontSize_11(int32_t value)
{
____lastFontSize_11 = value;
}
inline static int32_t get_offset_of__size_12() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____size_12)); }
inline int32_t get__size_12() const { return ____size_12; }
inline int32_t* get_address_of__size_12() { return &____size_12; }
inline void set__size_12(int32_t value)
{
____size_12 = value;
}
inline static int32_t get_offset_of__style_13() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____style_13)); }
inline int32_t get__style_13() const { return ____style_13; }
inline int32_t* get_address_of__style_13() { return &____style_13; }
inline void set__style_13(int32_t value)
{
____style_13 = value;
}
inline static int32_t get_offset_of__path_14() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____path_14)); }
inline String_t* get__path_14() const { return ____path_14; }
inline String_t** get_address_of__path_14() { return &____path_14; }
inline void set__path_14(String_t* value)
{
____path_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_14), (void*)value);
}
};
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields
{
public:
// UnityEngine.CharacterInfo FairyGUI.DynamicFont::sTempChar
CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 ___sTempChar_15;
// System.Boolean FairyGUI.DynamicFont::textRebuildFlag
bool ___textRebuildFlag_16;
public:
inline static int32_t get_offset_of_sTempChar_15() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields, ___sTempChar_15)); }
inline CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 get_sTempChar_15() const { return ___sTempChar_15; }
inline CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * get_address_of_sTempChar_15() { return &___sTempChar_15; }
inline void set_sTempChar_15(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 value)
{
___sTempChar_15 = value;
}
inline static int32_t get_offset_of_textRebuildFlag_16() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields, ___textRebuildFlag_16)); }
inline bool get_textRebuildFlag_16() const { return ___textRebuildFlag_16; }
inline bool* get_address_of_textRebuildFlag_16() { return &___textRebuildFlag_16; }
inline void set_textRebuildFlag_16(bool value)
{
___textRebuildFlag_16 = value;
}
};
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Container FairyGUI.GComponent::<rootContainer>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CrootContainerU3Ek__BackingField_74;
// FairyGUI.Container FairyGUI.GComponent::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_75;
// FairyGUI.ScrollPane FairyGUI.GComponent::<scrollPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CscrollPaneU3Ek__BackingField_76;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GComponent::_children
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____children_77;
// System.Collections.Generic.List`1<FairyGUI.Controller> FairyGUI.GComponent::_controllers
List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * ____controllers_78;
// System.Collections.Generic.List`1<FairyGUI.Transition> FairyGUI.GComponent::_transitions
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * ____transitions_79;
// System.Boolean FairyGUI.GComponent::_buildingDisplayList
bool ____buildingDisplayList_80;
// FairyGUI.Margin FairyGUI.GComponent::_margin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____margin_81;
// System.Boolean FairyGUI.GComponent::_trackBounds
bool ____trackBounds_82;
// System.Boolean FairyGUI.GComponent::_boundsChanged
bool ____boundsChanged_83;
// FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::_childrenRenderOrder
int32_t ____childrenRenderOrder_84;
// System.Int32 FairyGUI.GComponent::_apexIndex
int32_t ____apexIndex_85;
// UnityEngine.Vector2 FairyGUI.GComponent::_alignOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____alignOffset_86;
// UnityEngine.Vector2 FairyGUI.GComponent::_clipSoftness
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clipSoftness_87;
// System.Int32 FairyGUI.GComponent::_sortingChildCount
int32_t ____sortingChildCount_88;
// FairyGUI.EventCallback0 FairyGUI.GComponent::_buildDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____buildDelegate_89;
// FairyGUI.Controller FairyGUI.GComponent::_applyingController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____applyingController_90;
// FairyGUI.EventListener FairyGUI.GComponent::_onDrop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDrop_91;
// LuaInterface.LuaTable FairyGUI.GComponent::_peerTable
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ____peerTable_92;
public:
inline static int32_t get_offset_of_U3CrootContainerU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CrootContainerU3Ek__BackingField_74)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CrootContainerU3Ek__BackingField_74() const { return ___U3CrootContainerU3Ek__BackingField_74; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CrootContainerU3Ek__BackingField_74() { return &___U3CrootContainerU3Ek__BackingField_74; }
inline void set_U3CrootContainerU3Ek__BackingField_74(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CrootContainerU3Ek__BackingField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootContainerU3Ek__BackingField_74), (void*)value);
}
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CcontainerU3Ek__BackingField_75)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_75() const { return ___U3CcontainerU3Ek__BackingField_75; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_75() { return &___U3CcontainerU3Ek__BackingField_75; }
inline void set_U3CcontainerU3Ek__BackingField_75(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_75), (void*)value);
}
inline static int32_t get_offset_of_U3CscrollPaneU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CscrollPaneU3Ek__BackingField_76)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CscrollPaneU3Ek__BackingField_76() const { return ___U3CscrollPaneU3Ek__BackingField_76; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CscrollPaneU3Ek__BackingField_76() { return &___U3CscrollPaneU3Ek__BackingField_76; }
inline void set_U3CscrollPaneU3Ek__BackingField_76(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CscrollPaneU3Ek__BackingField_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollPaneU3Ek__BackingField_76), (void*)value);
}
inline static int32_t get_offset_of__children_77() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____children_77)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__children_77() const { return ____children_77; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__children_77() { return &____children_77; }
inline void set__children_77(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____children_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_77), (void*)value);
}
inline static int32_t get_offset_of__controllers_78() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____controllers_78)); }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * get__controllers_78() const { return ____controllers_78; }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 ** get_address_of__controllers_78() { return &____controllers_78; }
inline void set__controllers_78(List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * value)
{
____controllers_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controllers_78), (void*)value);
}
inline static int32_t get_offset_of__transitions_79() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____transitions_79)); }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * get__transitions_79() const { return ____transitions_79; }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 ** get_address_of__transitions_79() { return &____transitions_79; }
inline void set__transitions_79(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * value)
{
____transitions_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____transitions_79), (void*)value);
}
inline static int32_t get_offset_of__buildingDisplayList_80() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildingDisplayList_80)); }
inline bool get__buildingDisplayList_80() const { return ____buildingDisplayList_80; }
inline bool* get_address_of__buildingDisplayList_80() { return &____buildingDisplayList_80; }
inline void set__buildingDisplayList_80(bool value)
{
____buildingDisplayList_80 = value;
}
inline static int32_t get_offset_of__margin_81() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____margin_81)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__margin_81() const { return ____margin_81; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__margin_81() { return &____margin_81; }
inline void set__margin_81(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____margin_81 = value;
}
inline static int32_t get_offset_of__trackBounds_82() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____trackBounds_82)); }
inline bool get__trackBounds_82() const { return ____trackBounds_82; }
inline bool* get_address_of__trackBounds_82() { return &____trackBounds_82; }
inline void set__trackBounds_82(bool value)
{
____trackBounds_82 = value;
}
inline static int32_t get_offset_of__boundsChanged_83() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____boundsChanged_83)); }
inline bool get__boundsChanged_83() const { return ____boundsChanged_83; }
inline bool* get_address_of__boundsChanged_83() { return &____boundsChanged_83; }
inline void set__boundsChanged_83(bool value)
{
____boundsChanged_83 = value;
}
inline static int32_t get_offset_of__childrenRenderOrder_84() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____childrenRenderOrder_84)); }
inline int32_t get__childrenRenderOrder_84() const { return ____childrenRenderOrder_84; }
inline int32_t* get_address_of__childrenRenderOrder_84() { return &____childrenRenderOrder_84; }
inline void set__childrenRenderOrder_84(int32_t value)
{
____childrenRenderOrder_84 = value;
}
inline static int32_t get_offset_of__apexIndex_85() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____apexIndex_85)); }
inline int32_t get__apexIndex_85() const { return ____apexIndex_85; }
inline int32_t* get_address_of__apexIndex_85() { return &____apexIndex_85; }
inline void set__apexIndex_85(int32_t value)
{
____apexIndex_85 = value;
}
inline static int32_t get_offset_of__alignOffset_86() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____alignOffset_86)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__alignOffset_86() const { return ____alignOffset_86; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__alignOffset_86() { return &____alignOffset_86; }
inline void set__alignOffset_86(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____alignOffset_86 = value;
}
inline static int32_t get_offset_of__clipSoftness_87() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____clipSoftness_87)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clipSoftness_87() const { return ____clipSoftness_87; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clipSoftness_87() { return &____clipSoftness_87; }
inline void set__clipSoftness_87(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clipSoftness_87 = value;
}
inline static int32_t get_offset_of__sortingChildCount_88() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____sortingChildCount_88)); }
inline int32_t get__sortingChildCount_88() const { return ____sortingChildCount_88; }
inline int32_t* get_address_of__sortingChildCount_88() { return &____sortingChildCount_88; }
inline void set__sortingChildCount_88(int32_t value)
{
____sortingChildCount_88 = value;
}
inline static int32_t get_offset_of__buildDelegate_89() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildDelegate_89)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__buildDelegate_89() const { return ____buildDelegate_89; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__buildDelegate_89() { return &____buildDelegate_89; }
inline void set__buildDelegate_89(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____buildDelegate_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buildDelegate_89), (void*)value);
}
inline static int32_t get_offset_of__applyingController_90() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____applyingController_90)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__applyingController_90() const { return ____applyingController_90; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__applyingController_90() { return &____applyingController_90; }
inline void set__applyingController_90(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____applyingController_90 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applyingController_90), (void*)value);
}
inline static int32_t get_offset_of__onDrop_91() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____onDrop_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDrop_91() const { return ____onDrop_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDrop_91() { return &____onDrop_91; }
inline void set__onDrop_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDrop_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDrop_91), (void*)value);
}
inline static int32_t get_offset_of__peerTable_92() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____peerTable_92)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get__peerTable_92() const { return ____peerTable_92; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of__peerTable_92() { return &____peerTable_92; }
inline void set__peerTable_92(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
____peerTable_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____peerTable_92), (void*)value);
}
};
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.TextField FairyGUI.GTextField::_textField
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ____textField_74;
// System.String FairyGUI.GTextField::_text
String_t* ____text_75;
// System.Boolean FairyGUI.GTextField::_ubbEnabled
bool ____ubbEnabled_76;
// System.Boolean FairyGUI.GTextField::_updatingSize
bool ____updatingSize_77;
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.GTextField::_templateVars
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____templateVars_78;
public:
inline static int32_t get_offset_of__textField_74() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____textField_74)); }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get__textField_74() const { return ____textField_74; }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of__textField_74() { return &____textField_74; }
inline void set__textField_74(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
{
____textField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textField_74), (void*)value);
}
inline static int32_t get_offset_of__text_75() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____text_75)); }
inline String_t* get__text_75() const { return ____text_75; }
inline String_t** get_address_of__text_75() { return &____text_75; }
inline void set__text_75(String_t* value)
{
____text_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_75), (void*)value);
}
inline static int32_t get_offset_of__ubbEnabled_76() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____ubbEnabled_76)); }
inline bool get__ubbEnabled_76() const { return ____ubbEnabled_76; }
inline bool* get_address_of__ubbEnabled_76() { return &____ubbEnabled_76; }
inline void set__ubbEnabled_76(bool value)
{
____ubbEnabled_76 = value;
}
inline static int32_t get_offset_of__updatingSize_77() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____updatingSize_77)); }
inline bool get__updatingSize_77() const { return ____updatingSize_77; }
inline bool* get_address_of__updatingSize_77() { return &____updatingSize_77; }
inline void set__updatingSize_77(bool value)
{
____updatingSize_77 = value;
}
inline static int32_t get_offset_of__templateVars_78() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____templateVars_78)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__templateVars_78() const { return ____templateVars_78; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__templateVars_78() { return &____templateVars_78; }
inline void set__templateVars_78(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____templateVars_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____templateVars_78), (void*)value);
}
};
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
{
public:
public:
};
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>
struct Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 : public MulticastDelegate_t
{
public:
public:
};
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>
struct Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.GButton
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.PageOption FairyGUI.GButton::<pageOption>k__BackingField
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * ___U3CpageOptionU3Ek__BackingField_93;
// FairyGUI.NAudioClip FairyGUI.GButton::sound
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___sound_94;
// System.Single FairyGUI.GButton::soundVolumeScale
float ___soundVolumeScale_95;
// System.Boolean FairyGUI.GButton::changeStateOnClick
bool ___changeStateOnClick_96;
// FairyGUI.GObject FairyGUI.GButton::linkedPopup
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___linkedPopup_97;
// FairyGUI.GObject FairyGUI.GButton::_titleObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____titleObject_98;
// FairyGUI.GObject FairyGUI.GButton::_iconObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____iconObject_99;
// FairyGUI.Controller FairyGUI.GButton::_relatedController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____relatedController_100;
// FairyGUI.ButtonMode FairyGUI.GButton::_mode
int32_t ____mode_101;
// System.Boolean FairyGUI.GButton::_selected
bool ____selected_102;
// System.String FairyGUI.GButton::_title
String_t* ____title_103;
// System.String FairyGUI.GButton::_icon
String_t* ____icon_104;
// System.String FairyGUI.GButton::_selectedTitle
String_t* ____selectedTitle_105;
// System.String FairyGUI.GButton::_selectedIcon
String_t* ____selectedIcon_106;
// FairyGUI.Controller FairyGUI.GButton::_buttonController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____buttonController_107;
// System.Int32 FairyGUI.GButton::_downEffect
int32_t ____downEffect_108;
// System.Single FairyGUI.GButton::_downEffectValue
float ____downEffectValue_109;
// System.Boolean FairyGUI.GButton::_downScaled
bool ____downScaled_110;
// System.Boolean FairyGUI.GButton::_down
bool ____down_111;
// System.Boolean FairyGUI.GButton::_over
bool ____over_112;
// FairyGUI.EventListener FairyGUI.GButton::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_113;
public:
inline static int32_t get_offset_of_U3CpageOptionU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___U3CpageOptionU3Ek__BackingField_93)); }
inline PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * get_U3CpageOptionU3Ek__BackingField_93() const { return ___U3CpageOptionU3Ek__BackingField_93; }
inline PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 ** get_address_of_U3CpageOptionU3Ek__BackingField_93() { return &___U3CpageOptionU3Ek__BackingField_93; }
inline void set_U3CpageOptionU3Ek__BackingField_93(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * value)
{
___U3CpageOptionU3Ek__BackingField_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpageOptionU3Ek__BackingField_93), (void*)value);
}
inline static int32_t get_offset_of_sound_94() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___sound_94)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_sound_94() const { return ___sound_94; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_sound_94() { return &___sound_94; }
inline void set_sound_94(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___sound_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sound_94), (void*)value);
}
inline static int32_t get_offset_of_soundVolumeScale_95() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___soundVolumeScale_95)); }
inline float get_soundVolumeScale_95() const { return ___soundVolumeScale_95; }
inline float* get_address_of_soundVolumeScale_95() { return &___soundVolumeScale_95; }
inline void set_soundVolumeScale_95(float value)
{
___soundVolumeScale_95 = value;
}
inline static int32_t get_offset_of_changeStateOnClick_96() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___changeStateOnClick_96)); }
inline bool get_changeStateOnClick_96() const { return ___changeStateOnClick_96; }
inline bool* get_address_of_changeStateOnClick_96() { return &___changeStateOnClick_96; }
inline void set_changeStateOnClick_96(bool value)
{
___changeStateOnClick_96 = value;
}
inline static int32_t get_offset_of_linkedPopup_97() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___linkedPopup_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_linkedPopup_97() const { return ___linkedPopup_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_linkedPopup_97() { return &___linkedPopup_97; }
inline void set_linkedPopup_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___linkedPopup_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&___linkedPopup_97), (void*)value);
}
inline static int32_t get_offset_of__titleObject_98() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____titleObject_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__titleObject_98() const { return ____titleObject_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__titleObject_98() { return &____titleObject_98; }
inline void set__titleObject_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____titleObject_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_98), (void*)value);
}
inline static int32_t get_offset_of__iconObject_99() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____iconObject_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__iconObject_99() const { return ____iconObject_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__iconObject_99() { return &____iconObject_99; }
inline void set__iconObject_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____iconObject_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____iconObject_99), (void*)value);
}
inline static int32_t get_offset_of__relatedController_100() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____relatedController_100)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__relatedController_100() const { return ____relatedController_100; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__relatedController_100() { return &____relatedController_100; }
inline void set__relatedController_100(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____relatedController_100 = value;
Il2CppCodeGenWriteBarrier((void**)(&____relatedController_100), (void*)value);
}
inline static int32_t get_offset_of__mode_101() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____mode_101)); }
inline int32_t get__mode_101() const { return ____mode_101; }
inline int32_t* get_address_of__mode_101() { return &____mode_101; }
inline void set__mode_101(int32_t value)
{
____mode_101 = value;
}
inline static int32_t get_offset_of__selected_102() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selected_102)); }
inline bool get__selected_102() const { return ____selected_102; }
inline bool* get_address_of__selected_102() { return &____selected_102; }
inline void set__selected_102(bool value)
{
____selected_102 = value;
}
inline static int32_t get_offset_of__title_103() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____title_103)); }
inline String_t* get__title_103() const { return ____title_103; }
inline String_t** get_address_of__title_103() { return &____title_103; }
inline void set__title_103(String_t* value)
{
____title_103 = value;
Il2CppCodeGenWriteBarrier((void**)(&____title_103), (void*)value);
}
inline static int32_t get_offset_of__icon_104() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____icon_104)); }
inline String_t* get__icon_104() const { return ____icon_104; }
inline String_t** get_address_of__icon_104() { return &____icon_104; }
inline void set__icon_104(String_t* value)
{
____icon_104 = value;
Il2CppCodeGenWriteBarrier((void**)(&____icon_104), (void*)value);
}
inline static int32_t get_offset_of__selectedTitle_105() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selectedTitle_105)); }
inline String_t* get__selectedTitle_105() const { return ____selectedTitle_105; }
inline String_t** get_address_of__selectedTitle_105() { return &____selectedTitle_105; }
inline void set__selectedTitle_105(String_t* value)
{
____selectedTitle_105 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectedTitle_105), (void*)value);
}
inline static int32_t get_offset_of__selectedIcon_106() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selectedIcon_106)); }
inline String_t* get__selectedIcon_106() const { return ____selectedIcon_106; }
inline String_t** get_address_of__selectedIcon_106() { return &____selectedIcon_106; }
inline void set__selectedIcon_106(String_t* value)
{
____selectedIcon_106 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectedIcon_106), (void*)value);
}
inline static int32_t get_offset_of__buttonController_107() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____buttonController_107)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__buttonController_107() const { return ____buttonController_107; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__buttonController_107() { return &____buttonController_107; }
inline void set__buttonController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____buttonController_107 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buttonController_107), (void*)value);
}
inline static int32_t get_offset_of__downEffect_108() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downEffect_108)); }
inline int32_t get__downEffect_108() const { return ____downEffect_108; }
inline int32_t* get_address_of__downEffect_108() { return &____downEffect_108; }
inline void set__downEffect_108(int32_t value)
{
____downEffect_108 = value;
}
inline static int32_t get_offset_of__downEffectValue_109() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downEffectValue_109)); }
inline float get__downEffectValue_109() const { return ____downEffectValue_109; }
inline float* get_address_of__downEffectValue_109() { return &____downEffectValue_109; }
inline void set__downEffectValue_109(float value)
{
____downEffectValue_109 = value;
}
inline static int32_t get_offset_of__downScaled_110() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downScaled_110)); }
inline bool get__downScaled_110() const { return ____downScaled_110; }
inline bool* get_address_of__downScaled_110() { return &____downScaled_110; }
inline void set__downScaled_110(bool value)
{
____downScaled_110 = value;
}
inline static int32_t get_offset_of__down_111() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____down_111)); }
inline bool get__down_111() const { return ____down_111; }
inline bool* get_address_of__down_111() { return &____down_111; }
inline void set__down_111(bool value)
{
____down_111 = value;
}
inline static int32_t get_offset_of__over_112() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____over_112)); }
inline bool get__over_112() const { return ____over_112; }
inline bool* get_address_of__over_112() { return &____over_112; }
inline void set__over_112(bool value)
{
____over_112 = value;
}
inline static int32_t get_offset_of__onChanged_113() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____onChanged_113)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_113() const { return ____onChanged_113; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_113() { return &____onChanged_113; }
inline void set__onChanged_113(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_113 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_113), (void*)value);
}
};
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
{
public:
// System.Int32 FairyGUI.Stage::<stageHeight>k__BackingField
int32_t ___U3CstageHeightU3Ek__BackingField_69;
// System.Int32 FairyGUI.Stage::<stageWidth>k__BackingField
int32_t ___U3CstageWidthU3Ek__BackingField_70;
// System.Single FairyGUI.Stage::<soundVolume>k__BackingField
float ___U3CsoundVolumeU3Ek__BackingField_71;
// FairyGUI.DisplayObject FairyGUI.Stage::_touchTarget
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____touchTarget_72;
// FairyGUI.DisplayObject FairyGUI.Stage::_focused
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____focused_73;
// FairyGUI.InputTextField FairyGUI.Stage::_lastInput
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ____lastInput_74;
// FairyGUI.UpdateContext FairyGUI.Stage::_updateContext
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ____updateContext_75;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOutChain
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOutChain_76;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOverChain
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOverChain_77;
// FairyGUI.TouchInfo[] FairyGUI.Stage::_touches
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* ____touches_78;
// System.Int32 FairyGUI.Stage::_touchCount
int32_t ____touchCount_79;
// UnityEngine.Vector2 FairyGUI.Stage::_touchPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____touchPosition_80;
// System.Int32 FairyGUI.Stage::_frameGotHitTarget
int32_t ____frameGotHitTarget_81;
// System.Int32 FairyGUI.Stage::_frameGotTouchPosition
int32_t ____frameGotTouchPosition_82;
// System.Boolean FairyGUI.Stage::_customInput
bool ____customInput_83;
// UnityEngine.Vector2 FairyGUI.Stage::_customInputPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____customInputPos_84;
// System.Boolean FairyGUI.Stage::_customInputButtonDown
bool ____customInputButtonDown_85;
// FairyGUI.EventCallback1 FairyGUI.Stage::_focusRemovedDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____focusRemovedDelegate_86;
// UnityEngine.AudioSource FairyGUI.Stage::_audio
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ____audio_87;
// System.Collections.Generic.List`1<FairyGUI.NTexture> FairyGUI.Stage::_toCollectTextures
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * ____toCollectTextures_88;
// FairyGUI.EventListener FairyGUI.Stage::_onStageResized
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onStageResized_89;
public:
inline static int32_t get_offset_of_U3CstageHeightU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageHeightU3Ek__BackingField_69)); }
inline int32_t get_U3CstageHeightU3Ek__BackingField_69() const { return ___U3CstageHeightU3Ek__BackingField_69; }
inline int32_t* get_address_of_U3CstageHeightU3Ek__BackingField_69() { return &___U3CstageHeightU3Ek__BackingField_69; }
inline void set_U3CstageHeightU3Ek__BackingField_69(int32_t value)
{
___U3CstageHeightU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_U3CstageWidthU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageWidthU3Ek__BackingField_70)); }
inline int32_t get_U3CstageWidthU3Ek__BackingField_70() const { return ___U3CstageWidthU3Ek__BackingField_70; }
inline int32_t* get_address_of_U3CstageWidthU3Ek__BackingField_70() { return &___U3CstageWidthU3Ek__BackingField_70; }
inline void set_U3CstageWidthU3Ek__BackingField_70(int32_t value)
{
___U3CstageWidthU3Ek__BackingField_70 = value;
}
inline static int32_t get_offset_of_U3CsoundVolumeU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CsoundVolumeU3Ek__BackingField_71)); }
inline float get_U3CsoundVolumeU3Ek__BackingField_71() const { return ___U3CsoundVolumeU3Ek__BackingField_71; }
inline float* get_address_of_U3CsoundVolumeU3Ek__BackingField_71() { return &___U3CsoundVolumeU3Ek__BackingField_71; }
inline void set_U3CsoundVolumeU3Ek__BackingField_71(float value)
{
___U3CsoundVolumeU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of__touchTarget_72() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchTarget_72)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__touchTarget_72() const { return ____touchTarget_72; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__touchTarget_72() { return &____touchTarget_72; }
inline void set__touchTarget_72(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____touchTarget_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touchTarget_72), (void*)value);
}
inline static int32_t get_offset_of__focused_73() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focused_73)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__focused_73() const { return ____focused_73; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__focused_73() { return &____focused_73; }
inline void set__focused_73(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____focused_73 = value;
Il2CppCodeGenWriteBarrier((void**)(&____focused_73), (void*)value);
}
inline static int32_t get_offset_of__lastInput_74() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____lastInput_74)); }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get__lastInput_74() const { return ____lastInput_74; }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of__lastInput_74() { return &____lastInput_74; }
inline void set__lastInput_74(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
{
____lastInput_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastInput_74), (void*)value);
}
inline static int32_t get_offset_of__updateContext_75() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____updateContext_75)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get__updateContext_75() const { return ____updateContext_75; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of__updateContext_75() { return &____updateContext_75; }
inline void set__updateContext_75(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
____updateContext_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____updateContext_75), (void*)value);
}
inline static int32_t get_offset_of__rollOutChain_76() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOutChain_76)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOutChain_76() const { return ____rollOutChain_76; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOutChain_76() { return &____rollOutChain_76; }
inline void set__rollOutChain_76(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____rollOutChain_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rollOutChain_76), (void*)value);
}
inline static int32_t get_offset_of__rollOverChain_77() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOverChain_77)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOverChain_77() const { return ____rollOverChain_77; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOverChain_77() { return &____rollOverChain_77; }
inline void set__rollOverChain_77(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____rollOverChain_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rollOverChain_77), (void*)value);
}
inline static int32_t get_offset_of__touches_78() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touches_78)); }
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* get__touches_78() const { return ____touches_78; }
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD** get_address_of__touches_78() { return &____touches_78; }
inline void set__touches_78(TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* value)
{
____touches_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touches_78), (void*)value);
}
inline static int32_t get_offset_of__touchCount_79() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchCount_79)); }
inline int32_t get__touchCount_79() const { return ____touchCount_79; }
inline int32_t* get_address_of__touchCount_79() { return &____touchCount_79; }
inline void set__touchCount_79(int32_t value)
{
____touchCount_79 = value;
}
inline static int32_t get_offset_of__touchPosition_80() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchPosition_80)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__touchPosition_80() const { return ____touchPosition_80; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__touchPosition_80() { return &____touchPosition_80; }
inline void set__touchPosition_80(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____touchPosition_80 = value;
}
inline static int32_t get_offset_of__frameGotHitTarget_81() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotHitTarget_81)); }
inline int32_t get__frameGotHitTarget_81() const { return ____frameGotHitTarget_81; }
inline int32_t* get_address_of__frameGotHitTarget_81() { return &____frameGotHitTarget_81; }
inline void set__frameGotHitTarget_81(int32_t value)
{
____frameGotHitTarget_81 = value;
}
inline static int32_t get_offset_of__frameGotTouchPosition_82() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotTouchPosition_82)); }
inline int32_t get__frameGotTouchPosition_82() const { return ____frameGotTouchPosition_82; }
inline int32_t* get_address_of__frameGotTouchPosition_82() { return &____frameGotTouchPosition_82; }
inline void set__frameGotTouchPosition_82(int32_t value)
{
____frameGotTouchPosition_82 = value;
}
inline static int32_t get_offset_of__customInput_83() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInput_83)); }
inline bool get__customInput_83() const { return ____customInput_83; }
inline bool* get_address_of__customInput_83() { return &____customInput_83; }
inline void set__customInput_83(bool value)
{
____customInput_83 = value;
}
inline static int32_t get_offset_of__customInputPos_84() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputPos_84)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__customInputPos_84() const { return ____customInputPos_84; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__customInputPos_84() { return &____customInputPos_84; }
inline void set__customInputPos_84(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____customInputPos_84 = value;
}
inline static int32_t get_offset_of__customInputButtonDown_85() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputButtonDown_85)); }
inline bool get__customInputButtonDown_85() const { return ____customInputButtonDown_85; }
inline bool* get_address_of__customInputButtonDown_85() { return &____customInputButtonDown_85; }
inline void set__customInputButtonDown_85(bool value)
{
____customInputButtonDown_85 = value;
}
inline static int32_t get_offset_of__focusRemovedDelegate_86() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focusRemovedDelegate_86)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__focusRemovedDelegate_86() const { return ____focusRemovedDelegate_86; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__focusRemovedDelegate_86() { return &____focusRemovedDelegate_86; }
inline void set__focusRemovedDelegate_86(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____focusRemovedDelegate_86 = value;
Il2CppCodeGenWriteBarrier((void**)(&____focusRemovedDelegate_86), (void*)value);
}
inline static int32_t get_offset_of__audio_87() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____audio_87)); }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get__audio_87() const { return ____audio_87; }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of__audio_87() { return &____audio_87; }
inline void set__audio_87(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
{
____audio_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____audio_87), (void*)value);
}
inline static int32_t get_offset_of__toCollectTextures_88() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____toCollectTextures_88)); }
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * get__toCollectTextures_88() const { return ____toCollectTextures_88; }
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 ** get_address_of__toCollectTextures_88() { return &____toCollectTextures_88; }
inline void set__toCollectTextures_88(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * value)
{
____toCollectTextures_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toCollectTextures_88), (void*)value);
}
inline static int32_t get_offset_of__onStageResized_89() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____onStageResized_89)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onStageResized_89() const { return ____onStageResized_89; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onStageResized_89() { return &____onStageResized_89; }
inline void set__onStageResized_89(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onStageResized_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStageResized_89), (void*)value);
}
};
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields
{
public:
// System.Boolean FairyGUI.Stage::_touchScreen
bool ____touchScreen_90;
// FairyGUI.IKeyboard FairyGUI.Stage::_keyboard
RuntimeObject* ____keyboard_91;
// FairyGUI.Stage FairyGUI.Stage::_inst
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * ____inst_92;
// System.Boolean FairyGUI.Stage::<keyboardInput>k__BackingField
bool ___U3CkeyboardInputU3Ek__BackingField_93;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::sTempList1
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___sTempList1_94;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.Stage::sTempList2
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___sTempList2_95;
public:
inline static int32_t get_offset_of__touchScreen_90() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____touchScreen_90)); }
inline bool get__touchScreen_90() const { return ____touchScreen_90; }
inline bool* get_address_of__touchScreen_90() { return &____touchScreen_90; }
inline void set__touchScreen_90(bool value)
{
____touchScreen_90 = value;
}
inline static int32_t get_offset_of__keyboard_91() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____keyboard_91)); }
inline RuntimeObject* get__keyboard_91() const { return ____keyboard_91; }
inline RuntimeObject** get_address_of__keyboard_91() { return &____keyboard_91; }
inline void set__keyboard_91(RuntimeObject* value)
{
____keyboard_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyboard_91), (void*)value);
}
inline static int32_t get_offset_of__inst_92() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____inst_92)); }
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * get__inst_92() const { return ____inst_92; }
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 ** get_address_of__inst_92() { return &____inst_92; }
inline void set__inst_92(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * value)
{
____inst_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_92), (void*)value);
}
inline static int32_t get_offset_of_U3CkeyboardInputU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___U3CkeyboardInputU3Ek__BackingField_93)); }
inline bool get_U3CkeyboardInputU3Ek__BackingField_93() const { return ___U3CkeyboardInputU3Ek__BackingField_93; }
inline bool* get_address_of_U3CkeyboardInputU3Ek__BackingField_93() { return &___U3CkeyboardInputU3Ek__BackingField_93; }
inline void set_U3CkeyboardInputU3Ek__BackingField_93(bool value)
{
___U3CkeyboardInputU3Ek__BackingField_93 = value;
}
inline static int32_t get_offset_of_sTempList1_94() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList1_94)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get_sTempList1_94() const { return ___sTempList1_94; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of_sTempList1_94() { return &___sTempList1_94; }
inline void set_sTempList1_94(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
___sTempList1_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sTempList1_94), (void*)value);
}
inline static int32_t get_offset_of_sTempList2_95() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList2_95)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_sTempList2_95() const { return ___sTempList2_95; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_sTempList2_95() { return &___sTempList2_95; }
inline void set_sTempList2_95(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___sTempList2_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sTempList2_95), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<FairyGUI.Margin>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ToLua_CheckNullable_TisMargin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_mE9039AF573908EA4EF46E6C796FDB9686255AAA7_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rect>(System.IntPtr,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C_gshared (intptr_t ___L0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___v1, const RuntimeMethod* method);
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::Invoke(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840_gshared (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * __this, intptr_t ___arg10, int32_t ___arg21, 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.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);
// !2 System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::Invoke(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B_gshared (Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushValue<FairyGUI.GlyphInfo>(System.IntPtr,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisGlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE_m7F9D920FAB916576650F8264689100551123C2FE_gshared (intptr_t ___L0, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE ___v1, 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.Int32 FairyGUI_ControllerWrap::_CreateFairyGUI_Controller(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::SetSelectedIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::SetSelectedPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::GetPageName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::GetPageIdByName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::AddPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::AddPageAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::RemovePage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::RemovePageAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::ClearPages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::HasPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::GetPageId(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::RunActions(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::Setup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_onChanged(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_selectedIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_selectedPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_previsousIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_previousPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::get_pageCount(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::set_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::set_selectedIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ControllerWrap::set_selectedPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C (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.Controller::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller__ctor_m2776C259732E3C49D4F1F67EA2C9422294B01B18 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __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.Controller>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD (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.Controller::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_Dispose_mE3A7A5B6BB7F4E7284389CCD06CCAE8ED64C073B (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* 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.Controller::SetSelectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, 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);
// System.Void FairyGUI.Controller::SetSelectedPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_SetSelectedPage_m40296F66673EB27B2B93FEC1861DB33819BE39A6 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String FairyGUI.Controller::GetPageName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageName_mC0F84BCC1492528BC5F59E17A66F8A2F7118DFC6 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, 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.String FairyGUI.Controller::GetPageIdByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aName0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::AddPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_AddPage_m66D2BCEEC05DECAC320553DD07CC0AD11625026E (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::RemovePage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_RemovePage_m09D5335F3693215894740B29A0409C609A0C2946 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::RemovePageAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_RemovePageAt_mDCBCFB17709802060ADAE255F2F0FE6DFAF64549 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::ClearPages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_ClearPages_m59A58B9E49AD79362CA646B8A18FAF36ED9E6CD8 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Controller::HasPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aName0, 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.String FairyGUI.Controller::GetPageId(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::RunActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_RunActions_m5F1257D146537B5AA651BAD3A0CECF0CFB719BC6 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, 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.Controller::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_Setup_mDADE9B760D5F9110E40BFFCDDCF8CD49CB20935C (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, 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.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);
// FairyGUI.EventListener FairyGUI.Controller::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * Controller_get_onChanged_m403E889B59751C992986F1C250F7E4A25BB1E200 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::get_selectedIndex()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, 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.String FairyGUI.Controller::get_selectedPage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::get_previsousIndex()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_previsousIndex_m9E0C3FBBC82123B44CD2D9A1C09E1E9E6C938C10_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Controller::get_previousPage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_previousPage_m999B0A1725F02F9C6A17999EBBD3F355760B6AB5 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::get_pageCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, 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_DisplayObjectWrap::_CreateFairyGUI_DisplayObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::SetXY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::SetPosition(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::SetSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::EnsureSizeCorrect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::SetScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::EnterPaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::LeavePaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::GetBounds(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::GlobalToLocal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::LocalToGlobal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::WorldToLocal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::TransformPoint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::TransformRect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::RemoveFromParent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::InvalidateBatchingState(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onPaint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_gOwner(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_id(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_parent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_gameObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_cachedTransform(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_graphics(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_paintingGraphics(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onRightClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onTouchBegin(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onTouchMove(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onTouchEnd(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onRollOver(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onRollOut(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onMouseWheel(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onAddedToStage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onRemovedFromStage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onKeyDown(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_onClickLink(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_alpha(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_grayed(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_visible(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_x(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_y(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_z(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_xy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_position(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_width(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_height(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_scaleX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_scaleY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_scale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_rotation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_rotationX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_rotationY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_skew(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_perspective(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_focalLength(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_pivot(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_location(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_material(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_renderingOrder(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_layer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_isDisposed(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_topmost(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_stage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_worldSpaceContainer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_paintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_cacheAsBitmap(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_filter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_blendMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::get_home(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_onPaint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_gOwner(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_id(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_alpha(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_grayed(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_visible(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_x(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_y(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_z(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_xy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_position(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_width(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_height(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_scaleX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_scaleY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_scale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_rotation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_rotationX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_rotationY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_skew(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_perspective(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_focalLength(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_pivot(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_location(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_material(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_renderingOrder(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_layer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_cacheAsBitmap(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_filter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_blendMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DisplayObjectWrap::set_home(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.DisplayObject>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB (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.DisplayObject::SetXY(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, float ___zv2, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetScale_mABABEB3D357ACC92B7E58B20FF7C0D5D9663845D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<FairyGUI.Margin>(System.IntPtr,System.Int32)
inline Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ToLua_CheckNullable_TisMargin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_mE9039AF573908EA4EF46E6C796FDB9686255AAA7 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckNullable_TisMargin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_mE9039AF573908EA4EF46E6C796FDB9686255AAA7_gshared)(___L0, ___stackPos1, method);
}
// System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1<FairyGUI.Margin>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___margin1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rect>(System.IntPtr,T)
inline void ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C (intptr_t ___L0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___v1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, Rect_t35B976DE901B5423C11705E156938EA27AB402CE , const RuntimeMethod*))ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C_gshared)(___L0, ___v1, method);
}
// UnityEngine.Vector2 LuaInterface.ToLua::ToVector2(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2 (intptr_t ___L0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v21, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
// UnityEngine.Vector3 LuaInterface.ToLua::ToVector3(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1 (intptr_t ___L0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v31, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace1, const RuntimeMethod* method);
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::Invoke(!0,!1)
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840 (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840_gshared)(__this, ___arg10, ___arg21, method);
}
// UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::RemoveFromParent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::InvalidateBatchingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UpdateContext>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisUpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_m02DE2DB4BD46C30004660C52A0F6200C21143CDD (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 LuaInterface.ToLua::Push(System.IntPtr,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398 (intptr_t ___L0, Delegate_t * ___ev1, const RuntimeMethod* method);
// System.Void 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.Container FairyGUI.DisplayObject::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.GameObject>(System.IntPtr,T)
inline void ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44 (intptr_t ___L0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___o1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
}
// UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A (intptr_t ___L0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method);
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRightClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRightClick_mFB8D7299E812BB6C2BB7721BD5A95100D3BB16B4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onClickLink()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onClickLink_m0D4F01682EA996FCE64995529CE73B6CC9E854AD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_alpha()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_grayed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_visible()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_z()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_z_mE50283E82F6BDAE4E053F3E0DC86643A355E19C4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_get_position_m84F21491DBFDC32F0734C8F3AE767C94F037BF01 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_width_m54F85578BB710796FDB0574D17756760331E27FA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_size_mF41568CC1E6FE32F8E6C11C70984E69CEA989D67 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_scaleX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_scaleX_m12A683A2B15FEDBE44D3C6B955D2C1BF8B2C5302 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_scaleY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_scaleY_m13DB855FC68F2AF29B1E980E19D32E6C5106B7DB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_scale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_scale_mD26D5F25BC54804199740FE292B4EF227E27354E (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_rotation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_rotation_mAEE51CAE8F6E4EE4B24FEE003595469D912C1738 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_rotationX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_rotationX_mC5981098387BFEBDE09861F614B5FC1406773CC3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_rotationY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_rotationY_m755B1756FF1E6528841AB26103966585C97D0FCC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_skew()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_skew_m8E219B5216340BDB3DD8B9B1D1F7485CB9EF9698_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_perspective()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_perspective_m7F9802CDC1C046FFD4BEE6DC358707442A726F01_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.DisplayObject::get_focalLength()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DisplayObject_get_focalLength_mDB99A301B955A95FC0F83FA0C714E329DBC9B55F_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_pivot()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_pivot_m821AF82C2CF1AE59E76008E0D7035C7A9A100CE4_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.DisplayObject::get_location()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_get_location_m56EEFD64238FF81B43164EDC2C4307EA121C805A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_isDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.DisplayObject::get_topmost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.DisplayObject::get_stage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_paintingMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_paintingMode_mEE1388024FEDFA23CE2836F519578A3D6C44AE71 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_cacheAsBitmap()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_cacheAsBitmap_m1897B7EB690B283F2F83DD1FF2BAFD2A44D71E20_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.IFilter FairyGUI.DisplayObject::get_filter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* DisplayObject_get_filter_mEA2D94A6B769C26610C0CF2EB1E84AE086F236D8_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.BlendMode FairyGUI.DisplayObject::get_blendMode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DisplayObject_get_blendMode_mC22402C63BEDFF0C8DFA18234865A9231865D1D2_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, 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);
// UnityEngine.Transform FairyGUI.DisplayObject::get_home()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_home_m1B57405FD6F9F00EA97AFD35971831D6B3977DE3_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.EventCallback0>(System.IntPtr,System.Int32)
inline Delegate_t * ToLua_CheckDelegate_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m5B15F899F155D81451EDFA54DD3EF0B65BA7EE09 (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.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.DisplayObject::set_alpha(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_alpha_mA7065005EF72E3C2B5A0B647181E0DA565F3CBA7_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, 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);
// System.Void FairyGUI.DisplayObject::set_grayed(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_grayed_mCC1FF2A2BFDDD0308779269F54648E65194F1B82_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_z(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_z_m2BC7B36FD48B3CFAE43A35B70D1ADD12ECD5B8C0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_xy_mBE243AA0AAB45D1E3716D2A4C0918845648D7487 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_position(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_position_mD2BFF73F4E8F0DBA5B7A83F9628F0F5E7DF64DBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_size_mB5DAA437713FEB7C4EADC3363C50B58D73B461CE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_scaleX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_scaleX_mFE3764EFAC4EDBEED247961132B3A2DD2F4886C4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_scaleY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_scaleY_m417DE34084BB9821BE730ED357214A0C2272F2CC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_scale(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_scale_m26D32EB6CDA4AE047664D07FA5B8546860809938 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_rotation(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_rotation_mF6D5153505B38D9D4F8984560EAE4B4F676877D7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_rotationX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_rotationX_mEDC75C98E0E8BAA449596DE47E393A38974A1871 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_rotationY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_rotationY_m7F6F950A2E598F3A89DDF4504384DDCB3CE42054 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_skew(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_skew_m79D1C22118B9D10B86FA873A72FBDFB625F05DBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_perspective(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_perspective_mC81CD5E76EB5572A70F8844CF543674D9905B0C0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_focalLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_focalLength_m2D918FA5B14EA5C6017755B4ACCDC5567ED18C27 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_pivot(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_pivot_m7C0B1F993BBC38456F2D54A1A34BBFB0BC238B41 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_location(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_location_mA7E6C5F69FDB9036DE408C04E54737BC1148F005 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Material>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m8E8F5D53FDF3BFBAE9D5F1B6871AE6AD4C94A685 (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.DisplayObject::set_cacheAsBitmap(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_cacheAsBitmap_mBEF4556B167CAD29C51FE7EC8D92D9AD749CF516 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IFilter>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisIFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_m74F935C8E7C80FCE830E95C737DE20C0EB8B9792 (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.DisplayObject::set_filter(FairyGUI.IFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, RuntimeObject* ___value0, const RuntimeMethod* 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 FairyGUI.DisplayObject::set_blendMode(FairyGUI.BlendMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_blendMode_m9E573C57F65D4601F258F5A5FEAD084B5D72296B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Transform>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21 (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.DisplayObject::set_home(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DynamicFontWrap::_CreateFairyGUI_DynamicFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DynamicFontWrap::SetFormat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DynamicFontWrap::PrepareCharacters(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DynamicFontWrap::GetGlyphSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DynamicFontWrap::GetGlyph(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_DynamicFontWrap::HasCharacter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.DynamicFont::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont__ctor_m7ED559157A273F081CACAEAA79D5E1824F2AB599 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.DynamicFont::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___name0, String_t* ___path1, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.DynamicFont>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5 (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.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);
}
// !2 System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::Invoke(!0,!1)
inline GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B (Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
{
return (( GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE (*) (Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B_gshared)(__this, ___arg10, ___arg21, method);
}
// System.Void LuaInterface.ToLua::PushValue<FairyGUI.GlyphInfo>(System.IntPtr,T)
inline void ToLua_PushValue_TisGlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE_m7F9D920FAB916576650F8264689100551123C2FE (intptr_t ___L0, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE ___v1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE , const RuntimeMethod*))ToLua_PushValue_TisGlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE_m7F9D920FAB916576650F8264689100551123C2FE_gshared)(___L0, ___v1, method);
}
// System.Int32 FairyGUI_EventContextWrap::_CreateFairyGUI_EventContext(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::StopPropagation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::PreventDefault(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::CaptureTouch(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::get_type(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::get_data(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::get_sender(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::get_initiator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::get_inputEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::get_isDefaultPrevented(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::set_type(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventContextWrap::set_data(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventContext>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176 (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.EventContext::StopPropagation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::PreventDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::CaptureTouch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, 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);
// FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Object FairyGUI.EventContext::get_initiator()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * EventContext_get_initiator_mAB4600A4739AD4DC64629B395577648DE0DA9425_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, 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.EventContext::get_isDefaultPrevented()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, 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.Int32 FairyGUI_EventDispatcherWrap::_CreateFairyGUI_EventDispatcher(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::AddEventListener(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::RemoveEventListener(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::RemoveEventListeners(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::hasEventListeners(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::isDispatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::DispatchEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::BubbleEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventDispatcherWrap::BroadcastEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventCallback1>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m58DF3BC5212B574A17C5A9F48F6A4A245E94F5AE (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.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventDispatcher>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317 (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.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventCallback0>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m9CBE5BACE00387B6A3B04046313C7FBD1C587CFF (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.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback1, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListener_m1C068FBDC60415AF172EE9ACDF15ECE95C2A0E6D (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback1, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListener_m4F6E8E933765C8B0D9545FAC6A7894B20471811F (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback1, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::RemoveEventListeners()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_hasEventListeners_mB2B597F656DDCCC9D4A78DF10F86198E0F2D4B1C (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562 (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.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);
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mAB0BC8CFC1902CC89D4AD92D6344A6C29F3E4177 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventContext>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_m3E934A90DA443DD14731CD0A6677CDBCAAF487C8 (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.Boolean FairyGUI.EventDispatcher::DispatchEvent(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mBCF99E50F1FFB230AE8DF3E711B8C24017E17502 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mEA455D8BB6FE28181D527893DB66636704D88DC3 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, RuntimeObject * ___initiator2, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::_CreateFairyGUI_EventListener(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::AddCapture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::RemoveCapture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::Add(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::Remove(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::Set(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::Clear(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::Call(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::BubbleCall(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::BroadcastCall(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::get_type(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::get_isEmpty(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_EventListenerWrap::get_isDispatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::.ctor(FairyGUI.EventDispatcher,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, String_t* ___type1, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventListener>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533 (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.EventCallback1>(System.IntPtr,System.Int32)
inline Delegate_t * ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E (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.EventListener::AddCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_RemoveCapture_m66B74CDDC8A412F63242D60FD68EECA246F61936 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaTable>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027 (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);
}
// 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);
// LuaInterface.LuaTable LuaInterface.ToLua::ToLuaTable(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0ABB46563BC3E033046464484B457BCD22CDF1EF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.GComponent>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C (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.EventListener::Add(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mDAADDA24E6C41AAC1213A18150A5759F393FFE01 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Remove(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mC2552C8F8F6C28211DFC753D79E23E2E1E45EFE7 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Remove(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mF973FB055C47B0E0D24416E5426E2AC66D3AB3C3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_mC94794F8672E7B7E0C1E4E658207F6B56DD170D7 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Set(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_mC11C6F968CF8BB88AE3A24AEB7DE7CE5E571D834 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Set(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_mBF75099924D517A23F826E7DD7D2A70E28D2C40C (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Clear_mF751C576281A08387F73AEF3B8DE6B01A20A7CCF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::Call(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::BubbleCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BubbleCall_m9BD9134A40D5BB7D313FE005482A931A5B32A145 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::BubbleCall(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BubbleCall_mBEE9447E0BC2F55EDF1BF81710F4937F059A1A81 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::BroadcastCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BroadcastCall_m1D13950A6DE7B03C238CD20DB71D3987B85F79AF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::BroadcastCall(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BroadcastCall_m41208AE3A7E2A439C0C75664E52BF3CDE51F312D (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method);
// System.String FairyGUI.EventListener::get_type()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D_inline (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_get_isEmpty_m52DB0AE501C80C1A666A740D6F232EFB10D3DDA4 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::get_isDispatching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_get_isDispatching_mBB4AFC69DFFD02A477AB82A58CBDE6DB8F506111 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI_FontManagerWrap::_CreateFairyGUI_FontManager(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_FontManagerWrap::RegisterFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_FontManagerWrap::UnregisterFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_FontManagerWrap::GetFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_FontManagerWrap::Clear(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.FontManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager__ctor_m4B4A81E85C6AFA8F4668F7B31A80FBBABFF0287C (FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.BaseFont>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A (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.FontManager::RegisterFont(FairyGUI.BaseFont,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_RegisterFont_mD7BA260FF560D481E50B3255EA06D57A58722BC5 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ___font0, String_t* ___alias1, const RuntimeMethod* method);
// System.Void FairyGUI.FontManager::UnregisterFont(FairyGUI.BaseFont)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_UnregisterFont_m423ABE397792A30BDCCBF696F36A180EB9F5EBDC (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ___font0, const RuntimeMethod* method);
// FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32 (String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.FontManager::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939 (const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::_CreateFairyGUI_GButton(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::FireClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::GetTextField(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::HandleControllerChanged(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::Setup_AfterAdd(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_sound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_soundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_changeStateOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_linkedPopup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get__iconObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_UP(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_DOWN(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_OVER(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_SELECTED_OVER(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_DISABLED(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_SELECTED_DISABLED(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_pageOption(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_onChanged(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_icon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_title(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_text(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_selectedIcon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_selectedTitle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_titleColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_titleFontSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_selected(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_mode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::get_relatedController(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_sound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_soundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_changeStateOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_linkedPopup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set__iconObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_icon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_title(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_text(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_selectedIcon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_selectedTitle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_titleColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_titleFontSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_selected(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_mode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_GButtonWrap::set_relatedController(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GButton>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0 (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.GButton::FireClick(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_FireClick_mC17E9C7C08E9793AAC7176DBEEDF0AF6EBFE8CD9 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, bool ___downEffect0, bool ___clickCall1, const RuntimeMethod* method);
// FairyGUI.GTextField FairyGUI.GButton::GetTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// FairyGUI.PageOption FairyGUI.GButton::get_pageOption()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GButton::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GButton_get_onChanged_mF83C664E9FCA52E1433B5FFAC25239CC01531396 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.String FairyGUI.GButton::get_title()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.String FairyGUI.GButton::get_selectedIcon()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_selectedIcon_m14BA0BB73DA8CE46D1733208A38612411859D4E4_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.String FairyGUI.GButton::get_selectedTitle()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_selectedTitle_m8BDB852B48FE8E11ACAEA64C881968B945743145_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.GButton::get_titleColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GButton_get_titleColor_m329560CC6A9EE4B25095F5D84B034F6B1B739528 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, 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);
// UnityEngine.Color FairyGUI.GButton::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GButton_get_color_m0E848CD8BE96D01A1DBADA564E7B426EFB6CC9FF (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.GButton::get_titleFontSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GButton_get_titleFontSize_m716233E88A755558E9D2CA0968D1DD0E3B4B582C (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GButton::get_selected()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// FairyGUI.ButtonMode FairyGUI.GButton::get_mode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GButton_get_mode_mC8E7E62AB9DB99512F672B7073604994295492BB_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// FairyGUI.Controller FairyGUI.GButton::get_relatedController()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GButton_get_relatedController_mDD806416696E232B9D5D10889D8819AA4100214B_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, 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.Void FairyGUI.GButton::set_title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_selectedIcon(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selectedIcon_m8215B8C056C7D61E756EC81FD15EC977CD9DBC7F (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_selectedTitle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selectedTitle_m3FE3D7305E70318BD2601D01637295B0B30A3BA0 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, 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.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_titleColor_mB4469ED9C03BA8CC29DE31C56EC8A978CE83C64B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_color_mDDFF552C1ED2EEB8F6568AA02188B6ADF34E2735 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_titleFontSize_m7B27F71E2895A9C0FF3FED26A653D4AC5A6C03E5 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_selected(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_mode(FairyGUI.ButtonMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_mode_mB73A20FF6D2B21EB18F0EC22BB2652EE172CCCD9 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_relatedController(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_relatedController_m7768EFAFBDE4C7457DAA7605B5678038174D0A97 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, 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_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_ControllerWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ControllerWrap_Register_m42C3D288954C3936E06E97287BA80005FA3B6AC2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_Register_m42C3D288954C3936E06E97287BA80005FA3B6AC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.Controller), typeof(FairyGUI.EventDispatcher));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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> (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_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("Dispose", Dispose);
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_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_6, /*hidden argument*/NULL);
// L.RegFunction("SetSelectedIndex", SetSelectedIndex);
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_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral3E0853EB2E96AC9E4EC0AD206A4D772556243136, L_8, /*hidden argument*/NULL);
// L.RegFunction("SetSelectedPage", SetSelectedPage);
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_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralD537DE9601F7E6932393F834B0D0775DB3F097A0, L_10, /*hidden argument*/NULL);
// L.RegFunction("GetPageName", GetPageName);
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_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral0ABC10DB1D868DB62D146AE143FE2775A4B14064, L_12, /*hidden argument*/NULL);
// L.RegFunction("GetPageIdByName", GetPageIdByName);
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_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteralF139F7627BFF1B38DC76B828F3447277C93351C8, L_14, /*hidden argument*/NULL);
// L.RegFunction("AddPage", AddPage);
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_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral6DC2B7B50B25A89F0B3FBCD2D3A0B99095BAE1FF, L_16, /*hidden argument*/NULL);
// L.RegFunction("AddPageAt", AddPageAt);
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_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral6DF5C6671AFFAF596646749CDEAA17AF89DFA541, L_18, /*hidden argument*/NULL);
// L.RegFunction("RemovePage", RemovePage);
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_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralF188442DBC66C19CDD428AF51025E2FB1A7520B1, L_20, /*hidden argument*/NULL);
// L.RegFunction("RemovePageAt", RemovePageAt);
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_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral6CFD072075CA9BF23C5254015BD411FB31A97B21, L_22, /*hidden argument*/NULL);
// L.RegFunction("ClearPages", ClearPages);
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_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral5ED1BE88D6BFEB4A6665E63D414FB53EBF79C3FC, L_24, /*hidden argument*/NULL);
// L.RegFunction("HasPage", HasPage);
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_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral4601DE50860E30024B160A34B72A89A77F55F02B, L_26, /*hidden argument*/NULL);
// L.RegFunction("GetPageId", GetPageId);
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_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral01BAFB07D25840BCAF106D98988C2DCD73ACF5C8, L_28, /*hidden argument*/NULL);
// L.RegFunction("RunActions", RunActions);
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_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral318A97F53AAF55B03B9845F0F22F2F0B8061D535, L_30, /*hidden argument*/NULL);
// L.RegFunction("Setup", Setup);
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_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteralCDD7BB2816B7A8F88BCE0E47BE39943BC369516B, L_32, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_Controller);
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_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_34, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_35);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_36, /*hidden argument*/NULL);
// L.RegVar("name", get_name, set_name);
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_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F_RuntimeMethod_var), /*hidden argument*/NULL);
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_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_37, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_38, L_39, /*hidden argument*/NULL);
// L.RegVar("onChanged", get_onChanged, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_40 = ___L0;
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_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_40);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_40, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, L_41, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("selectedIndex", get_selectedIndex, set_selectedIndex);
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_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503_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_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_42);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_42, _stringLiteralD16D7D628CD98D107387446EFA61EA2CA739F09C, L_43, L_44, /*hidden argument*/NULL);
// L.RegVar("selectedPage", get_selectedPage, set_selectedPage);
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_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6_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_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_45);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_45, _stringLiteralA71226C275AC5E1DBDD408B108086F11142E538F, L_46, L_47, /*hidden argument*/NULL);
// L.RegVar("previsousIndex", get_previsousIndex, 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_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_48);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_48, _stringLiteralAADF42DA642520ED73D8430906E33CC8752644C9, L_49, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("previousPage", get_previousPage, 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_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_50);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_50, _stringLiteral1A1EAB0961039F8338BA8C58594809E1FA6C39B9, L_51, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("pageCount", get_pageCount, 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_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_52);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_52, _stringLiteralB0B7109CD2F6EA5634819E39872AFD67BE02F449, L_53, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_54 = ___L0;
NullCheck(L_54);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_54, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_ControllerWrap::_CreateFairyGUI_Controller(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap__CreateFairyGUI_Controller_m37183E91127488CE471E89F795359DC9F3489B48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * 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.Controller obj = new FairyGUI.Controller();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)il2cpp_codegen_object_new(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var);
Controller__ctor_m2776C259732E3C49D4F1F67EA2C9422294B01B18(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * 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.Controller.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, _stringLiteral3541F2B61F7D41DB9B43AAC0F3728C5D7C6B53CC, /*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_ControllerWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_Dispose_mDF94AB7EBDA03EA8B01FD591B06859BB496BB556_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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_Dispose_mE3A7A5B6BB7F4E7284389CCD06CCAE8ED64C073B(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::SetSelectedIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_SetSelectedIndex_m1EACD964F4BAEE634B8F4472E0991E5ECEE01E78_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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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.SetSelectedIndex(arg0);
int32_t L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::SetSelectedPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_SetSelectedPage_mB883CD0419895B026733AF9873A265B6BF3EC033_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, 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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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;
// obj.SetSelectedPage(arg0);
String_t* L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_SetSelectedPage_m40296F66673EB27B2B93FEC1861DB33819BE39A6(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::GetPageName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_GetPageName_mFE5D0D2722B3EC146A0B5597EA9F6B1EC5935DB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
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);
// FairyGUI.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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)));
// string o = obj.GetPageName(arg0);
int32_t L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
String_t* L_6 = Controller_GetPageName_mC0F84BCC1492528BC5F59E17A66F8A2F7118DFC6(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), 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;
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_7, 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_ControllerWrap::GetPageIdByName(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_GetPageIdByName_mCBFEA10C2F5FF2659945C3DEAC2599EC3D346934_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);
// FairyGUI.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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;
// string o = obj.GetPageIdByName(arg0);
String_t* L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
String_t* L_6 = Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), 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_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_ControllerWrap::AddPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_AddPage_mC5AFEEADE1F49B9F8C403C44870B14944AD21241_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, 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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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;
// obj.AddPage(arg0);
String_t* L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_AddPage_m66D2BCEEC05DECAC320553DD07CC0AD11625026E(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::AddPageAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_AddPageAt_m0C93E0F29F316342224CC30BB253E6DB9376B2CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* 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);
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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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;
// int arg1 = (int)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 = (((int32_t)((int32_t)L_6)));
// obj.AddPageAt(arg0, arg1);
String_t* L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::RemovePage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_RemovePage_m71482A0D7C9278B897A043E1904B330B0454742B_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, 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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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;
// obj.RemovePage(arg0);
String_t* L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_RemovePage_m09D5335F3693215894740B29A0409C609A0C2946(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::RemovePageAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_RemovePageAt_mC27D5F3EE55400EBEEF4F6BB30BA58D66DDE249D_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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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.RemovePageAt(arg0);
int32_t L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_RemovePageAt_mDCBCFB17709802060ADAE255F2F0FE6DFAF64549(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::ClearPages(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_ClearPages_mE4CEE7C0EC6324C2F54085DC47F7D32289A6BA40_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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_RuntimeMethod_var);
// obj.ClearPages();
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_ClearPages_m59A58B9E49AD79362CA646B8A18FAF36ED9E6CD8(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::HasPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_HasPage_m521BD9D7EBE50422BE5ABE7E1E8A6A42005DE283_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* 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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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;
// bool o = obj.HasPage(arg0);
String_t* L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
bool L_6 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_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_ControllerWrap::GetPageId(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_GetPageId_mCB02AABFEFE423015C54A04E52C68C6F850721D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
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);
// FairyGUI.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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)));
// string o = obj.GetPageId(arg0);
int32_t L_5 = V_0;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
String_t* L_6 = Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), 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;
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_7, 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_ControllerWrap::RunActions(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_RunActions_mB2D5111482A0B04E7CCA2A571F609DDDF7808445_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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_RuntimeMethod_var);
// obj.RunActions();
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_RunActions_m5F1257D146537B5AA651BAD3A0CECF0CFB719BC6(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::Setup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_Setup_mF2F8529154EB799CF37B85AADC0D79656C1837BC_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.Controller obj = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_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(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_Setup_mDADE9B760D5F9110E40BFFCDDCF8CD49CB20935C(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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_ControllerWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_name_m28147A8B96AAA4DF849B87690CEE9499C374CB6F_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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.name;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
String_t* L_3 = ((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var))->get_name_2();
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_ControllerWrap::get_onChanged(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_onChanged_m5663E15F794A50C20DA9D7B12770F8EFF9A99D7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onChanged;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = Controller_get_onChanged_m403E889B59751C992986F1C250F7E4A25BB1E200(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onChanged 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, _stringLiteral7270FBCBBCC017651008A06B60648F5EE0063571, /*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_ControllerWrap::get_selectedIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_selectedIndex_mCC8244743430837402CD6736A0DF3EEB6EE9F503_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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.selectedIndex;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
int32_t L_3 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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 selectedIndex 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, _stringLiteral25E216C75D583A75BBA6453EE45B69788C6B27F1, /*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_ControllerWrap::get_selectedPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_selectedPage_mFE802378F461FAC0E784252632BC05D309D631B6_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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.selectedPage;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
String_t* L_3 = Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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 selectedPage 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, _stringLiteral384B5BA2F7B597113F59CE8AD998416BAC628E98, /*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_ControllerWrap::get_previsousIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_previsousIndex_m88D4B81FC643AF8B351864D9D249EE96BE0B1EFD_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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.previsousIndex;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
int32_t L_3 = Controller_get_previsousIndex_m9E0C3FBBC82123B44CD2D9A1C09E1E9E6C938C10_inline(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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 previsousIndex 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, _stringLiteralBF5B5800D873755F8561B7C3DDABC7B8721DA197, /*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_ControllerWrap::get_previousPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_previousPage_m4DAD93E92C64FB584CE539C91A67BD864C264646_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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.previousPage;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
String_t* L_3 = Controller_get_previousPage_m999B0A1725F02F9C6A17999EBBD3F355760B6AB5(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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 previousPage 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, _stringLiteral79AB4BF4D5DED610644D595D52BFA0B019FA9D27, /*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_ControllerWrap::get_pageCount(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_get_pageCount_m063FEBDA90D0DC7B9AC3C2025C76A35E0513DA35_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.Controller obj = (FairyGUI.Controller)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.pageCount;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
int32_t L_3 = Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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 pageCount 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, _stringLiteral956CFB7A529E6F1955E176FBEC84C8873698313A, /*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_ControllerWrap::set_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_set_name_m3E98ACB4D9164756B67B176345B2A62AC7F0F2F7_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.Controller obj = (FairyGUI.Controller)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.name = arg0;
String_t* L_5 = V_1;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var))->set_name_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 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_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_ControllerWrap::set_selectedIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_set_selectedIndex_m25376F7546E47F8145C6CAB3DC40EC5BE80847C2_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.Controller obj = (FairyGUI.Controller)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.selectedIndex = arg0;
int32_t L_5 = V_1;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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 selectedIndex 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, _stringLiteral25E216C75D583A75BBA6453EE45B69788C6B27F1, /*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_ControllerWrap::set_selectedPage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ControllerWrap_set_selectedPage_mEDD79AFDFF52EB30CDA0EE81E13E4DB04570A92C_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.Controller obj = (FairyGUI.Controller)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.selectedPage = arg0;
String_t* L_5 = V_1;
NullCheck(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var)));
Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451(((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_2, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_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 selectedPage 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, _stringLiteral384B5BA2F7B597113F59CE8AD998416BAC628E98, /*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_ControllerWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ControllerWrap__ctor_m5B58A1CDF9571B121C83B2E484034A11834CC192 (FairyGUI_ControllerWrap_t9365F116E259CAAEFA6578A8952FBC993286123C * __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_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_DisplayObjectWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_DisplayObjectWrap_Register_m3F54B1CE47F7838693EE1203412838546E91B2DB (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_Register_m3F54B1CE47F7838693EE1203412838546E91B2DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.DisplayObject), typeof(FairyGUI.EventDispatcher));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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> (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_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("SetXY", SetXY);
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_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralEB43EE1B9A259D9CDAB0980D8AEAF683EA333D30, L_6, /*hidden argument*/NULL);
// L.RegFunction("SetPosition", SetPosition);
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_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralB4D50563D15BBABECC5A80B480EE8FD0952E3F83, L_8, /*hidden argument*/NULL);
// L.RegFunction("SetSize", SetSize);
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_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralE22EA1293FB042ADC10F80BDE302F0BDBA0A8509, L_10, /*hidden argument*/NULL);
// L.RegFunction("EnsureSizeCorrect", EnsureSizeCorrect);
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_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral5F45455B94AFF22E77CEA17618514C88956BD6B5, L_12, /*hidden argument*/NULL);
// L.RegFunction("SetScale", SetScale);
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_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral7802C9FF16BAC547BF59BA5152A68B52FE1A9E66, L_14, /*hidden argument*/NULL);
// L.RegFunction("EnterPaintingMode", EnterPaintingMode);
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_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralFDF0C15FF7B1AE2EA7F16E59C95C151D972CB281, L_16, /*hidden argument*/NULL);
// L.RegFunction("LeavePaintingMode", LeavePaintingMode);
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_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral1698341D5919EEAC2566C3B55E21CB45D241E1BD, L_18, /*hidden argument*/NULL);
// L.RegFunction("GetBounds", GetBounds);
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_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralE71B9970057D1AC6CEEF70C1B90D21DB7352D2D4, L_20, /*hidden argument*/NULL);
// L.RegFunction("GlobalToLocal", GlobalToLocal);
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_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral78732B0352E1F726DBF05F662BB586DC7B5F0AE1, L_22, /*hidden argument*/NULL);
// L.RegFunction("LocalToGlobal", LocalToGlobal);
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_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral2BC5006AF8ADB13C074F9BE147A6BC780C842C89, L_24, /*hidden argument*/NULL);
// L.RegFunction("WorldToLocal", WorldToLocal);
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_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral93A8592CB91B6DB2C378F7731A8259E6C9DB689C, L_26, /*hidden argument*/NULL);
// L.RegFunction("TransformPoint", TransformPoint);
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_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral16A7C1DB3210EC40605D31A60E73CB056BA75E22, L_28, /*hidden argument*/NULL);
// L.RegFunction("TransformRect", TransformRect);
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_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral4AD188528F86950F11D387C1C1C4818CD1D19393, L_30, /*hidden argument*/NULL);
// L.RegFunction("RemoveFromParent", RemoveFromParent);
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_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral6868EE5EF7A7A51FAFF05526B7EEED3DA0C519B0, L_32, /*hidden argument*/NULL);
// L.RegFunction("InvalidateBatchingState", InvalidateBatchingState);
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_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteral79EBF4E56A4E7398494DB43DC42E14E485332A97, L_34, /*hidden argument*/NULL);
// L.RegFunction("Update", Update);
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_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_35);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902, L_36, /*hidden argument*/NULL);
// L.RegFunction("Dispose", Dispose);
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_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_38, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_DisplayObject);
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_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9_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("name", get_name, set_name);
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_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B_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_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_43);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_44, L_45, /*hidden argument*/NULL);
// L.RegVar("onPaint", get_onPaint, set_onPaint);
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_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998_RuntimeMethod_var), /*hidden argument*/NULL);
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_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_46);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteral267051DE40E4B02DA5D31766BC5DD19C98978926, L_47, L_48, /*hidden argument*/NULL);
// L.RegVar("gOwner", get_gOwner, set_gOwner);
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)FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6_RuntimeMethod_var), /*hidden argument*/NULL);
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_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_49);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_49, _stringLiteral0954B559617C87F025BD230546F1387880EF58D2, L_50, L_51, /*hidden argument*/NULL);
// L.RegVar("id", get_id, set_id);
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_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E_RuntimeMethod_var), /*hidden argument*/NULL);
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_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_52);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_52, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, L_53, L_54, /*hidden argument*/NULL);
// L.RegVar("parent", get_parent, 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_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_55);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_55, _stringLiteralD8FD39D0BBDD2DCF322D8B11390A4C5825B11495, L_56, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("gameObject", get_gameObject, 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_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_57);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_57, _stringLiteralE1916D3670E0B53799FED6B0AD20A7528B611C66, L_58, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("cachedTransform", get_cachedTransform, 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_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_59);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_59, _stringLiteralF588815A76BAF8A5635E8340BD685DA561A1389C, L_60, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("graphics", get_graphics, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_61 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_62 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_62, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_61);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_61, _stringLiteral85BF98024248834CE70F0D72B35CD868EFC92BD8, L_62, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("paintingGraphics", get_paintingGraphics, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_63 = ___L0;
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_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_63);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_63, _stringLiteral1329265DA0AA7CBEC2C195BB89016DCFC34EB238, L_64, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onClick", get_onClick, null);
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_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_65);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_65, _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544, L_66, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onRightClick", get_onRightClick, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_67 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_68 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_68, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_67);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_67, _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C, L_68, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onTouchBegin", get_onTouchBegin, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_69 = ___L0;
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_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_69);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_69, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, L_70, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onTouchMove", get_onTouchMove, null);
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_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_71);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_71, _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501, L_72, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onTouchEnd", get_onTouchEnd, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_73 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_74 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_74, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_73);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_73, _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9, L_74, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onRollOver", get_onRollOver, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_75 = ___L0;
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_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_75);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_75, _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA, L_76, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onRollOut", get_onRollOut, null);
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_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_77);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_77, _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA, L_78, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onMouseWheel", get_onMouseWheel, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_79 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_80 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_80, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_79);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_79, _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC, L_80, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onAddedToStage", get_onAddedToStage, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_81 = ___L0;
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_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_81);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_81, _stringLiteralDDFECA4A0C4A4F5DE5DBDCBD3F0B31F912D57617, L_82, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onRemovedFromStage", get_onRemovedFromStage, null);
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_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_83);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_83, _stringLiteral2BA8E18857CC70E44D096B14956912EF1679F7E1, L_84, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onKeyDown", get_onKeyDown, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_85 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_86 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_86, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_85);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_85, _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D, L_86, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onClickLink", get_onClickLink, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_87 = ___L0;
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_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_87);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_87, _stringLiteral38930E0039A944FC185AEA40045438485B3AEF8C, L_88, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("alpha", get_alpha, set_alpha);
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_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C_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_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_89);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_89, _stringLiteralBE76331B95DFC399CD776D2FC68021E0DB03CC4F, L_90, L_91, /*hidden argument*/NULL);
// L.RegVar("grayed", get_grayed, set_grayed);
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_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562_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_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_92);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_92, _stringLiteral2C00729C90FBA4E5EC463FFA5F1F3905E1CF6EA5, L_93, L_94, /*hidden argument*/NULL);
// L.RegVar("visible", get_visible, set_visible);
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_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A_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_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_95);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_95, _stringLiteral223883960405D6589D6CD37F175C73B073C4180F, L_96, L_97, /*hidden argument*/NULL);
// L.RegVar("x", get_x, set_x);
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_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A_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_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_98);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_98, _stringLiteral11F6AD8EC52A2984ABAAFD7C3B516503785C2072, L_99, L_100, /*hidden argument*/NULL);
// L.RegVar("y", get_y, set_y);
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_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43_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_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_101);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_101, _stringLiteral95CB0BFD2977C761298D9624E4B4D4C72A39974A, L_102, L_103, /*hidden argument*/NULL);
// L.RegVar("z", get_z, set_z);
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_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069_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_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_104);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_104, _stringLiteral395DF8F7C51F007019CB30201C49E884B46B92FA, L_105, L_106, /*hidden argument*/NULL);
// L.RegVar("xy", get_xy, set_xy);
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_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867_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_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_107);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_107, _stringLiteral5F8459982F9F619F4B0D9AF2542A2086E56A4BEF, L_108, L_109, /*hidden argument*/NULL);
// L.RegVar("position", get_position, set_position);
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_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89_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_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_110);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_110, _stringLiteral90BE16585DA21A822A011B262DB668A8CCF504D0, L_111, L_112, /*hidden argument*/NULL);
// L.RegVar("width", get_width, set_width);
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_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_115 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_115, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_113);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_113, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, L_114, L_115, /*hidden argument*/NULL);
// L.RegVar("height", get_height, set_height);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_116 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_117 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_117, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_118 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_118, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_116);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_116, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, L_117, L_118, /*hidden argument*/NULL);
// L.RegVar("size", get_size, set_size);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_119 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_120 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_120, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_121 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_121, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_119);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_119, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, L_120, L_121, /*hidden argument*/NULL);
// L.RegVar("scaleX", get_scaleX, set_scaleX);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_122 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_123 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_123, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_124 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_124, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_122);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_122, _stringLiteralE5FD8B95CA139CB118C5B6320B242682FF03F11E, L_123, L_124, /*hidden argument*/NULL);
// L.RegVar("scaleY", get_scaleY, set_scaleY);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_125 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_126 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_126, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_127 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_127, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_125);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_125, _stringLiteral19A23FD134DC423409542C8A685652A3F58C1CC5, L_126, L_127, /*hidden argument*/NULL);
// L.RegVar("scale", get_scale, set_scale);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_128 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_129 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_129, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_130 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_130, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_128);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_128, _stringLiteral60020D1B19707B587574A1C80412AF51EA9E12B3, L_129, L_130, /*hidden argument*/NULL);
// L.RegVar("rotation", get_rotation, set_rotation);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_131 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_132 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_132, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_133 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_133, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_131);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_131, _stringLiteralACAF322543550089B1720048F5A4417F32F381A1, L_132, L_133, /*hidden argument*/NULL);
// L.RegVar("rotationX", get_rotationX, set_rotationX);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_134 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_135 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_135, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_136 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_136, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_134);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_134, _stringLiteralC96875CD65493D1C750D893DD571449A22A4088B, L_135, L_136, /*hidden argument*/NULL);
// L.RegVar("rotationY", get_rotationY, set_rotationY);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_137 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_138 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_138, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_139 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_139, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_137);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_137, _stringLiteral2DB57B84CD077B1BAF7633E4A7EE295B80C8BC48, L_138, L_139, /*hidden argument*/NULL);
// L.RegVar("skew", get_skew, set_skew);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_140 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_141 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_141, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_142 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_142, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_140);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_140, _stringLiteral53AC1798C81B74FD100E03A9CA448A5EB033E277, L_141, L_142, /*hidden argument*/NULL);
// L.RegVar("perspective", get_perspective, set_perspective);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_143 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_144 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_144, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_145 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_145, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_143);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_143, _stringLiteralAA6AF31D2A0329FA62252D018033C8B25FFD0E29, L_144, L_145, /*hidden argument*/NULL);
// L.RegVar("focalLength", get_focalLength, set_focalLength);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_146 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_147 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_147, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_148 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_148, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_146);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_146, _stringLiteral984A03F5BC2ED158B062BCE1B8D1D481E192B6FF, L_147, L_148, /*hidden argument*/NULL);
// L.RegVar("pivot", get_pivot, set_pivot);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_149 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_150 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_150, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_151 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_151, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_149);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_149, _stringLiteralB233D57E86FD769845C554B52A8FA2FE98BACFBA, L_150, L_151, /*hidden argument*/NULL);
// L.RegVar("location", get_location, set_location);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_152 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_153 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_153, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_154 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_154, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_152);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_152, _stringLiteral6469AC84A89748BB67B923C833ED0C778A17AEA3, L_153, L_154, /*hidden argument*/NULL);
// L.RegVar("material", get_material, set_material);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_155 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_156 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_156, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_157 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_157, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_155);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_155, _stringLiteral97912524F34763AB6302E4B51BE6391C8A4F6200, L_156, L_157, /*hidden argument*/NULL);
// L.RegVar("shader", get_shader, set_shader);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_158 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_159 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_159, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_160 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_160, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_158);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_158, _stringLiteral9F839265B432555BD17DBDD023966FCBED8C2C6D, L_159, L_160, /*hidden argument*/NULL);
// L.RegVar("renderingOrder", get_renderingOrder, set_renderingOrder);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_161 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_162 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_162, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_163 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_163, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_161);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_161, _stringLiteral292EF20AA5BF13FEFFEFAEC6D5EA110EF8CCDED0, L_162, L_163, /*hidden argument*/NULL);
// L.RegVar("layer", get_layer, set_layer);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_164 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_165 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_165, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_166 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_166, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_164);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_164, _stringLiteralD54C2AA2F61603022C71493F093F0C718419CA13, L_165, L_166, /*hidden argument*/NULL);
// L.RegVar("isDisposed", get_isDisposed, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_167 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_168 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_168, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_167);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_167, _stringLiteral7ABA0254564874E89ADE86D92FF21AF28F6FD536, L_168, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("topmost", get_topmost, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_169 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_170 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_170, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_169);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_169, _stringLiteral8C47DFDCDEA6F500B379E1180F8E287EA9BC63D6, L_170, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("stage", get_stage, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_171 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_172 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_172, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_171);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_171, _stringLiteralAC5D84BFAE726A96CC419C0F657E50E600C0157E, L_172, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("worldSpaceContainer", get_worldSpaceContainer, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_173 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_174 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_174, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_173);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_173, _stringLiteralEF4CA27700E96E604FE9945E7E5074A9ECF8AB75, L_174, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("touchable", get_touchable, set_touchable);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_175 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_176 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_176, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_177 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_177, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_175);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_175, _stringLiteral31AE2A6FFF91F81C6C92817022E58770C22DC6B2, L_176, L_177, /*hidden argument*/NULL);
// L.RegVar("paintingMode", get_paintingMode, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_178 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_179 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_179, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_178);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_178, _stringLiteral9599149F0491A3D71145A2583960AF4C204387A1, L_179, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("cacheAsBitmap", get_cacheAsBitmap, set_cacheAsBitmap);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_180 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_181 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_181, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_182 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_182, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_180);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_180, _stringLiteral1279569B45946F001EEEADE607F99FDD63F05077, L_181, L_182, /*hidden argument*/NULL);
// L.RegVar("filter", get_filter, set_filter);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_183 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_184 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_184, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_185 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_185, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_183);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_183, _stringLiteral4BB4CA75941B7BBC5BC6A12BE44B22FC9C8D234E, L_184, L_185, /*hidden argument*/NULL);
// L.RegVar("blendMode", get_blendMode, set_blendMode);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_186 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_187 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_187, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_188 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_188, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_186);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_186, _stringLiteral8B944D0B11884A1C18B4CA0F6D8829990CFDD18B, L_187, L_188, /*hidden argument*/NULL);
// L.RegVar("home", get_home, set_home);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_189 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_190 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_190, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_191 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_191, NULL, (intptr_t)((intptr_t)FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_189);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_189, _stringLiteralE83249BD3BA79932E16FB1FB5100DAFADE9954C2, L_190, L_191, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_192 = ___L0;
NullCheck(L_192);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_192, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::_CreateFairyGUI_DisplayObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap__CreateFairyGUI_DisplayObject_mC1A11B4615983982B7DF5B3A8ACEC7BF997424D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.DisplayObject obj = new FairyGUI.DisplayObject();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)il2cpp_codegen_object_new(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var);
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.DisplayObject.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, _stringLiteralD622BADFE694FB96EF8E09716625EF7147069D57, /*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_DisplayObjectWrap::SetXY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_SetXY_mF1080D95CC06BA004933D162CF2935C52E250C21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// 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_0 = (((float)((float)L_4)));
// float arg1 = (float)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 = (((float)((float)L_6)));
// obj.SetXY(arg0, arg1);
float L_7 = V_0;
float L_8 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003b;
} // 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_0030;
throw e;
}
CATCH_0030:
{ // 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_003b;
} // end catch (depth: 1)
IL_003b:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::SetPosition(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_SetPosition_m4B9EB87DE51DB721C977D754D6C85235646B4AB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// 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_0 = (((float)((float)L_4)));
// float arg1 = (float)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 = (((float)((float)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.SetPosition(arg0, arg1, arg2);
float L_9 = V_0;
float L_10 = V_1;
float L_11 = V_2;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_9, L_10, L_11, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0047;
} // 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 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_0047;
} // end catch (depth: 1)
IL_0047:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::SetSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_SetSize_m655185B7D70E66C62AE186E0E8CDEBDD61A77A5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// 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_0 = (((float)((float)L_4)));
// float arg1 = (float)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 = (((float)((float)L_6)));
// obj.SetSize(arg0, arg1);
float L_7 = V_0;
float L_8 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003b;
} // 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_0030;
throw e;
}
CATCH_0030:
{ // 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_003b;
} // end catch (depth: 1)
IL_003b:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::EnsureSizeCorrect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_EnsureSizeCorrect_m4AD56B79E6D39A9FF253A77BE46D6734324C4E24_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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// obj.EnsureSizeCorrect();
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DisplayObject::EnsureSizeCorrect() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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_DisplayObjectWrap::SetScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_SetScale_m408DA3A9808643B31C0F9F7139963CD6768B0467_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// 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_0 = (((float)((float)L_4)));
// float arg1 = (float)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 = (((float)((float)L_6)));
// obj.SetScale(arg0, arg1);
float L_7 = V_0;
float L_8 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_SetScale_mABABEB3D357ACC92B7E58B20FF7C0D5D9663845D(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_003b;
} // 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_0030;
throw e;
}
CATCH_0030:
{ // 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_003b;
} // end catch (depth: 1)
IL_003b:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::EnterPaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_EnterPaintingMode_m9566DDEE32212B2D4D49A9D35695F8DE29AE93ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 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);
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_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)));
// System.Nullable<FairyGUI.Margin> arg1 = ToLua.CheckNullable<FairyGUI.Margin>(L, 3);
intptr_t L_5 = ___L0;
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_6 = ToLua_CheckNullable_TisMargin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_mE9039AF573908EA4EF46E6C796FDB9686255AAA7((intptr_t)L_5, 3, /*hidden argument*/ToLua_CheckNullable_TisMargin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E_mE9039AF573908EA4EF46E6C796FDB9686255AAA7_RuntimeMethod_var);
V_1 = L_6;
// obj.EnterPaintingMode(arg0, arg1);
int32_t L_7 = V_0;
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_8 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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_DisplayObjectWrap::LeavePaintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_LeavePaintingMode_mF18377D03C4B7008BEAE5F422BF388B4BFBE617C_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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_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.LeavePaintingMode(arg0);
int32_t L_5 = V_0;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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_DisplayObjectWrap::GetBounds(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_GetBounds_mE15D06B1808BA412EE3A1025251E3921F4BE3E49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE 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);
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// FairyGUI.DisplayObject arg0 = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
V_0 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_4, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// UnityEngine.Rect o = obj.GetBounds(arg0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_5);
V_1 = L_6;
// ToLua.PushValue(L, o);
intptr_t L_7 = ___L0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = V_1;
ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C((intptr_t)L_7, L_8, /*hidden argument*/ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C_RuntimeMethod_var);
// 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_DisplayObjectWrap::GlobalToLocal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_GlobalToLocal_mB0AF256033CC4A270AEB291C40B8F9D99EA34910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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);
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// UnityEngine.Vector2 o = obj.GlobalToLocal(arg0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_0;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.Push(L, o);
intptr_t L_7 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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_DisplayObjectWrap::LocalToGlobal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_LocalToGlobal_m0DEA885090AF153235C3E3E1BFBC6A5FD26546EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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);
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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// UnityEngine.Vector2 o = obj.LocalToGlobal(arg0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_0;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.Push(L, o);
intptr_t L_7 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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_DisplayObjectWrap::WorldToLocal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_WorldToLocal_m9DAE287628CF61890EE28E543ADA245AB703DBE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
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, 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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
intptr_t L_3 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// UnityEngine.Vector3 arg1 = ToLua.ToVector3(L, 3);
intptr_t L_5 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = L_6;
// UnityEngine.Vector3 o = obj.WorldToLocal(arg0, arg1);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// ToLua.Push(L, o);
intptr_t L_10 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = V_2;
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_10, L_11, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0043;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0036;
throw e;
}
CATCH_0036:
{ // begin catch(System.Exception)
// 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_0043;
} // end catch (depth: 1)
IL_0043:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::TransformPoint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_TransformPoint_m2E443A02FF2C49EE3DDE5895D0FA8D9B698692A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
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, 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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// FairyGUI.DisplayObject arg1 = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 3);
intptr_t L_5 = ___L0;
RuntimeObject * L_6 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_5, 3, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
V_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_6, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// UnityEngine.Vector2 o = obj.TransformPoint(arg0, arg1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// ToLua.Push(L, o);
intptr_t L_10 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = V_2;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((intptr_t)L_10, L_11, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0048;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003b;
throw e;
}
CATCH_003b:
{ // begin catch(System.Exception)
// 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_0048;
} // end catch (depth: 1)
IL_0048:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::TransformRect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_TransformRect_mB7149E1B64DE9D594B4FCA7EC19B6FA7463A7E22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
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, 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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// UnityEngine.Rect arg0 = StackTraits<UnityEngine.Rect>.Check(L, 2);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_il2cpp_TypeInfo_var);
Func_3_t551103C17FA5E33CA01DB9F784D798EDFC975A01 * L_3 = ((StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t79B4DD5BB36AEE12C497DFB163F552796ACAD457_il2cpp_TypeInfo_var))->get_Check_1();
intptr_t L_4 = ___L0;
NullCheck(L_3);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840(L_3, (intptr_t)L_4, 2, /*hidden argument*/Func_3_Invoke_mB060A8ED4E1BA787D4F7C61D16C626E3524A5840_RuntimeMethod_var);
V_0 = L_5;
// FairyGUI.DisplayObject arg1 = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 3);
intptr_t L_6 = ___L0;
RuntimeObject * L_7 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_6, 3, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
V_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_7, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// UnityEngine.Rect o = obj.TransformRect(arg0, arg1);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = V_0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_8, L_9, /*hidden argument*/NULL);
V_2 = L_10;
// ToLua.PushValue(L, o);
intptr_t L_11 = ___L0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = V_2;
ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C((intptr_t)L_11, L_12, /*hidden argument*/ToLua_PushValue_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m12FFC071F74697BBBD72E8AD8F0280365CD6DF7C_RuntimeMethod_var);
// return 1;
V_3 = 1;
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_0040;
throw e;
}
CATCH_0040:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_13 = ___L0;
Exception_t * L_14 = V_4;
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_3 = L_15;
goto IL_004d;
} // end catch (depth: 1)
IL_004d:
{
// }
int32_t L_16 = V_3;
return L_16;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::RemoveFromParent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_RemoveFromParent_m5044DE7968705E9137987C20A697CFC02B9511BD_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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// obj.RemoveFromParent();
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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_DisplayObjectWrap::InvalidateBatchingState(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_InvalidateBatchingState_mAA61FDF0938AFEE0BE1FA90090887926E8B00E6F_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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// obj.InvalidateBatchingState();
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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_DisplayObjectWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_Update_mE54F0DCA192D38B71866984C4937274399407423_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * 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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// FairyGUI.UpdateContext arg0 = (FairyGUI.UpdateContext)ToLua.CheckObject<FairyGUI.UpdateContext>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisUpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_m02DE2DB4BD46C30004660C52A0F6200C21143CDD((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisUpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_m02DE2DB4BD46C30004660C52A0F6200C21143CDD_RuntimeMethod_var);
V_0 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 *)CastclassClass((RuntimeObject*)L_4, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var));
// obj.Update(arg0);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_5 = V_0;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_5);
// 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_DisplayObjectWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_Dispose_mE91CEAF50C0C31F4A5F2E7B7C5205237A628F849_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.DisplayObject obj = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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_DisplayObjectWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_name_m501357FB817C6FA4D3504253AD7FD51C5BB3644B_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.name;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
String_t* L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_name_2();
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_DisplayObjectWrap::get_onPaint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onPaint_m42BF729795A33227F4D0788A91B32F5EB47B5998_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventCallback0 ret = obj.onPaint;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_onPaint_8();
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = V_1;
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((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 onPaint 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, _stringLiteral089789F6A9875F136A4F1AC194A4EF7DDFAD962B, /*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_DisplayObjectWrap::get_gOwner(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_gOwner_m85E91FE29D6F7675D0B3DEADDE41BA258C1AF4E6_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj.gOwner;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
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 gOwner 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, _stringLiteralD218BB57C5DD110F0C1C4EBBCD4EBB13D4676E85, /*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_DisplayObjectWrap::get_id(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_id_m473ADEE8CC3A407758EA8DA9248399C04F521E8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
uint32_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// uint ret = obj.id;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
uint32_t L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_id_10();
V_1 = L_3;
// LuaDLL.lua_pushnumber(L, ret);
intptr_t L_4 = ___L0;
uint32_t L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)(((double)((uint32_t)L_5)))))), /*hidden argument*/NULL);
// return 1;
V_2 = 1;
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 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_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::get_parent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_parent_m6A59A6ECFCC5A97B1531B72486AB62F49504BAD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.Container ret = obj.parent;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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 parent 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, _stringLiteral1C8F769275A2E86BF511F50CADF20A0710F020A6, /*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_DisplayObjectWrap::get_gameObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_gameObject_m421BFFBEC48EBC2CFBA6986129D30776575A5BDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.GameObject ret = obj.gameObject;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushSealed(L, ret);
intptr_t L_4 = ___L0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = V_1;
ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44_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 gameObject 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, _stringLiteral745F0AEBE052994DC5DD3631DF55FE76669F5A9C, /*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_DisplayObjectWrap::get_cachedTransform(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_cachedTransform_m472E53DC487F530BAD25472067D03C150C38319A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Transform ret = obj.cachedTransform;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((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 cachedTransform 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, _stringLiteral924C042A1E460D6BAAF64E6AD842D3842697B9AE, /*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_DisplayObjectWrap::get_graphics(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_graphics_m6690DA238080D4D88520001F5A3BE41BF0753496_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.NGraphics ret = obj.graphics;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * 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 graphics 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, _stringLiteralD43589193821490AA614AF154B9C1AA3DF0BE52E, /*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_DisplayObjectWrap::get_paintingGraphics(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_paintingGraphics_m9A9B1367E414AE71C09D16A2443CA42F9B2E169F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.NGraphics ret = obj.paintingGraphics;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * 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 paintingGraphics 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, _stringLiteral1456EB4372B58CA86949C88AB6226ED0E90F7987, /*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_DisplayObjectWrap::get_onClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onClick_mD3095F57EFBC0847898E46E9295BDC9D989E63A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onClick;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onClick 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, _stringLiteral306824ED04591FC02E3E06DEDE3CE4AA8B5CDB61, /*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_DisplayObjectWrap::get_onRightClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onRightClick_m9AB34989B08DE6E9410B87E6F526459365811184_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onRightClick;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onRightClick_mFB8D7299E812BB6C2BB7721BD5A95100D3BB16B4(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onRightClick 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, _stringLiteralE81F3D0F7A80657980B8F22ADF671DD0FE276675, /*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_DisplayObjectWrap::get_onTouchBegin(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onTouchBegin_m3508404B935F62027A9D833659A81E0D070CBFB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onTouchBegin;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onTouchBegin 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, _stringLiteral92AC07906AA438A5C1225236CA17688C9C255876, /*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_DisplayObjectWrap::get_onTouchMove(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onTouchMove_m58CA96DF2968E704D6621EA80721821057BBDEA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onTouchMove;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onTouchMove 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, _stringLiteralBD990E5084D1A7957FB39C49642E8FC718801561, /*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_DisplayObjectWrap::get_onTouchEnd(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onTouchEnd_mFB8E281B70C38583E84DF49AE8E49E2A52C4EE58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onTouchEnd;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onTouchEnd 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, _stringLiteralB19E9D8C37BA598CA801C771AB2BDB9DE2C55F3F, /*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_DisplayObjectWrap::get_onRollOver(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onRollOver_m30DE9FC9D6F7E7C3C0A20395F2C6CD88AE765248_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onRollOver;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onRollOver 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, _stringLiteralC1537A6F2E3549CE099B6915F2CD99FDC7CF71A8, /*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_DisplayObjectWrap::get_onRollOut(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onRollOut_m2C6DD9465799C14D06414E2475E65146ADDC7F99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onRollOut;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onRollOut 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, _stringLiteral8897E3D083F397E269A61D35B026B83B7516A364, /*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_DisplayObjectWrap::get_onMouseWheel(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onMouseWheel_m0D88955E704A7E7075E6156C57036A61A4C9BF3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onMouseWheel;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onMouseWheel 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, _stringLiteralF50E2CF3694B8C3E0D8C6300FA597E8A1FC6D3A2, /*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_DisplayObjectWrap::get_onAddedToStage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onAddedToStage_m563834FDAC405A2DC06F21B2553DC5C1A49DDC51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onAddedToStage;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onAddedToStage 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, _stringLiteralE96B73E6978EA63FF75E028740D0DD976BDEF939, /*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_DisplayObjectWrap::get_onRemovedFromStage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onRemovedFromStage_m7420AFC333021DFAA4E239C7C7102ED73A85ACD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onRemovedFromStage;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onRemovedFromStage 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, _stringLiteral2FD60825477B9C7885F5A3FBB888DF8E7309A0FE, /*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_DisplayObjectWrap::get_onKeyDown(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onKeyDown_m9C098E1F8967069F97213D0515AA1428EDD7C2C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onKeyDown;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onKeyDown 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, _stringLiteral6DDED5916BED30B3BDF8B77BCDFDD5D50FB6A9AB, /*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_DisplayObjectWrap::get_onClickLink(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_onClickLink_mC7669F03CAAF05396A767D7F0DBDC0FA3164BC3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onClickLink;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onClickLink_m0D4F01682EA996FCE64995529CE73B6CC9E854AD(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onClickLink 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, _stringLiteral9826C94AE40FA250A781E93E5126CBD07AC39D85, /*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_DisplayObjectWrap::get_alpha(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_alpha_mB48276A15664E752DC52034C5852BC2E9A34B22C_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.alpha;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 alpha 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, _stringLiteral35ACC8F8350EA08B8690884FEBA3D37CAFF8E790, /*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_DisplayObjectWrap::get_grayed(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_grayed_m60DEC111B5A181517A3A9833A0C079F3F627F562_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.grayed;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 grayed 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, _stringLiteral17C8F0A8786E849C679B6FAC88242DED480B11BB, /*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_DisplayObjectWrap::get_visible(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_visible_mE384B3D9DB634CDEB89AD7FE686B990BC293B22A_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.visible;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 visible 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, _stringLiteral1B4F03043BC216D130159B314EC08E89E379472F, /*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_DisplayObjectWrap::get_x(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_x_m4AFBEBA4115093585E1B005CCAE295B75E0B281A_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.x;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 x 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, _stringLiteralE6784EF3B4DB84AC540EA79F91BF6B5F5F6268F7, /*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_DisplayObjectWrap::get_y(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_y_m155D112ECBF82AB4E712D0E3E3531E44A16A9E43_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.y;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 y 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, _stringLiteral3E66A50C1661BDAEFC12B6EF7720BE5489EB419B, /*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_DisplayObjectWrap::get_z(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_z_mBEFAACD1F3F9F910EBD7E278B5B08A32FC879069_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.z;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_z_mE50283E82F6BDAE4E053F3E0DC86643A355E19C4(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 z 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, _stringLiteral34C4940C199DC5597E7D6ADD6282D0E183462DA7, /*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_DisplayObjectWrap::get_xy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_xy_mD68F2054D9846501454A687CB0AFB81AFA1BF867_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 ret = obj.xy;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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 xy 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, _stringLiteral207C18627AA786CCFA6C23E688EE201F95812895, /*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_DisplayObjectWrap::get_position(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_position_m2B838A6FD7A5915A4C612739D3DF7F354AA61B89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector3 ret = obj.position;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = DisplayObject_get_position_m84F21491DBFDC32F0734C8F3AE767C94F037BF01(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((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 position 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, _stringLiteral8B95EC2F5997AD4CFC3A5D30066898C660F74FCD, /*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_DisplayObjectWrap::get_width(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_width_mE89A904379CD0E01D9A65E1B5014154466BB3F08_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.width;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_width_m54F85578BB710796FDB0574D17756760331E27FA(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 width 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, _stringLiteral01517BD38A76E8A237B8DBB8A3DE60B08FC28404, /*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_DisplayObjectWrap::get_height(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_height_mE9E5A5F4885F649BF5F039DFC002710CAB2C3E9C_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.height;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 height 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, _stringLiteral09D362253E2AB6ECFB5AC0E54BD1993FAC2133D1, /*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_DisplayObjectWrap::get_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_size_m1BC18C68BD6338CA88F1188D7ACF9403D2D5F59D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 ret = obj.size;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = DisplayObject_get_size_mF41568CC1E6FE32F8E6C11C70984E69CEA989D67(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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_DisplayObjectWrap::get_scaleX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_scaleX_mDBB9AB4B5208D405AD94341D0A9D12F6D58321B1_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.scaleX;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_scaleX_m12A683A2B15FEDBE44D3C6B955D2C1BF8B2C5302(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 scaleX 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, _stringLiteral0F8FD149121D4AEC73504334274BACA1F9E996A0, /*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_DisplayObjectWrap::get_scaleY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_scaleY_m4F8AC556EBA67D798E4E24AE8ACCBFAC0E207A3B_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.scaleY;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_scaleY_m13DB855FC68F2AF29B1E980E19D32E6C5106B7DB(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 scaleY 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, _stringLiteral28A5E3245AFD0305391EA1D46A00C5C62B33164A, /*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_DisplayObjectWrap::get_scale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_scale_m36829AA21829CBD24D122ABD97A31BBF84B902F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 ret = obj.scale;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = DisplayObject_get_scale_mD26D5F25BC54804199740FE292B4EF227E27354E(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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 scale 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, _stringLiteral4509641C008ABC81F3C69CA91041B3F97F39931E, /*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_DisplayObjectWrap::get_rotation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_rotation_m4E4B38EAB64F2CC9D7D56EF836858CD435FC6A28_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.rotation;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_rotation_mAEE51CAE8F6E4EE4B24FEE003595469D912C1738(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 rotation 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, _stringLiteral7948BE65B98A1900E1DCBA978F06A8AEB2314D46, /*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_DisplayObjectWrap::get_rotationX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_rotationX_m3F70A0C20F9E8D680A2B8F707EA172B533C20955_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.rotationX;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_rotationX_mC5981098387BFEBDE09861F614B5FC1406773CC3(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 rotationX 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, _stringLiteralBA2829314B03B56681B4D745EBF69B3D99F9742E, /*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_DisplayObjectWrap::get_rotationY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_rotationY_mBDA36664E52133AE29BEAB257ED88EAA4EAFEED9_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.rotationY;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
float L_3 = DisplayObject_get_rotationY_m755B1756FF1E6528841AB26103966585C97D0FCC(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 rotationY 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, _stringLiteral0F5168411C115803AAF9834CEF97CFCAC620829C, /*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_DisplayObjectWrap::get_skew(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_skew_m609FFF5445844C30557FFB0FEEA6F33C20679005_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 ret = obj.skew;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = DisplayObject_get_skew_m8E219B5216340BDB3DD8B9B1D1F7485CB9EF9698_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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 skew 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, _stringLiteral11393B26DB502B3C34C5E70C040FB2794D5CE271, /*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_DisplayObjectWrap::get_perspective(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_perspective_mF94B419F4B1E08F522FFA3773F2C7BFD8C906C7A_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.perspective;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = DisplayObject_get_perspective_m7F9802CDC1C046FFD4BEE6DC358707442A726F01_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 perspective 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, _stringLiteralDB1EBED415EF5FAB1207462330689EEC98733E05, /*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_DisplayObjectWrap::get_focalLength(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_focalLength_mF08A56097A8337247450F311A2C3B65173C9270A_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.focalLength;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
int32_t L_3 = DisplayObject_get_focalLength_mDB99A301B955A95FC0F83FA0C714E329DBC9B55F_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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 focalLength 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, _stringLiteral8F0EF11C75F760EDA42A6CAC5785DEA5CAB3D70B, /*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_DisplayObjectWrap::get_pivot(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_pivot_mAD3D62B0D159AF12A4E1B20B0280F448E532638A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 ret = obj.pivot;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = DisplayObject_get_pivot_m821AF82C2CF1AE59E76008E0D7035C7A9A100CE4_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((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 pivot 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, _stringLiteral80E13FC2E5AB6DFECD87105A56635012B04817DE, /*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_DisplayObjectWrap::get_location(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_location_mCB249BAA4E4616E6943BA21B6D05A2A93F832C43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector3 ret = obj.location;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = DisplayObject_get_location_m56EEFD64238FF81B43164EDC2C4307EA121C805A(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((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 location 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, _stringLiteral0D2C7947EEEB92D6F4A17FD8DDE5887C2A29A5F3, /*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_DisplayObjectWrap::get_material(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_material_mFF75077F719B623346930B681FDCC9DACF863843_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Material ret = obj.material;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = VirtFuncInvoker0< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(11 /* UnityEngine.Material FairyGUI.DisplayObject::get_material() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = V_1;
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((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 material 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, _stringLiteralAAD67576169174BA7245A20441BD74A29C37219E, /*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_DisplayObjectWrap::get_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_shader_m7E86B233EF353EB21D0CBC545E1651B7988C9F31_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.shader;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String FairyGUI.DisplayObject::get_shader() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
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 shader 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, _stringLiteralF6ABD7464B3DA201E305F87B1F637EF437392B54, /*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_DisplayObjectWrap::get_renderingOrder(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_renderingOrder_mB2BD7C42A328CE9FEDAF78BA1BF3EDBDB253CA20_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.renderingOrder;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 FairyGUI.DisplayObject::get_renderingOrder() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
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 renderingOrder 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, _stringLiteral6650BD59047D66A39C3BE87E9D5BBB57D767953D, /*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_DisplayObjectWrap::get_layer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_layer_m20906E2462B0C91BC743A9C2C1840097962EF7AF_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.layer;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 FairyGUI.DisplayObject::get_layer() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
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 layer 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, _stringLiteral81035C61B4B32E908B73ADE6EC88A2CD2D931175, /*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_DisplayObjectWrap::get_isDisposed(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_isDisposed_mD0D5F8809A79F7CE2C73331EE78EF792391D6D0B_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.isDisposed;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 isDisposed 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, _stringLiteralE59FE4AE0F2D5EEFA23B1D43AFF0711BAD514F88, /*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_DisplayObjectWrap::get_topmost(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_topmost_m7EF53410B5461D8C7680470A6C51E804B313DA0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.Container ret = obj.topmost;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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 topmost 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, _stringLiteral0061169FE20A86FEC370C277B88B68C2BF32B68D, /*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_DisplayObjectWrap::get_stage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_stage_mC5C83585FB333D2827141E79FFA772FC166022CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.Stage ret = obj.stage;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * 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 stage 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, _stringLiteral93DCEBD9FA6049859ACB98CB9EF408B1E68C4819, /*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_DisplayObjectWrap::get_worldSpaceContainer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_worldSpaceContainer_m2CFE264156BE994A7A7D1666B65A83E0ADEC9381_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.Container ret = obj.worldSpaceContainer;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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 worldSpaceContainer 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, _stringLiteral4CA42DE07986E5698F6EADA0F4D5135CF6F9D3AE, /*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_DisplayObjectWrap::get_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_touchable_m4D393845B165469F6CE0A891AE60C8E7350B89D1_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.touchable;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean FairyGUI.DisplayObject::get_touchable() */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
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 touchable 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, _stringLiteral456C8B046C0FC251BD93D71F556FCD23352C1A84, /*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_DisplayObjectWrap::get_paintingMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_paintingMode_m4F256D80C64E07FD03D2701B11086E52A8EAD9B0_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.paintingMode;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = DisplayObject_get_paintingMode_mEE1388024FEDFA23CE2836F519578A3D6C44AE71(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 paintingMode 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, _stringLiteral7E37A7DE09B7613BFC2EFBCEA24390D31D00A879, /*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_DisplayObjectWrap::get_cacheAsBitmap(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_cacheAsBitmap_m1E5E36174C479183630432B4668A9C0556BD7070_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.cacheAsBitmap;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
bool L_3 = DisplayObject_get_cacheAsBitmap_m1897B7EB690B283F2F83DD1FF2BAFD2A44D71E20_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 cacheAsBitmap 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, _stringLiteral0CE3A1233FE32D16C84C466BB931DE9B04CFAEB7, /*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_DisplayObjectWrap::get_filter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_filter_mB905D9CB374A133CD9A9F5FC9FA3BBF38D9FC563_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
RuntimeObject* 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.IFilter ret = obj.filter;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
RuntimeObject* L_3 = DisplayObject_get_filter_mEA2D94A6B769C26610C0CF2EB1E84AE086F236D8_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
RuntimeObject* 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 filter 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, _stringLiteral7E52D57410CF83A9F684CC0B101BBB18A5FD7CB2, /*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_DisplayObjectWrap::get_blendMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_blendMode_m1CBEF81D7CEF56449B8F6930A200BFC2831F6E07_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.BlendMode ret = obj.blendMode;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
int32_t L_3 = DisplayObject_get_blendMode_mC22402C63BEDFF0C8DFA18234865A9231865D1D2_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4_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 blendMode 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, _stringLiteral531F241323776E992B69ADD98012A288BF0B9B1B, /*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_DisplayObjectWrap::get_home(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_get_home_m1D484F98C6B8298AD2DA5FE6249C570ADA6F9972_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Transform ret = obj.home;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_home_m1B57405FD6F9F00EA97AFD35971831D6B3977DE3_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((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 home 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, _stringLiteralAC20CE86A45569F42A1410FD1D9600958E12C0DD, /*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_DisplayObjectWrap::set_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_name_m61D06B4EC253A92AD63109D885656FC4AFCA6845_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.DisplayObject obj = (FairyGUI.DisplayObject)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.name = arg0;
String_t* L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->set_name_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 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_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::set_onPaint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_onPaint_m7970F54A1DAAA38D836301930FD0CC9A890131FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventCallback0 arg0 = (FairyGUI.EventCallback0)ToLua.CheckDelegate<FairyGUI.EventCallback0>(L, 2);
intptr_t L_3 = ___L0;
Delegate_t * L_4 = ToLua_CheckDelegate_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m5B15F899F155D81451EDFA54DD3EF0B65BA7EE09((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m5B15F899F155D81451EDFA54DD3EF0B65BA7EE09_RuntimeMethod_var);
V_1 = ((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_4, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var));
// obj.onPaint = arg0;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->set_onPaint_8(L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index onPaint 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, _stringLiteral089789F6A9875F136A4F1AC194A4EF7DDFAD962B, /*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_DisplayObjectWrap::set_gOwner(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_gOwner_mC3F28D2991F27F2B11331601E11912EBF6C634A6_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.DisplayObject obj = (FairyGUI.DisplayObject)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.gOwner = arg0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->set_gOwner_9(L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index gOwner 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, _stringLiteralD218BB57C5DD110F0C1C4EBBCD4EBB13D4676E85, /*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_DisplayObjectWrap::set_id(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_id_m8F8FADA4275F99C301857AD7889B761B048BB7BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
uint32_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// 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_1 = (il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_4));
// obj.id = arg0;
uint32_t L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->set_id_10(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 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_0034;
} // end catch (depth: 1)
IL_0034:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::set_alpha(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_alpha_mF09B482DD767928B3273236D4C9E9EF287A0EDEC_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.DisplayObject obj = (FairyGUI.DisplayObject)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.alpha = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_alpha_mA7065005EF72E3C2B5A0B647181E0DA565F3CBA7_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 alpha 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, _stringLiteral35ACC8F8350EA08B8690884FEBA3D37CAFF8E790, /*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_DisplayObjectWrap::set_grayed(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_grayed_m4FD3F62B7A63BECE63B68F550E4FD6106C1E644B_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.DisplayObject obj = (FairyGUI.DisplayObject)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.grayed = arg0;
bool L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_grayed_mCC1FF2A2BFDDD0308779269F54648E65194F1B82_inline(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 grayed 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, _stringLiteral17C8F0A8786E849C679B6FAC88242DED480B11BB, /*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_DisplayObjectWrap::set_visible(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_visible_m2BAEF8CE4CEBD54DB37EB7964DA910AC32D2953A_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.DisplayObject obj = (FairyGUI.DisplayObject)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.visible = arg0;
bool L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 visible 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, _stringLiteral1B4F03043BC216D130159B314EC08E89E379472F, /*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_DisplayObjectWrap::set_x(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_x_mE4A1B98C69F13273DFD4BB508741E5382876F9BC_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.DisplayObject obj = (FairyGUI.DisplayObject)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.x = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 x 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, _stringLiteralE6784EF3B4DB84AC540EA79F91BF6B5F5F6268F7, /*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_DisplayObjectWrap::set_y(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_y_m6240C29744C405A4767C741C344105E0A46B9158_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.DisplayObject obj = (FairyGUI.DisplayObject)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.y = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 y 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, _stringLiteral3E66A50C1661BDAEFC12B6EF7720BE5489EB419B, /*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_DisplayObjectWrap::set_z(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_z_m290D3F65A4A06626430A60E15DA3A2C2AC63B446_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.DisplayObject obj = (FairyGUI.DisplayObject)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.z = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_z_m2BC7B36FD48B3CFAE43A35B70D1ADD12ECD5B8C0(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 z 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, _stringLiteral34C4940C199DC5597E7D6ADD6282D0E183462DA7, /*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_DisplayObjectWrap::set_xy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_xy_m8ECE7BFC8EB4B7173F4ED1C36A0BEEAC161EFFDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.xy = arg0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_xy_mBE243AA0AAB45D1E3716D2A4C0918845648D7487(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 xy 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, _stringLiteral207C18627AA786CCFA6C23E688EE201F95812895, /*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_DisplayObjectWrap::set_position(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_position_m42239601E60B8D7549BAAAA4D202416EF2E44A7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
intptr_t L_3 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.position = arg0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_position_mD2BFF73F4E8F0DBA5B7A83F9628F0F5E7DF64DBE(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 position 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, _stringLiteral8B95EC2F5997AD4CFC3A5D30066898C660F74FCD, /*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_DisplayObjectWrap::set_width(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_width_m311F5346D0A73034BA1D9772BF3B19357577FCD6_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.DisplayObject obj = (FairyGUI.DisplayObject)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.width = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 width 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, _stringLiteral01517BD38A76E8A237B8DBB8A3DE60B08FC28404, /*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_DisplayObjectWrap::set_height(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_height_m530C0F49F094C0BE60037E1488A39F7251348FB0_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.DisplayObject obj = (FairyGUI.DisplayObject)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.height = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 height 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, _stringLiteral09D362253E2AB6ECFB5AC0E54BD1993FAC2133D1, /*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_DisplayObjectWrap::set_size(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_size_m7E7C48AE5C162BBF9815F8145D28FF1A4CAAE661_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.size = arg0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_size_mB5DAA437713FEB7C4EADC3363C50B58D73B461CE(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 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_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_DisplayObjectWrap::set_scaleX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_scaleX_m739B172F4D7191C82E037DE17352CD7344B0F2A0_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.DisplayObject obj = (FairyGUI.DisplayObject)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.scaleX = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_scaleX_mFE3764EFAC4EDBEED247961132B3A2DD2F4886C4(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 scaleX 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, _stringLiteral0F8FD149121D4AEC73504334274BACA1F9E996A0, /*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_DisplayObjectWrap::set_scaleY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_scaleY_mF6DAE9F36E40C593A656B1293EFAC9F129CB0FDC_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.DisplayObject obj = (FairyGUI.DisplayObject)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.scaleY = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_scaleY_m417DE34084BB9821BE730ED357214A0C2272F2CC(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 scaleY 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, _stringLiteral28A5E3245AFD0305391EA1D46A00C5C62B33164A, /*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_DisplayObjectWrap::set_scale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_scale_mC02CF4FE475F6ACBFE0CCFEA1B33AE823982DAAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.scale = arg0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_scale_m26D32EB6CDA4AE047664D07FA5B8546860809938(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 scale 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, _stringLiteral4509641C008ABC81F3C69CA91041B3F97F39931E, /*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_DisplayObjectWrap::set_rotation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_rotation_m53E415C922D9BEBF305B61FDAC40FF2A1C6FF435_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.DisplayObject obj = (FairyGUI.DisplayObject)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.rotation = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_rotation_mF6D5153505B38D9D4F8984560EAE4B4F676877D7(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 rotation 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, _stringLiteral7948BE65B98A1900E1DCBA978F06A8AEB2314D46, /*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_DisplayObjectWrap::set_rotationX(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_rotationX_mDEECC4129979363A5B47C6D6C6C11F03C6219972_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.DisplayObject obj = (FairyGUI.DisplayObject)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.rotationX = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_rotationX_mEDC75C98E0E8BAA449596DE47E393A38974A1871(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 rotationX 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, _stringLiteralBA2829314B03B56681B4D745EBF69B3D99F9742E, /*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_DisplayObjectWrap::set_rotationY(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_rotationY_mCD4585666B6C58B59548879C0BCEB334A80B9D3D_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.DisplayObject obj = (FairyGUI.DisplayObject)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.rotationY = arg0;
float L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_rotationY_m7F6F950A2E598F3A89DDF4504384DDCB3CE42054(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 rotationY 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, _stringLiteral0F5168411C115803AAF9834CEF97CFCAC620829C, /*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_DisplayObjectWrap::set_skew(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_skew_mD9B345B4E0275B5FF8CC1FBCD61C5F544DAF492D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.skew = arg0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_skew_m79D1C22118B9D10B86FA873A72FBDFB625F05DBE(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 skew 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, _stringLiteral11393B26DB502B3C34C5E70C040FB2794D5CE271, /*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_DisplayObjectWrap::set_perspective(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_perspective_m4F0142BFF8D04BC5B2FB5F48B8763F952A091148_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.DisplayObject obj = (FairyGUI.DisplayObject)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.perspective = arg0;
bool L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_perspective_mC81CD5E76EB5572A70F8844CF543674D9905B0C0(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 perspective 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, _stringLiteralDB1EBED415EF5FAB1207462330689EEC98733E05, /*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_DisplayObjectWrap::set_focalLength(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_focalLength_m98721590367185410BE6B2A9713E3A70B27888C8_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.DisplayObject obj = (FairyGUI.DisplayObject)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.focalLength = arg0;
int32_t L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_focalLength_m2D918FA5B14EA5C6017755B4ACCDC5567ED18C27(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 focalLength 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, _stringLiteral8F0EF11C75F760EDA42A6CAC5785DEA5CAB3D70B, /*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_DisplayObjectWrap::set_pivot(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_pivot_mCEDC8BA57CF2EFE3920750B4248E206F8E6C79FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_3 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.pivot = arg0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_pivot_m7C0B1F993BBC38456F2D54A1A34BBFB0BC238B41(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 pivot 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, _stringLiteral80E13FC2E5AB6DFECD87105A56635012B04817DE, /*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_DisplayObjectWrap::set_location(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_location_m05D338B79FE0DF8A8AE92D4036C4DEE0E0EFF7C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
intptr_t L_3 = ___L0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.location = arg0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_location_mA7E6C5F69FDB9036DE408C04E54737BC1148F005(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 location 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, _stringLiteral0D2C7947EEEB92D6F4A17FD8DDE5887C2A29A5F3, /*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_DisplayObjectWrap::set_material(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_material_mAEC8C58D4572707C35ACDF214116DA228602CE16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Material arg0 = (UnityEngine.Material)ToLua.CheckObject<UnityEngine.Material>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m8E8F5D53FDF3BFBAE9D5F1B6871AE6AD4C94A685((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m8E8F5D53FDF3BFBAE9D5F1B6871AE6AD4C94A685_RuntimeMethod_var);
V_1 = ((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)CastclassClass((RuntimeObject*)L_4, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var));
// obj.material = arg0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker1< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(12 /* System.Void FairyGUI.DisplayObject::set_material(UnityEngine.Material) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index material 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, _stringLiteralAAD67576169174BA7245A20441BD74A29C37219E, /*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_DisplayObjectWrap::set_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_shader_m1E20FA4BDF0AB4730C599C434F9EF9F0EE9F44C0_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.DisplayObject obj = (FairyGUI.DisplayObject)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.shader = arg0;
String_t* L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void FairyGUI.DisplayObject::set_shader(System.String) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), 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 shader 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, _stringLiteralF6ABD7464B3DA201E305F87B1F637EF437392B54, /*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_DisplayObjectWrap::set_renderingOrder(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_renderingOrder_m06FFDBAB46ACA4598CC4D756810036A31EBC787A_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.DisplayObject obj = (FairyGUI.DisplayObject)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.renderingOrder = arg0;
int32_t L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), 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 renderingOrder 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, _stringLiteral6650BD59047D66A39C3BE87E9D5BBB57D767953D, /*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_DisplayObjectWrap::set_layer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_layer_m92C7E601ABBCBC61030ECF0B3AC49B8D5909FC84_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.DisplayObject obj = (FairyGUI.DisplayObject)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.layer = arg0;
int32_t L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker1< int32_t >::Invoke(18 /* System.Void FairyGUI.DisplayObject::set_layer(System.Int32) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), 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 layer 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, _stringLiteral81035C61B4B32E908B73ADE6EC88A2CD2D931175, /*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_DisplayObjectWrap::set_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_touchable_m106ACEAE3D94CEAA5062C87438C7F5CB144FCDE0_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.DisplayObject obj = (FairyGUI.DisplayObject)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.touchable = arg0;
bool L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
VirtActionInvoker1< bool >::Invoke(20 /* System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean) */, ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), 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 touchable 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, _stringLiteral456C8B046C0FC251BD93D71F556FCD23352C1A84, /*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_DisplayObjectWrap::set_cacheAsBitmap(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_cacheAsBitmap_m60B497DF15CF5582F7756DDF5834AD1638F24800_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.DisplayObject obj = (FairyGUI.DisplayObject)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.cacheAsBitmap = arg0;
bool L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_cacheAsBitmap_mBEF4556B167CAD29C51FE7EC8D92D9AD749CF516(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 cacheAsBitmap 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, _stringLiteral0CE3A1233FE32D16C84C466BB931DE9B04CFAEB7, /*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_DisplayObjectWrap::set_filter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_filter_mEEE92CFD5E453460FE226FED3889127620FA9186_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
RuntimeObject* 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.IFilter arg0 = (FairyGUI.IFilter)ToLua.CheckObject<FairyGUI.IFilter>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisIFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_m74F935C8E7C80FCE830E95C737DE20C0EB8B9792((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisIFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_m74F935C8E7C80FCE830E95C737DE20C0EB8B9792_RuntimeMethod_var);
V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var));
// obj.filter = arg0;
RuntimeObject* L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 filter 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, _stringLiteral7E52D57410CF83A9F684CC0B101BBB18A5FD7CB2, /*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_DisplayObjectWrap::set_blendMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_blendMode_m96A0803852C439A75DB41D8FF563827738E1E39F_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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.BlendMode arg0 = (FairyGUI.BlendMode)ToLua.CheckObject(L, 2, typeof(FairyGUI.BlendMode));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4_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, BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4_il2cpp_TypeInfo_var))));
// obj.blendMode = arg0;
int32_t L_7 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_blendMode_m9E573C57F65D4601F258F5A5FEAD084B5D72296B(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// 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 blendMode 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, _stringLiteral531F241323776E992B69ADD98012A288BF0B9B1B, /*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_DisplayObjectWrap::set_home(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DisplayObjectWrap_set_home_mF2D16FC23C86C5A64093A876D821C08F22068747_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * 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.DisplayObject obj = (FairyGUI.DisplayObject)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
V_1 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
// obj.home = arg0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_2, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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 home 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, _stringLiteralAC20CE86A45569F42A1410FD1D9600958E12C0DD, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0038;
} // end catch (depth: 1)
IL_0038:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void FairyGUI_DisplayObjectWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_DisplayObjectWrap__ctor_mDD9B7DBE452EECC7D6BEB705CAFCD61CD8FE6AE6 (FairyGUI_DisplayObjectWrap_tFF0BAFB3F984A667A01E6602E8EFE3C479A41BE9 * __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_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_DynamicFontWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_DynamicFontWrap_Register_mC48910226F656963655948A662D70C664A3D8D9B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap_Register_mC48910226F656963655948A662D70C664A3D8D9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.DynamicFont), typeof(FairyGUI.BaseFont));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_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> (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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("SetFormat", SetFormat);
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_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral79ACCE4D46545193123ACC9096406AC0C461F6DB, L_6, /*hidden argument*/NULL);
// L.RegFunction("PrepareCharacters", PrepareCharacters);
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_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral709B2CF8F34802C7D8F8E62BB0B0332AA3E213F2, L_8, /*hidden argument*/NULL);
// L.RegFunction("GetGlyphSize", GetGlyphSize);
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_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral19D6B1C4428179AB25AF0913C6DE127F3AD36A27, L_10, /*hidden argument*/NULL);
// L.RegFunction("GetGlyph", GetGlyph);
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_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral3581C3DC7E8A46BEDC6317AFD2D671F2D9486A19, L_12, /*hidden argument*/NULL);
// L.RegFunction("HasCharacter", HasCharacter);
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_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral703D9C4B7F53F92D649F87CECB5C1A0F5DDBF057, L_14, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_DynamicFont);
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_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F_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.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
NullCheck(L_19);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_19, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_DynamicFontWrap::_CreateFairyGUI_DynamicFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap__CreateFairyGUI_DynamicFont_m5007DA1B9C833733FB7CD338957435AF0762096F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * 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.DynamicFont obj = new FairyGUI.DynamicFont(arg0);
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * L_5 = (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)il2cpp_codegen_object_new(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var);
DynamicFont__ctor_m7ED559157A273F081CACAEAA79D5E1824F2AB599(L_5, L_4, /*hidden argument*/NULL);
V_1 = L_5;
// ToLua.PushObject(L, obj);
intptr_t L_6 = ___L0;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * 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);
// string arg1 = ToLua.CheckString(L, 2);
intptr_t L_11 = ___L0;
String_t* L_12 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = L_12;
// FairyGUI.DynamicFont obj = new FairyGUI.DynamicFont(arg0, arg1);
String_t* L_13 = V_3;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * L_14 = (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)il2cpp_codegen_object_new(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var);
DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47(L_14, L_10, L_13, /*hidden argument*/NULL);
V_4 = L_14;
// ToLua.PushObject(L, obj);
intptr_t L_15 = ___L0;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * 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 ctor method: FairyGUI.DynamicFont.New");
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, _stringLiteralAEE1E034E7E6E29671A3236CEFE2B957A65E5C44, /*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_DynamicFontWrap::SetFormat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap_SetFormat_mDFA6179AB6D77BF5594FACDCB0308D1160101CC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * 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.DynamicFont obj = (FairyGUI.DynamicFont)ToLua.CheckObject<FairyGUI.DynamicFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5_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));
// 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.SetFormat(arg0, arg1);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_7 = V_0;
float L_8 = V_1;
NullCheck(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)));
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)), L_7, L_8);
// return 0;
V_2 = 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_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_003f;
} // end catch (depth: 1)
IL_003f:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_DynamicFontWrap::PrepareCharacters(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap_PrepareCharacters_m19DFA7C00336D8308BA50710947B6A5733B6D83A_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, 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.DynamicFont obj = (FairyGUI.DynamicFont)ToLua.CheckObject<FairyGUI.DynamicFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5_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;
// obj.PrepareCharacters(arg0);
String_t* L_5 = V_0;
NullCheck(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)));
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void FairyGUI.BaseFont::PrepareCharacters(System.String) */, ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)), L_5);
// 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_DynamicFontWrap::GetGlyphSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap_GetGlyphSize_m5725D7EF58B7387C671EB2289615E10E2CA96C6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
float V_1 = 0.0f;
float V_2 = 0.0f;
bool V_3 = false;
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)
// 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.DynamicFont obj = (FairyGUI.DynamicFont)ToLua.CheckObject<FairyGUI.DynamicFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5_RuntimeMethod_var);
// char arg0 = (char)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<uint16_t, int32_t, double>(L_4));
// bool o = obj.GetGlyphSize(arg0, out arg1, out arg2);
Il2CppChar L_5 = V_0;
NullCheck(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)));
bool L_6 = VirtFuncInvoker3< bool, Il2CppChar, float*, float* >::Invoke(6 /* System.Boolean FairyGUI.BaseFont::GetGlyphSize(System.Char,System.Single&,System.Single&) */, ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)), L_5, (float*)(&V_1), (float*)(&V_2));
V_3 = L_6;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_7 = ___L0;
bool L_8 = V_3;
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// LuaDLL.lua_pushnumber(L, arg1);
intptr_t L_9 = ___L0;
float L_10 = V_1;
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_9, (((double)((double)L_10))), /*hidden argument*/NULL);
// LuaDLL.lua_pushnumber(L, arg2);
intptr_t L_11 = ___L0;
float L_12 = V_2;
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_11, (((double)((double)L_12))), /*hidden argument*/NULL);
// return 3;
V_4 = 3;
goto IL_0051;
} // 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_0043;
throw e;
}
CATCH_0043:
{ // begin catch(System.Exception)
// catch (Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_13 = ___L0;
Exception_t * L_14 = V_5;
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_4 = L_15;
goto IL_0051;
} // end catch (depth: 1)
IL_0051:
{
// }
int32_t L_16 = V_4;
return L_16;
}
}
// System.Int32 FairyGUI_DynamicFontWrap::GetGlyph(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap_GetGlyph_m71CB9A14EDE4D8A3977DE53751F60E6E546BF9F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
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, 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.DynamicFont obj = (FairyGUI.DynamicFont)ToLua.CheckObject<FairyGUI.DynamicFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5_RuntimeMethod_var);
// char arg0 = (char)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<uint16_t, int32_t, double>(L_4));
// FairyGUI.GlyphInfo arg1 = StackTraits<FairyGUI.GlyphInfo>.Check(L, 3);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_il2cpp_TypeInfo_var);
Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 * L_5 = ((StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_il2cpp_TypeInfo_var))->get_Check_1();
intptr_t L_6 = ___L0;
NullCheck(L_5);
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_7 = Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B(L_5, (intptr_t)L_6, 3, /*hidden argument*/Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B_RuntimeMethod_var);
V_1 = L_7;
// bool o = obj.GetGlyph(arg0, ref arg1);
Il2CppChar L_8 = V_0;
NullCheck(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)));
bool L_9 = VirtFuncInvoker2< bool, Il2CppChar, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * >::Invoke(7 /* System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&) */, ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)), L_8, (GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE *)(&V_1));
V_2 = L_9;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_10 = ___L0;
bool L_11 = V_2;
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_10, L_11, /*hidden argument*/NULL);
// ToLua.PushValue(L, arg1);
intptr_t L_12 = ___L0;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_13 = V_1;
ToLua_PushValue_TisGlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE_m7F9D920FAB916576650F8264689100551123C2FE((intptr_t)L_12, L_13, /*hidden argument*/ToLua_PushValue_TisGlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE_m7F9D920FAB916576650F8264689100551123C2FE_RuntimeMethod_var);
// return 2;
V_3 = 2;
goto IL_0051;
} // 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_0044;
throw e;
}
CATCH_0044:
{ // begin catch(System.Exception)
// catch (Exception e)
V_4 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_14 = ___L0;
Exception_t * L_15 = V_4;
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_3 = L_16;
goto IL_0051;
} // end catch (depth: 1)
IL_0051:
{
// }
int32_t L_17 = V_3;
return L_17;
}
}
// System.Int32 FairyGUI_DynamicFontWrap::HasCharacter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_DynamicFontWrap_HasCharacter_mADE3698575AE54699F115F5239CD48B7B6C0F0DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
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.DynamicFont obj = (FairyGUI.DynamicFont)ToLua.CheckObject<FairyGUI.DynamicFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisDynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_mD2F5F74AA80079ED8F73CD2F0C708B46DA5802A5_RuntimeMethod_var);
// char arg0 = (char)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<uint16_t, int32_t, double>(L_4));
// bool o = obj.HasCharacter(arg0);
Il2CppChar L_5 = V_0;
NullCheck(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)));
bool L_6 = VirtFuncInvoker1< bool, Il2CppChar >::Invoke(8 /* System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char) */, ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)CastclassClass((RuntimeObject*)L_2, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)), L_5);
V_1 = L_6;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_7 = ___L0;
bool L_8 = V_1;
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, 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.Void FairyGUI_DynamicFontWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_DynamicFontWrap__ctor_mA9C4B6B4E4D87E5CA321AE85AB41EB3363BFFDBE (FairyGUI_DynamicFontWrap_t36AD81423444DF3812ECA21E25F2458B4A5388E8 * __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_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_EventContextWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventContextWrap_Register_m5E65FDC405855FC081CA1179A4A6A5154CBD6ECE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_Register_m5E65FDC405855FC081CA1179A4A6A5154CBD6ECE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.EventContext), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_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("StopPropagation", StopPropagation);
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_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral18C6B51EEB3743B5890633F878106834FD06E4F0, L_6, /*hidden argument*/NULL);
// L.RegFunction("PreventDefault", PreventDefault);
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_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral62CDD17376B9472B86B4CC066A4AAB3AD2FCF2F8, L_8, /*hidden argument*/NULL);
// L.RegFunction("CaptureTouch", CaptureTouch);
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_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral57BB1062F088551A87F25B876DB7F1A26753D84B, L_10, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_EventContext);
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_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6_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("type", get_type, set_type);
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_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6_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_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_15, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, L_16, L_17, /*hidden argument*/NULL);
// L.RegVar("data", get_data, set_data);
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_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82_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_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_18);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_18, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, L_19, L_20, /*hidden argument*/NULL);
// L.RegVar("sender", get_sender, null);
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_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_21, _stringLiteralACC6A31DAA43161B626DE8AB3DE5E1E70AD5A4C0, L_22, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("initiator", get_initiator, null);
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_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteral5EF5FC6947DDFFA0FD2AE3D4B6986A751EFCB98E, L_24, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("inputEvent", get_inputEvent, null);
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_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_25, _stringLiteral1DA425FDBE3992272C0074EBE42B5AA9DB0A58C1, L_26, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("isDefaultPrevented", get_isDefaultPrevented, null);
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_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteral15E0261626E54490CD293113FEE91FFE79B2E3CC, L_28, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
NullCheck(L_29);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_29, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_EventContextWrap::_CreateFairyGUI_EventContext(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap__CreateFairyGUI_EventContext_m8C61E2BA5E659BFEFB05583ADF5B2114499D89C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * 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.EventContext obj = new FairyGUI.EventContext();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)il2cpp_codegen_object_new(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * 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.EventContext.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, _stringLiteralE087560F8EF2AA88B7F613340B38118333C4659C, /*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_EventContextWrap::StopPropagation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_StopPropagation_m0B580FDD0BE48AA3FDBC6DAD31A0E21A17CDC38E_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.EventContext obj = (FairyGUI.EventContext)ToLua.CheckObject<FairyGUI.EventContext>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176_RuntimeMethod_var);
// obj.StopPropagation();
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_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_EventContextWrap::PreventDefault(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_PreventDefault_mDD3D3E86B9A93E613864C08E4289DCCAD304CDEE_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.EventContext obj = (FairyGUI.EventContext)ToLua.CheckObject<FairyGUI.EventContext>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176_RuntimeMethod_var);
// obj.PreventDefault();
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_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_EventContextWrap::CaptureTouch(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_CaptureTouch_m38E0469FFA92974880D06E30D36C4FC6D0E31645_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.EventContext obj = (FairyGUI.EventContext)ToLua.CheckObject<FairyGUI.EventContext>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176_RuntimeMethod_var);
// obj.CaptureTouch();
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_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_EventContextWrap::get_type(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_get_type_mC2EB7027EE506DA750CCDE9769D3238BBC841AE6_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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.type;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
String_t* L_3 = ((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->get_type_3();
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 type 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, _stringLiteral205F05C51DE95C7379DB1A48DE3CFE7B6E6108B2, /*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_EventContextWrap::get_data(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_get_data_mC187106D3CDC6E884DE01CCAFAB6033D7B966A82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
RuntimeObject * 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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// object ret = obj.data;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
RuntimeObject * L_3 = ((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->get_data_4();
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
RuntimeObject * L_5 = V_1;
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((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 data 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, _stringLiteral6576921CFF26096F420B181E5EA189AE0E824120, /*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_EventContextWrap::get_sender(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_get_sender_m3D85CB4CF7568010B9F734C3449ACAF061C30FA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * 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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventDispatcher ret = obj.sender;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_3 = EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * 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 sender 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, _stringLiteralACAF5735D751816C378F6B358E41114143F3F219, /*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_EventContextWrap::get_initiator(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_get_initiator_mABF12D60DE0014C2B909B5C07B3F6CA7CF5505F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
RuntimeObject * 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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// object ret = obj.initiator;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
RuntimeObject * L_3 = EventContext_get_initiator_mAB4600A4739AD4DC64629B395577648DE0DA9425_inline(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.Push(L, ret);
intptr_t L_4 = ___L0;
RuntimeObject * L_5 = V_1;
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((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 initiator 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, _stringLiteral9047E8623EC9BA43A4D4F4BB6A63984FA12D2DF7, /*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_EventContextWrap::get_inputEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_get_inputEvent_m65D18F813BCF7A67B8E6A60400147D3B7A198B33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * 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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.InputEvent ret = obj.inputEvent;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * 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 inputEvent 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, _stringLiteral1C7EA7BEDE00DF750E100B89F30EBA2EB5D52B41, /*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_EventContextWrap::get_isDefaultPrevented(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_get_isDefaultPrevented_m8B7F8F720667538B386E7F925B021F7BA474499E_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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.isDefaultPrevented;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
bool L_3 = EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486_inline(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_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 isDefaultPrevented 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, _stringLiteral085393FD5AF281B5C0281A8153FC89E355A71FB8, /*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_EventContextWrap::set_type(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_set_type_m6678C094B0EC49974DEEAED7FA03E374464BB35B_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.EventContext obj = (FairyGUI.EventContext)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.type = arg0;
String_t* L_5 = V_1;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->set_type_3(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 type 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, _stringLiteral205F05C51DE95C7379DB1A48DE3CFE7B6E6108B2, /*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_EventContextWrap::set_data(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventContextWrap_set_data_mD582234092FED3189B7DCE77A039426CBC5B7F36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
RuntimeObject * 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.EventContext obj = (FairyGUI.EventContext)o;
RuntimeObject * L_2 = V_0;
// object arg0 = ToLua.ToVarObject(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_1 = L_4;
// obj.data = arg0;
RuntimeObject * L_5 = V_1;
NullCheck(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)));
((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->set_data_4(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 data 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, _stringLiteral6576921CFF26096F420B181E5EA189AE0E824120, /*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_EventContextWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventContextWrap__ctor_mE191C1DFD3A45D25882FA00AB1B08F5DED6E93F8 (FairyGUI_EventContextWrap_tCDB7C0FC10D8F658EED3FDCB649D8A9EEB89407A * __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_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_EventDispatcherWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventDispatcherWrap_Register_mA421EA07866424A89DB9863A2E47831C9E6460BD (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_Register_mA421EA07866424A89DB9863A2E47831C9E6460BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.EventDispatcher), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_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("AddEventListener", AddEventListener);
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_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralD3E2CE1CDAF1E9ED947BD71F0F7E0F1954C0A59F, L_6, /*hidden argument*/NULL);
// L.RegFunction("RemoveEventListener", RemoveEventListener);
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_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral2F0EC9E908D08DDA14B2792A88A470E335197F1B, L_8, /*hidden argument*/NULL);
// L.RegFunction("RemoveEventListeners", RemoveEventListeners);
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_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral3DAAF5BDA4562B84694659EC1B9ACAE91D4794DF, L_10, /*hidden argument*/NULL);
// L.RegFunction("hasEventListeners", hasEventListeners);
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_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral699F110D18B3B15BB220D4E1E9C924425BDFFAE8, L_12, /*hidden argument*/NULL);
// L.RegFunction("isDispatching", isDispatching);
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_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral33328BC8CCD0FB309C1E138F61C819DBB67250B2, L_14, /*hidden argument*/NULL);
// L.RegFunction("DispatchEvent", DispatchEvent);
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_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral8214B546DC0FEC6B1A422CDA1C42FB9DC64BCEC7, L_16, /*hidden argument*/NULL);
// L.RegFunction("BubbleEvent", BubbleEvent);
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_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral190135A4B9A2BF02E873BCEF2DDB72D408FE3C41, L_18, /*hidden argument*/NULL);
// L.RegFunction("BroadcastEvent", BroadcastEvent);
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_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral855A1CB1E79C3D5C7ECF1247F84F85803831FA94, L_20, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_EventDispatcher);
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_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_22, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_24, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
NullCheck(L_25);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_25, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_EventDispatcherWrap::_CreateFairyGUI_EventDispatcher(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap__CreateFairyGUI_EventDispatcher_mEC7C7BF75719DD40D3635907067E8AA5081BFFF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * 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.EventDispatcher obj = new FairyGUI.EventDispatcher();
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_2 = (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)il2cpp_codegen_object_new(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * 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.EventDispatcher.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, _stringLiteral4F480623593E4BA12619F117BC17CAA17A19A226, /*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_EventDispatcherWrap::AddEventListener(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_AddEventListener_m40A0113795753F28E527FF8CF6E09EE19CB2A0B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * 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<FairyGUI.EventCallback1>(L, 3))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_0040;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m58DF3BC5212B574A17C5A9F48F6A4A245E94F5AE((intptr_t)L_3, 3, /*hidden argument*/TypeChecker_CheckTypes_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m58DF3BC5212B574A17C5A9F48F6A4A245E94F5AE_RuntimeMethod_var);
if (!L_4)
{
goto IL_0040;
}
}
IL_0014:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_6 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_7 = ___L0;
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 2, /*hidden argument*/NULL);
V_1 = L_8;
// FairyGUI.EventCallback1 arg1 = (FairyGUI.EventCallback1)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 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_10, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.AddEventListener(arg0, arg1);
String_t* L_11 = V_1;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_12 = V_2;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_6, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_6, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0098;
}
IL_0040:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.EventCallback0>(L, 3))
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
{
goto IL_007d;
}
}
IL_0044:
{
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_15 = TypeChecker_CheckTypes_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m9CBE5BACE00387B6A3B04046313C7FBD1C587CFF((intptr_t)L_14, 3, /*hidden argument*/TypeChecker_CheckTypes_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m9CBE5BACE00387B6A3B04046313C7FBD1C587CFF_RuntimeMethod_var);
if (!L_15)
{
goto IL_007d;
}
}
IL_004d:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_17 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_18 = ___L0;
String_t* L_19 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_18, 2, /*hidden argument*/NULL);
V_4 = L_19;
// FairyGUI.EventCallback0 arg1 = (FairyGUI.EventCallback0)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 = ((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_21, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var));
// obj.AddEventListener(arg0, arg1);
String_t* L_22 = V_4;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_23 = V_5;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_17, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_17, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0098;
}
IL_007d:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventDispatcher.AddEventListener");
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, _stringLiteralCD42DB0921D48E67B974B45BE12C7B82A3C95CBA, /*hidden argument*/NULL);
V_3 = L_25;
goto IL_0098;
}
} // 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_008b;
throw e;
}
CATCH_008b:
{ // 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_0098;
} // end catch (depth: 1)
IL_0098:
{
// }
int32_t L_29 = V_3;
return L_29;
}
}
// System.Int32 FairyGUI_EventDispatcherWrap::RemoveEventListener(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_RemoveEventListener_mA419D776987B06812F8351EAF17BCCFB855C21CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * 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<FairyGUI.EventCallback1>(L, 3))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_0040;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m58DF3BC5212B574A17C5A9F48F6A4A245E94F5AE((intptr_t)L_3, 3, /*hidden argument*/TypeChecker_CheckTypes_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m58DF3BC5212B574A17C5A9F48F6A4A245E94F5AE_RuntimeMethod_var);
if (!L_4)
{
goto IL_0040;
}
}
IL_0014:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_6 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_7 = ___L0;
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 2, /*hidden argument*/NULL);
V_1 = L_8;
// FairyGUI.EventCallback1 arg1 = (FairyGUI.EventCallback1)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 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_10, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.RemoveEventListener(arg0, arg1);
String_t* L_11 = V_1;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_12 = V_2;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_6, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
EventDispatcher_RemoveEventListener_m1C068FBDC60415AF172EE9ACDF15ECE95C2A0E6D(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_6, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0098;
}
IL_0040:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.EventCallback0>(L, 3))
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
{
goto IL_007d;
}
}
IL_0044:
{
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_15 = TypeChecker_CheckTypes_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m9CBE5BACE00387B6A3B04046313C7FBD1C587CFF((intptr_t)L_14, 3, /*hidden argument*/TypeChecker_CheckTypes_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m9CBE5BACE00387B6A3B04046313C7FBD1C587CFF_RuntimeMethod_var);
if (!L_15)
{
goto IL_007d;
}
}
IL_004d:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_17 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_18 = ___L0;
String_t* L_19 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_18, 2, /*hidden argument*/NULL);
V_4 = L_19;
// FairyGUI.EventCallback0 arg1 = (FairyGUI.EventCallback0)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 = ((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_21, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var));
// obj.RemoveEventListener(arg0, arg1);
String_t* L_22 = V_4;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_23 = V_5;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_17, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
EventDispatcher_RemoveEventListener_m4F6E8E933765C8B0D9545FAC6A7894B20471811F(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_17, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
// return 0;
V_3 = 0;
goto IL_0098;
}
IL_007d:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventDispatcher.RemoveEventListener");
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, _stringLiteral7D2F306822E51C60759FEEFCC7A0CC14164AFE08, /*hidden argument*/NULL);
V_3 = L_25;
goto IL_0098;
}
} // 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_008b;
throw e;
}
CATCH_008b:
{ // 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_0098;
} // end catch (depth: 1)
IL_0098:
{
// }
int32_t L_29 = V_3;
return L_29;
}
}
// System.Int32 FairyGUI_EventDispatcherWrap::RemoveEventListeners(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_RemoveEventListeners_mBE5222FB534CEDA75796C8E9C2768DC9BCCC9B6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
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.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// obj.RemoveEventListeners();
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_4, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_4, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_005b;
}
IL_0020:
{
// else if (count == 2)
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0042;
}
}
IL_0024:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_8 = ___L0;
String_t* L_9 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// obj.RemoveEventListeners(arg0);
String_t* L_10 = V_2;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_7, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_7, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_005b;
}
IL_0042:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventDispatcher.RemoveEventListeners");
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, _stringLiteralD1A95B4427548B4E3E1F2DE921C2D1E1D880FC49, /*hidden argument*/NULL);
V_1 = L_12;
goto IL_005b;
}
} // 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_0050;
throw e;
}
CATCH_0050:
{ // 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_005b;
} // end catch (depth: 1)
IL_005b:
{
// }
int32_t L_16 = V_1;
return L_16;
}
}
// System.Int32 FairyGUI_EventDispatcherWrap::hasEventListeners(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_hasEventListeners_m1A1ADC1C117ED44A5F13FE5C05E84273F546BA05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* 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.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_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;
// bool o = obj.hasEventListeners(arg0);
String_t* L_5 = V_0;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_6 = EventDispatcher_hasEventListeners_mB2B597F656DDCCC9D4A78DF10F86198E0F2D4B1C(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_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_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_EventDispatcherWrap::isDispatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_isDispatching_m36815BB3C5CBECAB4E2C152945CEE17A6A72502D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* 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.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_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;
// bool o = obj.isDispatching(arg0);
String_t* L_5 = V_0;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_6 = EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_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_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_EventDispatcherWrap::DispatchEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_DispatchEvent_mC5845539EBC4212548D763E15F7FCF370070C37B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * V_4 = NULL;
bool V_5 = false;
String_t* V_6 = NULL;
RuntimeObject * V_7 = NULL;
bool V_8 = false;
String_t* V_9 = NULL;
RuntimeObject * V_10 = NULL;
RuntimeObject * V_11 = NULL;
bool V_12 = false;
Exception_t * V_13 = 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>(L, 2))
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_003d;
}
}
IL_000b:
{
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
if (!L_4)
{
goto IL_003d;
}
}
IL_0014:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_6 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = 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;
// bool o = obj.DispatchEvent(arg0);
String_t* L_9 = V_1;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_6, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_10 = EventDispatcher_DispatchEvent_mAB0BC8CFC1902CC89D4AD92D6344A6C29F3E4177(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_6, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
V_2 = L_10;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_11 = ___L0;
bool L_12 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_11, L_12, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0114;
}
IL_003d:
{
// else if (count == 2 && TypeChecker.CheckTypes<FairyGUI.EventContext>(L, 2))
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
{
goto IL_007c;
}
}
IL_0041:
{
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_15 = TypeChecker_CheckTypes_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_m3E934A90DA443DD14731CD0A6677CDBCAAF487C8((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_m3E934A90DA443DD14731CD0A6677CDBCAAF487C8_RuntimeMethod_var);
if (!L_15)
{
goto IL_007c;
}
}
IL_004a:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_17 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// FairyGUI.EventContext arg0 = (FairyGUI.EventContext)ToLua.ToObject(L, 2);
intptr_t L_18 = ___L0;
RuntimeObject * L_19 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_18, 2, /*hidden argument*/NULL);
V_4 = ((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_19, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var));
// bool o = obj.DispatchEvent(arg0);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_20 = V_4;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_17, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_21 = EventDispatcher_DispatchEvent_mBCF99E50F1FFB230AE8DF3E711B8C24017E17502(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_17, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
V_5 = L_21;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_22 = ___L0;
bool L_23 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_22, L_23, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0114;
}
IL_007c:
{
// else if (count == 3)
int32_t L_24 = V_0;
if ((!(((uint32_t)L_24) == ((uint32_t)3))))
{
goto IL_00b5;
}
}
IL_0080:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_25 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_26 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_25, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_27 = ___L0;
String_t* L_28 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_27, 2, /*hidden argument*/NULL);
V_6 = L_28;
// object arg1 = ToLua.ToVarObject(L, 3);
intptr_t L_29 = ___L0;
RuntimeObject * L_30 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_29, 3, /*hidden argument*/NULL);
V_7 = L_30;
// bool o = obj.DispatchEvent(arg0, arg1);
String_t* L_31 = V_6;
RuntimeObject * L_32 = V_7;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_26, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_33 = EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_26, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_31, L_32, /*hidden argument*/NULL);
V_8 = L_33;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_34 = ___L0;
bool L_35 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_34, L_35, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0114;
}
IL_00b5:
{
// else if (count == 4)
int32_t L_36 = V_0;
if ((!(((uint32_t)L_36) == ((uint32_t)4))))
{
goto IL_00f9;
}
}
IL_00b9:
{
// FairyGUI.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_37 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_38 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_37, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_39 = ___L0;
String_t* L_40 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_39, 2, /*hidden argument*/NULL);
V_9 = L_40;
// object arg1 = ToLua.ToVarObject(L, 3);
intptr_t L_41 = ___L0;
RuntimeObject * L_42 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_41, 3, /*hidden argument*/NULL);
V_10 = L_42;
// object arg2 = ToLua.ToVarObject(L, 4);
intptr_t L_43 = ___L0;
RuntimeObject * L_44 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_43, 4, /*hidden argument*/NULL);
V_11 = L_44;
// bool o = obj.DispatchEvent(arg0, arg1, arg2);
String_t* L_45 = V_9;
RuntimeObject * L_46 = V_10;
RuntimeObject * L_47 = V_11;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_38, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_48 = EventDispatcher_DispatchEvent_mEA455D8BB6FE28181D527893DB66636704D88DC3(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_38, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_45, L_46, L_47, /*hidden argument*/NULL);
V_12 = L_48;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_49 = ___L0;
bool L_50 = V_12;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_49, L_50, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0114;
}
IL_00f9:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventDispatcher.DispatchEvent");
intptr_t L_51 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_52 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_51, _stringLiteral0581E95AB878443BF51C4F6718DC757D99094891, /*hidden argument*/NULL);
V_3 = L_52;
goto IL_0114;
}
} // 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_0107;
throw e;
}
CATCH_0107:
{ // begin catch(System.Exception)
// catch (Exception e)
V_13 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_53 = ___L0;
Exception_t * L_54 = V_13;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_55 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_53, L_54, /*hidden argument*/NULL);
V_3 = L_55;
goto IL_0114;
} // end catch (depth: 1)
IL_0114:
{
// }
int32_t L_56 = V_3;
return L_56;
}
}
// System.Int32 FairyGUI_EventDispatcherWrap::BubbleEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_BubbleEvent_mB038E587E3F047610EDB1519C4AE73396D4A9D1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
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, 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.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_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;
// object arg1 = ToLua.ToVarObject(L, 3);
intptr_t L_5 = ___L0;
RuntimeObject * L_6 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = L_6;
// bool o = obj.BubbleEvent(arg0, arg1);
String_t* L_7 = V_0;
RuntimeObject * L_8 = V_1;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_9 = EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_10 = ___L0;
bool L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_10, L_11, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0043;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0036;
throw e;
}
CATCH_0036:
{ // begin catch(System.Exception)
// 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_0043;
} // end catch (depth: 1)
IL_0043:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Int32 FairyGUI_EventDispatcherWrap::BroadcastEvent(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventDispatcherWrap_BroadcastEvent_m9ED95CDF88F46B0D6015B2E4D126B3EC36AE43DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
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, 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.EventDispatcher obj = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_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;
// object arg1 = ToLua.ToVarObject(L, 3);
intptr_t L_5 = ___L0;
RuntimeObject * L_6 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = L_6;
// bool o = obj.BroadcastEvent(arg0, arg1);
String_t* L_7 = V_0;
RuntimeObject * L_8 = V_1;
NullCheck(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)));
bool L_9 = EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C(((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_2, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_10 = ___L0;
bool L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_10, L_11, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0043;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0036;
throw e;
}
CATCH_0036:
{ // begin catch(System.Exception)
// 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_0043;
} // end catch (depth: 1)
IL_0043:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Void FairyGUI_EventDispatcherWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventDispatcherWrap__ctor_mCD173A98B81F3E8BA6D164BB5C1E956E3B71F58E (FairyGUI_EventDispatcherWrap_t63B0F36C9FB4AD96906C9FE7985C4006D41A67D1 * __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_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_EventListenerWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventListenerWrap_Register_mCFB6E9220E8ACCC5899962B7BDED30047A78BE14 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_Register_mCFB6E9220E8ACCC5899962B7BDED30047A78BE14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.EventListener), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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("AddCapture", AddCapture);
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_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral8CE8DDEA1371850B9C8BF0F0016D6368219C1C72, L_6, /*hidden argument*/NULL);
// L.RegFunction("RemoveCapture", RemoveCapture);
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_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral7A20BD216DD5A9E8020EEFCF9EC3A3A6A7AC46A8, L_8, /*hidden argument*/NULL);
// L.RegFunction("Add", Add);
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_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral61CC55AA0453184734C3FA0B621EDA6FA874BD83, L_10, /*hidden argument*/NULL);
// L.RegFunction("Remove", Remove);
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_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralE963907DAC5CD5C017869B4C96C18021C9BD058B, L_12, /*hidden argument*/NULL);
// L.RegFunction("Set", Set);
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_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral448AB73BA1C21E671E218FB91F2644C834F0C16F, L_14, /*hidden argument*/NULL);
// L.RegFunction("Clear", Clear);
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_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral719EA396AD92E01B4757EC2B93BB1E5F270F771D, L_16, /*hidden argument*/NULL);
// L.RegFunction("Call", Call);
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_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral291A0A58DFA6C640A90C1D868D2AF190775EA219, L_18, /*hidden argument*/NULL);
// L.RegFunction("BubbleCall", BubbleCall);
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_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral959AC317756B393D464808A471F6BC17F180385E, L_20, /*hidden argument*/NULL);
// L.RegFunction("BroadcastCall", BroadcastCall);
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_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral51DD8002B6FB33C88171EEBD46C03B8E91344587, L_22, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_EventListener);
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_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_24, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_26, /*hidden argument*/NULL);
// L.RegVar("type", get_type, null);
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_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, L_28, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("isEmpty", get_isEmpty, null);
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_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteral5490FCFB3B65C57BC1AD63914E1BD391595B83D4, L_30, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("isDispatching", get_isDispatching, null);
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_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_31, _stringLiteral33328BC8CCD0FB309C1E138F61C819DBB67250B2, L_32, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
NullCheck(L_33);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_33, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_EventListenerWrap::_CreateFairyGUI_EventListener(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap__CreateFairyGUI_EventListener_m5A0F519D0AD20A36C7E961989206D4D685750B06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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) * 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 == 2)
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_002f;
}
}
IL_0009:
{
// FairyGUI.EventDispatcher arg0 = (FairyGUI.EventDispatcher)ToLua.CheckObject<FairyGUI.EventDispatcher>(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317((intptr_t)L_2, 1, /*hidden argument*/ToLua_CheckObject_TisEventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_mB38600ED63D6EC0E221582327DDF13FF3B093317_RuntimeMethod_var);
// string arg1 = 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_0 = L_5;
// FairyGUI.EventListener obj = new FairyGUI.EventListener(arg0, arg1);
String_t* L_6 = V_0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_7, ((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)CastclassClass((RuntimeObject*)L_3, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/NULL);
V_1 = L_7;
// ToLua.PushObject(L, obj);
intptr_t L_8 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_9 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_8, L_9, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0048;
}
IL_002f:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: FairyGUI.EventListener.New");
intptr_t L_10 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_10, _stringLiteral17325E250B79868EF6706348A52ACB948BB3C423, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0048;
}
} // 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_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_12 = ___L0;
Exception_t * L_13 = V_3;
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_2 = L_14;
goto IL_0048;
} // end catch (depth: 1)
IL_0048:
{
// }
int32_t L_15 = V_2;
return L_15;
}
}
// System.Int32 FairyGUI_EventListenerWrap::AddCapture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_AddCapture_m033E62CA8D16DB6F2DDF57A160B8EBD048B6E48D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * 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.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// FairyGUI.EventCallback1 arg0 = (FairyGUI.EventCallback1)ToLua.CheckDelegate<FairyGUI.EventCallback1>(L, 2);
intptr_t L_3 = ___L0;
Delegate_t * L_4 = ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E_RuntimeMethod_var);
V_0 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_4, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.AddCapture(arg0);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = V_0;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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_EventListenerWrap::RemoveCapture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_RemoveCapture_m9F3F9A3AFD5D068827184F697F76BA8B7EAD8B3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * 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.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// FairyGUI.EventCallback1 arg0 = (FairyGUI.EventCallback1)ToLua.CheckDelegate<FairyGUI.EventCallback1>(L, 2);
intptr_t L_3 = ___L0;
Delegate_t * L_4 = ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E_RuntimeMethod_var);
V_0 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_4, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.RemoveCapture(arg0);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = V_0;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_RemoveCapture_m66B74CDDC8A412F63242D60FD68EECA246F61936(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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_EventListenerWrap::Add(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_Add_mFB568D86ED3EEC79DBE374266B570BA9FB8DCCF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_1 = NULL;
int32_t V_2 = 0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_3 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_4 = NULL;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_5 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_6 = NULL;
Exception_t * V_7 = 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)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0031;
}
}
IL_000b:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// FairyGUI.EventCallback1 arg0 = (FairyGUI.EventCallback1)ToLua.CheckDelegate<FairyGUI.EventCallback1>(L, 2);
intptr_t L_5 = ___L0;
Delegate_t * L_6 = ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E_RuntimeMethod_var);
V_1 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_6, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.Add(arg0);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_7 = V_1;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_0031:
{
// else if (count == 3 && TypeChecker.CheckTypes<LuaInterface.LuaTable>(L, 3))
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_0067;
}
}
IL_0035:
{
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_10 = TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027((intptr_t)L_9, 3, /*hidden argument*/TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027_RuntimeMethod_var);
if (!L_10)
{
goto IL_0067;
}
}
IL_003e:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_12 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_11, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
intptr_t L_13 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_13, 2, /*hidden argument*/NULL);
V_3 = L_14;
// LuaTable arg1 = ToLua.ToLuaTable(L, 3);
intptr_t L_15 = ___L0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128((intptr_t)L_15, 3, /*hidden argument*/NULL);
V_4 = L_16;
// obj.Add(arg0, arg1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_17 = V_3;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_18 = V_4;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_12, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Add_m0ABB46563BC3E033046464484B457BCD22CDF1EF(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_12, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_17, L_18, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_0067:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.GComponent>(L, 3))
int32_t L_19 = V_0;
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
{
goto IL_00a4;
}
}
IL_006b:
{
intptr_t L_20 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_21 = TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C((intptr_t)L_20, 3, /*hidden argument*/TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C_RuntimeMethod_var);
if (!L_21)
{
goto IL_00a4;
}
}
IL_0074:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_22 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_23 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_22, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
intptr_t L_24 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_25 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_24, 2, /*hidden argument*/NULL);
V_5 = L_25;
// FairyGUI.GComponent arg1 = (FairyGUI.GComponent)ToLua.ToObject(L, 3);
intptr_t L_26 = ___L0;
RuntimeObject * L_27 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_26, 3, /*hidden argument*/NULL);
V_6 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_27, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
// obj.Add(arg0, arg1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_28 = V_5;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_29 = V_6;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_23, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Add_mDAADDA24E6C41AAC1213A18150A5759F393FFE01(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_23, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_00a4:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventListener.Add");
intptr_t L_30 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_31 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_30, _stringLiteralC4F79177C207A928087D913659BF198F549C51DB, /*hidden argument*/NULL);
V_2 = L_31;
goto IL_00bf;
}
} // 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_00b2;
throw e;
}
CATCH_00b2:
{ // begin catch(System.Exception)
// catch (Exception e)
V_7 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_32 = ___L0;
Exception_t * L_33 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_34 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_32, L_33, /*hidden argument*/NULL);
V_2 = L_34;
goto IL_00bf;
} // end catch (depth: 1)
IL_00bf:
{
// }
int32_t L_35 = V_2;
return L_35;
}
}
// System.Int32 FairyGUI_EventListenerWrap::Remove(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_Remove_m3B4FB3A706E71FC8E8C1D61148BE64995F1FADF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_1 = NULL;
int32_t V_2 = 0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_3 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_4 = NULL;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_5 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_6 = NULL;
Exception_t * V_7 = 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)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0031;
}
}
IL_000b:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// FairyGUI.EventCallback1 arg0 = (FairyGUI.EventCallback1)ToLua.CheckDelegate<FairyGUI.EventCallback1>(L, 2);
intptr_t L_5 = ___L0;
Delegate_t * L_6 = ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E_RuntimeMethod_var);
V_1 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_6, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.Remove(arg0);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_7 = V_1;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_0031:
{
// else if (count == 3 && TypeChecker.CheckTypes<LuaInterface.LuaTable>(L, 3))
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_0067;
}
}
IL_0035:
{
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_10 = TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027((intptr_t)L_9, 3, /*hidden argument*/TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027_RuntimeMethod_var);
if (!L_10)
{
goto IL_0067;
}
}
IL_003e:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_12 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_11, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
intptr_t L_13 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_13, 2, /*hidden argument*/NULL);
V_3 = L_14;
// LuaTable arg1 = ToLua.ToLuaTable(L, 3);
intptr_t L_15 = ___L0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128((intptr_t)L_15, 3, /*hidden argument*/NULL);
V_4 = L_16;
// obj.Remove(arg0, arg1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_17 = V_3;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_18 = V_4;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_12, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Remove_mC2552C8F8F6C28211DFC753D79E23E2E1E45EFE7(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_12, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_17, L_18, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_0067:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.GComponent>(L, 3))
int32_t L_19 = V_0;
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
{
goto IL_00a4;
}
}
IL_006b:
{
intptr_t L_20 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_21 = TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C((intptr_t)L_20, 3, /*hidden argument*/TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C_RuntimeMethod_var);
if (!L_21)
{
goto IL_00a4;
}
}
IL_0074:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_22 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_23 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_22, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
intptr_t L_24 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_25 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_24, 2, /*hidden argument*/NULL);
V_5 = L_25;
// FairyGUI.GComponent arg1 = (FairyGUI.GComponent)ToLua.ToObject(L, 3);
intptr_t L_26 = ___L0;
RuntimeObject * L_27 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_26, 3, /*hidden argument*/NULL);
V_6 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_27, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
// obj.Remove(arg0, arg1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_28 = V_5;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_29 = V_6;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_23, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Remove_mF973FB055C47B0E0D24416E5426E2AC66D3AB3C3(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_23, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_00a4:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventListener.Remove");
intptr_t L_30 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_31 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_30, _stringLiteralE8886A3ACECFA60AB9205A2420BA4E523F804DCB, /*hidden argument*/NULL);
V_2 = L_31;
goto IL_00bf;
}
} // 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_00b2;
throw e;
}
CATCH_00b2:
{ // begin catch(System.Exception)
// catch (Exception e)
V_7 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_32 = ___L0;
Exception_t * L_33 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_34 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_32, L_33, /*hidden argument*/NULL);
V_2 = L_34;
goto IL_00bf;
} // end catch (depth: 1)
IL_00bf:
{
// }
int32_t L_35 = V_2;
return L_35;
}
}
// System.Int32 FairyGUI_EventListenerWrap::Set(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_Set_m42324242FC7D1A85D7E7A264912FBDC9AE35B75F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_1 = NULL;
int32_t V_2 = 0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_3 = NULL;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_4 = NULL;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_5 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_6 = NULL;
Exception_t * V_7 = 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)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0031;
}
}
IL_000b:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// FairyGUI.EventCallback1 arg0 = (FairyGUI.EventCallback1)ToLua.CheckDelegate<FairyGUI.EventCallback1>(L, 2);
intptr_t L_5 = ___L0;
Delegate_t * L_6 = ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckDelegate_TisEventCallback1_t389063B912FE306493324D5033356213EEA650A7_m126501A0185A7A2BFCE185EF45D9D2F78A3B5D1E_RuntimeMethod_var);
V_1 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_6, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// obj.Set(arg0);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_7 = V_1;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Set_mC94794F8672E7B7E0C1E4E658207F6B56DD170D7(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_0031:
{
// else if (count == 3 && TypeChecker.CheckTypes<LuaInterface.LuaTable>(L, 3))
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_0067;
}
}
IL_0035:
{
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_10 = TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027((intptr_t)L_9, 3, /*hidden argument*/TypeChecker_CheckTypes_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m4F00FCA97B7D8FBC612528F8F8BFE65891F87027_RuntimeMethod_var);
if (!L_10)
{
goto IL_0067;
}
}
IL_003e:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_11 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_12 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_11, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
intptr_t L_13 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_13, 2, /*hidden argument*/NULL);
V_3 = L_14;
// LuaTable arg1 = ToLua.ToLuaTable(L, 3);
intptr_t L_15 = ___L0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128((intptr_t)L_15, 3, /*hidden argument*/NULL);
V_4 = L_16;
// obj.Set(arg0, arg1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_17 = V_3;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_18 = V_4;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_12, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Set_mC11C6F968CF8BB88AE3A24AEB7DE7CE5E571D834(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_12, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_17, L_18, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_0067:
{
// else if (count == 3 && TypeChecker.CheckTypes<FairyGUI.GComponent>(L, 3))
int32_t L_19 = V_0;
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
{
goto IL_00a4;
}
}
IL_006b:
{
intptr_t L_20 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_21 = TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C((intptr_t)L_20, 3, /*hidden argument*/TypeChecker_CheckTypes_TisGComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_m93B6DD5E5BF25AC277C2A4F9B95FECF1ACACF08C_RuntimeMethod_var);
if (!L_21)
{
goto IL_00a4;
}
}
IL_0074:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_22 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_23 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_22, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
intptr_t L_24 = ___L0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_25 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_24, 2, /*hidden argument*/NULL);
V_5 = L_25;
// FairyGUI.GComponent arg1 = (FairyGUI.GComponent)ToLua.ToObject(L, 3);
intptr_t L_26 = ___L0;
RuntimeObject * L_27 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_26, 3, /*hidden argument*/NULL);
V_6 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_27, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
// obj.Set(arg0, arg1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_28 = V_5;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_29 = V_6;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_23, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Set_mBF75099924D517A23F826E7DD7D2A70E28D2C40C(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_23, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_00bf;
}
IL_00a4:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventListener.Set");
intptr_t L_30 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_31 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_30, _stringLiteral80B6ACB61A0F7CC8A6E8408E398BB7C2BB9B3BEA, /*hidden argument*/NULL);
V_2 = L_31;
goto IL_00bf;
}
} // 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_00b2;
throw e;
}
CATCH_00b2:
{ // begin catch(System.Exception)
// catch (Exception e)
V_7 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_32 = ___L0;
Exception_t * L_33 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_34 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_32, L_33, /*hidden argument*/NULL);
V_2 = L_34;
goto IL_00bf;
} // end catch (depth: 1)
IL_00bf:
{
// }
int32_t L_35 = V_2;
return L_35;
}
}
// System.Int32 FairyGUI_EventListenerWrap::Clear(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_Clear_mA54E852B93C6D24457054A077F7A463CFDC894FA_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.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// obj.Clear();
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
EventListener_Clear_mF751C576281A08387F73AEF3B8DE6B01A20A7CCF(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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_EventListenerWrap::Call(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_Call_m0C1927A3783F0BF8C403A4957C9852AB05441ADF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
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.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// bool o = obj.Call();
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_5 = EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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_006f;
}
IL_0028:
{
// else if (count == 2)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0054;
}
}
IL_002c:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// object arg0 = ToLua.ToVarObject(L, 2);
intptr_t L_11 = ___L0;
RuntimeObject * L_12 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = L_12;
// bool o = obj.Call(arg0);
RuntimeObject * L_13 = V_3;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_10, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_14 = EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_10, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_15, L_16, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_006f;
}
IL_0054:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventListener.Call");
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, _stringLiteralDA1A2FF441E25FEA54333D89DFAA7D7AA538BD39, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_006f;
}
} // 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_0062;
throw e;
}
CATCH_0062:
{ // 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_006f;
} // end catch (depth: 1)
IL_006f:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_EventListenerWrap::BubbleCall(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_BubbleCall_mD7EAE8107437ADC52EF98D913682653739BDC841_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
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.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// bool o = obj.BubbleCall();
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_5 = EventListener_BubbleCall_m9BD9134A40D5BB7D313FE005482A931A5B32A145(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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_006f;
}
IL_0028:
{
// else if (count == 2)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0054;
}
}
IL_002c:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// object arg0 = ToLua.ToVarObject(L, 2);
intptr_t L_11 = ___L0;
RuntimeObject * L_12 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = L_12;
// bool o = obj.BubbleCall(arg0);
RuntimeObject * L_13 = V_3;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_10, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_14 = EventListener_BubbleCall_mBEE9447E0BC2F55EDF1BF81710F4937F059A1A81(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_10, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_15, L_16, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_006f;
}
IL_0054:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventListener.BubbleCall");
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, _stringLiteral1AF2ECF169B871F4399093133642E8D652A96024, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_006f;
}
} // 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_0062;
throw e;
}
CATCH_0062:
{ // 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_006f;
} // end catch (depth: 1)
IL_006f:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_EventListenerWrap::BroadcastCall(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_BroadcastCall_mEBFB1116C39C4C208D1947307393470B8448AC83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
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.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// bool o = obj.BroadcastCall();
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_5 = EventListener_BroadcastCall_m1D13950A6DE7B03C238CD20DB71D3987B85F79AF(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_4, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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_006f;
}
IL_0028:
{
// else if (count == 2)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0054;
}
}
IL_002c:
{
// FairyGUI.EventListener obj = (FairyGUI.EventListener)ToLua.CheckObject<FairyGUI.EventListener>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisEventListener_t49A905F03D200ACE99DE09C02C7007437397826F_mE3C77610AD84DEE759095915AD306C9D91027533_RuntimeMethod_var);
// object arg0 = ToLua.ToVarObject(L, 2);
intptr_t L_11 = ___L0;
RuntimeObject * L_12 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = L_12;
// bool o = obj.BroadcastCall(arg0);
RuntimeObject * L_13 = V_3;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_10, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_14 = EventListener_BroadcastCall_m41208AE3A7E2A439C0C75664E52BF3CDE51F312D(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_10, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_15, L_16, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_006f;
}
IL_0054:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.EventListener.BroadcastCall");
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, _stringLiteralACC4D87D54494AAC282B5B8F63499E6DB24A5005, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_006f;
}
} // 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_0062;
throw e;
}
CATCH_0062:
{ // 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_006f;
} // end catch (depth: 1)
IL_006f:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_EventListenerWrap::get_type(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_get_type_mEDE5EF9B690BA9A1C32FA2C2FFCACEC5B2960267_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.EventListener obj = (FairyGUI.EventListener)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.type;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
String_t* L_3 = EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D_inline(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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 type 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, _stringLiteral205F05C51DE95C7379DB1A48DE3CFE7B6E6108B2, /*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_EventListenerWrap::get_isEmpty(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_get_isEmpty_m32C8BA21EBE42CC66F772F794BE0B9918D0DDFFF_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.EventListener obj = (FairyGUI.EventListener)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.isEmpty;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_3 = EventListener_get_isEmpty_m52DB0AE501C80C1A666A740D6F232EFB10D3DDA4(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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 isEmpty 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, _stringLiteralFE99C1ECED429BABF1FA9046C17B89F1D4CBE906, /*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_EventListenerWrap::get_isDispatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_EventListenerWrap_get_isDispatching_m6D861AB7F39CBDDB95185613C96F0ABB0F19EBCC_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.EventListener obj = (FairyGUI.EventListener)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.isDispatching;
NullCheck(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var)));
bool L_3 = EventListener_get_isDispatching_mBB4AFC69DFFD02A477AB82A58CBDE6DB8F506111(((EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)CastclassClass((RuntimeObject*)L_2, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_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 isDispatching 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, _stringLiteral44EF73C74104E0D56237A965B7CFD0F731A92C98, /*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.Void FairyGUI_EventListenerWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventListenerWrap__ctor_m7D8DC674DA9DA38490216476BEBCFC4854A25B16 (FairyGUI_EventListenerWrap_t9A7D8A70BD0A18CF85948C1F74CAF477DD7A7807 * __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_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_FontManagerWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_FontManagerWrap_Register_m3E75820FDA2ECBF9F2C569BD21B12C69ACD9356C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_FontManagerWrap_Register_m3E75820FDA2ECBF9F2C569BD21B12C69ACD9356C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.FontManager), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_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("RegisterFont", RegisterFont);
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_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral2A3BA374FB92E70ADA2B95005851109C84592ADB, L_6, /*hidden argument*/NULL);
// L.RegFunction("UnregisterFont", UnregisterFont);
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_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralBD79AC5E4FB7A543206660EEA3C6978409172DA7, L_8, /*hidden argument*/NULL);
// L.RegFunction("GetFont", GetFont);
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_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralF72117EEC344DFCCD4347350F62EE308B21C1630, 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_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral719EA396AD92E01B4757EC2B93BB1E5F270F771D, L_12, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_FontManager);
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_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, 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.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
NullCheck(L_17);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_17, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_FontManagerWrap::_CreateFairyGUI_FontManager(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_FontManagerWrap__CreateFairyGUI_FontManager_m61BA26EE3EBF5D585655374E6D74AC7366DFE660_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF * 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.FontManager obj = new FairyGUI.FontManager();
FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF * L_2 = (FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF *)il2cpp_codegen_object_new(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
FontManager__ctor_m4B4A81E85C6AFA8F4668F7B31A80FBBABFF0287C(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF * 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.FontManager.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, _stringLiteral6D370922F8D9D6A530600A9E825C63C5E9586E8D, /*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_FontManagerWrap::RegisterFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_FontManagerWrap_RegisterFont_mAE985663EA87058C69F7A4CCF675339DE37E0DA3_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, 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.BaseFont arg0 = (FairyGUI.BaseFont)ToLua.CheckObject<FairyGUI.BaseFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A_RuntimeMethod_var);
// 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;
// FairyGUI.FontManager.RegisterFont(arg0, arg1);
String_t* L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
FontManager_RegisterFont_mD7BA260FF560D481E50B3255EA06D57A58722BC5(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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_FontManagerWrap::UnregisterFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_FontManagerWrap_UnregisterFont_m706B5802301EB2CA9F36564CC79D58B70659CC22_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.BaseFont arg0 = (FairyGUI.BaseFont)ToLua.CheckObject<FairyGUI.BaseFont>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A_RuntimeMethod_var);
// FairyGUI.FontManager.UnregisterFont(arg0);
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
FontManager_UnregisterFont_m423ABE397792A30BDCCBF696F36A180EB9F5EBDC(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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_FontManagerWrap::GetFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_FontManagerWrap_GetFont_m099E0BE92388A8C6030FE9AC6E8FBC52C577AAB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * 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.BaseFont o = FairyGUI.FontManager.GetFont(arg0);
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_3 = FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushObject(L, o);
intptr_t L_4 = ___L0;
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * 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_FontManagerWrap::Clear(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_FontManagerWrap_Clear_mE267A0A42A0F8F39BECDD895FB3921FC5080A28B_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.FontManager.Clear();
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939(/*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.Void FairyGUI_FontManagerWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_FontManagerWrap__ctor_mE21EB1EAC22E7746A30D4281E10F74751ED4B2A9 (FairyGUI_FontManagerWrap_t6A880A1EAF2D0C38415883A84EE95A2B49D5A962 * __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_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_GButtonWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GButtonWrap_Register_mB99FA9F4E256FE116A420C4A713DD3CF0EB135E0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_Register_mB99FA9F4E256FE116A420C4A713DD3CF0EB135E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.GButton), typeof(FairyGUI.GComponent));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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("FireClick", FireClick);
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_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral431540304BD5BF6A293F179DD3793C339BC29D94, L_6, /*hidden argument*/NULL);
// L.RegFunction("GetTextField", GetTextField);
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_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral895E6CBDA8F860C94C994AC93F363B9C5F49BE70, L_8, /*hidden argument*/NULL);
// L.RegFunction("HandleControllerChanged", HandleControllerChanged);
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_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral4CD320C2C8D5AD8861DEBA4731BB616937ECE6E6, L_10, /*hidden argument*/NULL);
// L.RegFunction("Setup_AfterAdd", Setup_AfterAdd);
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_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral6AFA67AAFE0324D02827560D3B12C887A8EDDF12, L_12, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_GButton);
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_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, 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("sound", get_sound, set_sound);
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_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA_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_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_17, _stringLiteral5E2E97C3C7BA3035C6E6FC3A17E1BC22029C0C3E, L_18, L_19, /*hidden argument*/NULL);
// L.RegVar("soundVolumeScale", get_soundVolumeScale, set_soundVolumeScale);
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_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114_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_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_20);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_20, _stringLiteral9D02B24CDB70E5E7F49BB84A9CCA80F40B14B056, L_21, L_22, /*hidden argument*/NULL);
// L.RegVar("changeStateOnClick", get_changeStateOnClick, set_changeStateOnClick);
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_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230_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_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteralA5A43961B6D56D684BA2B47B9A66F47A55A43009, L_24, L_25, /*hidden argument*/NULL);
// L.RegVar("linkedPopup", get_linkedPopup, set_linkedPopup);
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_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15_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_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_26);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_26, _stringLiteral70582A9455CF6576A95F62D52EF6A99F6E1BC6E7, L_27, L_28, /*hidden argument*/NULL);
// L.RegVar("_iconObject", get__iconObject, set__iconObject);
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_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834_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_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteralEB95FA5EA69298EB71EBADF87F0202E9F218462B, L_30, L_31, /*hidden argument*/NULL);
// L.RegVar("UP", get_UP, 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_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_32);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_32, _stringLiteral11A66854C0ED7FD7FBAF5A561663C5DC867C9F19, L_33, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("DOWN", get_DOWN, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_34 = ___L0;
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_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_34);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_34, _stringLiteral30E504C829201F1E519376DFEE2E0E399C82484C, L_35, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("OVER", get_OVER, null);
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_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_36, _stringLiteralCC11826689203B888F22525A7551A5472C324526, L_37, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("SELECTED_OVER", get_SELECTED_OVER, null);
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_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_38);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_38, _stringLiteral9B28A93566360AB0D518921376A9A5F49C5CFCE3, L_39, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("DISABLED", get_DISABLED, null);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_40 = ___L0;
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_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_40);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_40, _stringLiteralBB2D06E28CEB3800708FD12EC3E4FB5A5C15ECB8, L_41, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("SELECTED_DISABLED", get_SELECTED_DISABLED, null);
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_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_42);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_42, _stringLiteralB7425AB1441771CC0DBC35051432027A3F66EBCA, L_43, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("pageOption", get_pageOption, null);
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_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_44);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_44, _stringLiteralC17C8DA414C6CA095FDBF328FF6040604D20F8D1, L_45, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("onChanged", get_onChanged, 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_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_46);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, L_47, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("icon", get_icon, set_icon);
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_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B_RuntimeMethod_var), /*hidden argument*/NULL);
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)FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_48);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_48, _stringLiteralF8995BA5891B07E328C60D6BD6C10159878C5A13, L_49, L_50, /*hidden argument*/NULL);
// L.RegVar("title", get_title, set_title);
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_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F_RuntimeMethod_var), /*hidden argument*/NULL);
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_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_51);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_51, _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8, L_52, L_53, /*hidden argument*/NULL);
// L.RegVar("text", get_text, set_text);
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_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357_RuntimeMethod_var), /*hidden argument*/NULL);
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_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_54);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_54, _stringLiteral372EA08CAB33E71C02C651DBC83A474D32C676EA, L_55, L_56, /*hidden argument*/NULL);
// L.RegVar("selectedIcon", get_selectedIcon, set_selectedIcon);
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_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_59 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_59, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_57);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_57, _stringLiteral0B815D96152A92B96A4650D7A65524656CF0E140, L_58, L_59, /*hidden argument*/NULL);
// L.RegVar("selectedTitle", get_selectedTitle, set_selectedTitle);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_60 = ___L0;
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_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_62 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_62, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_60);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_60, _stringLiteralD7F97784C45FF40A17E3B7EAFB2410E4B0F1D61F, L_61, L_62, /*hidden argument*/NULL);
// L.RegVar("titleColor", get_titleColor, set_titleColor);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_63 = ___L0;
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_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_65 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_65, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_63);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_63, _stringLiteralACF99D4C65F0DEBFFB98B350F52397803E9F6F7C, L_64, L_65, /*hidden argument*/NULL);
// L.RegVar("color", get_color, set_color);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_66 = ___L0;
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_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_68 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_68, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_66);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_66, _stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B, L_67, L_68, /*hidden argument*/NULL);
// L.RegVar("titleFontSize", get_titleFontSize, set_titleFontSize);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_69 = ___L0;
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_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_71 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_71, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_69);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_69, _stringLiteral19F34FA49DD0E09C62297AF24C9537EBF984BCBA, L_70, L_71, /*hidden argument*/NULL);
// L.RegVar("selected", get_selected, set_selected);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_72 = ___L0;
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_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_74 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_74, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_72);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_72, _stringLiteral835F3B50E33719422D6FACA2D01D99417AFEA46B, L_73, L_74, /*hidden argument*/NULL);
// L.RegVar("mode", get_mode, set_mode);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_75 = ___L0;
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_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_77 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_77, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_75);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_75, _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC, L_76, L_77, /*hidden argument*/NULL);
// L.RegVar("relatedController", get_relatedController, set_relatedController);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_78 = ___L0;
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_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_80 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_80, NULL, (intptr_t)((intptr_t)FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_78);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_78, _stringLiteral35BB779F12AC676D56AFFF030BF0ABF2141AAB7B, L_79, L_80, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_81 = ___L0;
NullCheck(L_81);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_81, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_GButtonWrap::_CreateFairyGUI_GButton(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap__CreateFairyGUI_GButton_m5233988B075975547249B0282493469AFE7205F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * 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.GButton obj = new FairyGUI.GButton();
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_2 = (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)il2cpp_codegen_object_new(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var);
GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * 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.GButton.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, _stringLiteral0FA3E30B2626D615A79AECC09DA843995ACFDBD1, /*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_GButtonWrap::FireClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_FireClick_mD51850B81B7C24ADA178A49F8A7CB934785E837E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
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 == 2)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_002a;
}
}
IL_000b:
{
// FairyGUI.GButton obj = (FairyGUI.GButton)ToLua.CheckObject<FairyGUI.GButton>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0_RuntimeMethod_var);
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
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, 2, /*hidden argument*/NULL);
V_1 = L_6;
// obj.FireClick(arg0);
bool L_7 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_4, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_FireClick_mC17E9C7C08E9793AAC7176DBEEDF0AF6EBFE8CD9(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_4, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), L_7, (bool)0, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0072;
}
IL_002a:
{
// else if (count == 3)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_0057;
}
}
IL_002e:
{
// FairyGUI.GButton obj = (FairyGUI.GButton)ToLua.CheckObject<FairyGUI.GButton>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0_RuntimeMethod_var);
// bool arg0 = 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;
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_13 = ___L0;
bool L_14 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_13, 3, /*hidden argument*/NULL);
V_4 = L_14;
// obj.FireClick(arg0, arg1);
bool L_15 = V_3;
bool L_16 = V_4;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_10, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_FireClick_mC17E9C7C08E9793AAC7176DBEEDF0AF6EBFE8CD9(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_10, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0072;
}
IL_0057:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.GButton.FireClick");
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, _stringLiteralE304C4B883970BA55870AB6F56838AE92558624F, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_0072;
}
} // 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_0065;
throw e;
}
CATCH_0065:
{ // 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_0072;
} // end catch (depth: 1)
IL_0072:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_GButtonWrap::GetTextField(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_GetTextField_mC70322F531FF7A4554A40EC9AB34566A57F8A8F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * 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.GButton obj = (FairyGUI.GButton)ToLua.CheckObject<FairyGUI.GButton>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0_RuntimeMethod_var);
// FairyGUI.GTextField o = obj.GetTextField();
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_3 = GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushObject(L, o);
intptr_t L_4 = ___L0;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_5 = V_0;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// 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_GButtonWrap::HandleControllerChanged(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_HandleControllerChanged_m37AFF55CBA532330D91CCE718CD351FAD7483C5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * 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.GButton obj = (FairyGUI.GButton)ToLua.CheckObject<FairyGUI.GButton>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0_RuntimeMethod_var);
// FairyGUI.Controller arg0 = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_RuntimeMethod_var);
V_0 = ((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_4, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var));
// obj.HandleControllerChanged(arg0);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = V_0;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
VirtActionInvoker1< Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * >::Invoke(13 /* System.Void FairyGUI.GObject::HandleControllerChanged(FairyGUI.Controller) */, ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), L_5);
// 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_GButtonWrap::Setup_AfterAdd(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_Setup_AfterAdd_mA5A44BBD6302CDD86475A72A31C34F838AB88D91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * 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);
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.GButton obj = (FairyGUI.GButton)ToLua.CheckObject<FairyGUI.GButton>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_m398A49E4F29977F04DF0954E5CA9084B102CFEF0_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));
// int arg1 = (int)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 = (((int32_t)((int32_t)L_6)));
// obj.Setup_AfterAdd(arg0, arg1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
VirtActionInvoker2< ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 *, int32_t >::Invoke(28 /* System.Void FairyGUI.GObject::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32) */, ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), L_7, L_8);
// return 0;
V_2 = 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_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_003f;
} // end catch (depth: 1)
IL_003f:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_GButtonWrap::get_sound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_sound_m7CE43AE475478C3364105F45BF0C193FC42086EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * 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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.NAudioClip ret = obj.sound;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_3 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->get_sound_94();
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * 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 sound 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, _stringLiteralE528F0FA8B454D4CC7FCC31E409743077B7356B5, /*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_GButtonWrap::get_soundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_soundVolumeScale_mC7A99A0AB9233DDF9F3D8EDE5FE23EEFDD5EF114_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.soundVolumeScale;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
float L_3 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->get_soundVolumeScale_95();
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 soundVolumeScale 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, _stringLiteralDFD66F31939E37D1BEA6A905700C5AB270158A03, /*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_GButtonWrap::get_changeStateOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_changeStateOnClick_m5F66C367C62F3D44209CBE72EB09013E190A9230_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.changeStateOnClick;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
bool L_3 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->get_changeStateOnClick_96();
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 changeStateOnClick 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, _stringLiteralA6F3A27CBF931B858BAA191F655F0413CBCBCAB7, /*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_GButtonWrap::get_linkedPopup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_linkedPopup_m04AD7818D41057D9FA0AAD4D829D02E93A6C6A15_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj.linkedPopup;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->get_linkedPopup_97();
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 linkedPopup 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, _stringLiteral8E1F99F03820DB3992227BF3CE1C7A88BB476FA6, /*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_GButtonWrap::get__iconObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get__iconObject_m4A5449F4A63FBAF530CA9D30006A78601FE7C834_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.GObject ret = obj._iconObject;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->get__iconObject_99();
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 _iconObject 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, _stringLiteral5321C20BECCE80DFFA7C4208141716AE09AC5177, /*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_GButtonWrap::get_UP(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_UP_m1A91566DCA586E321AA7A0286FC0A7ADE7EFC0B6_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.GButton.UP);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, /*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_GButtonWrap::get_DOWN(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_DOWN_mE9C11AB3C251B75B51408433FD9049B2B8C803A9_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.GButton.DOWN);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, /*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_GButtonWrap::get_OVER(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_OVER_m1DB98F810E71215122E58C0FC1815B4A89E3A5B1_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.GButton.OVER);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44, /*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_GButtonWrap::get_SELECTED_OVER(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_SELECTED_OVER_m1D0CFBAEF461D5EC2DA425B5AE4CD0E2440600DC_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.GButton.SELECTED_OVER);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E, /*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_GButtonWrap::get_DISABLED(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_DISABLED_mD5D1EB6E641C66944A57127D555A3138005FC9B8_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.GButton.DISABLED);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*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_GButtonWrap::get_SELECTED_DISABLED(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_SELECTED_DISABLED_mAF2D4CD49F085550E4EBC70A5EF7B81AC0897E19_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.GButton.SELECTED_DISABLED);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E, /*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_GButtonWrap::get_pageOption(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_pageOption_mA8C5F9C097D5598818CB340AFA9DC45C0E565750_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * 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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.PageOption ret = obj.pageOption;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_3 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * 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 pageOption 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, _stringLiteralD56264D09136A422DDA53ED63FBF5C647C8C7929, /*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_GButtonWrap::get_onChanged(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_onChanged_m574D3BA779778DD64E1D34A16E4B09E60C24681E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventListener ret = obj.onChanged;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = GButton_get_onChanged_mF83C664E9FCA52E1433B5FFAC25239CC01531396(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * 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 onChanged 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, _stringLiteral7270FBCBBCC017651008A06B60648F5EE0063571, /*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_GButtonWrap::get_icon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_icon_mAEB691DBD589524C5F420247C97A0DC5F964250B_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.icon;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String FairyGUI.GObject::get_icon() */, ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
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 icon 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, _stringLiteral8394B2D419060C07748BE2549BE8E8290B1B5704, /*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_GButtonWrap::get_title(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_title_m77CAEFC968825AA3FA245A59904D82823946A35F_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.title;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
String_t* L_3 = GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 title 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, _stringLiteral32238B73B17102105F9EA609A96F904002B98F8E, /*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_GButtonWrap::get_text(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_text_m82D21881113CB1C15DCA1E91678DBF8277F48357_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.text;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String FairyGUI.GObject::get_text() */, ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
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 text 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, _stringLiteralBABA2C0947025D15DFAEF9B66898BE54D0DED616, /*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_GButtonWrap::get_selectedIcon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_selectedIcon_mE3C7B171A667982815DF9C72D7234923C1127788_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.selectedIcon;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
String_t* L_3 = GButton_get_selectedIcon_m14BA0BB73DA8CE46D1733208A38612411859D4E4_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 selectedIcon 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, _stringLiteral7EE0B7D5F593426B74AB2CB72A387A38DFD57528, /*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_GButtonWrap::get_selectedTitle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_selectedTitle_mCB8981CC5292689B38EABF7F60DBDBA2BEAB2F06_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.selectedTitle;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
String_t* L_3 = GButton_get_selectedTitle_m8BDB852B48FE8E11ACAEA64C881968B945743145_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 selectedTitle 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, _stringLiteral258429B7153BA947CE301C5A76B3DA85B1E2E233, /*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_GButtonWrap::get_titleColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_titleColor_mC0CA9C8901FA649D4671552CBF67A1FF69CC79AB_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Color ret = obj.titleColor;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = GButton_get_titleColor_m329560CC6A9EE4B25095F5D84B034F6B1B739528(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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 titleColor 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, _stringLiteral2B814551DD7C3C697935C4895DFBE3DE9CB65492, /*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_GButtonWrap::get_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_color_m3F1F1C2952453EA8A835754AA396D53E6EA479C2_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Color ret = obj.color;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = GButton_get_color_m0E848CD8BE96D01A1DBADA564E7B426EFB6CC9FF(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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_GButtonWrap::get_titleFontSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_titleFontSize_m160A3B0F3F83345B87A0506773B2A2E8F14E9B6F_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.titleFontSize;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
int32_t L_3 = GButton_get_titleFontSize_m716233E88A755558E9D2CA0968D1DD0E3B4B582C(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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 titleFontSize 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, _stringLiteral66ADB6534C94AD06848C77682B3AF62844B6D7FF, /*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_GButtonWrap::get_selected(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_selected_m67ED7C7787AA02F18AAB442F53FA3FE369251F0D_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.selected;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
bool L_3 = GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 selected 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, _stringLiteral95A17972AD60CAB9AC961C19D194A064258F822B, /*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_GButtonWrap::get_mode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_mode_m67C8EC05CECA7AB4D3B9EE68F9862E05914823EB_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.ButtonMode ret = obj.mode;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
int32_t L_3 = GButton_get_mode_mC8E7E62AB9DB99512F672B7073604994295492BB_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
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(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8_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 mode 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, _stringLiteralDFA9F7C5CF9CE1794CF9C0A4769E326887ACC7F6, /*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_GButtonWrap::get_relatedController(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_get_relatedController_m82A476A0A77D110DA46938BF348F4523FBEDFC28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * 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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.Controller ret = obj.relatedController;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_3 = GButton_get_relatedController_mDD806416696E232B9D5D10889D8819AA4100214B_inline(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * 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 relatedController 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, _stringLiteral0B9ECEDE107A67F7339A2B89EA45A58E7C56D348, /*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_GButtonWrap::set_sound(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_sound_mABE01149E29C35D3205BA61C06ABAE58B48317C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * 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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.NAudioClip arg0 = (FairyGUI.NAudioClip)ToLua.CheckObject<FairyGUI.NAudioClip>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisNAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_mC5CC1D09A1CE5FE599EE4EBC08B6C4A84928C6AC((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisNAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_mC5CC1D09A1CE5FE599EE4EBC08B6C4A84928C6AC_RuntimeMethod_var);
V_1 = ((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)CastclassClass((RuntimeObject*)L_4, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var));
// obj.sound = arg0;
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->set_sound_94(L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index sound 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, _stringLiteralE528F0FA8B454D4CC7FCC31E409743077B7356B5, /*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_GButtonWrap::set_soundVolumeScale(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_soundVolumeScale_mF7C564BBAF884DCE60D3F2500F19ED3907BADA29_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.GButton obj = (FairyGUI.GButton)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.soundVolumeScale = arg0;
float L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->set_soundVolumeScale_95(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 soundVolumeScale 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, _stringLiteralDFD66F31939E37D1BEA6A905700C5AB270158A03, /*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_GButtonWrap::set_changeStateOnClick(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_changeStateOnClick_m943291CE21DCEAFA9475BF2285659008A9BF0EFE_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.GButton obj = (FairyGUI.GButton)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.changeStateOnClick = arg0;
bool L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->set_changeStateOnClick_96(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 changeStateOnClick 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, _stringLiteralA6F3A27CBF931B858BAA191F655F0413CBCBCAB7, /*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_GButtonWrap::set_linkedPopup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_linkedPopup_m8E8A93A44C5A01E18F964287AE47D8C76203FB38_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.GButton obj = (FairyGUI.GButton)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.linkedPopup = arg0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->set_linkedPopup_97(L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index linkedPopup 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, _stringLiteral8E1F99F03820DB3992227BF3CE1C7A88BB476FA6, /*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_GButtonWrap::set__iconObject(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set__iconObject_m2566E4DAD8B9AD24D683E87641264F0BBA90C41B_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.GButton obj = (FairyGUI.GButton)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._iconObject = arg0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var))->set__iconObject_99(L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index _iconObject 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, _stringLiteral5321C20BECCE80DFFA7C4208141716AE09AC5177, /*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_GButtonWrap::set_icon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_icon_m499EA8475AA5CCC287DB9F0E269D26245F5E6C7A_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.GButton obj = (FairyGUI.GButton)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.icon = arg0;
String_t* L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), 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 icon 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, _stringLiteral8394B2D419060C07748BE2549BE8E8290B1B5704, /*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_GButtonWrap::set_title(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_title_mE5B1B1057BD18EA842C9FD354A86E58CF90F16D8_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.GButton obj = (FairyGUI.GButton)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.title = arg0;
String_t* L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 title 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, _stringLiteral32238B73B17102105F9EA609A96F904002B98F8E, /*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_GButtonWrap::set_text(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_text_m55E4C093EADBBB8DE39A563CF17BC26056DDE165_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.GButton obj = (FairyGUI.GButton)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.text = arg0;
String_t* L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), 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 text 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, _stringLiteralBABA2C0947025D15DFAEF9B66898BE54D0DED616, /*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_GButtonWrap::set_selectedIcon(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_selectedIcon_mD70EEC6E6C85790C2B0520E15B06F34078089A00_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.GButton obj = (FairyGUI.GButton)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.selectedIcon = arg0;
String_t* L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_selectedIcon_m8215B8C056C7D61E756EC81FD15EC977CD9DBC7F(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 selectedIcon 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, _stringLiteral7EE0B7D5F593426B74AB2CB72A387A38DFD57528, /*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_GButtonWrap::set_selectedTitle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_selectedTitle_m930CED5568AA27E65F2504EB2D413909707B9C3F_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.GButton obj = (FairyGUI.GButton)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.selectedTitle = arg0;
String_t* L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_selectedTitle_m3FE3D7305E70318BD2601D01637295B0B30A3BA0(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 selectedTitle 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, _stringLiteral258429B7153BA947CE301C5A76B3DA85B1E2E233, /*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_GButtonWrap::set_titleColor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_titleColor_mF7587E40D2BBBB235252DD39FA07C1A16938992F_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.GButton obj = (FairyGUI.GButton)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.titleColor = arg0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_titleColor_mB4469ED9C03BA8CC29DE31C56EC8A978CE83C64B(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 titleColor 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, _stringLiteral2B814551DD7C3C697935C4895DFBE3DE9CB65492, /*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_GButtonWrap::set_color(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_color_m84953E72EC7E13BFC72B8797A2D80D3A9A2B52A5_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.GButton obj = (FairyGUI.GButton)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(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_color_mDDFF552C1ED2EEB8F6568AA02188B6ADF34E2735(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 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_GButtonWrap::set_titleFontSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_titleFontSize_m31E35B3F30FF71E6F88221713DE1206DF801C6C9_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.GButton obj = (FairyGUI.GButton)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.titleFontSize = arg0;
int32_t L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_titleFontSize_m7B27F71E2895A9C0FF3FED26A653D4AC5A6C03E5(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 titleFontSize 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, _stringLiteral66ADB6534C94AD06848C77682B3AF62844B6D7FF, /*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_GButtonWrap::set_selected(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_selected_m4DA055850E6B31D380C0C07D332DE9DAB1149882_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.GButton obj = (FairyGUI.GButton)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.selected = arg0;
bool L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 selected 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, _stringLiteral95A17972AD60CAB9AC961C19D194A064258F822B, /*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_GButtonWrap::set_mode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_mode_mD6527BE5D3CABF400C554615C7D184AECD0E7272_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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.ButtonMode arg0 = (FairyGUI.ButtonMode)ToLua.CheckObject(L, 2, typeof(FairyGUI.ButtonMode));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8_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, ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8_il2cpp_TypeInfo_var))));
// obj.mode = arg0;
int32_t L_7 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_mode_mB73A20FF6D2B21EB18F0EC22BB2652EE172CCCD9(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// 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 mode 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, _stringLiteralDFA9F7C5CF9CE1794CF9C0A4769E326887ACC7F6, /*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_GButtonWrap::set_relatedController(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_GButtonWrap_set_relatedController_m22AE651FC387FC23267161995D844C93A7425D15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * 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.GButton obj = (FairyGUI.GButton)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.Controller arg0 = (FairyGUI.Controller)ToLua.CheckObject<FairyGUI.Controller>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisController_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_m2ADB8D8CFAF6FA0E0FEF32EB8453C8D6387DACFD_RuntimeMethod_var);
V_1 = ((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)CastclassClass((RuntimeObject*)L_4, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var));
// obj.relatedController = arg0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = V_1;
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GButton_set_relatedController_m7768EFAFBDE4C7457DAA7605B5678038174D0A97(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_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 relatedController 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, _stringLiteral0B9ECEDE107A67F7339A2B89EA45A58E7C56D348, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0038;
} // end catch (depth: 1)
IL_0038:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void FairyGUI_GButtonWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GButtonWrap__ctor_m23050A5F930B058D7CC483FA2BE968CD30D82B6C (FairyGUI_GButtonWrap_tF0C8F8A28DDDE9599D7FFBB5D37FE5F9C01FEAD5 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// return _selectedIndex;
int32_t L_0 = __this->get__selectedIndex_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_previsousIndex_m9E0C3FBBC82123B44CD2D9A1C09E1E9E6C938C10_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// get { return _previousIndex; }
int32_t L_0 = __this->get__previousIndex_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Container parent { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CparentU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; protected set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Transform cachedTransform { get; protected set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_U3CcachedTransformU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CgraphicsU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics paintingGraphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CpaintingGraphicsU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _alpha; }
float L_0 = __this->get__alpha_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _grayed; }
bool L_0 = __this->get__grayed_18();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _visible; }
bool L_0 = __this->get__visible_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_skew_m8E219B5216340BDB3DD8B9B1D1F7485CB9EF9698_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _skew; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__skew_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_perspective_m7F9802CDC1C046FFD4BEE6DC358707442A726F01_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _perspective;
bool L_0 = __this->get__perspective_22();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DisplayObject_get_focalLength_mDB99A301B955A95FC0F83FA0C714E329DBC9B55F_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _focalLength; }
int32_t L_0 = __this->get__focalLength_23();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_pivot_m821AF82C2CF1AE59E76008E0D7035C7A9A100CE4_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _pivot; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__pivot_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_cacheAsBitmap_m1897B7EB690B283F2F83DD1FF2BAFD2A44D71E20_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _cacheAsBitmap; }
bool L_0 = __this->get__cacheAsBitmap_42();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* DisplayObject_get_filter_mEA2D94A6B769C26610C0CF2EB1E84AE086F236D8_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _filter;
RuntimeObject* L_0 = __this->get__filter_20();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DisplayObject_get_blendMode_mC22402C63BEDFF0C8DFA18234865A9231865D1D2_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _blendMode; }
int32_t L_0 = __this->get__blendMode_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_home_m1B57405FD6F9F00EA97AFD35971831D6B3977DE3_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _home; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get__home_21();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_alpha_mA7065005EF72E3C2B5A0B647181E0DA565F3CBA7_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { _alpha = value; }
float L_0 = ___value0;
__this->set__alpha_17(L_0);
// set { _alpha = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_grayed_mCC1FF2A2BFDDD0308779269F54648E65194F1B82_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _grayed = value; }
bool L_0 = ___value0;
__this->set__grayed_18(L_0);
// set { _grayed = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public EventDispatcher sender { get; internal set; }
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = __this->get_U3CsenderU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * EventContext_get_initiator_mAB4600A4739AD4DC64629B395577648DE0DA9425_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public object initiator { get; internal set; }
RuntimeObject * L_0 = __this->get_U3CinitiatorU3Ek__BackingField_1();
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;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// get { return _defaultPrevented; }
bool L_0 = __this->get__defaultPrevented_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D_inline (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// get { return _type; }
String_t* L_0 = __this->get__type_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// public PageOption pageOption { get; private set; }
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_0 = __this->get_U3CpageOptionU3Ek__BackingField_93();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _title;
String_t* L_0 = __this->get__title_103();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_selectedIcon_m14BA0BB73DA8CE46D1733208A38612411859D4E4_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selectedIcon;
String_t* L_0 = __this->get__selectedIcon_106();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_selectedTitle_m8BDB852B48FE8E11ACAEA64C881968B945743145_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selectedTitle;
String_t* L_0 = __this->get__selectedTitle_105();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selected;
bool L_0 = __this->get__selected_102();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GButton_get_mode_mC8E7E62AB9DB99512F672B7073604994295492BB_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _mode;
int32_t L_0 = __this->get__mode_101();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GButton_get_relatedController_mDD806416696E232B9D5D10889D8819AA4100214B_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _relatedController;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__relatedController_100();
return L_0;
}
}