changhong_newclient/xcode/Classes/Native/Assembly-CSharp7.cpp

40743 lines
2.0 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R, 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 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);
}
};
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, 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>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericVirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericVirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericInterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericInterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.BlurFilter
struct BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2;
// FairyGUI.ColorFilter
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.DisplayObject[]
struct DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204;
// 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.GComboBox
struct GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38;
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
// FairyGUI.GTextInput
struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C;
// 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.IUISource
struct IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2;
// FairyGUI.IUISource[]
struct IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.InputTextField/CopyHandler
struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078;
// FairyGUI.InputTextField/PasteHandler
struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547;
// FairyGUI.MovieClip/Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.SelectionShape
struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429;
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8;
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.TextField
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D;
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135;
// FairyGUI.TouchInfo[]
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UILoadCallback
struct UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
// FairyGUI.UpdateContext/ClipInfo[]
struct ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI.Utils.HtmlButton
struct HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4;
// FairyGUI.Utils.HtmlElement
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E;
// FairyGUI.Utils.HtmlElement[]
struct HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC;
// FairyGUI.Utils.HtmlImage
struct HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50;
// FairyGUI.Utils.HtmlInput
struct HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5;
// FairyGUI.Utils.HtmlLink
struct HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5;
// FairyGUI.Utils.HtmlPageContext
struct HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7;
// FairyGUI.Utils.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67;
// FairyGUI.Utils.HtmlParser
struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826;
// FairyGUI.Utils.HtmlParser/TextFormat2
struct TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD;
// FairyGUI.Utils.HtmlParser/TextFormat2[]
struct TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC;
// FairyGUI.Utils.HtmlSelect
struct HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96;
// FairyGUI.Utils.IHtmlObject
struct IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036;
// FairyGUI.Utils.IHtmlObject[]
struct IHtmlObjectU5BU5D_t09E3C62BF5DF30A6914ED0BFAA38CE3DD360EDE6;
// FairyGUI.Utils.IHtmlPageContext
struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA;
// FairyGUI.Utils.UBBParser
struct UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C;
// FairyGUI.Utils.UBBParser/TagHandler
struct TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3;
// FairyGUI.Utils.XML
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253;
// FairyGUI.Utils.XMLIterator
struct XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC;
// FairyGUI.Utils.XMLList
struct XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C;
// FairyGUI.Utils.XMLUtils
struct XMLUtils_tFF208F166E4B5B1C987FBA8A71AA123D59352485;
// FairyGUI.Utils.XML[]
struct XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51;
// FairyGUI.Utils.ZipReader
struct ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54;
// FairyGUI.Utils.ZipReader/ZipEntry
struct ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8;
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B;
// FairyGUI.VertexBuffer[]
struct VertexBufferU5BU5D_tEF4BC1EACA48744CA6B7031641DD664A3D7B13CF;
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A;
// FairyGUI_BaseFontWrap
struct FairyGUI_BaseFontWrap_tBC43A40D1E2CCB689C4AE544C24ACE402E4DC5D4;
// FairyGUI_BlurFilterWrap
struct FairyGUI_BlurFilterWrap_t7FDEF559EE02A12F811CBD8F5233801814B76423;
// FairyGUI_ColorFilterWrap
struct FairyGUI_ColorFilterWrap_t73EA584BA4360A568E4FBC5B5C3928145DC18869;
// FairyGUI_ContainerWrap
struct FairyGUI_ContainerWrap_tB0F10D5083C35A7DF75625B6C0AF64C21D940D5B;
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE;
// 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.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.Utils.UBBParser/TagHandler>[]
struct EntryU5BU5D_tADB8BB9AEAE364BE1137DCAE35457AE013B48D20;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.Utils.UBBParser/TagHandler>
struct KeyCollection_t92A51EB93592C54C895050611870E34010C0C424;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.Utils.UBBParser/TagHandler>
struct ValueCollection_t5F854A12EF2404788292183BA0B4E6DE5970A8E7;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type>
struct Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258;
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>
struct Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593;
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>
struct Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9;
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>
struct Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>
struct Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D;
// 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.Dictionary`2<System.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21;
// 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.IEnumerable`1<System.Int32>
struct IEnumerable_1_t1AE8F03F101BA7578AF3A97EF1EBE8DB5FF31215;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Color32>
struct IEnumerable_1_tAB867B7D9F12D8369CEEE5CF49683DE129AFB48E;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Vector3>
struct IEnumerable_1_tD6EAC43B8F82FF1C475D47067CC43C2BDA9E9B6F;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Vector4>
struct IEnumerable_1_t67A1DAC234E4BD0A0847714128F36C5FEC2D4E05;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.List`1<FairyGUI.Controller>
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
// 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.IUISource>
struct List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA;
// System.Collections.Generic.List`1<FairyGUI.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>
struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3;
// System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>
struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5;
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
// System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>
struct List_1_t4560191C672D03870FD13008AEE68190DE623133;
// System.Collections.Generic.List`1<FairyGUI.Utils.XML>
struct List_1_tF2DE6534667495498DB8419191E85A16E962ABEE;
// 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.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.List`1<UnityEngine.Color32>
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5;
// System.Collections.Generic.List`1<UnityEngine.Rect>
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350;
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5;
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955;
// 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<FairyGUI.Utils.HtmlElement>
struct Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>
struct Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>
struct Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8;
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>
struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045;
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// 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.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// 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.Rect[]
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4560191C672D03870FD13008AEE68190DE623133_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF2DE6534667495498DB8419191E85A16E962ABEE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_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* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t4597216734C7E92DDE46FD62813200EF6C45A91E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD_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* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral01A25DC3CEBA9B907EB99EFA3F6E2BC5F05561E8;
IL2CPP_EXTERN_C String_t* _stringLiteral02083F4579E08A612425C0C1A17EE47ADD783B94;
IL2CPP_EXTERN_C String_t* _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A;
IL2CPP_EXTERN_C String_t* _stringLiteral042DC4512FA3D391C5170CF3AA61E6A638F84342;
IL2CPP_EXTERN_C String_t* _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386;
IL2CPP_EXTERN_C String_t* _stringLiteral050C1F1CB2C7FA125A9E6FF92A1A9C77F3A6BEC7;
IL2CPP_EXTERN_C String_t* _stringLiteral05B3B8AF3C7B0DC8E5023EF55FD8D6D7E1EA2EA8;
IL2CPP_EXTERN_C String_t* _stringLiteral0608965E2F75CF6DFDE436BD6D1071787C2CFEB9;
IL2CPP_EXTERN_C String_t* _stringLiteral0709C88C23938ADF0BD5726B35B1347D9B8D6C7A;
IL2CPP_EXTERN_C String_t* _stringLiteral07FD4947253D2DC5BCDEC6BD9DB8463790156133;
IL2CPP_EXTERN_C String_t* _stringLiteral0845F2ADB59C99061C5706BAF8826810A93AD9D0;
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
IL2CPP_EXTERN_C String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194;
IL2CPP_EXTERN_C String_t* _stringLiteral0BBE45419FAFDB420C2E5BD76E5934F75985435E;
IL2CPP_EXTERN_C String_t* _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD;
IL2CPP_EXTERN_C String_t* _stringLiteral10EEF300544608EE3872BAADB9BBEA817562159D;
IL2CPP_EXTERN_C String_t* _stringLiteral11FF44718A597D1A371E7DA9C818486F238E49E2;
IL2CPP_EXTERN_C String_t* _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1;
IL2CPP_EXTERN_C String_t* _stringLiteral148AD7EB924EA204A6D3EA8E34EF9AAD04C02287;
IL2CPP_EXTERN_C String_t* _stringLiteral14EB14ECE52DF99C284B819D9F8092E50AA1613E;
IL2CPP_EXTERN_C String_t* _stringLiteral154C29097FE41612DD315749102C46220BDD7320;
IL2CPP_EXTERN_C String_t* _stringLiteral19D6B1C4428179AB25AF0913C6DE127F3AD36A27;
IL2CPP_EXTERN_C String_t* _stringLiteral1A954628A960AAEF81D7B2D4521929579F3541E6;
IL2CPP_EXTERN_C String_t* _stringLiteral1A975F2AC1F0C10633F8E42C9A3C83BBAFAF41FA;
IL2CPP_EXTERN_C String_t* _stringLiteral1D1CF9FDB55675874A5AB014DEE30B4565B5D581;
IL2CPP_EXTERN_C String_t* _stringLiteral1FD5EE64164066A3EDE20D0F736E9DBD8C5D1F30;
IL2CPP_EXTERN_C String_t* _stringLiteral2026BB4246FA381817C88E4D303DFFCDFD96BCAA;
IL2CPP_EXTERN_C String_t* _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8;
IL2CPP_EXTERN_C String_t* _stringLiteral23B299F683CE4FB1973B67C163EBFAD16FE35382;
IL2CPP_EXTERN_C String_t* _stringLiteral26021F1F4700496D68E21EF6D4A1B6945DA4C8EB;
IL2CPP_EXTERN_C String_t* _stringLiteral26EC8D00FB6B55466B3A115F1D559422A7FA7AAC;
IL2CPP_EXTERN_C String_t* _stringLiteral28F19568A74E0032FBC866433CFF499CE8C2BCC1;
IL2CPP_EXTERN_C String_t* _stringLiteral2ABC9A03789E156B117EC7D15C036D90ECD20143;
IL2CPP_EXTERN_C String_t* _stringLiteral2D324A497325829C16EE885FBBE4539A0FEB7BDB;
IL2CPP_EXTERN_C String_t* _stringLiteral2DA1BF77403BC6C51B041D045FFE4FEF716D964E;
IL2CPP_EXTERN_C String_t* _stringLiteral2FD8096AF23B8BC4B9FAF5C05C38A7D9B9B4E7D8;
IL2CPP_EXTERN_C String_t* _stringLiteral305047E96EC089021660EE5965F893AC80268731;
IL2CPP_EXTERN_C String_t* _stringLiteral31AE2A6FFF91F81C6C92817022E58770C22DC6B2;
IL2CPP_EXTERN_C String_t* _stringLiteral320EA26D59CA1909396F22F0F7A875B38FE93F9E;
IL2CPP_EXTERN_C String_t* _stringLiteral3233B2A891DB422D544A5C32EBD69DEE26731EF2;
IL2CPP_EXTERN_C String_t* _stringLiteral33E15D008D511F3101566A2E25203EF2A3F605A0;
IL2CPP_EXTERN_C String_t* _stringLiteral3581C3DC7E8A46BEDC6317AFD2D671F2D9486A19;
IL2CPP_EXTERN_C String_t* _stringLiteral36E743E4B92054AB6F0DA52D2B5F50ADE4B8D257;
IL2CPP_EXTERN_C String_t* _stringLiteral382BEF3A15B83564D4393064B61676D0401083B0;
IL2CPP_EXTERN_C String_t* _stringLiteral3844B17B367801F41A3FF27AAB7D5CA297C2B984;
IL2CPP_EXTERN_C String_t* _stringLiteral38930E0039A944FC185AEA40045438485B3AEF8C;
IL2CPP_EXTERN_C String_t* _stringLiteral39D88B573C35D2FF144E946255BD2194366A771F;
IL2CPP_EXTERN_C String_t* _stringLiteral3EB65786145ECB71E9DCBB3A09F06A0B3A6C4D2D;
IL2CPP_EXTERN_C String_t* _stringLiteral3FA4054F214F0F8063D8FB4453BE65D460E3E30C;
IL2CPP_EXTERN_C String_t* _stringLiteral41546C1DF970DC0954360FE461B1486C7525AF7C;
IL2CPP_EXTERN_C String_t* _stringLiteral41DB30F8022117ED68B26C86AD29AAAF5618F1D9;
IL2CPP_EXTERN_C String_t* _stringLiteral41DFC0A6C92707948578891C51D98C6443BE63CC;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral4486E2B4F04A6E6C3B8EB53263A5BF83074E5FBE;
IL2CPP_EXTERN_C String_t* _stringLiteral44C57ABD888A66B36D4B7C902134063E4A097223;
IL2CPP_EXTERN_C String_t* _stringLiteral456C8B046C0FC251BD93D71F556FCD23352C1A84;
IL2CPP_EXTERN_C String_t* _stringLiteral4642576D8432B870F7E95688217D211D2DA42556;
IL2CPP_EXTERN_C String_t* _stringLiteral4922AB90349CF274643C1F87E2C56239B2F6E0B2;
IL2CPP_EXTERN_C String_t* _stringLiteral4950E14FBB23422854142C9853A962A7D15B011F;
IL2CPP_EXTERN_C String_t* _stringLiteral49BD947F0EFAA57DE923B73532B5B03ADBE29DA2;
IL2CPP_EXTERN_C String_t* _stringLiteral4C6886D2D48A18D70CA54002F9DDAF941C2D0DD6;
IL2CPP_EXTERN_C String_t* _stringLiteral516B9783FCA517EECBD1D064DA2D165310B19759;
IL2CPP_EXTERN_C String_t* _stringLiteral51E69892AB49DF85C6230CCC57F8E1D1606CACCC;
IL2CPP_EXTERN_C String_t* _stringLiteral51FE1D6E14FEA44EEA876750E18033ED2ED052AF;
IL2CPP_EXTERN_C String_t* _stringLiteral54E99E1682DA9244E61FC36B7276B2E7DC3329CC;
IL2CPP_EXTERN_C String_t* _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C;
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
IL2CPP_EXTERN_C String_t* _stringLiteral56FA24FEE01DA5669E54DB9397ACDD38325B48F9;
IL2CPP_EXTERN_C String_t* _stringLiteral57A0772045A64365DA732FAC8A579B9C882311C6;
IL2CPP_EXTERN_C String_t* _stringLiteral5946383AD2F91E6E720A48074EEC359377B171DD;
IL2CPP_EXTERN_C String_t* _stringLiteral595EF9223E526DA054F833548CF538AD325F4F4F;
IL2CPP_EXTERN_C String_t* _stringLiteral5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8;
IL2CPP_EXTERN_C String_t* _stringLiteral5BED71DAA87F433FC31F21A81EB160B8D758A654;
IL2CPP_EXTERN_C String_t* _stringLiteral5CFDFEAD8867DB7883765F60A2F273D9EC2B2AD5;
IL2CPP_EXTERN_C String_t* _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02;
IL2CPP_EXTERN_C String_t* _stringLiteral5D85613A56C124E3A3FF8CE6FC95D10CDCB5001E;
IL2CPP_EXTERN_C String_t* _stringLiteral5DBF856FFBC4BEB337AAF59345165AB3C2DA9E43;
IL2CPP_EXTERN_C String_t* _stringLiteral5E905882CD9F72C19389579F4734A07B7770732B;
IL2CPP_EXTERN_C String_t* _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281;
IL2CPP_EXTERN_C String_t* _stringLiteral5FD88463587ED6F5A7644A9A5BC06B6483BFCE78;
IL2CPP_EXTERN_C String_t* _stringLiteral602F1EF10DB700C12F4D4E9271ADEB33A640A419;
IL2CPP_EXTERN_C String_t* _stringLiteral616998B237EE9C3DBBF79DB6CA02275975880AE0;
IL2CPP_EXTERN_C String_t* _stringLiteral636117B25F17DA7E91194E091CDB8DC49769A815;
IL2CPP_EXTERN_C String_t* _stringLiteral63A0CA462870E1BB159AD100C55A7EE829A6AEFA;
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
IL2CPP_EXTERN_C String_t* _stringLiteral65F59EC6B1ECD6170D5044474043CCA9560A8071;
IL2CPP_EXTERN_C String_t* _stringLiteral6623E0D329C9A617E19A90A19117432267C9B3F7;
IL2CPP_EXTERN_C String_t* _stringLiteral6625F1C9EE7DABE55196FD8FFDB383BAA8CE7FB2;
IL2CPP_EXTERN_C String_t* _stringLiteral66B428FA8F58599E6681715CF6E49F0CE3991414;
IL2CPP_EXTERN_C String_t* _stringLiteral68E0B07D7178AB13B871775131B9B3C9252549E7;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6B60E9AD01B3111BAFEC4A47367FD4E690D25169;
IL2CPP_EXTERN_C String_t* _stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B;
IL2CPP_EXTERN_C String_t* _stringLiteral6F0B26D564F53D5228F1C8E09ED3BDB6484A36B8;
IL2CPP_EXTERN_C String_t* _stringLiteral703D9C4B7F53F92D649F87CECB5C1A0F5DDBF057;
IL2CPP_EXTERN_C String_t* _stringLiteral709B2CF8F34802C7D8F8E62BB0B0332AA3E213F2;
IL2CPP_EXTERN_C String_t* _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3;
IL2CPP_EXTERN_C String_t* _stringLiteral7316C8B2E74870D9D7E9D30BBC28ECF4CDF945EE;
IL2CPP_EXTERN_C String_t* _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D;
IL2CPP_EXTERN_C String_t* _stringLiteral749F06737A91AA992A45526BBD2883F8D4ADA39F;
IL2CPP_EXTERN_C String_t* _stringLiteral773F359D6690B744E87A83A46267D73C585EA667;
IL2CPP_EXTERN_C String_t* _stringLiteral7857CDD514C4582E94C98A29595748C3F3DD793B;
IL2CPP_EXTERN_C String_t* _stringLiteral79ACCE4D46545193123ACC9096406AC0C461F6DB;
IL2CPP_EXTERN_C String_t* _stringLiteral79EBF4E56A4E7398494DB43DC42E14E485332A97;
IL2CPP_EXTERN_C String_t* _stringLiteral7A0CA1C963F5AA7610D2E562D7882941EA18E5EC;
IL2CPP_EXTERN_C String_t* _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7;
IL2CPP_EXTERN_C String_t* _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996;
IL2CPP_EXTERN_C String_t* _stringLiteral7C726354CBD2613B5032C564168285AC5B998C14;
IL2CPP_EXTERN_C String_t* _stringLiteral7DDF988C838812A4318332F2967BBE1035B2DB75;
IL2CPP_EXTERN_C String_t* _stringLiteral7EE36F54539F8A817451E23B1C233E97B1D7E38B;
IL2CPP_EXTERN_C String_t* _stringLiteral7F797C1D38CA7EBB8F143E19F6D88B9B87D6D868;
IL2CPP_EXTERN_C String_t* _stringLiteral81448FE273247B533B9F018E96C158CAB7901247;
IL2CPP_EXTERN_C String_t* _stringLiteral81736358B1645103AE83247B10C5F82AF641DDFC;
IL2CPP_EXTERN_C String_t* _stringLiteral8243DC5CB8B92753F13104DB0D10B19C3F57EB35;
IL2CPP_EXTERN_C String_t* _stringLiteral826D3705BC2836CB3C679EA732E2CC599DCBD2F7;
IL2CPP_EXTERN_C String_t* _stringLiteral832647B8127F55A3707E00FA46208E92146AEA39;
IL2CPP_EXTERN_C String_t* _stringLiteral8613B34FFC8EDACA86C2407527446AA43097339C;
IL2CPP_EXTERN_C String_t* _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8;
IL2CPP_EXTERN_C String_t* _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939;
IL2CPP_EXTERN_C String_t* _stringLiteral8861D9D176E5AC52BE7A8EFC7A7FB27A3ED7B60C;
IL2CPP_EXTERN_C String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
IL2CPP_EXTERN_C String_t* _stringLiteral90347A651E1B76FE1B7D8A804AD8CBD8EDEB0C4D;
IL2CPP_EXTERN_C String_t* _stringLiteral9268C1F291D6A2291F6657F5798506AEE80BC2C5;
IL2CPP_EXTERN_C String_t* _stringLiteral93F64017194AC1D984F80FC133F60BB9EC09215A;
IL2CPP_EXTERN_C String_t* _stringLiteral950A39B6C2934BB72F2DEF76C71E88E9C035385F;
IL2CPP_EXTERN_C String_t* _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066;
IL2CPP_EXTERN_C String_t* _stringLiteral966734C0D149B6E0AC0406A472055DBFDBBCB5CA;
IL2CPP_EXTERN_C String_t* _stringLiteral978EA7AF39AD5FEFB6BFBC82A1C5023494BDADE2;
IL2CPP_EXTERN_C String_t* _stringLiteral99D72C7FC3E2E145870BEAB37C0B70E343EA9C3B;
IL2CPP_EXTERN_C String_t* _stringLiteral9D03CFB4DE5659FF03AD612AB390BCD9B654FC34;
IL2CPP_EXTERN_C String_t* _stringLiteral9D4CCA1595C30E43D23F14AEDF815846F837956A;
IL2CPP_EXTERN_C String_t* _stringLiteral9DC2CBFB02257E6C792A214B4D338D329F3FE3E4;
IL2CPP_EXTERN_C String_t* _stringLiteral9F839265B432555BD17DBDD023966FCBED8C2C6D;
IL2CPP_EXTERN_C String_t* _stringLiteral9FF8D973E3AA9289078E4464B7596E2A62A6CF2F;
IL2CPP_EXTERN_C String_t* _stringLiteralA2276A5794DDF534AF15FFD3F062C70A0DBD2AD8;
IL2CPP_EXTERN_C String_t* _stringLiteralA2911E02ABBA476D0404FD753E7132B4B397820D;
IL2CPP_EXTERN_C String_t* _stringLiteralA55607EF48AB00259FFAE674D72627A85A250052;
IL2CPP_EXTERN_C String_t* _stringLiteralAA709B46C4423CCE14FDC82C25CFF411F9002673;
IL2CPP_EXTERN_C String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
IL2CPP_EXTERN_C String_t* _stringLiteralAE21C64A87F6BB0B8E16E55C48BE4CC638D7BD3F;
IL2CPP_EXTERN_C String_t* _stringLiteralAEF63FF761EFD20C830991A01F3779896EAAB82B;
IL2CPP_EXTERN_C String_t* _stringLiteralB0E1B51CF7193B8A1332F88E6A7B684144528E13;
IL2CPP_EXTERN_C String_t* _stringLiteralB1EE7376E6F53E4A7766B03B67A2DEDD5CFBADAA;
IL2CPP_EXTERN_C String_t* _stringLiteralB258C7565D4AFE74D7AB5725C7A3CA88829FBE84;
IL2CPP_EXTERN_C String_t* _stringLiteralB432E8EB4D1A794582A5A5D81E41D8DD27E4F4F5;
IL2CPP_EXTERN_C String_t* _stringLiteralB7D76BC8F4B437BF5E19707A97AC3F2451BAA9A3;
IL2CPP_EXTERN_C String_t* _stringLiteralBA42919885C5C4E314BFD8CDDF8C8DAD1DBC888B;
IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
IL2CPP_EXTERN_C String_t* _stringLiteralBC44837A1FB9246537BABA27924028E5ABEB14D9;
IL2CPP_EXTERN_C String_t* _stringLiteralBE6BCE672928C9F2F1942DE2D30D91021E381E02;
IL2CPP_EXTERN_C String_t* _stringLiteralBE8321E8EBB5E29E84C4A0B63465C8361197BD63;
IL2CPP_EXTERN_C String_t* _stringLiteralBEF8D0A9F07ED4D109EDAEE20DB9CAE189727202;
IL2CPP_EXTERN_C String_t* _stringLiteralBFBB7626A600DE71D8F59B481C7A3C74221CB43A;
IL2CPP_EXTERN_C String_t* _stringLiteralC1B00BFC0E30C06DE1D3B45706FEB21B25548BEB;
IL2CPP_EXTERN_C String_t* _stringLiteralC1C17C8C72AB7BD2AD816A9E632AD09C467116F8;
IL2CPP_EXTERN_C String_t* _stringLiteralC1EF76AACDCDA2CE7B7A4C718AC8B99FEF0A4009;
IL2CPP_EXTERN_C String_t* _stringLiteralC26671916DE87FF8A16576C06FABE35EBA8105E9;
IL2CPP_EXTERN_C String_t* _stringLiteralC2873E444D3AC44B1903C4D8E546F3E6A7590C69;
IL2CPP_EXTERN_C String_t* _stringLiteralC4ADF15F9A48C4E8C1AF00F7EB9B0FAF1B8EA4BB;
IL2CPP_EXTERN_C String_t* _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29;
IL2CPP_EXTERN_C String_t* _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A;
IL2CPP_EXTERN_C String_t* _stringLiteralC5CC60CDC6C547952A69781F8FA7F6EC973B5D7C;
IL2CPP_EXTERN_C String_t* _stringLiteralC6008BE068A7D64974298447728B8672397762F0;
IL2CPP_EXTERN_C String_t* _stringLiteralCA6BCD4B6F3FA92D735FDB206A49D381884C3CEF;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2B8C8BFF23F0B5284BD4F85D2C9E04B704D932;
IL2CPP_EXTERN_C String_t* _stringLiteralCB5346A081DCF654061B7F897EA14D9B43140712;
IL2CPP_EXTERN_C String_t* _stringLiteralD00B39815C187D832CEF3239EB7A77580728DC47;
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD122885B71DFA3503A87997D3805519AA1855914;
IL2CPP_EXTERN_C String_t* _stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4;
IL2CPP_EXTERN_C String_t* _stringLiteralD71ACC80B4B15D2EE03C90522B4B59CED4F5274D;
IL2CPP_EXTERN_C String_t* _stringLiteralD8EE00948E54927B094D93E3BED821BA2E3DE652;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDABEC6335FBA4D513F888D8F2CE2ABDB0D74FFEC;
IL2CPP_EXTERN_C String_t* _stringLiteralDC90ECFDF61F055232B1B32331392430349B8504;
IL2CPP_EXTERN_C String_t* _stringLiteralDF155CEB8D9E5FCD0A9EE6CF02EBC534E4D5287E;
IL2CPP_EXTERN_C String_t* _stringLiteralDF59A4D5E26BE0D0EEA1E82E1106F7BFC9A28276;
IL2CPP_EXTERN_C String_t* _stringLiteralE3942C17C30F13D906BA08F96C6C4CA988F6AE28;
IL2CPP_EXTERN_C String_t* _stringLiteralE71B9970057D1AC6CEEF70C1B90D21DB7352D2D4;
IL2CPP_EXTERN_C String_t* _stringLiteralE841B74E96495CAE6B5295DD0BB046199CBE7DDF;
IL2CPP_EXTERN_C String_t* _stringLiteralE844690A2086D9678B13582FD4701152C826641F;
IL2CPP_EXTERN_C String_t* _stringLiteralE9D71F5EE7C92D6DC9E92FFDAD17B8BD49418F98;
IL2CPP_EXTERN_C String_t* _stringLiteralEB82AC22C77073319E67C0380058D6C259A183E8;
IL2CPP_EXTERN_C String_t* _stringLiteralEF6784EB7AE6CF6EECF3E49D0AC543AA9A94392F;
IL2CPP_EXTERN_C String_t* _stringLiteralF26A5FC2D93401FD0A0FB60D5B8BA770E74CA387;
IL2CPP_EXTERN_C String_t* _stringLiteralF27FEDE2220BCD326AEE3E86DDFD4EBD0FE58CB9;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF35072D147FDA4D408C894D1F01BC5584063EA82;
IL2CPP_EXTERN_C String_t* _stringLiteralF51952DC1D7956C43E27E8AD51DEFADF3EA66470;
IL2CPP_EXTERN_C String_t* _stringLiteralF58D61BB454E3A553B31ED2AB291EF5AE4937D1B;
IL2CPP_EXTERN_C String_t* _stringLiteralF6ABD7464B3DA201E305F87B1F637EF437392B54;
IL2CPP_EXTERN_C String_t* _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902;
IL2CPP_EXTERN_C String_t* _stringLiteralFD880F368BE36566037C6A551F362E9D9E39E48A;
IL2CPP_EXTERN_C String_t* _stringLiteralFEA7D52348E8D5A95D49F6EF37D892ABD0ABA5C1;
IL2CPP_EXTERN_C String_t* _stringLiteralFEB83C17B3B793CC16EFD49E9B96C9DC4B4E9633;
IL2CPP_EXTERN_C String_t* _stringLiteralFFBBA78281690A78DACDC7DFE51260DE18D344B2;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ByteBuffer_ReadBytes_m4BFF3EDAA9B1E977F008F17AB9D25E5944A9025E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m88D8D2E7C0768F58D4242ED1F725CD83951003CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m10DC2F99EDF5CB7E94E388453BF34E8C59536886_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m92A1A4E960B7EC7AD1DFA0B2ACA0D5D7CAEAEB6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HtmlButton_U3C_ctorU3Eb__9_0_m674961EEA44A3683F5810C9E96247C976E54658C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HtmlLink_U3C_ctorU3Eb__6_0_m971AB41FF2386329711EE0629EC1637D907EB66C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HtmlLink_U3C_ctorU3Eb__6_1_mDC476CE17E09F9115F7801753D8BDE3B2F7BF97C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HtmlLink_U3C_ctorU3Eb__6_2_m8676EFB2051F428222B9CFF5CE47C06BC5DDCBBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HtmlSelect_U3C_ctorU3Eb__9_0_mDAC713D70E1CEC811AD75060DA18D945416BABD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m04FA3A257AD0C73B121CA0A1D4BF50BDF03A8857_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m5333B4C07439D187128530EB03601CEC9C17E1D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6F7772AD3236AE5C4A9C5E51D83CBB9B30F522BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA14F3E905DB4FC55BB8297E6C9D3D8DF422A0418_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA4495BDF573977DC8596C341FB8E3CC3ACB9ABB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3FD4CE348D6810CBC5473E2C6F6B541208A7C490_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m80023A43A3580997F329303EFE601BB209948369_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mBAEEACE102B923C7868C6595444A1C0F6BF0B0AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC32B60C91F8D0BCA37EA5EFEEDEB971D90CE201E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_InsertRange_m31BC754FAF67E8E3FA6A872F5DA284C649E14BA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_InsertRange_m4B3C98ABAD859FE36ECBFA5665422625D325461D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_InsertRange_m93343D24C499ACC090B9B8D01B6487D2A9213CCF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_InsertRange_mBF8C787CA46C6C29770CB4ECF4BE4AC642F4F98B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0AA961F7D579F0A8B7BF5D6FBD3D54E6CAEACC6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m576E2E25CDFC98F9840D82694F90AAC421FF105C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m83EA7C2605A643303BBC1879EBC5C189DB67D80C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8EE49DEE250A3669BDA5EB1E3A058B13D72F67F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m210B95711E72F205A925F21F53F5F59FB75AFFA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m19E37811140F861187764C7EEF4BD016A231FC05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDE0FD558C1E847E4256CF126D9F2EAA992491C50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mF0E545D2205064E7EA7A31558198AE763AE44292_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mEDA0EFD8F266D1E116D0144CB0B9F4E5ECD1C34F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_m36FD1DB7ACEFC50E7B05AAEA4372F9BA248C49F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_m827BDDD3705E1569FF0030C75FDB4E40F731E2C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m1278D98735854D8BCE8BC4BED1F82CA5ED2786BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m86A10A4CCD906E8C1ADFD99E222D5479427F55A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m8C6347B4C5D4843816D94EDD3FA8E9FF94BA4F2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mA04545B0D5D8EE43A752E52CC0A75587EEC7784F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m6A3C410FDF6C0CCCFDEBB6D1A93E9C2154FFD588_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m6BCC42F860E01E35D236C3944130FC12E5D2A227_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m94445FCD71948E95FABCC5DD5373E50994B8B77D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m14CA358ED7E82211F556952AD6EF549CA72E0C7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m4CF6F74EDFFCC127866A0CEBDC5676D40C3298E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m6BA1B0AD2F973190FCC54168BE4BBB7D8A8B7F30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mDF791AD50AE152908D256EB4C263A97D0F408352_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m4CFB2410189E040CB2125C9AA3DEED44D24037F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m678306908ACB8CEBB7CF0BA685ABBFFD188FCA43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m865D3A8E3E6DC676015D4E2C90E3F9A53217E875_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisEventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_m5B15F899F155D81451EDFA54DD3EF0B65BA7EE09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mF96A72CEC0FF94339202D7DCFF193A83A3C408D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m7CEE7CA4B9A56CE3422D658617DC48AE685CA525_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisBaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_m3C5E7BFCA0A883FD76F139BC3273348B6A84E42A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisBlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_m40880051995D106DE582D752039064B39E69B574_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisIHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_m4EF11A8D6E2FEDB31BC11DA31B1809C7E921AE57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisNTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_mF1987BD8E451B18211B7134E29E03E6E5F845575_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m24A6B661157895DBEAD521E1C0F27639A85C66E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisUpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_m02DE2DB4BD46C30004660C52A0F6200C21143CDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PusNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDB929CFD1850E3DDF303793C094C381E1EAC3662_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PusNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m61217F6945C22FA238D97B2D04E50DB41B8B923B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCD61DA80A80BCC432D6ED92173231A7D3639994C_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_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m19A1FBBE63EBDD14147CDE7D856F9C691083E875_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_ALIGN_mA822EF1E2A4DC8300FE417ECE4AF9FD46E9B26D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_COLOR_m8E8E929D0BF245E29F2AA0B66A1937EF15553804_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_FONT_mC62891720B4578D23B747C8A8898C14BBAD6ECFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_IMG_mB7B5B2860666001505AC96AD9ADECB1B099C76C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_SIZE_m884943AD5325EFED13A27D00AC01677E02A62205_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UBBParser_onTag_URL_m0E35A87C51588428DB5D3E1DA5B2A8B88362E4B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Window___dragStart_m14BF074A77B2EB28E203FF598164CF38647DDB68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Window___onHide_mE4A49FAE26983EF1DF2E1111C3CED580105FEB03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Window___onShown_mF463B4F2CD123A6407FAC63C869B2AD304B4E435_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Window___touchBegin_mB1FDFC002DBD3F6284262AB540862CB1AEF9E5D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Window___uiLoadComplete_m7BE5C8F4534ABA867AC449C567AAE2348784E39F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Window_closeEventHandler_m0BC952235A4A01BEE5C3D90FFDC7685533DC3FE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XML_Parse_mBCA13278850C3CAA765A669554EB661869309161_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_t11A30662822286DF8036D0D1993807262B502B70_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteBuffer_ReadBytes_m4BFF3EDAA9B1E977F008F17AB9D25E5944A9025E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteBuffer_ReadDouble_m1AF6F92E6321DA9F6BBAF0C92832D5839582903D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ByteBuffer__cctor_m9264D3B9FDD1FD8BD1BC9740DF501FC3BE3BB7D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_Register_mDFED0C21B411374EBBF4E203C6A7C73A35534601_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_Register_m9C6821BD933FD5B66B6B839BDD30EDF01E99187B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_Register_mC087A282C61D701CC080F26A706F5EC263B30F82_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_Register_m097F69762A2F1CEA83C1BF691966C515BDD04C98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlButton_Create_mBAEB6144C17877BD5A91D8D9FC04D668AA2143B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlButton_U3C_ctorU3Eb__9_0_m674961EEA44A3683F5810C9E96247C976E54658C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlButton__ctor_mEA557E86723C24A34AE2345BB9CAE6C3032E974F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_GetBool_m0D8A213B2EE7B2B3A5E3AE566CE382A03CCD92B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_ReturnElement_m2932F02B8F3941866CF5F7989303274338D59730_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_ReturnElements_mDA8DA151C83A8802ACF28E27FFC1C8046E864B24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement__cctor_m0CA7202BD40130C64C304D4880ADEBDE032AD282_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlElement__ctor_m65C711B07F5737B5E22BA1057C9F04FA90B3B8F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlImage_Create_mF3E2337F60CB873AC043C32C8C1533D4B1C02327_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlImage_Dispose_mB4FF6094EF78BB19C42805588F689373E28C4BB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlImage_Release_m4FDD708CBE8314483563A51E2A1732E09C5C238A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlImage__ctor_m1365A105C867754F0F492754FC44EF7A46E53138_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlInput_Create_m6A081EA2F85B753443E56F4A317457F257198F01_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlInput__cctor_mB8B53115FF9476BAC6289DB8CC886D651E1B587B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlInput__ctor_mADD33EE4D755AEB93E4DDF4B2FE04C4FB10C3249_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlLink_SetArea_mF99122FB9F2EFDBECD74E866863B09B50A0274BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlLink_U3C_ctorU3Eb__6_0_m971AB41FF2386329711EE0629EC1637D907EB66C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlLink__ctor_m8D37E3E95344EF740767AC74B925A8C516B15CCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlPageContext_CreateObject_mDB99AA5F6DE21B045313C37A799E7F1901FB9D51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlPageContext_FreeObject_mD4B7BAA469E48A145742597E93FAC75654B9D3E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlPageContext__cctor_m1EC041C28440E2C0308104580865529E7D55665B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlPageContext__ctor_m9EC1CD789DD67D4A1725981ED3462BF097EE6B29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParseOptions__cctor_m93C1C36891063ED8BFDC0D56FA1228D7E25B3826_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParseOptions__ctor_m32E7D8AC3F38DB5385170C4134AB2869244ED6AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser_IsNewLine_m8B0BF491373FB1737705DF228C6102DFC99FEEA2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser_Parse_m499290B9342E02E2C0A0357C4F942479F8E5940D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser__cctor_m1860E2CB8DA9F6A0D1F3C009141B1C2F212A77E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlParser__ctor_m41BD3AFAF0116C8633EE46E84D96167BBC883C23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlSelect_Create_mCC3D832F4F56D50C63F22C1D1D0933258D585575_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlSelect_U3C_ctorU3Eb__9_0_mDAC713D70E1CEC811AD75060DA18D945416BABD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HtmlSelect__ctor_mA4D46FE1600BD66F32D1523C87078DF35EC990D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TagHandler_BeginInvoke_mA41A4EFC782B9F1FBF1C1C0040D99FD164335E40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ToolSet_RotateUV_m2A912A90C077DE1AB72C13AF9CE31006FF01A83C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ToolSet_SkewMatrix_m86D43BC05727B8F6F7D04B12FF8D698371EECBAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ToolSet_Union_m2B274319CECD031AD5C155B4EC00AF0A829F765D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_GetTagText_mE5608965A9475DE214CD11E46B8173428758603D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser__cctor_m1C300393405A9C5D5251E099EADA0C19DD68B5D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser__ctor_m7D7C1DE971321967E17104891C25F166AC8D677A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_ALIGN_mA822EF1E2A4DC8300FE417ECE4AF9FD46E9B26D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_COLOR_m8E8E929D0BF245E29F2AA0B66A1937EF15553804_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_FONT_mC62891720B4578D23B747C8A8898C14BBAD6ECFC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_IMG_mB7B5B2860666001505AC96AD9ADECB1B099C76C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_SIZE_m884943AD5325EFED13A27D00AC01677E02A62205_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UBBParser_onTag_URL_m0E35A87C51588428DB5D3E1DA5B2A8B88362E4B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UpdateContext_EnterClipping_m095680B3E57318D4DAD4B583C26B5A5651493464_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UpdateContext_EnterClipping_mF63566DF713BA85DA2A97D87B77ABD398661D001_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UpdateContext_LeaveClipping_m93DB8DD4A269CDE46CD63407B33F1A4597602514_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_Append_mD2C70B1CBE8106AA32240AC05265B9A497ECC687_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_FixUVForArbitraryQuad_m90FB0F65BF9C6C4A15CA316978786AEDE09890D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_GetUVAtPosition_m5F036DD6924EB613939AC1A9C620190C369E7021_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_Insert_mF5386D514EC3D7215D3A97EEE398FCFE86844A57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_RepeatColors_m12D263CE2342F78D807D7B58F67AC572128838FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer__cctor_mBA5FC3D8A1F0A92EF724935C7B953D622DF797E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer__ctor_mEFB99297FEC40D0C82F869F48064CB5FDACD13F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_AddUISource_m01AF3CFCFDBEEB1830FD6E7E72669AF9B2687FFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_DoHideAnimation_mFC022559967E68974A2586A39587A0F6110F0459_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_DoShowAnimation_mE2A7A4681065F3EC0BD91DABD77C750A1E15254B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_LayoutModalWaitPane_mB219A01A988E24391BB7B72435A55E6F0ED233E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_OnHide_m4E65AB859EC7BF47BB0561604F056A17FC7E0E9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_OnInit_m5C2D59B52AA73800C205D3D3DFA1C2632827ED5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_OnShown_m23F34DDB6A70D01222A7B469CF936C71DA3CE0CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window___dragStart_m14BF074A77B2EB28E203FF598164CF38647DDB68_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window___uiLoadComplete_m7BE5C8F4534ABA867AC449C567AAE2348784E39F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window__ctor_m1C5780FA9C7A3747E1D83FE772A070B20D72989B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_set_contentPane_m30C340F976C3839574CFED7D0C237219B601FBA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_Begin_m21CB64E9720830623292905A95FB5A3232DCAC24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributeBool_m6D74D44C2989C5E0F79B839101A08BDA37898942_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributeBool_mC57AC7312C10DFD819424E62056CC88DAA7C1EA8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributeFloat_m2FBD977D16EF57D09FBAEC354B63F515856421BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributeFloat_mED9FB5D2FFAC037B9B8A28094F207B30DCC5F41E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributeInt_m216A22924035FF37196EDF93E5C69560B2531CCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributeInt_m4932B1E5D869980A32B0451CA0F359F63A7C32B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttribute_m365DFCB1D8E9779494EF6A4DBA0D92FF32D1C257_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributes_mA935486C1C65AC945741ABE6A179F43BA791C20C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetAttributes_mB0FD0346A02703801E9A48A8753ED4CBF504E0AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetRawText_m6B13AC276730DD30593C1CC8FCA282F345B378EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetTagSource_mE5168BB9955AA9622F2AE08E0C4747788B21E57E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_HasAttribute_mBA6DBCB69F0713DE15057E21AB9B4546D5EF3F8B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLIterator__cctor_mA09E19A094BAC9F32B0B0FE59261F6EDBC80AAC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList_Add_m1E40A9E33EC74E453C97DC2566DCAE9EA487ACEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList_Clear_m7A98A4AB07DA02FA7495F305E35361EF2FF2A506_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList_Filter_m4BC8D53410553635B78955245144AF687E061F52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList_Find_m959B99C2BA4823B1A0EEC59C66F41823197CA6E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList__cctor_m0ECD09371043B4B28D5DA2BB4135625D3CDB1EF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList_get_Count_mB6E7C9D276FB9B20A2B7E451C6A33690B5B9125C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLList_get_Item_mAEB9EF20750D1D0723119FBA0DF04757EE2D24D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XMLUtils_EncodeString_m4A4C103C382124C100F599689A6D83272BD8B455_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_Cleanup_m777ABA08B4798DB74A9A3C0673175EDF90A614DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_Elements_m670764F484DDF25D4500682D0FD38920E6EAAC0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_Elements_m96B35AE8072350FBEFB8A3ABDB4441B3C756C312_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_GetAttributeArray_mE3F6E924CEF233542D55DE1F3832A0A59E8DB40F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_GetAttributeArray_mFA32C6066385A3F88A7B4A2D5F5590A865290DCC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_GetAttributeBool_m06B0CE1E6D25B225182E39184E02E6B64594435E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_GetAttributeVector_m5968B4E9E9FC3FD7D770CFC9B7FCC528E516721D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_GetAttribute_m05488C7FA7B06A6C99F99C0A8D021BF9378D70DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_HasAttribute_mD136023B2C79DB91942DDD25CFB6C53E4B5AB5AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_Parse_mBCA13278850C3CAA765A669554EB661869309161_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML_SetAttribute_mB94273A8CBD97617C776523BEC6E598BF3AE37F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XML__cctor_m9E3706E3069C987D92546E1500BF90BE52D55074_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ZipReader_GetEntryData_m8E8519A8C512264FAABC8D0C002350CE0CCBBCC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ZipReader_GetNextEntry_m869744131BB625EB6CB6460E73457A319CAB824E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ZipReader__ctor_mCCA7CA0B736C7142406939A8DF46B2C377006D7A_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
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.BlurFilter
struct BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 : public RuntimeObject
{
public:
// System.Single FairyGUI.BlurFilter::blurSize
float ___blurSize_0;
// FairyGUI.DisplayObject FairyGUI.BlurFilter::_target
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____target_1;
// UnityEngine.Material FairyGUI.BlurFilter::_blitMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____blitMaterial_2;
public:
inline static int32_t get_offset_of_blurSize_0() { return static_cast<int32_t>(offsetof(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2, ___blurSize_0)); }
inline float get_blurSize_0() const { return ___blurSize_0; }
inline float* get_address_of_blurSize_0() { return &___blurSize_0; }
inline void set_blurSize_0(float value)
{
___blurSize_0 = value;
}
inline static int32_t get_offset_of__target_1() { return static_cast<int32_t>(offsetof(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2, ____target_1)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__target_1() const { return ____target_1; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__target_1() { return &____target_1; }
inline void set__target_1(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____target_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_1), (void*)value);
}
inline static int32_t get_offset_of__blitMaterial_2() { return static_cast<int32_t>(offsetof(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2, ____blitMaterial_2)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__blitMaterial_2() const { return ____blitMaterial_2; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__blitMaterial_2() { return &____blitMaterial_2; }
inline void set__blitMaterial_2(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____blitMaterial_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____blitMaterial_2), (void*)value);
}
};
// FairyGUI.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.Stats
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 : public RuntimeObject
{
public:
public:
};
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields
{
public:
// System.Int32 FairyGUI.Stats::ObjectCount
int32_t ___ObjectCount_0;
// System.Int32 FairyGUI.Stats::GraphicsCount
int32_t ___GraphicsCount_1;
// System.Int32 FairyGUI.Stats::LatestObjectCreation
int32_t ___LatestObjectCreation_2;
// System.Int32 FairyGUI.Stats::LatestGraphicsCreation
int32_t ___LatestGraphicsCreation_3;
public:
inline static int32_t get_offset_of_ObjectCount_0() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___ObjectCount_0)); }
inline int32_t get_ObjectCount_0() const { return ___ObjectCount_0; }
inline int32_t* get_address_of_ObjectCount_0() { return &___ObjectCount_0; }
inline void set_ObjectCount_0(int32_t value)
{
___ObjectCount_0 = value;
}
inline static int32_t get_offset_of_GraphicsCount_1() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___GraphicsCount_1)); }
inline int32_t get_GraphicsCount_1() const { return ___GraphicsCount_1; }
inline int32_t* get_address_of_GraphicsCount_1() { return &___GraphicsCount_1; }
inline void set_GraphicsCount_1(int32_t value)
{
___GraphicsCount_1 = value;
}
inline static int32_t get_offset_of_LatestObjectCreation_2() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestObjectCreation_2)); }
inline int32_t get_LatestObjectCreation_2() const { return ___LatestObjectCreation_2; }
inline int32_t* get_address_of_LatestObjectCreation_2() { return &___LatestObjectCreation_2; }
inline void set_LatestObjectCreation_2(int32_t value)
{
___LatestObjectCreation_2 = value;
}
inline static int32_t get_offset_of_LatestGraphicsCreation_3() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestGraphicsCreation_3)); }
inline int32_t get_LatestGraphicsCreation_3() const { return ___LatestGraphicsCreation_3; }
inline int32_t* get_address_of_LatestGraphicsCreation_3() { return &___LatestGraphicsCreation_3; }
inline void set_LatestGraphicsCreation_3(int32_t value)
{
___LatestGraphicsCreation_3 = value;
}
};
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian
bool ___littleEndian_0;
// System.String[] FairyGUI.Utils.ByteBuffer::stringTable
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1;
// System.Int32 FairyGUI.Utils.ByteBuffer::version
int32_t ___version_2;
// System.Int32 FairyGUI.Utils.ByteBuffer::_pointer
int32_t ____pointer_3;
// System.Int32 FairyGUI.Utils.ByteBuffer::_offset
int32_t ____offset_4;
// System.Int32 FairyGUI.Utils.ByteBuffer::_length
int32_t ____length_5;
// System.Byte[] FairyGUI.Utils.ByteBuffer::_data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6;
public:
inline static int32_t get_offset_of_littleEndian_0() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___littleEndian_0)); }
inline bool get_littleEndian_0() const { return ___littleEndian_0; }
inline bool* get_address_of_littleEndian_0() { return &___littleEndian_0; }
inline void set_littleEndian_0(bool value)
{
___littleEndian_0 = value;
}
inline static int32_t get_offset_of_stringTable_1() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___stringTable_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_stringTable_1() const { return ___stringTable_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_stringTable_1() { return &___stringTable_1; }
inline void set_stringTable_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___stringTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stringTable_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__pointer_3() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____pointer_3)); }
inline int32_t get__pointer_3() const { return ____pointer_3; }
inline int32_t* get_address_of__pointer_3() { return &____pointer_3; }
inline void set__pointer_3(int32_t value)
{
____pointer_3 = value;
}
inline static int32_t get_offset_of__offset_4() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____offset_4)); }
inline int32_t get__offset_4() const { return ____offset_4; }
inline int32_t* get_address_of__offset_4() { return &____offset_4; }
inline void set__offset_4(int32_t value)
{
____offset_4 = value;
}
inline static int32_t get_offset_of__length_5() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____length_5)); }
inline int32_t get__length_5() const { return ____length_5; }
inline int32_t* get_address_of__length_5() { return &____length_5; }
inline void set__length_5(int32_t value)
{
____length_5 = value;
}
inline static int32_t get_offset_of__data_6() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____data_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_6() const { return ____data_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_6() { return &____data_6; }
inline void set__data_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____data_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_6), (void*)value);
}
};
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields
{
public:
// System.Byte[] FairyGUI.Utils.ByteBuffer::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_7;
public:
inline static int32_t get_offset_of_temp_7() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields, ___temp_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_7() const { return ___temp_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_7() { return &___temp_7; }
inline void set_temp_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_7), (void*)value);
}
};
// FairyGUI.Utils.HtmlButton
struct HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 : public RuntimeObject
{
public:
// FairyGUI.GComponent FairyGUI.Utils.HtmlButton::<button>k__BackingField
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CbuttonU3Ek__BackingField_0;
// FairyGUI.RichTextField FairyGUI.Utils.HtmlButton::_owner
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_3;
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlButton::_element
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_4;
// FairyGUI.EventCallback1 FairyGUI.Utils.HtmlButton::_clickHandler
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____clickHandler_5;
public:
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4, ___U3CbuttonU3Ek__BackingField_0)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CbuttonU3Ek__BackingField_0() const { return ___U3CbuttonU3Ek__BackingField_0; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CbuttonU3Ek__BackingField_0() { return &___U3CbuttonU3Ek__BackingField_0; }
inline void set_U3CbuttonU3Ek__BackingField_0(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___U3CbuttonU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CbuttonU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of__owner_3() { return static_cast<int32_t>(offsetof(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4, ____owner_3)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_3() const { return ____owner_3; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_3() { return &____owner_3; }
inline void set__owner_3(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____owner_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_3), (void*)value);
}
inline static int32_t get_offset_of__element_4() { return static_cast<int32_t>(offsetof(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4, ____element_4)); }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_4() const { return ____element_4; }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_4() { return &____element_4; }
inline void set__element_4(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value)
{
____element_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____element_4), (void*)value);
}
inline static int32_t get_offset_of__clickHandler_5() { return static_cast<int32_t>(offsetof(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4, ____clickHandler_5)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__clickHandler_5() const { return ____clickHandler_5; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__clickHandler_5() { return &____clickHandler_5; }
inline void set__clickHandler_5(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____clickHandler_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clickHandler_5), (void*)value);
}
};
struct HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_StaticFields
{
public:
// System.String FairyGUI.Utils.HtmlButton::resource
String_t* ___resource_2;
public:
inline static int32_t get_offset_of_resource_2() { return static_cast<int32_t>(offsetof(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_StaticFields, ___resource_2)); }
inline String_t* get_resource_2() const { return ___resource_2; }
inline String_t** get_address_of_resource_2() { return &___resource_2; }
inline void set_resource_2(String_t* value)
{
___resource_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resource_2), (void*)value);
}
};
// FairyGUI.Utils.HtmlImage
struct HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 : public RuntimeObject
{
public:
// FairyGUI.GLoader FairyGUI.Utils.HtmlImage::<loader>k__BackingField
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * ___U3CloaderU3Ek__BackingField_0;
// FairyGUI.RichTextField FairyGUI.Utils.HtmlImage::_owner
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_1;
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlImage::_element
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_2;
// System.Boolean FairyGUI.Utils.HtmlImage::_externalTexture
bool ____externalTexture_3;
public:
inline static int32_t get_offset_of_U3CloaderU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50, ___U3CloaderU3Ek__BackingField_0)); }
inline GLoader_t79DB886430214FA5031328823142509230E0E4A8 * get_U3CloaderU3Ek__BackingField_0() const { return ___U3CloaderU3Ek__BackingField_0; }
inline GLoader_t79DB886430214FA5031328823142509230E0E4A8 ** get_address_of_U3CloaderU3Ek__BackingField_0() { return &___U3CloaderU3Ek__BackingField_0; }
inline void set_U3CloaderU3Ek__BackingField_0(GLoader_t79DB886430214FA5031328823142509230E0E4A8 * value)
{
___U3CloaderU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CloaderU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of__owner_1() { return static_cast<int32_t>(offsetof(HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50, ____owner_1)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_1() const { return ____owner_1; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_1() { return &____owner_1; }
inline void set__owner_1(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____owner_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_1), (void*)value);
}
inline static int32_t get_offset_of__element_2() { return static_cast<int32_t>(offsetof(HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50, ____element_2)); }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_2() const { return ____element_2; }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_2() { return &____element_2; }
inline void set__element_2(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value)
{
____element_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____element_2), (void*)value);
}
inline static int32_t get_offset_of__externalTexture_3() { return static_cast<int32_t>(offsetof(HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50, ____externalTexture_3)); }
inline bool get__externalTexture_3() const { return ____externalTexture_3; }
inline bool* get_address_of__externalTexture_3() { return &____externalTexture_3; }
inline void set__externalTexture_3(bool value)
{
____externalTexture_3 = value;
}
};
// FairyGUI.Utils.HtmlLink
struct HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 : public RuntimeObject
{
public:
// FairyGUI.RichTextField FairyGUI.Utils.HtmlLink::_owner
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_0;
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::_element
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_1;
// FairyGUI.SelectionShape FairyGUI.Utils.HtmlLink::_shape
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * ____shape_2;
// FairyGUI.EventCallback1 FairyGUI.Utils.HtmlLink::_clickHandler
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____clickHandler_3;
// FairyGUI.EventCallback1 FairyGUI.Utils.HtmlLink::_rolloverHandler
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____rolloverHandler_4;
// FairyGUI.EventCallback0 FairyGUI.Utils.HtmlLink::_rolloutHandler
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____rolloutHandler_5;
public:
inline static int32_t get_offset_of__owner_0() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____owner_0)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_0() const { return ____owner_0; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_0() { return &____owner_0; }
inline void set__owner_0(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value);
}
inline static int32_t get_offset_of__element_1() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____element_1)); }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_1() const { return ____element_1; }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_1() { return &____element_1; }
inline void set__element_1(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value)
{
____element_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____element_1), (void*)value);
}
inline static int32_t get_offset_of__shape_2() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____shape_2)); }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * get__shape_2() const { return ____shape_2; }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 ** get_address_of__shape_2() { return &____shape_2; }
inline void set__shape_2(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * value)
{
____shape_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shape_2), (void*)value);
}
inline static int32_t get_offset_of__clickHandler_3() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____clickHandler_3)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__clickHandler_3() const { return ____clickHandler_3; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__clickHandler_3() { return &____clickHandler_3; }
inline void set__clickHandler_3(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____clickHandler_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clickHandler_3), (void*)value);
}
inline static int32_t get_offset_of__rolloverHandler_4() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____rolloverHandler_4)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__rolloverHandler_4() const { return ____rolloverHandler_4; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__rolloverHandler_4() { return &____rolloverHandler_4; }
inline void set__rolloverHandler_4(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____rolloverHandler_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rolloverHandler_4), (void*)value);
}
inline static int32_t get_offset_of__rolloutHandler_5() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____rolloutHandler_5)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__rolloutHandler_5() const { return ____rolloutHandler_5; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__rolloutHandler_5() { return &____rolloutHandler_5; }
inline void set__rolloutHandler_5(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____rolloutHandler_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rolloutHandler_5), (void*)value);
}
};
// FairyGUI.Utils.HtmlPageContext
struct HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 : public RuntimeObject
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject> FairyGUI.Utils.HtmlPageContext::_imagePool
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____imagePool_0;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject> FairyGUI.Utils.HtmlPageContext::_inputPool
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____inputPool_1;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject> FairyGUI.Utils.HtmlPageContext::_buttonPool
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____buttonPool_2;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject> FairyGUI.Utils.HtmlPageContext::_selectPool
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____selectPool_3;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject> FairyGUI.Utils.HtmlPageContext::_linkPool
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____linkPool_4;
public:
inline static int32_t get_offset_of__imagePool_0() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____imagePool_0)); }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__imagePool_0() const { return ____imagePool_0; }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__imagePool_0() { return &____imagePool_0; }
inline void set__imagePool_0(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value)
{
____imagePool_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____imagePool_0), (void*)value);
}
inline static int32_t get_offset_of__inputPool_1() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____inputPool_1)); }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__inputPool_1() const { return ____inputPool_1; }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__inputPool_1() { return &____inputPool_1; }
inline void set__inputPool_1(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value)
{
____inputPool_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inputPool_1), (void*)value);
}
inline static int32_t get_offset_of__buttonPool_2() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____buttonPool_2)); }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__buttonPool_2() const { return ____buttonPool_2; }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__buttonPool_2() { return &____buttonPool_2; }
inline void set__buttonPool_2(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value)
{
____buttonPool_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buttonPool_2), (void*)value);
}
inline static int32_t get_offset_of__selectPool_3() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____selectPool_3)); }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__selectPool_3() const { return ____selectPool_3; }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__selectPool_3() { return &____selectPool_3; }
inline void set__selectPool_3(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value)
{
____selectPool_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectPool_3), (void*)value);
}
inline static int32_t get_offset_of__linkPool_4() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____linkPool_4)); }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__linkPool_4() const { return ____linkPool_4; }
inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__linkPool_4() { return &____linkPool_4; }
inline void set__linkPool_4(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value)
{
____linkPool_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____linkPool_4), (void*)value);
}
};
struct HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields
{
public:
// FairyGUI.Utils.HtmlPageContext FairyGUI.Utils.HtmlPageContext::inst
HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * ___inst_5;
// UnityEngine.Transform FairyGUI.Utils.HtmlPageContext::_poolManager
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____poolManager_6;
public:
inline static int32_t get_offset_of_inst_5() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields, ___inst_5)); }
inline HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * get_inst_5() const { return ___inst_5; }
inline HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 ** get_address_of_inst_5() { return &___inst_5; }
inline void set_inst_5(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * value)
{
___inst_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inst_5), (void*)value);
}
inline static int32_t get_offset_of__poolManager_6() { return static_cast<int32_t>(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields, ____poolManager_6)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__poolManager_6() const { return ____poolManager_6; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__poolManager_6() { return &____poolManager_6; }
inline void set__poolManager_6(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____poolManager_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____poolManager_6), (void*)value);
}
};
// FairyGUI.Utils.HtmlParser
struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser_TextFormat2> FairyGUI.Utils.HtmlParser::_textFormatStack
List_1_t4560191C672D03870FD13008AEE68190DE623133 * ____textFormatStack_1;
// System.Int32 FairyGUI.Utils.HtmlParser::_textFormatStackTop
int32_t ____textFormatStackTop_2;
// FairyGUI.Utils.HtmlParser_TextFormat2 FairyGUI.Utils.HtmlParser::_format
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * ____format_3;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement> FairyGUI.Utils.HtmlParser::_elements
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ____elements_4;
// FairyGUI.Utils.HtmlParseOptions FairyGUI.Utils.HtmlParser::_defaultOptions
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ____defaultOptions_5;
public:
inline static int32_t get_offset_of__textFormatStack_1() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____textFormatStack_1)); }
inline List_1_t4560191C672D03870FD13008AEE68190DE623133 * get__textFormatStack_1() const { return ____textFormatStack_1; }
inline List_1_t4560191C672D03870FD13008AEE68190DE623133 ** get_address_of__textFormatStack_1() { return &____textFormatStack_1; }
inline void set__textFormatStack_1(List_1_t4560191C672D03870FD13008AEE68190DE623133 * value)
{
____textFormatStack_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textFormatStack_1), (void*)value);
}
inline static int32_t get_offset_of__textFormatStackTop_2() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____textFormatStackTop_2)); }
inline int32_t get__textFormatStackTop_2() const { return ____textFormatStackTop_2; }
inline int32_t* get_address_of__textFormatStackTop_2() { return &____textFormatStackTop_2; }
inline void set__textFormatStackTop_2(int32_t value)
{
____textFormatStackTop_2 = value;
}
inline static int32_t get_offset_of__format_3() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____format_3)); }
inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * get__format_3() const { return ____format_3; }
inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD ** get_address_of__format_3() { return &____format_3; }
inline void set__format_3(TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * value)
{
____format_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____format_3), (void*)value);
}
inline static int32_t get_offset_of__elements_4() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____elements_4)); }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * get__elements_4() const { return ____elements_4; }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 ** get_address_of__elements_4() { return &____elements_4; }
inline void set__elements_4(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * value)
{
____elements_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____elements_4), (void*)value);
}
inline static int32_t get_offset_of__defaultOptions_5() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____defaultOptions_5)); }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * get__defaultOptions_5() const { return ____defaultOptions_5; }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 ** get_address_of__defaultOptions_5() { return &____defaultOptions_5; }
inline void set__defaultOptions_5(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * value)
{
____defaultOptions_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultOptions_5), (void*)value);
}
};
struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields
{
public:
// FairyGUI.Utils.HtmlParser FairyGUI.Utils.HtmlParser::inst
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * ___inst_0;
// System.Collections.Generic.List`1<System.String> FairyGUI.Utils.HtmlParser::sHelperList1
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___sHelperList1_6;
// System.Collections.Generic.List`1<System.String> FairyGUI.Utils.HtmlParser::sHelperList2
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___sHelperList2_7;
public:
inline static int32_t get_offset_of_inst_0() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___inst_0)); }
inline HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * get_inst_0() const { return ___inst_0; }
inline HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 ** get_address_of_inst_0() { return &___inst_0; }
inline void set_inst_0(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * value)
{
___inst_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inst_0), (void*)value);
}
inline static int32_t get_offset_of_sHelperList1_6() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___sHelperList1_6)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_sHelperList1_6() const { return ___sHelperList1_6; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_sHelperList1_6() { return &___sHelperList1_6; }
inline void set_sHelperList1_6(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___sHelperList1_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sHelperList1_6), (void*)value);
}
inline static int32_t get_offset_of_sHelperList2_7() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___sHelperList2_7)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_sHelperList2_7() const { return ___sHelperList2_7; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_sHelperList2_7() { return &___sHelperList2_7; }
inline void set_sHelperList2_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___sHelperList2_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sHelperList2_7), (void*)value);
}
};
// FairyGUI.Utils.HtmlSelect
struct HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 : public RuntimeObject
{
public:
// FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::<comboBox>k__BackingField
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * ___U3CcomboBoxU3Ek__BackingField_0;
// FairyGUI.RichTextField FairyGUI.Utils.HtmlSelect::_owner
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_3;
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlSelect::_element
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_4;
// FairyGUI.EventCallback0 FairyGUI.Utils.HtmlSelect::_changeHandler
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____changeHandler_5;
public:
inline static int32_t get_offset_of_U3CcomboBoxU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96, ___U3CcomboBoxU3Ek__BackingField_0)); }
inline GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * get_U3CcomboBoxU3Ek__BackingField_0() const { return ___U3CcomboBoxU3Ek__BackingField_0; }
inline GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C ** get_address_of_U3CcomboBoxU3Ek__BackingField_0() { return &___U3CcomboBoxU3Ek__BackingField_0; }
inline void set_U3CcomboBoxU3Ek__BackingField_0(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * value)
{
___U3CcomboBoxU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcomboBoxU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of__owner_3() { return static_cast<int32_t>(offsetof(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96, ____owner_3)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_3() const { return ____owner_3; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_3() { return &____owner_3; }
inline void set__owner_3(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____owner_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_3), (void*)value);
}
inline static int32_t get_offset_of__element_4() { return static_cast<int32_t>(offsetof(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96, ____element_4)); }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_4() const { return ____element_4; }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_4() { return &____element_4; }
inline void set__element_4(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value)
{
____element_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____element_4), (void*)value);
}
inline static int32_t get_offset_of__changeHandler_5() { return static_cast<int32_t>(offsetof(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96, ____changeHandler_5)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__changeHandler_5() const { return ____changeHandler_5; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__changeHandler_5() { return &____changeHandler_5; }
inline void set__changeHandler_5(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____changeHandler_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____changeHandler_5), (void*)value);
}
};
struct HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_StaticFields
{
public:
// System.String FairyGUI.Utils.HtmlSelect::resource
String_t* ___resource_2;
public:
inline static int32_t get_offset_of_resource_2() { return static_cast<int32_t>(offsetof(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_StaticFields, ___resource_2)); }
inline String_t* get_resource_2() const { return ___resource_2; }
inline String_t** get_address_of_resource_2() { return &___resource_2; }
inline void set_resource_2(String_t* value)
{
___resource_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___resource_2), (void*)value);
}
};
// FairyGUI.Utils.ToolSet
struct ToolSet_t1897268DF0E8F24294AD1D35875C6A499A364898 : public RuntimeObject
{
public:
public:
};
// FairyGUI.Utils.UBBParser
struct UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C : public RuntimeObject
{
public:
// System.String FairyGUI.Utils.UBBParser::_text
String_t* ____text_1;
// System.Int32 FairyGUI.Utils.UBBParser::_readPos
int32_t ____readPos_2;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser_TagHandler> FairyGUI.Utils.UBBParser::handlers
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * ___handlers_3;
// System.Int32 FairyGUI.Utils.UBBParser::defaultImgWidth
int32_t ___defaultImgWidth_4;
// System.Int32 FairyGUI.Utils.UBBParser::defaultImgHeight
int32_t ___defaultImgHeight_5;
public:
inline static int32_t get_offset_of__text_1() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ____text_1)); }
inline String_t* get__text_1() const { return ____text_1; }
inline String_t** get_address_of__text_1() { return &____text_1; }
inline void set__text_1(String_t* value)
{
____text_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_1), (void*)value);
}
inline static int32_t get_offset_of__readPos_2() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ____readPos_2)); }
inline int32_t get__readPos_2() const { return ____readPos_2; }
inline int32_t* get_address_of__readPos_2() { return &____readPos_2; }
inline void set__readPos_2(int32_t value)
{
____readPos_2 = value;
}
inline static int32_t get_offset_of_handlers_3() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ___handlers_3)); }
inline Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * get_handlers_3() const { return ___handlers_3; }
inline Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D ** get_address_of_handlers_3() { return &___handlers_3; }
inline void set_handlers_3(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * value)
{
___handlers_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handlers_3), (void*)value);
}
inline static int32_t get_offset_of_defaultImgWidth_4() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ___defaultImgWidth_4)); }
inline int32_t get_defaultImgWidth_4() const { return ___defaultImgWidth_4; }
inline int32_t* get_address_of_defaultImgWidth_4() { return &___defaultImgWidth_4; }
inline void set_defaultImgWidth_4(int32_t value)
{
___defaultImgWidth_4 = value;
}
inline static int32_t get_offset_of_defaultImgHeight_5() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ___defaultImgHeight_5)); }
inline int32_t get_defaultImgHeight_5() const { return ___defaultImgHeight_5; }
inline int32_t* get_address_of_defaultImgHeight_5() { return &___defaultImgHeight_5; }
inline void set_defaultImgHeight_5(int32_t value)
{
___defaultImgHeight_5 = value;
}
};
struct UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields
{
public:
// FairyGUI.Utils.UBBParser FairyGUI.Utils.UBBParser::inst
UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * ___inst_0;
public:
inline static int32_t get_offset_of_inst_0() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields, ___inst_0)); }
inline UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * get_inst_0() const { return ___inst_0; }
inline UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C ** get_address_of_inst_0() { return &___inst_0; }
inline void set_inst_0(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * value)
{
___inst_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inst_0), (void*)value);
}
};
// FairyGUI.Utils.XML
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 : public RuntimeObject
{
public:
// System.String FairyGUI.Utils.XML::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// System.String FairyGUI.Utils.XML::<text>k__BackingField
String_t* ___U3CtextU3Ek__BackingField_1;
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.Utils.XML::_attributes
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____attributes_2;
// FairyGUI.Utils.XMLList FairyGUI.Utils.XML::_children
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * ____children_3;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___U3CnameU3Ek__BackingField_0)); }
inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; }
inline void set_U3CnameU3Ek__BackingField_0(String_t* value)
{
___U3CnameU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CtextU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___U3CtextU3Ek__BackingField_1)); }
inline String_t* get_U3CtextU3Ek__BackingField_1() const { return ___U3CtextU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CtextU3Ek__BackingField_1() { return &___U3CtextU3Ek__BackingField_1; }
inline void set_U3CtextU3Ek__BackingField_1(String_t* value)
{
___U3CtextU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of__attributes_2() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____attributes_2)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__attributes_2() const { return ____attributes_2; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__attributes_2() { return &____attributes_2; }
inline void set__attributes_2(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value);
}
inline static int32_t get_offset_of__children_3() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____children_3)); }
inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * get__children_3() const { return ____children_3; }
inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C ** get_address_of__children_3() { return &____children_3; }
inline void set__children_3(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * value)
{
____children_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_3), (void*)value);
}
};
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.Utils.XML> FairyGUI.Utils.XML::sNodeStack
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * ___sNodeStack_4;
public:
inline static int32_t get_offset_of_sNodeStack_4() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields, ___sNodeStack_4)); }
inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * get_sNodeStack_4() const { return ___sNodeStack_4; }
inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 ** get_address_of_sNodeStack_4() { return &___sNodeStack_4; }
inline void set_sNodeStack_4(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * value)
{
___sNodeStack_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sNodeStack_4), (void*)value);
}
};
// FairyGUI.Utils.XMLList
struct XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<FairyGUI.Utils.XML> FairyGUI.Utils.XMLList::rawList
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ___rawList_0;
public:
inline static int32_t get_offset_of_rawList_0() { return static_cast<int32_t>(offsetof(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C, ___rawList_0)); }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * get_rawList_0() const { return ___rawList_0; }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE ** get_address_of_rawList_0() { return &___rawList_0; }
inline void set_rawList_0(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * value)
{
___rawList_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rawList_0), (void*)value);
}
};
struct XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields
{
public:
// System.Collections.Generic.List`1<FairyGUI.Utils.XML> FairyGUI.Utils.XMLList::_tmpList
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____tmpList_1;
public:
inline static int32_t get_offset_of__tmpList_1() { return static_cast<int32_t>(offsetof(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields, ____tmpList_1)); }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * get__tmpList_1() const { return ____tmpList_1; }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE ** get_address_of__tmpList_1() { return &____tmpList_1; }
inline void set__tmpList_1(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * value)
{
____tmpList_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tmpList_1), (void*)value);
}
};
// FairyGUI.Utils.XMLUtils
struct XMLUtils_tFF208F166E4B5B1C987FBA8A71AA123D59352485 : public RuntimeObject
{
public:
public:
};
// FairyGUI.Utils.ZipReader
struct ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54 : public RuntimeObject
{
public:
// FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ZipReader::_stream
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ____stream_0;
// System.Int32 FairyGUI.Utils.ZipReader::_entryCount
int32_t ____entryCount_1;
// System.Int32 FairyGUI.Utils.ZipReader::_pos
int32_t ____pos_2;
// System.Int32 FairyGUI.Utils.ZipReader::_index
int32_t ____index_3;
public:
inline static int32_t get_offset_of__stream_0() { return static_cast<int32_t>(offsetof(ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54, ____stream_0)); }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * get__stream_0() const { return ____stream_0; }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 ** get_address_of__stream_0() { return &____stream_0; }
inline void set__stream_0(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * value)
{
____stream_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stream_0), (void*)value);
}
inline static int32_t get_offset_of__entryCount_1() { return static_cast<int32_t>(offsetof(ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54, ____entryCount_1)); }
inline int32_t get__entryCount_1() const { return ____entryCount_1; }
inline int32_t* get_address_of__entryCount_1() { return &____entryCount_1; }
inline void set__entryCount_1(int32_t value)
{
____entryCount_1 = value;
}
inline static int32_t get_offset_of__pos_2() { return static_cast<int32_t>(offsetof(ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54, ____pos_2)); }
inline int32_t get__pos_2() const { return ____pos_2; }
inline int32_t* get_address_of__pos_2() { return &____pos_2; }
inline void set__pos_2(int32_t value)
{
____pos_2 = value;
}
inline static int32_t get_offset_of__index_3() { return static_cast<int32_t>(offsetof(ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54, ____index_3)); }
inline int32_t get__index_3() const { return ____index_3; }
inline int32_t* get_address_of__index_3() { return &____index_3; }
inline void set__index_3(int32_t value)
{
____index_3 = value;
}
};
// FairyGUI.Utils.ZipReader_ZipEntry
struct ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 : public RuntimeObject
{
public:
// System.String FairyGUI.Utils.ZipReader_ZipEntry::name
String_t* ___name_0;
// System.Int32 FairyGUI.Utils.ZipReader_ZipEntry::compress
int32_t ___compress_1;
// System.UInt32 FairyGUI.Utils.ZipReader_ZipEntry::crc
uint32_t ___crc_2;
// System.Int32 FairyGUI.Utils.ZipReader_ZipEntry::size
int32_t ___size_3;
// System.Int32 FairyGUI.Utils.ZipReader_ZipEntry::sourceSize
int32_t ___sourceSize_4;
// System.Int32 FairyGUI.Utils.ZipReader_ZipEntry::offset
int32_t ___offset_5;
// System.Boolean FairyGUI.Utils.ZipReader_ZipEntry::isDirectory
bool ___isDirectory_6;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___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_compress_1() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___compress_1)); }
inline int32_t get_compress_1() const { return ___compress_1; }
inline int32_t* get_address_of_compress_1() { return &___compress_1; }
inline void set_compress_1(int32_t value)
{
___compress_1 = value;
}
inline static int32_t get_offset_of_crc_2() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___crc_2)); }
inline uint32_t get_crc_2() const { return ___crc_2; }
inline uint32_t* get_address_of_crc_2() { return &___crc_2; }
inline void set_crc_2(uint32_t value)
{
___crc_2 = value;
}
inline static int32_t get_offset_of_size_3() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___size_3)); }
inline int32_t get_size_3() const { return ___size_3; }
inline int32_t* get_address_of_size_3() { return &___size_3; }
inline void set_size_3(int32_t value)
{
___size_3 = value;
}
inline static int32_t get_offset_of_sourceSize_4() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___sourceSize_4)); }
inline int32_t get_sourceSize_4() const { return ___sourceSize_4; }
inline int32_t* get_address_of_sourceSize_4() { return &___sourceSize_4; }
inline void set_sourceSize_4(int32_t value)
{
___sourceSize_4 = value;
}
inline static int32_t get_offset_of_offset_5() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___offset_5)); }
inline int32_t get_offset_5() const { return ___offset_5; }
inline int32_t* get_address_of_offset_5() { return &___offset_5; }
inline void set_offset_5(int32_t value)
{
___offset_5 = value;
}
inline static int32_t get_offset_of_isDirectory_6() { return static_cast<int32_t>(offsetof(ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8, ___isDirectory_6)); }
inline bool get_isDirectory_6() const { return ___isDirectory_6; }
inline bool* get_address_of_isDirectory_6() { return &___isDirectory_6; }
inline void set_isDirectory_6(bool value)
{
___isDirectory_6 = value;
}
};
// FairyGUI_BaseFontWrap
struct FairyGUI_BaseFontWrap_tBC43A40D1E2CCB689C4AE544C24ACE402E4DC5D4 : public RuntimeObject
{
public:
public:
};
// FairyGUI_BlurFilterWrap
struct FairyGUI_BlurFilterWrap_t7FDEF559EE02A12F811CBD8F5233801814B76423 : public RuntimeObject
{
public:
public:
};
// FairyGUI_ColorFilterWrap
struct FairyGUI_ColorFilterWrap_t73EA584BA4360A568E4FBC5B5C3928145DC18869 : public RuntimeObject
{
public:
public:
};
// FairyGUI_ContainerWrap
struct FairyGUI_ContainerWrap_tB0F10D5083C35A7DF75625B6C0AF64C21D940D5B : 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.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.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser_TagHandler>
struct Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tADB8BB9AEAE364BE1137DCAE35457AE013B48D20* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t92A51EB93592C54C895050611870E34010C0C424 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t5F854A12EF2404788292183BA0B4E6DE5970A8E7 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___entries_1)); }
inline EntryU5BU5D_tADB8BB9AEAE364BE1137DCAE35457AE013B48D20* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tADB8BB9AEAE364BE1137DCAE35457AE013B48D20** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tADB8BB9AEAE364BE1137DCAE35457AE013B48D20* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___keys_7)); }
inline KeyCollection_t92A51EB93592C54C895050611870E34010C0C424 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t92A51EB93592C54C895050611870E34010C0C424 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t92A51EB93592C54C895050611870E34010C0C424 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ___values_8)); }
inline ValueCollection_t5F854A12EF2404788292183BA0B4E6DE5970A8E7 * get_values_8() const { return ___values_8; }
inline ValueCollection_t5F854A12EF2404788292183BA0B4E6DE5970A8E7 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t5F854A12EF2404788292183BA0B4E6DE5970A8E7 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____items_1)); }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__items_1() const { return ____items_1; }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields, ____emptyArray_5)); }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__emptyArray_5() const { return ____emptyArray_5; }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.IUISource>
struct List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA, ____items_1)); }
inline IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659* get__items_1() const { return ____items_1; }
inline IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA_StaticFields, ____emptyArray_5)); }
inline IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659* get__emptyArray_5() const { return ____emptyArray_5; }
inline IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(IUISourceU5BU5D_tAFD40247F2C2507CC3C046C988015C9515FE3659* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____items_1)); }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* get__items_1() const { return ____items_1; }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00_StaticFields, ____emptyArray_5)); }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* get__emptyArray_5() const { return ____emptyArray_5; }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser_TextFormat2>
struct List_1_t4560191C672D03870FD13008AEE68190DE623133 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t4560191C672D03870FD13008AEE68190DE623133, ____items_1)); }
inline TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC* get__items_1() const { return ____items_1; }
inline TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t4560191C672D03870FD13008AEE68190DE623133, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t4560191C672D03870FD13008AEE68190DE623133, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t4560191C672D03870FD13008AEE68190DE623133, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t4560191C672D03870FD13008AEE68190DE623133_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4560191C672D03870FD13008AEE68190DE623133_StaticFields, ____emptyArray_5)); }
inline TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC* get__emptyArray_5() const { return ____emptyArray_5; }
inline TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TextFormat2U5BU5D_t86CA8A966CC1DDA85E82C19BAF196F3B6D44A4EC* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.Utils.XML>
struct List_1_tF2DE6534667495498DB8419191E85A16E962ABEE : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE, ____items_1)); }
inline XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* get__items_1() const { return ____items_1; }
inline XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tF2DE6534667495498DB8419191E85A16E962ABEE_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE_StaticFields, ____emptyArray_5)); }
inline XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* get__emptyArray_5() const { return ____emptyArray_5; }
inline XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Color32>
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____items_1)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get__items_1() const { return ____items_1; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_StaticFields, ____emptyArray_5)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get__emptyArray_5() const { return ____emptyArray_5; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Rect>
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____items_1)); }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__items_1() const { return ____items_1; }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields, ____emptyArray_5)); }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__emptyArray_5() const { return ____emptyArray_5; }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____items_1)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__items_1() const { return ____items_1; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_StaticFields, ____emptyArray_5)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__emptyArray_5() const { return ____emptyArray_5; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____items_1)); }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__items_1() const { return ____items_1; }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields, ____emptyArray_5)); }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__emptyArray_5() const { return ____emptyArray_5; }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext_ClipInfo>
struct Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841, ____array_0)); }
inline ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* get__array_0() const { return ____array_0; }
inline ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>
struct Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149, ____array_0)); }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* get__array_0() const { return ____array_0; }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>
struct Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
IHtmlObjectU5BU5D_t09E3C62BF5DF30A6914ED0BFAA38CE3DD360EDE6* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229, ____array_0)); }
inline IHtmlObjectU5BU5D_t09E3C62BF5DF30A6914ED0BFAA38CE3DD360EDE6* get__array_0() const { return ____array_0; }
inline IHtmlObjectU5BU5D_t09E3C62BF5DF30A6914ED0BFAA38CE3DD360EDE6** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(IHtmlObjectU5BU5D_t09E3C62BF5DF30A6914ED0BFAA38CE3DD360EDE6* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>
struct Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8, ____array_0)); }
inline XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* get__array_0() const { return ____array_0; }
inline XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(XMLU5BU5D_t191F89C4C61EAA67D40165481F32476BA501CA51* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>
struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
VertexBufferU5BU5D_tEF4BC1EACA48744CA6B7031641DD664A3D7B13CF* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045, ____array_0)); }
inline VertexBufferU5BU5D_tEF4BC1EACA48744CA6B7031641DD664A3D7B13CF* get__array_0() const { return ____array_0; }
inline VertexBufferU5BU5D_tEF4BC1EACA48744CA6B7031641DD664A3D7B13CF** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(VertexBufferU5BU5D_tEF4BC1EACA48744CA6B7031641DD664A3D7B13CF* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.EmptyArray`1<System.Char>
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields, ___Value_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Value_0() const { return ___Value_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// 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;
}
};
// FairyGUI.Utils.XMLList_Enumerator
struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E
{
public:
// System.Collections.Generic.List`1<FairyGUI.Utils.XML> FairyGUI.Utils.XMLList_Enumerator::_source
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0;
// System.String FairyGUI.Utils.XMLList_Enumerator::_selector
String_t* ____selector_1;
// System.Int32 FairyGUI.Utils.XMLList_Enumerator::_index
int32_t ____index_2;
// System.Int32 FairyGUI.Utils.XMLList_Enumerator::_total
int32_t ____total_3;
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList_Enumerator::_current
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4;
public:
inline static int32_t get_offset_of__source_0() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____source_0)); }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * get__source_0() const { return ____source_0; }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE ** get_address_of__source_0() { return &____source_0; }
inline void set__source_0(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * value)
{
____source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_0), (void*)value);
}
inline static int32_t get_offset_of__selector_1() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____selector_1)); }
inline String_t* get__selector_1() const { return ____selector_1; }
inline String_t** get_address_of__selector_1() { return &____selector_1; }
inline void set__selector_1(String_t* value)
{
____selector_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selector_1), (void*)value);
}
inline static int32_t get_offset_of__index_2() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____index_2)); }
inline int32_t get__index_2() const { return ____index_2; }
inline int32_t* get_address_of__index_2() { return &____index_2; }
inline void set__index_2(int32_t value)
{
____index_2 = value;
}
inline static int32_t get_offset_of__total_3() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____total_3)); }
inline int32_t get__total_3() const { return ____total_3; }
inline int32_t* get_address_of__total_3() { return &____total_3; }
inline void set__total_3(int32_t value)
{
____total_3 = value;
}
inline static int32_t get_offset_of__current_4() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____current_4)); }
inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * get__current_4() const { return ____current_4; }
inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 ** get_address_of__current_4() { return &____current_4; }
inline void set__current_4(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * value)
{
____current_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____current_4), (void*)value);
}
};
// Native definition for P/Invoke marshalling of FairyGUI.Utils.XMLList/Enumerator
struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_pinvoke
{
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0;
char* ____selector_1;
int32_t ____index_2;
int32_t ____total_3;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4;
};
// Native definition for COM marshalling of FairyGUI.Utils.XMLList/Enumerator
struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_com
{
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0;
Il2CppChar* ____selector_1;
int32_t ____index_2;
int32_t ____total_3;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4;
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.String,System.String>
struct KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
String_t* ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8, ___key_0)); }
inline String_t* get_key_0() const { return ___key_0; }
inline String_t** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(String_t* value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8, ___value_1)); }
inline String_t* get_value_1() const { return ___value_1; }
inline String_t** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(String_t* value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.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.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// UnityEngine.Color
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
{
public:
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
public:
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
inline float get_r_0() const { return ___r_0; }
inline float* get_address_of_r_0() { return &___r_0; }
inline void set_r_0(float value)
{
___r_0 = value;
}
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
inline float get_g_1() const { return ___g_1; }
inline float* get_address_of_g_1() { return &___g_1; }
inline void set_g_1(float value)
{
___g_1 = value;
}
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
inline float get_b_2() const { return ___b_2; }
inline float* get_address_of_b_2() { return &___b_2; }
inline void set_b_2(float value)
{
___b_2 = value;
}
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
inline float get_a_3() const { return ___a_3; }
inline float* get_address_of_a_3() { return &___a_3; }
inline void set_a_3(float value)
{
___a_3 = value;
}
};
// UnityEngine.Color32
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
{
public:
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
public:
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
inline int32_t get_rgba_0() const { return ___rgba_0; }
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
inline void set_rgba_0(int32_t value)
{
___rgba_0 = value;
}
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
inline uint8_t get_r_1() const { return ___r_1; }
inline uint8_t* get_address_of_r_1() { return &___r_1; }
inline void set_r_1(uint8_t value)
{
___r_1 = value;
}
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
inline uint8_t get_g_2() const { return ___g_2; }
inline uint8_t* get_address_of_g_2() { return &___g_2; }
inline void set_g_2(uint8_t value)
{
___g_2 = value;
}
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
inline uint8_t get_b_3() const { return ___b_3; }
inline uint8_t* get_address_of_b_3() { return &___b_3; }
inline void set_b_3(uint8_t value)
{
___b_3 = value;
}
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
inline uint8_t get_a_4() const { return ___a_4; }
inline uint8_t* get_address_of_a_4() { return &___a_4; }
inline void set_a_4(uint8_t value)
{
___a_4 = value;
}
};
// UnityEngine.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.AutoSizeType
struct AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7
{
public:
// System.Int32 FairyGUI.AutoSizeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.BlendMode
struct BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4
{
public:
// System.Int32 FairyGUI.BlendMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.ColorFilter
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 : public RuntimeObject
{
public:
// FairyGUI.DisplayObject FairyGUI.ColorFilter::_target
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____target_0;
// System.Single[] FairyGUI.ColorFilter::_matrix
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____matrix_1;
// UnityEngine.Matrix4x4 FairyGUI.ColorFilter::_shaderMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ____shaderMatrix_2;
// UnityEngine.Vector4 FairyGUI.ColorFilter::_offset
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ____offset_3;
// UnityEngine.Material FairyGUI.ColorFilter::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_4;
// UnityEngine.Material FairyGUI.ColorFilter::_savedMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____savedMaterial_5;
public:
inline static int32_t get_offset_of__target_0() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____target_0)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__target_0() const { return ____target_0; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__target_0() { return &____target_0; }
inline void set__target_0(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value);
}
inline static int32_t get_offset_of__matrix_1() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____matrix_1)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__matrix_1() const { return ____matrix_1; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__matrix_1() { return &____matrix_1; }
inline void set__matrix_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____matrix_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____matrix_1), (void*)value);
}
inline static int32_t get_offset_of__shaderMatrix_2() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____shaderMatrix_2)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get__shaderMatrix_2() const { return ____shaderMatrix_2; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of__shaderMatrix_2() { return &____shaderMatrix_2; }
inline void set__shaderMatrix_2(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
____shaderMatrix_2 = value;
}
inline static int32_t get_offset_of__offset_3() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____offset_3)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get__offset_3() const { return ____offset_3; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of__offset_3() { return &____offset_3; }
inline void set__offset_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
____offset_3 = value;
}
inline static int32_t get_offset_of__material_4() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____material_4)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_4() const { return ____material_4; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_4() { return &____material_4; }
inline void set__material_4(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_4), (void*)value);
}
inline static int32_t get_offset_of__savedMaterial_5() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____savedMaterial_5)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__savedMaterial_5() const { return ____savedMaterial_5; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__savedMaterial_5() { return &____savedMaterial_5; }
inline void set__savedMaterial_5(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____savedMaterial_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____savedMaterial_5), (void*)value);
}
};
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields
{
public:
// System.Single[] FairyGUI.ColorFilter::IDENTITY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___IDENTITY_9;
// System.String[] FairyGUI.ColorFilter::FILTER_KEY
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___FILTER_KEY_10;
// System.Single[] FairyGUI.ColorFilter::tmp
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___tmp_11;
public:
inline static int32_t get_offset_of_IDENTITY_9() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___IDENTITY_9)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_IDENTITY_9() const { return ___IDENTITY_9; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_IDENTITY_9() { return &___IDENTITY_9; }
inline void set_IDENTITY_9(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___IDENTITY_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___IDENTITY_9), (void*)value);
}
inline static int32_t get_offset_of_FILTER_KEY_10() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___FILTER_KEY_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_FILTER_KEY_10() const { return ___FILTER_KEY_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_FILTER_KEY_10() { return &___FILTER_KEY_10; }
inline void set_FILTER_KEY_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___FILTER_KEY_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FILTER_KEY_10), (void*)value);
}
inline static int32_t get_offset_of_tmp_11() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___tmp_11)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_tmp_11() const { return ___tmp_11; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_tmp_11() { return &___tmp_11; }
inline void set_tmp_11(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___tmp_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tmp_11), (void*)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.FillType
struct FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6
{
public:
// System.Int32 FairyGUI.FillType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FlipType
struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC
{
public:
// System.Int32 FairyGUI.FlipType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.GlyphInfo
struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE
{
public:
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0;
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5;
// System.Single FairyGUI.GlyphInfo::width
float ___width_6;
// System.Single FairyGUI.GlyphInfo::height
float ___height_7;
public:
inline static int32_t get_offset_of_vertMin_0() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; }
inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMin_0 = value;
}
inline static int32_t get_offset_of_vertMax_1() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; }
inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMax_1 = value;
}
inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; }
inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomLeft_2 = value;
}
inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; }
inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopLeft_3 = value;
}
inline static int32_t get_offset_of_uvTopRight_4() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; }
inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopRight_4 = value;
}
inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; }
inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomRight_5 = value;
}
inline static int32_t get_offset_of_width_6() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); }
inline float get_width_6() const { return ___width_6; }
inline float* get_address_of_width_6() { return &___width_6; }
inline void set_width_6(float value)
{
___width_6 = value;
}
inline static int32_t get_offset_of_height_7() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); }
inline float get_height_7() const { return ___height_7; }
inline float* get_address_of_height_7() { return &___height_7; }
inline void set_height_7(float value)
{
___height_7 = value;
}
};
// FairyGUI.ObjectType
struct ObjectType_tA117D537780D8340BD615ED5F97217D155992790
{
public:
// System.Int32 FairyGUI.ObjectType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectType_tA117D537780D8340BD615ED5F97217D155992790, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.PackageItemType
struct PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048
{
public:
// System.Int32 FairyGUI.PackageItemType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.PopupDirection
struct PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141
{
public:
// System.Int32 FairyGUI.PopupDirection::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141, ___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.RelationType
struct RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048
{
public:
// System.Int32 FairyGUI.RelationType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ScrollBarDisplayType
struct ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9
{
public:
// System.Int32 FairyGUI.ScrollBarDisplayType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.TextFormat_SpecialStyle
struct SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443
{
public:
// System.Int32 FairyGUI.TextFormat_SpecialStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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;
};
// FairyGUI.Utils.HtmlElementType
struct HtmlElementType_t5D15D6C373D0A48187645C977A5D496A18836C57
{
public:
// System.Int32 FairyGUI.Utils.HtmlElementType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HtmlElementType_t5D15D6C373D0A48187645C977A5D496A18836C57, ___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.Utils.HtmlInput
struct HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 : public RuntimeObject
{
public:
// FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::<textInput>k__BackingField
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * ___U3CtextInputU3Ek__BackingField_0;
// FairyGUI.RichTextField FairyGUI.Utils.HtmlInput::_owner
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_1;
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlInput::_element
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_2;
// System.Boolean FairyGUI.Utils.HtmlInput::_hidden
bool ____hidden_3;
// FairyGUI.Shape FairyGUI.Utils.HtmlInput::_border
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____border_4;
// System.Int32 FairyGUI.Utils.HtmlInput::_borderSize
int32_t ____borderSize_5;
public:
inline static int32_t get_offset_of_U3CtextInputU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5, ___U3CtextInputU3Ek__BackingField_0)); }
inline GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * get_U3CtextInputU3Ek__BackingField_0() const { return ___U3CtextInputU3Ek__BackingField_0; }
inline GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C ** get_address_of_U3CtextInputU3Ek__BackingField_0() { return &___U3CtextInputU3Ek__BackingField_0; }
inline void set_U3CtextInputU3Ek__BackingField_0(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * value)
{
___U3CtextInputU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextInputU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of__owner_1() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5, ____owner_1)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_1() const { return ____owner_1; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_1() { return &____owner_1; }
inline void set__owner_1(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____owner_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_1), (void*)value);
}
inline static int32_t get_offset_of__element_2() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5, ____element_2)); }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_2() const { return ____element_2; }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_2() { return &____element_2; }
inline void set__element_2(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value)
{
____element_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____element_2), (void*)value);
}
inline static int32_t get_offset_of__hidden_3() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5, ____hidden_3)); }
inline bool get__hidden_3() const { return ____hidden_3; }
inline bool* get_address_of__hidden_3() { return &____hidden_3; }
inline void set__hidden_3(bool value)
{
____hidden_3 = value;
}
inline static int32_t get_offset_of__border_4() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5, ____border_4)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__border_4() const { return ____border_4; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__border_4() { return &____border_4; }
inline void set__border_4(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____border_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____border_4), (void*)value);
}
inline static int32_t get_offset_of__borderSize_5() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5, ____borderSize_5)); }
inline int32_t get__borderSize_5() const { return ____borderSize_5; }
inline int32_t* get_address_of__borderSize_5() { return &____borderSize_5; }
inline void set__borderSize_5(int32_t value)
{
____borderSize_5 = value;
}
};
struct HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields
{
public:
// System.Int32 FairyGUI.Utils.HtmlInput::defaultBorderSize
int32_t ___defaultBorderSize_6;
// UnityEngine.Color FairyGUI.Utils.HtmlInput::defaultBorderColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___defaultBorderColor_7;
public:
inline static int32_t get_offset_of_defaultBorderSize_6() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields, ___defaultBorderSize_6)); }
inline int32_t get_defaultBorderSize_6() const { return ___defaultBorderSize_6; }
inline int32_t* get_address_of_defaultBorderSize_6() { return &___defaultBorderSize_6; }
inline void set_defaultBorderSize_6(int32_t value)
{
___defaultBorderSize_6 = value;
}
inline static int32_t get_offset_of_defaultBorderColor_7() { return static_cast<int32_t>(offsetof(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields, ___defaultBorderColor_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_defaultBorderColor_7() const { return ___defaultBorderColor_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_defaultBorderColor_7() { return &___defaultBorderColor_7; }
inline void set_defaultBorderColor_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___defaultBorderColor_7 = value;
}
};
// FairyGUI.Utils.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.HtmlParseOptions::linkUnderline
bool ___linkUnderline_0;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::linkColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___linkColor_1;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::linkBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___linkBgColor_2;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::linkHoverBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___linkHoverBgColor_3;
// System.Boolean FairyGUI.Utils.HtmlParseOptions::ignoreWhiteSpace
bool ___ignoreWhiteSpace_4;
public:
inline static int32_t get_offset_of_linkUnderline_0() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkUnderline_0)); }
inline bool get_linkUnderline_0() const { return ___linkUnderline_0; }
inline bool* get_address_of_linkUnderline_0() { return &___linkUnderline_0; }
inline void set_linkUnderline_0(bool value)
{
___linkUnderline_0 = value;
}
inline static int32_t get_offset_of_linkColor_1() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkColor_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_linkColor_1() const { return ___linkColor_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_linkColor_1() { return &___linkColor_1; }
inline void set_linkColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___linkColor_1 = value;
}
inline static int32_t get_offset_of_linkBgColor_2() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkBgColor_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_linkBgColor_2() const { return ___linkBgColor_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_linkBgColor_2() { return &___linkBgColor_2; }
inline void set_linkBgColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___linkBgColor_2 = value;
}
inline static int32_t get_offset_of_linkHoverBgColor_3() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkHoverBgColor_3)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_linkHoverBgColor_3() const { return ___linkHoverBgColor_3; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_linkHoverBgColor_3() { return &___linkHoverBgColor_3; }
inline void set_linkHoverBgColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___linkHoverBgColor_3 = value;
}
inline static int32_t get_offset_of_ignoreWhiteSpace_4() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___ignoreWhiteSpace_4)); }
inline bool get_ignoreWhiteSpace_4() const { return ___ignoreWhiteSpace_4; }
inline bool* get_address_of_ignoreWhiteSpace_4() { return &___ignoreWhiteSpace_4; }
inline void set_ignoreWhiteSpace_4(bool value)
{
___ignoreWhiteSpace_4 = value;
}
};
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields
{
public:
// System.Boolean FairyGUI.Utils.HtmlParseOptions::DefaultLinkUnderline
bool ___DefaultLinkUnderline_5;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::DefaultLinkColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___DefaultLinkColor_6;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::DefaultLinkBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___DefaultLinkBgColor_7;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::DefaultLinkHoverBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___DefaultLinkHoverBgColor_8;
public:
inline static int32_t get_offset_of_DefaultLinkUnderline_5() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkUnderline_5)); }
inline bool get_DefaultLinkUnderline_5() const { return ___DefaultLinkUnderline_5; }
inline bool* get_address_of_DefaultLinkUnderline_5() { return &___DefaultLinkUnderline_5; }
inline void set_DefaultLinkUnderline_5(bool value)
{
___DefaultLinkUnderline_5 = value;
}
inline static int32_t get_offset_of_DefaultLinkColor_6() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkColor_6)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_DefaultLinkColor_6() const { return ___DefaultLinkColor_6; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_DefaultLinkColor_6() { return &___DefaultLinkColor_6; }
inline void set_DefaultLinkColor_6(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___DefaultLinkColor_6 = value;
}
inline static int32_t get_offset_of_DefaultLinkBgColor_7() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkBgColor_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_DefaultLinkBgColor_7() const { return ___DefaultLinkBgColor_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_DefaultLinkBgColor_7() { return &___DefaultLinkBgColor_7; }
inline void set_DefaultLinkBgColor_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___DefaultLinkBgColor_7 = value;
}
inline static int32_t get_offset_of_DefaultLinkHoverBgColor_8() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkHoverBgColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_DefaultLinkHoverBgColor_8() const { return ___DefaultLinkHoverBgColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_DefaultLinkHoverBgColor_8() { return &___DefaultLinkHoverBgColor_8; }
inline void set_DefaultLinkHoverBgColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___DefaultLinkHoverBgColor_8 = value;
}
};
// FairyGUI.Utils.XMLTagType
struct XMLTagType_t5F830EA1DDB64AA0F0BB3B3D1CDDFE5FC0C29EC9
{
public:
// System.Int32 FairyGUI.Utils.XMLTagType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XMLTagType_t5F830EA1DDB64AA0F0BB3B3D1CDDFE5FC0C29EC9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.VertAlignType
struct VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31
{
public:
// System.Int32 FairyGUI.VertAlignType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.VertexBuffer::contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect_0;
// UnityEngine.Rect FairyGUI.VertexBuffer::uvRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect_1;
// UnityEngine.Color32 FairyGUI.VertexBuffer::vertexColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor_2;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.VertexBuffer::vertices
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___vertices_3;
// System.Collections.Generic.List`1<UnityEngine.Color32> FairyGUI.VertexBuffer::colors
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___colors_4;
// System.Collections.Generic.List`1<UnityEngine.Vector4> FairyGUI.VertexBuffer::uv0
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___uv0_5;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.VertexBuffer::triangles
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___triangles_6;
// System.Boolean FairyGUI.VertexBuffer::_alphaInVertexColor
bool ____alphaInVertexColor_9;
// System.Boolean FairyGUI.VertexBuffer::_isArbitraryQuad
bool ____isArbitraryQuad_10;
public:
inline static int32_t get_offset_of_contentRect_0() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___contentRect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_contentRect_0() const { return ___contentRect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_contentRect_0() { return &___contentRect_0; }
inline void set_contentRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___contentRect_0 = value;
}
inline static int32_t get_offset_of_uvRect_1() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___uvRect_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uvRect_1() const { return ___uvRect_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uvRect_1() { return &___uvRect_1; }
inline void set_uvRect_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uvRect_1 = value;
}
inline static int32_t get_offset_of_vertexColor_2() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___vertexColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_vertexColor_2() const { return ___vertexColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_vertexColor_2() { return &___vertexColor_2; }
inline void set_vertexColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___vertexColor_2 = value;
}
inline static int32_t get_offset_of_vertices_3() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___vertices_3)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_vertices_3() const { return ___vertices_3; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_vertices_3() { return &___vertices_3; }
inline void set_vertices_3(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___vertices_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___vertices_3), (void*)value);
}
inline static int32_t get_offset_of_colors_4() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___colors_4)); }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * get_colors_4() const { return ___colors_4; }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 ** get_address_of_colors_4() { return &___colors_4; }
inline void set_colors_4(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * value)
{
___colors_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value);
}
inline static int32_t get_offset_of_uv0_5() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___uv0_5)); }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * get_uv0_5() const { return ___uv0_5; }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 ** get_address_of_uv0_5() { return &___uv0_5; }
inline void set_uv0_5(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * value)
{
___uv0_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uv0_5), (void*)value);
}
inline static int32_t get_offset_of_triangles_6() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___triangles_6)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_triangles_6() const { return ___triangles_6; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_triangles_6() { return &___triangles_6; }
inline void set_triangles_6(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___triangles_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___triangles_6), (void*)value);
}
inline static int32_t get_offset_of__alphaInVertexColor_9() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ____alphaInVertexColor_9)); }
inline bool get__alphaInVertexColor_9() const { return ____alphaInVertexColor_9; }
inline bool* get_address_of__alphaInVertexColor_9() { return &____alphaInVertexColor_9; }
inline void set__alphaInVertexColor_9(bool value)
{
____alphaInVertexColor_9 = value;
}
inline static int32_t get_offset_of__isArbitraryQuad_10() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ____isArbitraryQuad_10)); }
inline bool get__isArbitraryQuad_10() const { return ____isArbitraryQuad_10; }
inline bool* get_address_of__isArbitraryQuad_10() { return &____isArbitraryQuad_10; }
inline void set__isArbitraryQuad_10(bool value)
{
____isArbitraryQuad_10 = value;
}
};
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields
{
public:
// UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedUV
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___NormalizedUV_7;
// UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedPosition
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___NormalizedPosition_8;
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer> FairyGUI.VertexBuffer::_pool
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * ____pool_11;
public:
inline static int32_t get_offset_of_NormalizedUV_7() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ___NormalizedUV_7)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_NormalizedUV_7() const { return ___NormalizedUV_7; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_NormalizedUV_7() { return &___NormalizedUV_7; }
inline void set_NormalizedUV_7(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___NormalizedUV_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NormalizedUV_7), (void*)value);
}
inline static int32_t get_offset_of_NormalizedPosition_8() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ___NormalizedPosition_8)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_NormalizedPosition_8() const { return ___NormalizedPosition_8; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_NormalizedPosition_8() { return &___NormalizedPosition_8; }
inline void set_NormalizedPosition_8(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___NormalizedPosition_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NormalizedPosition_8), (void*)value);
}
inline static int32_t get_offset_of__pool_11() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ____pool_11)); }
inline Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * get__pool_11() const { return ____pool_11; }
inline Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 ** get_address_of__pool_11() { return &____pool_11; }
inline void set__pool_11(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * value)
{
____pool_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_11), (void*)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.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.String,System.String>
struct Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___dictionary_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___current_3)); }
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_9), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_10), (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<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.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.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.NGraphics::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_0;
// UnityEngine.MeshFilter FairyGUI.NGraphics::<meshFilter>k__BackingField
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___U3CmeshFilterU3Ek__BackingField_1;
// UnityEngine.MeshRenderer FairyGUI.NGraphics::<meshRenderer>k__BackingField
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___U3CmeshRendererU3Ek__BackingField_2;
// UnityEngine.Mesh FairyGUI.NGraphics::<mesh>k__BackingField
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CmeshU3Ek__BackingField_3;
// FairyGUI.BlendMode FairyGUI.NGraphics::blendMode
int32_t ___blendMode_4;
// System.Boolean FairyGUI.NGraphics::dontClip
bool ___dontClip_5;
// FairyGUI.NGraphics_MeshModifier FairyGUI.NGraphics::meshModifier
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * ___meshModifier_6;
// FairyGUI.NTexture FairyGUI.NGraphics::_texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_7;
// System.String FairyGUI.NGraphics::_shader
String_t* ____shader_8;
// UnityEngine.Material FairyGUI.NGraphics::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_9;
// System.Boolean FairyGUI.NGraphics::_customMatarial
bool ____customMatarial_10;
// FairyGUI.MaterialManager FairyGUI.NGraphics::_manager
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ____manager_11;
// System.String[] FairyGUI.NGraphics::_materialKeywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____materialKeywords_12;
// FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory
RuntimeObject* ____meshFactory_13;
// System.Single FairyGUI.NGraphics::_alpha
float ____alpha_14;
// UnityEngine.Color FairyGUI.NGraphics::_color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____color_15;
// System.Boolean FairyGUI.NGraphics::_meshDirty
bool ____meshDirty_16;
// UnityEngine.Rect FairyGUI.NGraphics::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_17;
// FairyGUI.FlipType FairyGUI.NGraphics::_flip
int32_t ____flip_18;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::_vertexMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____vertexMatrix_19;
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::_cameraPosition
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ____cameraPosition_20;
// System.Boolean FairyGUI.NGraphics::hasAlphaBackup
bool ___hasAlphaBackup_21;
// System.Collections.Generic.List`1<System.Byte> FairyGUI.NGraphics::_alphaBackup
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ____alphaBackup_22;
// System.Int32 FairyGUI.NGraphics::_maskFlag
int32_t ____maskFlag_23;
// FairyGUI.StencilEraser FairyGUI.NGraphics::_stencilEraser
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * ____stencilEraser_24;
public:
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CgameObjectU3Ek__BackingField_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_0() const { return ___U3CgameObjectU3Ek__BackingField_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_0() { return &___U3CgameObjectU3Ek__BackingField_0; }
inline void set_U3CgameObjectU3Ek__BackingField_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshFilterU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshFilterU3Ek__BackingField_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_U3CmeshFilterU3Ek__BackingField_1() const { return ___U3CmeshFilterU3Ek__BackingField_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_U3CmeshFilterU3Ek__BackingField_1() { return &___U3CmeshFilterU3Ek__BackingField_1; }
inline void set_U3CmeshFilterU3Ek__BackingField_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___U3CmeshFilterU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshFilterU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshRendererU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshRendererU3Ek__BackingField_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_U3CmeshRendererU3Ek__BackingField_2() const { return ___U3CmeshRendererU3Ek__BackingField_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_U3CmeshRendererU3Ek__BackingField_2() { return &___U3CmeshRendererU3Ek__BackingField_2; }
inline void set_U3CmeshRendererU3Ek__BackingField_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___U3CmeshRendererU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshRendererU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshU3Ek__BackingField_3)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CmeshU3Ek__BackingField_3() const { return ___U3CmeshU3Ek__BackingField_3; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CmeshU3Ek__BackingField_3() { return &___U3CmeshU3Ek__BackingField_3; }
inline void set_U3CmeshU3Ek__BackingField_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___U3CmeshU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_blendMode_4() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___blendMode_4)); }
inline int32_t get_blendMode_4() const { return ___blendMode_4; }
inline int32_t* get_address_of_blendMode_4() { return &___blendMode_4; }
inline void set_blendMode_4(int32_t value)
{
___blendMode_4 = value;
}
inline static int32_t get_offset_of_dontClip_5() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___dontClip_5)); }
inline bool get_dontClip_5() const { return ___dontClip_5; }
inline bool* get_address_of_dontClip_5() { return &___dontClip_5; }
inline void set_dontClip_5(bool value)
{
___dontClip_5 = value;
}
inline static int32_t get_offset_of_meshModifier_6() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___meshModifier_6)); }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * get_meshModifier_6() const { return ___meshModifier_6; }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 ** get_address_of_meshModifier_6() { return &___meshModifier_6; }
inline void set_meshModifier_6(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * value)
{
___meshModifier_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshModifier_6), (void*)value);
}
inline static int32_t get_offset_of__texture_7() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____texture_7)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_7() const { return ____texture_7; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_7() { return &____texture_7; }
inline void set__texture_7(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____texture_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_7), (void*)value);
}
inline static int32_t get_offset_of__shader_8() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____shader_8)); }
inline String_t* get__shader_8() const { return ____shader_8; }
inline String_t** get_address_of__shader_8() { return &____shader_8; }
inline void set__shader_8(String_t* value)
{
____shader_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shader_8), (void*)value);
}
inline static int32_t get_offset_of__material_9() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____material_9)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_9() const { return ____material_9; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_9() { return &____material_9; }
inline void set__material_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_9), (void*)value);
}
inline static int32_t get_offset_of__customMatarial_10() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____customMatarial_10)); }
inline bool get__customMatarial_10() const { return ____customMatarial_10; }
inline bool* get_address_of__customMatarial_10() { return &____customMatarial_10; }
inline void set__customMatarial_10(bool value)
{
____customMatarial_10 = value;
}
inline static int32_t get_offset_of__manager_11() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____manager_11)); }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get__manager_11() const { return ____manager_11; }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of__manager_11() { return &____manager_11; }
inline void set__manager_11(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
{
____manager_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_11), (void*)value);
}
inline static int32_t get_offset_of__materialKeywords_12() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____materialKeywords_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__materialKeywords_12() const { return ____materialKeywords_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__materialKeywords_12() { return &____materialKeywords_12; }
inline void set__materialKeywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____materialKeywords_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialKeywords_12), (void*)value);
}
inline static int32_t get_offset_of__meshFactory_13() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshFactory_13)); }
inline RuntimeObject* get__meshFactory_13() const { return ____meshFactory_13; }
inline RuntimeObject** get_address_of__meshFactory_13() { return &____meshFactory_13; }
inline void set__meshFactory_13(RuntimeObject* value)
{
____meshFactory_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____meshFactory_13), (void*)value);
}
inline static int32_t get_offset_of__alpha_14() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alpha_14)); }
inline float get__alpha_14() const { return ____alpha_14; }
inline float* get_address_of__alpha_14() { return &____alpha_14; }
inline void set__alpha_14(float value)
{
____alpha_14 = value;
}
inline static int32_t get_offset_of__color_15() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____color_15)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__color_15() const { return ____color_15; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__color_15() { return &____color_15; }
inline void set__color_15(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____color_15 = value;
}
inline static int32_t get_offset_of__meshDirty_16() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshDirty_16)); }
inline bool get__meshDirty_16() const { return ____meshDirty_16; }
inline bool* get_address_of__meshDirty_16() { return &____meshDirty_16; }
inline void set__meshDirty_16(bool value)
{
____meshDirty_16 = value;
}
inline static int32_t get_offset_of__contentRect_17() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____contentRect_17)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_17() const { return ____contentRect_17; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_17() { return &____contentRect_17; }
inline void set__contentRect_17(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_17 = value;
}
inline static int32_t get_offset_of__flip_18() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____flip_18)); }
inline int32_t get__flip_18() const { return ____flip_18; }
inline int32_t* get_address_of__flip_18() { return &____flip_18; }
inline void set__flip_18(int32_t value)
{
____flip_18 = value;
}
inline static int32_t get_offset_of__vertexMatrix_19() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____vertexMatrix_19)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__vertexMatrix_19() const { return ____vertexMatrix_19; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__vertexMatrix_19() { return &____vertexMatrix_19; }
inline void set__vertexMatrix_19(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____vertexMatrix_19 = value;
}
inline static int32_t get_offset_of__cameraPosition_20() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____cameraPosition_20)); }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 get__cameraPosition_20() const { return ____cameraPosition_20; }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * get_address_of__cameraPosition_20() { return &____cameraPosition_20; }
inline void set__cameraPosition_20(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 value)
{
____cameraPosition_20 = value;
}
inline static int32_t get_offset_of_hasAlphaBackup_21() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___hasAlphaBackup_21)); }
inline bool get_hasAlphaBackup_21() const { return ___hasAlphaBackup_21; }
inline bool* get_address_of_hasAlphaBackup_21() { return &___hasAlphaBackup_21; }
inline void set_hasAlphaBackup_21(bool value)
{
___hasAlphaBackup_21 = value;
}
inline static int32_t get_offset_of__alphaBackup_22() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alphaBackup_22)); }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get__alphaBackup_22() const { return ____alphaBackup_22; }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of__alphaBackup_22() { return &____alphaBackup_22; }
inline void set__alphaBackup_22(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
{
____alphaBackup_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaBackup_22), (void*)value);
}
inline static int32_t get_offset_of__maskFlag_23() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____maskFlag_23)); }
inline int32_t get__maskFlag_23() const { return ____maskFlag_23; }
inline int32_t* get_address_of__maskFlag_23() { return &____maskFlag_23; }
inline void set__maskFlag_23(int32_t value)
{
____maskFlag_23 = value;
}
inline static int32_t get_offset_of__stencilEraser_24() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____stencilEraser_24)); }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * get__stencilEraser_24() const { return ____stencilEraser_24; }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B ** get_address_of__stencilEraser_24() { return &____stencilEraser_24; }
inline void set__stencilEraser_24(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * value)
{
____stencilEraser_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stencilEraser_24), (void*)value);
}
};
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.NTexture::uvRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect_0;
// System.Boolean FairyGUI.NTexture::rotated
bool ___rotated_1;
// System.Int32 FairyGUI.NTexture::refCount
int32_t ___refCount_2;
// System.Single FairyGUI.NTexture::lastActive
float ___lastActive_3;
// FairyGUI.DestroyMethod FairyGUI.NTexture::destroyMethod
int32_t ___destroyMethod_4;
// UnityEngine.Texture FairyGUI.NTexture::_nativeTexture
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ____nativeTexture_5;
// UnityEngine.Texture FairyGUI.NTexture::_alphaTexture
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ____alphaTexture_6;
// UnityEngine.Rect FairyGUI.NTexture::_region
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____region_7;
// UnityEngine.Vector2 FairyGUI.NTexture::_offset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____offset_8;
// UnityEngine.Vector2 FairyGUI.NTexture::_originalSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____originalSize_9;
// FairyGUI.NTexture FairyGUI.NTexture::_root
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____root_10;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager> FairyGUI.NTexture::_materialManagers
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * ____materialManagers_11;
public:
inline static int32_t get_offset_of_uvRect_0() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___uvRect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uvRect_0() const { return ___uvRect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uvRect_0() { return &___uvRect_0; }
inline void set_uvRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uvRect_0 = value;
}
inline static int32_t get_offset_of_rotated_1() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___rotated_1)); }
inline bool get_rotated_1() const { return ___rotated_1; }
inline bool* get_address_of_rotated_1() { return &___rotated_1; }
inline void set_rotated_1(bool value)
{
___rotated_1 = value;
}
inline static int32_t get_offset_of_refCount_2() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___refCount_2)); }
inline int32_t get_refCount_2() const { return ___refCount_2; }
inline int32_t* get_address_of_refCount_2() { return &___refCount_2; }
inline void set_refCount_2(int32_t value)
{
___refCount_2 = value;
}
inline static int32_t get_offset_of_lastActive_3() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___lastActive_3)); }
inline float get_lastActive_3() const { return ___lastActive_3; }
inline float* get_address_of_lastActive_3() { return &___lastActive_3; }
inline void set_lastActive_3(float value)
{
___lastActive_3 = value;
}
inline static int32_t get_offset_of_destroyMethod_4() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___destroyMethod_4)); }
inline int32_t get_destroyMethod_4() const { return ___destroyMethod_4; }
inline int32_t* get_address_of_destroyMethod_4() { return &___destroyMethod_4; }
inline void set_destroyMethod_4(int32_t value)
{
___destroyMethod_4 = value;
}
inline static int32_t get_offset_of__nativeTexture_5() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____nativeTexture_5)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get__nativeTexture_5() const { return ____nativeTexture_5; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of__nativeTexture_5() { return &____nativeTexture_5; }
inline void set__nativeTexture_5(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
____nativeTexture_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nativeTexture_5), (void*)value);
}
inline static int32_t get_offset_of__alphaTexture_6() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____alphaTexture_6)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get__alphaTexture_6() const { return ____alphaTexture_6; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of__alphaTexture_6() { return &____alphaTexture_6; }
inline void set__alphaTexture_6(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
____alphaTexture_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaTexture_6), (void*)value);
}
inline static int32_t get_offset_of__region_7() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____region_7)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__region_7() const { return ____region_7; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__region_7() { return &____region_7; }
inline void set__region_7(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____region_7 = value;
}
inline static int32_t get_offset_of__offset_8() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____offset_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__offset_8() const { return ____offset_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__offset_8() { return &____offset_8; }
inline void set__offset_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____offset_8 = value;
}
inline static int32_t get_offset_of__originalSize_9() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____originalSize_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__originalSize_9() const { return ____originalSize_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__originalSize_9() { return &____originalSize_9; }
inline void set__originalSize_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____originalSize_9 = value;
}
inline static int32_t get_offset_of__root_10() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____root_10)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__root_10() const { return ____root_10; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__root_10() { return &____root_10; }
inline void set__root_10(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____root_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____root_10), (void*)value);
}
inline static int32_t get_offset_of__materialManagers_11() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____materialManagers_11)); }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * get__materialManagers_11() const { return ____materialManagers_11; }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE ** get_address_of__materialManagers_11() { return &____materialManagers_11; }
inline void set__materialManagers_11(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * value)
{
____materialManagers_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialManagers_11), (void*)value);
}
};
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields
{
public:
// FairyGUI.NTexture FairyGUI.NTexture::_empty
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____empty_12;
// System.UInt32 FairyGUI.NTexture::_gCounter
uint32_t ____gCounter_13;
public:
inline static int32_t get_offset_of__empty_12() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields, ____empty_12)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__empty_12() const { return ____empty_12; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__empty_12() { return &____empty_12; }
inline void set__empty_12(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____empty_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____empty_12), (void*)value);
}
inline static int32_t get_offset_of__gCounter_13() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields, ____gCounter_13)); }
inline uint32_t get__gCounter_13() const { return ____gCounter_13; }
inline uint32_t* get_address_of__gCounter_13() { return &____gCounter_13; }
inline void set__gCounter_13(uint32_t value)
{
____gCounter_13 = value;
}
};
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 : public RuntimeObject
{
public:
// FairyGUI.UIPackage FairyGUI.PackageItem::owner
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___owner_0;
// FairyGUI.PackageItemType FairyGUI.PackageItem::type
int32_t ___type_1;
// FairyGUI.ObjectType FairyGUI.PackageItem::objectType
int32_t ___objectType_2;
// System.String FairyGUI.PackageItem::id
String_t* ___id_3;
// System.String FairyGUI.PackageItem::name
String_t* ___name_4;
// System.Int32 FairyGUI.PackageItem::width
int32_t ___width_5;
// System.Int32 FairyGUI.PackageItem::height
int32_t ___height_6;
// System.String FairyGUI.PackageItem::file
String_t* ___file_7;
// System.Boolean FairyGUI.PackageItem::exported
bool ___exported_8;
// FairyGUI.NTexture FairyGUI.PackageItem::texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_9;
// FairyGUI.Utils.ByteBuffer FairyGUI.PackageItem::rawData
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___rawData_10;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.PackageItem::scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___scale9Grid_11;
// System.Boolean FairyGUI.PackageItem::scaleByTile
bool ___scaleByTile_12;
// System.Int32 FairyGUI.PackageItem::tileGridIndice
int32_t ___tileGridIndice_13;
// FairyGUI.PixelHitTestData FairyGUI.PackageItem::pixelHitTestData
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ___pixelHitTestData_14;
// System.Single FairyGUI.PackageItem::interval
float ___interval_15;
// System.Single FairyGUI.PackageItem::repeatDelay
float ___repeatDelay_16;
// System.Boolean FairyGUI.PackageItem::swing
bool ___swing_17;
// FairyGUI.MovieClip_Frame[] FairyGUI.PackageItem::frames
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ___frames_18;
// System.Boolean FairyGUI.PackageItem::translated
bool ___translated_19;
// FairyGUI.UIObjectFactory_GComponentCreator FairyGUI.PackageItem::extensionCreator
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___extensionCreator_20;
// FairyGUI.BitmapFont FairyGUI.PackageItem::bitmapFont
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * ___bitmapFont_21;
// FairyGUI.NAudioClip FairyGUI.PackageItem::audioClip
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_22;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___owner_0)); }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * get_owner_0() const { return ___owner_0; }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___type_1)); }
inline int32_t get_type_1() const { return ___type_1; }
inline int32_t* get_address_of_type_1() { return &___type_1; }
inline void set_type_1(int32_t value)
{
___type_1 = value;
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___objectType_2)); }
inline int32_t get_objectType_2() const { return ___objectType_2; }
inline int32_t* get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(int32_t value)
{
___objectType_2 = value;
}
inline static int32_t get_offset_of_id_3() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___id_3)); }
inline String_t* get_id_3() const { return ___id_3; }
inline String_t** get_address_of_id_3() { return &___id_3; }
inline void set_id_3(String_t* value)
{
___id_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value);
}
inline static int32_t get_offset_of_name_4() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___name_4)); }
inline String_t* get_name_4() const { return ___name_4; }
inline String_t** get_address_of_name_4() { return &___name_4; }
inline void set_name_4(String_t* value)
{
___name_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value);
}
inline static int32_t get_offset_of_width_5() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___width_5)); }
inline int32_t get_width_5() const { return ___width_5; }
inline int32_t* get_address_of_width_5() { return &___width_5; }
inline void set_width_5(int32_t value)
{
___width_5 = value;
}
inline static int32_t get_offset_of_height_6() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___height_6)); }
inline int32_t get_height_6() const { return ___height_6; }
inline int32_t* get_address_of_height_6() { return &___height_6; }
inline void set_height_6(int32_t value)
{
___height_6 = value;
}
inline static int32_t get_offset_of_file_7() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___file_7)); }
inline String_t* get_file_7() const { return ___file_7; }
inline String_t** get_address_of_file_7() { return &___file_7; }
inline void set_file_7(String_t* value)
{
___file_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___file_7), (void*)value);
}
inline static int32_t get_offset_of_exported_8() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___exported_8)); }
inline bool get_exported_8() const { return ___exported_8; }
inline bool* get_address_of_exported_8() { return &___exported_8; }
inline void set_exported_8(bool value)
{
___exported_8 = value;
}
inline static int32_t get_offset_of_texture_9() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___texture_9)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_9() const { return ___texture_9; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_9() { return &___texture_9; }
inline void set_texture_9(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___texture_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texture_9), (void*)value);
}
inline static int32_t get_offset_of_rawData_10() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___rawData_10)); }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * get_rawData_10() const { return ___rawData_10; }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 ** get_address_of_rawData_10() { return &___rawData_10; }
inline void set_rawData_10(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * value)
{
___rawData_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rawData_10), (void*)value);
}
inline static int32_t get_offset_of_scale9Grid_11() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scale9Grid_11)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_scale9Grid_11() const { return ___scale9Grid_11; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_scale9Grid_11() { return &___scale9Grid_11; }
inline void set_scale9Grid_11(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___scale9Grid_11 = value;
}
inline static int32_t get_offset_of_scaleByTile_12() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scaleByTile_12)); }
inline bool get_scaleByTile_12() const { return ___scaleByTile_12; }
inline bool* get_address_of_scaleByTile_12() { return &___scaleByTile_12; }
inline void set_scaleByTile_12(bool value)
{
___scaleByTile_12 = value;
}
inline static int32_t get_offset_of_tileGridIndice_13() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___tileGridIndice_13)); }
inline int32_t get_tileGridIndice_13() const { return ___tileGridIndice_13; }
inline int32_t* get_address_of_tileGridIndice_13() { return &___tileGridIndice_13; }
inline void set_tileGridIndice_13(int32_t value)
{
___tileGridIndice_13 = value;
}
inline static int32_t get_offset_of_pixelHitTestData_14() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___pixelHitTestData_14)); }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * get_pixelHitTestData_14() const { return ___pixelHitTestData_14; }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 ** get_address_of_pixelHitTestData_14() { return &___pixelHitTestData_14; }
inline void set_pixelHitTestData_14(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * value)
{
___pixelHitTestData_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pixelHitTestData_14), (void*)value);
}
inline static int32_t get_offset_of_interval_15() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___interval_15)); }
inline float get_interval_15() const { return ___interval_15; }
inline float* get_address_of_interval_15() { return &___interval_15; }
inline void set_interval_15(float value)
{
___interval_15 = value;
}
inline static int32_t get_offset_of_repeatDelay_16() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___repeatDelay_16)); }
inline float get_repeatDelay_16() const { return ___repeatDelay_16; }
inline float* get_address_of_repeatDelay_16() { return &___repeatDelay_16; }
inline void set_repeatDelay_16(float value)
{
___repeatDelay_16 = value;
}
inline static int32_t get_offset_of_swing_17() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___swing_17)); }
inline bool get_swing_17() const { return ___swing_17; }
inline bool* get_address_of_swing_17() { return &___swing_17; }
inline void set_swing_17(bool value)
{
___swing_17 = value;
}
inline static int32_t get_offset_of_frames_18() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___frames_18)); }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* get_frames_18() const { return ___frames_18; }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6** get_address_of_frames_18() { return &___frames_18; }
inline void set_frames_18(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* value)
{
___frames_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___frames_18), (void*)value);
}
inline static int32_t get_offset_of_translated_19() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___translated_19)); }
inline bool get_translated_19() const { return ___translated_19; }
inline bool* get_address_of_translated_19() { return &___translated_19; }
inline void set_translated_19(bool value)
{
___translated_19 = value;
}
inline static int32_t get_offset_of_extensionCreator_20() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___extensionCreator_20)); }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * get_extensionCreator_20() const { return ___extensionCreator_20; }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** get_address_of_extensionCreator_20() { return &___extensionCreator_20; }
inline void set_extensionCreator_20(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * value)
{
___extensionCreator_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extensionCreator_20), (void*)value);
}
inline static int32_t get_offset_of_bitmapFont_21() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___bitmapFont_21)); }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * get_bitmapFont_21() const { return ___bitmapFont_21; }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 ** get_address_of_bitmapFont_21() { return &___bitmapFont_21; }
inline void set_bitmapFont_21(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * value)
{
___bitmapFont_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bitmapFont_21), (void*)value);
}
inline static int32_t get_offset_of_audioClip_22() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___audioClip_22)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_22() const { return ___audioClip_22; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_22() { return &___audioClip_22; }
inline void set_audioClip_22(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___audioClip_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___audioClip_22), (void*)value);
}
};
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TextFormat::size
int32_t ___size_0;
// System.String FairyGUI.TextFormat::font
String_t* ___font_1;
// UnityEngine.Color FairyGUI.TextFormat::color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_2;
// System.Int32 FairyGUI.TextFormat::lineSpacing
int32_t ___lineSpacing_3;
// System.Int32 FairyGUI.TextFormat::letterSpacing
int32_t ___letterSpacing_4;
// System.Boolean FairyGUI.TextFormat::bold
bool ___bold_5;
// System.Boolean FairyGUI.TextFormat::underline
bool ___underline_6;
// System.Boolean FairyGUI.TextFormat::italic
bool ___italic_7;
// UnityEngine.Color32[] FairyGUI.TextFormat::gradientColor
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___gradientColor_8;
// FairyGUI.AlignType FairyGUI.TextFormat::align
int32_t ___align_9;
// FairyGUI.TextFormat_SpecialStyle FairyGUI.TextFormat::specialStyle
int32_t ___specialStyle_10;
public:
inline static int32_t get_offset_of_size_0() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___size_0)); }
inline int32_t get_size_0() const { return ___size_0; }
inline int32_t* get_address_of_size_0() { return &___size_0; }
inline void set_size_0(int32_t value)
{
___size_0 = value;
}
inline static int32_t get_offset_of_font_1() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___font_1)); }
inline String_t* get_font_1() const { return ___font_1; }
inline String_t** get_address_of_font_1() { return &___font_1; }
inline void set_font_1(String_t* value)
{
___font_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___font_1), (void*)value);
}
inline static int32_t get_offset_of_color_2() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___color_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_2() const { return ___color_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_2() { return &___color_2; }
inline void set_color_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___color_2 = value;
}
inline static int32_t get_offset_of_lineSpacing_3() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___lineSpacing_3)); }
inline int32_t get_lineSpacing_3() const { return ___lineSpacing_3; }
inline int32_t* get_address_of_lineSpacing_3() { return &___lineSpacing_3; }
inline void set_lineSpacing_3(int32_t value)
{
___lineSpacing_3 = value;
}
inline static int32_t get_offset_of_letterSpacing_4() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___letterSpacing_4)); }
inline int32_t get_letterSpacing_4() const { return ___letterSpacing_4; }
inline int32_t* get_address_of_letterSpacing_4() { return &___letterSpacing_4; }
inline void set_letterSpacing_4(int32_t value)
{
___letterSpacing_4 = value;
}
inline static int32_t get_offset_of_bold_5() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___bold_5)); }
inline bool get_bold_5() const { return ___bold_5; }
inline bool* get_address_of_bold_5() { return &___bold_5; }
inline void set_bold_5(bool value)
{
___bold_5 = value;
}
inline static int32_t get_offset_of_underline_6() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___underline_6)); }
inline bool get_underline_6() const { return ___underline_6; }
inline bool* get_address_of_underline_6() { return &___underline_6; }
inline void set_underline_6(bool value)
{
___underline_6 = value;
}
inline static int32_t get_offset_of_italic_7() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___italic_7)); }
inline bool get_italic_7() const { return ___italic_7; }
inline bool* get_address_of_italic_7() { return &___italic_7; }
inline void set_italic_7(bool value)
{
___italic_7 = value;
}
inline static int32_t get_offset_of_gradientColor_8() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___gradientColor_8)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_gradientColor_8() const { return ___gradientColor_8; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_gradientColor_8() { return &___gradientColor_8; }
inline void set_gradientColor_8(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___gradientColor_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gradientColor_8), (void*)value);
}
inline static int32_t get_offset_of_align_9() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___align_9)); }
inline int32_t get_align_9() const { return ___align_9; }
inline int32_t* get_address_of_align_9() { return &___align_9; }
inline void set_align_9(int32_t value)
{
___align_9 = value;
}
inline static int32_t get_offset_of_specialStyle_10() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___specialStyle_10)); }
inline int32_t get_specialStyle_10() const { return ___specialStyle_10; }
inline int32_t* get_address_of_specialStyle_10() { return &___specialStyle_10; }
inline void set_specialStyle_10(int32_t value)
{
___specialStyle_10 = value;
}
};
// 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);
}
};
// FairyGUI.Utils.HtmlElement
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E : public RuntimeObject
{
public:
// FairyGUI.Utils.HtmlElementType FairyGUI.Utils.HtmlElement::type
int32_t ___type_0;
// System.String FairyGUI.Utils.HtmlElement::name
String_t* ___name_1;
// System.String FairyGUI.Utils.HtmlElement::text
String_t* ___text_2;
// FairyGUI.TextFormat FairyGUI.Utils.HtmlElement::format
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___format_3;
// System.Int32 FairyGUI.Utils.HtmlElement::charIndex
int32_t ___charIndex_4;
// FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlElement::htmlObject
RuntimeObject* ___htmlObject_5;
// System.Int32 FairyGUI.Utils.HtmlElement::status
int32_t ___status_6;
// System.Int32 FairyGUI.Utils.HtmlElement::space
int32_t ___space_7;
// UnityEngine.Vector2 FairyGUI.Utils.HtmlElement::position
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___position_8;
// System.Collections.Hashtable FairyGUI.Utils.HtmlElement::attributes
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___attributes_9;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___type_0)); }
inline int32_t get_type_0() const { return ___type_0; }
inline int32_t* get_address_of_type_0() { return &___type_0; }
inline void set_type_0(int32_t value)
{
___type_0 = value;
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
inline static int32_t get_offset_of_text_2() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___text_2)); }
inline String_t* get_text_2() const { return ___text_2; }
inline String_t** get_address_of_text_2() { return &___text_2; }
inline void set_text_2(String_t* value)
{
___text_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_2), (void*)value);
}
inline static int32_t get_offset_of_format_3() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___format_3)); }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * get_format_3() const { return ___format_3; }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 ** get_address_of_format_3() { return &___format_3; }
inline void set_format_3(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * value)
{
___format_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___format_3), (void*)value);
}
inline static int32_t get_offset_of_charIndex_4() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___charIndex_4)); }
inline int32_t get_charIndex_4() const { return ___charIndex_4; }
inline int32_t* get_address_of_charIndex_4() { return &___charIndex_4; }
inline void set_charIndex_4(int32_t value)
{
___charIndex_4 = value;
}
inline static int32_t get_offset_of_htmlObject_5() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___htmlObject_5)); }
inline RuntimeObject* get_htmlObject_5() const { return ___htmlObject_5; }
inline RuntimeObject** get_address_of_htmlObject_5() { return &___htmlObject_5; }
inline void set_htmlObject_5(RuntimeObject* value)
{
___htmlObject_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___htmlObject_5), (void*)value);
}
inline static int32_t get_offset_of_status_6() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___status_6)); }
inline int32_t get_status_6() const { return ___status_6; }
inline int32_t* get_address_of_status_6() { return &___status_6; }
inline void set_status_6(int32_t value)
{
___status_6 = value;
}
inline static int32_t get_offset_of_space_7() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___space_7)); }
inline int32_t get_space_7() const { return ___space_7; }
inline int32_t* get_address_of_space_7() { return &___space_7; }
inline void set_space_7(int32_t value)
{
___space_7 = value;
}
inline static int32_t get_offset_of_position_8() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___position_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_position_8() const { return ___position_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_position_8() { return &___position_8; }
inline void set_position_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___position_8 = value;
}
inline static int32_t get_offset_of_attributes_9() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___attributes_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_attributes_9() const { return ___attributes_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_attributes_9() { return &___attributes_9; }
inline void set_attributes_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___attributes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_9), (void*)value);
}
};
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement> FairyGUI.Utils.HtmlElement::elementPool
Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * ___elementPool_10;
public:
inline static int32_t get_offset_of_elementPool_10() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields, ___elementPool_10)); }
inline Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * get_elementPool_10() const { return ___elementPool_10; }
inline Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 ** get_address_of_elementPool_10() { return &___elementPool_10; }
inline void set_elementPool_10(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * value)
{
___elementPool_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elementPool_10), (void*)value);
}
};
// FairyGUI.Utils.XMLIterator
struct XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC : public RuntimeObject
{
public:
public:
};
struct XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields
{
public:
// System.String FairyGUI.Utils.XMLIterator::tagName
String_t* ___tagName_0;
// FairyGUI.Utils.XMLTagType FairyGUI.Utils.XMLIterator::tagType
int32_t ___tagType_1;
// System.String FairyGUI.Utils.XMLIterator::lastTagName
String_t* ___lastTagName_2;
// System.String FairyGUI.Utils.XMLIterator::source
String_t* ___source_3;
// System.Int32 FairyGUI.Utils.XMLIterator::sourceLen
int32_t ___sourceLen_4;
// System.Int32 FairyGUI.Utils.XMLIterator::parsePos
int32_t ___parsePos_5;
// System.Int32 FairyGUI.Utils.XMLIterator::tagPos
int32_t ___tagPos_6;
// System.Int32 FairyGUI.Utils.XMLIterator::tagLength
int32_t ___tagLength_7;
// System.Int32 FairyGUI.Utils.XMLIterator::lastTagEnd
int32_t ___lastTagEnd_8;
// System.Boolean FairyGUI.Utils.XMLIterator::attrParsed
bool ___attrParsed_9;
// System.Boolean FairyGUI.Utils.XMLIterator::lowerCaseName
bool ___lowerCaseName_10;
// System.Text.StringBuilder FairyGUI.Utils.XMLIterator::buffer
StringBuilder_t * ___buffer_11;
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.Utils.XMLIterator::attributes
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___attributes_12;
public:
inline static int32_t get_offset_of_tagName_0() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___tagName_0)); }
inline String_t* get_tagName_0() const { return ___tagName_0; }
inline String_t** get_address_of_tagName_0() { return &___tagName_0; }
inline void set_tagName_0(String_t* value)
{
___tagName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tagName_0), (void*)value);
}
inline static int32_t get_offset_of_tagType_1() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___tagType_1)); }
inline int32_t get_tagType_1() const { return ___tagType_1; }
inline int32_t* get_address_of_tagType_1() { return &___tagType_1; }
inline void set_tagType_1(int32_t value)
{
___tagType_1 = value;
}
inline static int32_t get_offset_of_lastTagName_2() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___lastTagName_2)); }
inline String_t* get_lastTagName_2() const { return ___lastTagName_2; }
inline String_t** get_address_of_lastTagName_2() { return &___lastTagName_2; }
inline void set_lastTagName_2(String_t* value)
{
___lastTagName_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lastTagName_2), (void*)value);
}
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___source_3)); }
inline String_t* get_source_3() const { return ___source_3; }
inline String_t** get_address_of_source_3() { return &___source_3; }
inline void set_source_3(String_t* value)
{
___source_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
}
inline static int32_t get_offset_of_sourceLen_4() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___sourceLen_4)); }
inline int32_t get_sourceLen_4() const { return ___sourceLen_4; }
inline int32_t* get_address_of_sourceLen_4() { return &___sourceLen_4; }
inline void set_sourceLen_4(int32_t value)
{
___sourceLen_4 = value;
}
inline static int32_t get_offset_of_parsePos_5() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___parsePos_5)); }
inline int32_t get_parsePos_5() const { return ___parsePos_5; }
inline int32_t* get_address_of_parsePos_5() { return &___parsePos_5; }
inline void set_parsePos_5(int32_t value)
{
___parsePos_5 = value;
}
inline static int32_t get_offset_of_tagPos_6() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___tagPos_6)); }
inline int32_t get_tagPos_6() const { return ___tagPos_6; }
inline int32_t* get_address_of_tagPos_6() { return &___tagPos_6; }
inline void set_tagPos_6(int32_t value)
{
___tagPos_6 = value;
}
inline static int32_t get_offset_of_tagLength_7() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___tagLength_7)); }
inline int32_t get_tagLength_7() const { return ___tagLength_7; }
inline int32_t* get_address_of_tagLength_7() { return &___tagLength_7; }
inline void set_tagLength_7(int32_t value)
{
___tagLength_7 = value;
}
inline static int32_t get_offset_of_lastTagEnd_8() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___lastTagEnd_8)); }
inline int32_t get_lastTagEnd_8() const { return ___lastTagEnd_8; }
inline int32_t* get_address_of_lastTagEnd_8() { return &___lastTagEnd_8; }
inline void set_lastTagEnd_8(int32_t value)
{
___lastTagEnd_8 = value;
}
inline static int32_t get_offset_of_attrParsed_9() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___attrParsed_9)); }
inline bool get_attrParsed_9() const { return ___attrParsed_9; }
inline bool* get_address_of_attrParsed_9() { return &___attrParsed_9; }
inline void set_attrParsed_9(bool value)
{
___attrParsed_9 = value;
}
inline static int32_t get_offset_of_lowerCaseName_10() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___lowerCaseName_10)); }
inline bool get_lowerCaseName_10() const { return ___lowerCaseName_10; }
inline bool* get_address_of_lowerCaseName_10() { return &___lowerCaseName_10; }
inline void set_lowerCaseName_10(bool value)
{
___lowerCaseName_10 = value;
}
inline static int32_t get_offset_of_buffer_11() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___buffer_11)); }
inline StringBuilder_t * get_buffer_11() const { return ___buffer_11; }
inline StringBuilder_t ** get_address_of_buffer_11() { return &___buffer_11; }
inline void set_buffer_11(StringBuilder_t * value)
{
___buffer_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_11), (void*)value);
}
inline static int32_t get_offset_of_attributes_12() { return static_cast<int32_t>(offsetof(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields, ___attributes_12)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_attributes_12() const { return ___attributes_12; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_attributes_12() { return &___attributes_12; }
inline void set_attributes_12(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___attributes_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_12), (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);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// UnityEngine.RenderMode FairyGUI.Container::renderMode
int32_t ___renderMode_52;
// UnityEngine.Camera FairyGUI.Container::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
// System.Boolean FairyGUI.Container::opaque
bool ___opaque_54;
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
// FairyGUI.IHitTest FairyGUI.Container::hitArea
RuntimeObject* ___hitArea_56;
// System.Boolean FairyGUI.Container::touchChildren
bool ___touchChildren_57;
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
// System.Boolean FairyGUI.Container::reversedMask
bool ___reversedMask_59;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
// FairyGUI.DisplayObject FairyGUI.Container::_mask
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
// System.Boolean FairyGUI.Container::_fBatchingRequested
bool ____fBatchingRequested_63;
// System.Boolean FairyGUI.Container::_fBatchingRoot
bool ____fBatchingRoot_64;
// System.Boolean FairyGUI.Container::_fBatching
bool ____fBatching_65;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
// System.Boolean FairyGUI.Container::_isPanel
bool ____isPanel_67;
// System.Int32 FairyGUI.Container::_panelOrder
int32_t ____panelOrder_68;
public:
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
inline void set_renderMode_52(int32_t value)
{
___renderMode_52 = value;
}
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
}
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
inline bool get_opaque_54() const { return ___opaque_54; }
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
inline void set_opaque_54(bool value)
{
___opaque_54 = value;
}
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
{
___clipSoftness_55 = value;
}
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
inline void set_hitArea_56(RuntimeObject* value)
{
___hitArea_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
}
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
inline void set_touchChildren_57(bool value)
{
___touchChildren_57 = value;
}
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onUpdate_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
}
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
inline void set_reversedMask_59(bool value)
{
___reversedMask_59 = value;
}
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____children_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
}
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____mask_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
}
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____clipRect_62 = value;
}
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
inline void set__fBatchingRequested_63(bool value)
{
____fBatchingRequested_63 = value;
}
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
inline void set__fBatchingRoot_64(bool value)
{
____fBatchingRoot_64 = value;
}
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
inline bool get__fBatching_65() const { return ____fBatching_65; }
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
inline void set__fBatching_65(bool value)
{
____fBatching_65 = value;
}
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____descendants_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
}
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
inline bool get__isPanel_67() const { return ____isPanel_67; }
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
inline void set__isPanel_67(bool value)
{
____isPanel_67 = value;
}
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
inline void set__panelOrder_68(int32_t value)
{
____panelOrder_68 = value;
}
};
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Container FairyGUI.GComponent::<rootContainer>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CrootContainerU3Ek__BackingField_74;
// FairyGUI.Container FairyGUI.GComponent::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_75;
// FairyGUI.ScrollPane FairyGUI.GComponent::<scrollPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CscrollPaneU3Ek__BackingField_76;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GComponent::_children
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____children_77;
// System.Collections.Generic.List`1<FairyGUI.Controller> FairyGUI.GComponent::_controllers
List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * ____controllers_78;
// System.Collections.Generic.List`1<FairyGUI.Transition> FairyGUI.GComponent::_transitions
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * ____transitions_79;
// System.Boolean FairyGUI.GComponent::_buildingDisplayList
bool ____buildingDisplayList_80;
// FairyGUI.Margin FairyGUI.GComponent::_margin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____margin_81;
// System.Boolean FairyGUI.GComponent::_trackBounds
bool ____trackBounds_82;
// System.Boolean FairyGUI.GComponent::_boundsChanged
bool ____boundsChanged_83;
// FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::_childrenRenderOrder
int32_t ____childrenRenderOrder_84;
// System.Int32 FairyGUI.GComponent::_apexIndex
int32_t ____apexIndex_85;
// UnityEngine.Vector2 FairyGUI.GComponent::_alignOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____alignOffset_86;
// UnityEngine.Vector2 FairyGUI.GComponent::_clipSoftness
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clipSoftness_87;
// System.Int32 FairyGUI.GComponent::_sortingChildCount
int32_t ____sortingChildCount_88;
// FairyGUI.EventCallback0 FairyGUI.GComponent::_buildDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____buildDelegate_89;
// FairyGUI.Controller FairyGUI.GComponent::_applyingController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____applyingController_90;
// FairyGUI.EventListener FairyGUI.GComponent::_onDrop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDrop_91;
// LuaInterface.LuaTable FairyGUI.GComponent::_peerTable
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ____peerTable_92;
public:
inline static int32_t get_offset_of_U3CrootContainerU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CrootContainerU3Ek__BackingField_74)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CrootContainerU3Ek__BackingField_74() const { return ___U3CrootContainerU3Ek__BackingField_74; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CrootContainerU3Ek__BackingField_74() { return &___U3CrootContainerU3Ek__BackingField_74; }
inline void set_U3CrootContainerU3Ek__BackingField_74(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CrootContainerU3Ek__BackingField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootContainerU3Ek__BackingField_74), (void*)value);
}
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CcontainerU3Ek__BackingField_75)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_75() const { return ___U3CcontainerU3Ek__BackingField_75; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_75() { return &___U3CcontainerU3Ek__BackingField_75; }
inline void set_U3CcontainerU3Ek__BackingField_75(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_75), (void*)value);
}
inline static int32_t get_offset_of_U3CscrollPaneU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CscrollPaneU3Ek__BackingField_76)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CscrollPaneU3Ek__BackingField_76() const { return ___U3CscrollPaneU3Ek__BackingField_76; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CscrollPaneU3Ek__BackingField_76() { return &___U3CscrollPaneU3Ek__BackingField_76; }
inline void set_U3CscrollPaneU3Ek__BackingField_76(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CscrollPaneU3Ek__BackingField_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollPaneU3Ek__BackingField_76), (void*)value);
}
inline static int32_t get_offset_of__children_77() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____children_77)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__children_77() const { return ____children_77; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__children_77() { return &____children_77; }
inline void set__children_77(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____children_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_77), (void*)value);
}
inline static int32_t get_offset_of__controllers_78() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____controllers_78)); }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * get__controllers_78() const { return ____controllers_78; }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 ** get_address_of__controllers_78() { return &____controllers_78; }
inline void set__controllers_78(List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * value)
{
____controllers_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controllers_78), (void*)value);
}
inline static int32_t get_offset_of__transitions_79() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____transitions_79)); }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * get__transitions_79() const { return ____transitions_79; }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 ** get_address_of__transitions_79() { return &____transitions_79; }
inline void set__transitions_79(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * value)
{
____transitions_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____transitions_79), (void*)value);
}
inline static int32_t get_offset_of__buildingDisplayList_80() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildingDisplayList_80)); }
inline bool get__buildingDisplayList_80() const { return ____buildingDisplayList_80; }
inline bool* get_address_of__buildingDisplayList_80() { return &____buildingDisplayList_80; }
inline void set__buildingDisplayList_80(bool value)
{
____buildingDisplayList_80 = value;
}
inline static int32_t get_offset_of__margin_81() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____margin_81)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__margin_81() const { return ____margin_81; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__margin_81() { return &____margin_81; }
inline void set__margin_81(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____margin_81 = value;
}
inline static int32_t get_offset_of__trackBounds_82() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____trackBounds_82)); }
inline bool get__trackBounds_82() const { return ____trackBounds_82; }
inline bool* get_address_of__trackBounds_82() { return &____trackBounds_82; }
inline void set__trackBounds_82(bool value)
{
____trackBounds_82 = value;
}
inline static int32_t get_offset_of__boundsChanged_83() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____boundsChanged_83)); }
inline bool get__boundsChanged_83() const { return ____boundsChanged_83; }
inline bool* get_address_of__boundsChanged_83() { return &____boundsChanged_83; }
inline void set__boundsChanged_83(bool value)
{
____boundsChanged_83 = value;
}
inline static int32_t get_offset_of__childrenRenderOrder_84() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____childrenRenderOrder_84)); }
inline int32_t get__childrenRenderOrder_84() const { return ____childrenRenderOrder_84; }
inline int32_t* get_address_of__childrenRenderOrder_84() { return &____childrenRenderOrder_84; }
inline void set__childrenRenderOrder_84(int32_t value)
{
____childrenRenderOrder_84 = value;
}
inline static int32_t get_offset_of__apexIndex_85() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____apexIndex_85)); }
inline int32_t get__apexIndex_85() const { return ____apexIndex_85; }
inline int32_t* get_address_of__apexIndex_85() { return &____apexIndex_85; }
inline void set__apexIndex_85(int32_t value)
{
____apexIndex_85 = value;
}
inline static int32_t get_offset_of__alignOffset_86() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____alignOffset_86)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__alignOffset_86() const { return ____alignOffset_86; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__alignOffset_86() { return &____alignOffset_86; }
inline void set__alignOffset_86(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____alignOffset_86 = value;
}
inline static int32_t get_offset_of__clipSoftness_87() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____clipSoftness_87)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clipSoftness_87() const { return ____clipSoftness_87; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clipSoftness_87() { return &____clipSoftness_87; }
inline void set__clipSoftness_87(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clipSoftness_87 = value;
}
inline static int32_t get_offset_of__sortingChildCount_88() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____sortingChildCount_88)); }
inline int32_t get__sortingChildCount_88() const { return ____sortingChildCount_88; }
inline int32_t* get_address_of__sortingChildCount_88() { return &____sortingChildCount_88; }
inline void set__sortingChildCount_88(int32_t value)
{
____sortingChildCount_88 = value;
}
inline static int32_t get_offset_of__buildDelegate_89() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildDelegate_89)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__buildDelegate_89() const { return ____buildDelegate_89; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__buildDelegate_89() { return &____buildDelegate_89; }
inline void set__buildDelegate_89(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____buildDelegate_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buildDelegate_89), (void*)value);
}
inline static int32_t get_offset_of__applyingController_90() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____applyingController_90)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__applyingController_90() const { return ____applyingController_90; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__applyingController_90() { return &____applyingController_90; }
inline void set__applyingController_90(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____applyingController_90 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applyingController_90), (void*)value);
}
inline static int32_t get_offset_of__onDrop_91() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____onDrop_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDrop_91() const { return ____onDrop_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDrop_91() { return &____onDrop_91; }
inline void set__onDrop_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDrop_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDrop_91), (void*)value);
}
inline static int32_t get_offset_of__peerTable_92() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____peerTable_92)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get__peerTable_92() const { return ____peerTable_92; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of__peerTable_92() { return &____peerTable_92; }
inline void set__peerTable_92(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
____peerTable_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____peerTable_92), (void*)value);
}
};
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Shape FairyGUI.GGraph::_shape
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____shape_74;
public:
inline static int32_t get_offset_of__shape_74() { return static_cast<int32_t>(offsetof(GGraph_tD2F718A15120D167149C9E19B8802F8862458858, ____shape_74)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__shape_74() const { return ____shape_74; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__shape_74() { return &____shape_74; }
inline void set__shape_74(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____shape_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shape_74), (void*)value);
}
};
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// System.Boolean FairyGUI.GLoader::showErrorSign
bool ___showErrorSign_74;
// System.String FairyGUI.GLoader::_url
String_t* ____url_75;
// FairyGUI.AlignType FairyGUI.GLoader::_align
int32_t ____align_76;
// FairyGUI.VertAlignType FairyGUI.GLoader::_verticalAlign
int32_t ____verticalAlign_77;
// System.Boolean FairyGUI.GLoader::_autoSize
bool ____autoSize_78;
// FairyGUI.FillType FairyGUI.GLoader::_fill
int32_t ____fill_79;
// System.Boolean FairyGUI.GLoader::_shrinkOnly
bool ____shrinkOnly_80;
// System.Boolean FairyGUI.GLoader::_updatingLayout
bool ____updatingLayout_81;
// FairyGUI.PackageItem FairyGUI.GLoader::_contentItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ____contentItem_82;
// System.Single FairyGUI.GLoader::_contentWidth
float ____contentWidth_83;
// System.Single FairyGUI.GLoader::_contentHeight
float ____contentHeight_84;
// System.Single FairyGUI.GLoader::_contentSourceWidth
float ____contentSourceWidth_85;
// System.Single FairyGUI.GLoader::_contentSourceHeight
float ____contentSourceHeight_86;
// FairyGUI.MovieClip FairyGUI.GLoader::_content
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ____content_87;
// FairyGUI.GObject FairyGUI.GLoader::_errorSign
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____errorSign_88;
// FairyGUI.GComponent FairyGUI.GLoader::_content2
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____content2_89;
public:
inline static int32_t get_offset_of_showErrorSign_74() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ___showErrorSign_74)); }
inline bool get_showErrorSign_74() const { return ___showErrorSign_74; }
inline bool* get_address_of_showErrorSign_74() { return &___showErrorSign_74; }
inline void set_showErrorSign_74(bool value)
{
___showErrorSign_74 = value;
}
inline static int32_t get_offset_of__url_75() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____url_75)); }
inline String_t* get__url_75() const { return ____url_75; }
inline String_t** get_address_of__url_75() { return &____url_75; }
inline void set__url_75(String_t* value)
{
____url_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____url_75), (void*)value);
}
inline static int32_t get_offset_of__align_76() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____align_76)); }
inline int32_t get__align_76() const { return ____align_76; }
inline int32_t* get_address_of__align_76() { return &____align_76; }
inline void set__align_76(int32_t value)
{
____align_76 = value;
}
inline static int32_t get_offset_of__verticalAlign_77() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____verticalAlign_77)); }
inline int32_t get__verticalAlign_77() const { return ____verticalAlign_77; }
inline int32_t* get_address_of__verticalAlign_77() { return &____verticalAlign_77; }
inline void set__verticalAlign_77(int32_t value)
{
____verticalAlign_77 = value;
}
inline static int32_t get_offset_of__autoSize_78() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____autoSize_78)); }
inline bool get__autoSize_78() const { return ____autoSize_78; }
inline bool* get_address_of__autoSize_78() { return &____autoSize_78; }
inline void set__autoSize_78(bool value)
{
____autoSize_78 = value;
}
inline static int32_t get_offset_of__fill_79() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____fill_79)); }
inline int32_t get__fill_79() const { return ____fill_79; }
inline int32_t* get_address_of__fill_79() { return &____fill_79; }
inline void set__fill_79(int32_t value)
{
____fill_79 = value;
}
inline static int32_t get_offset_of__shrinkOnly_80() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____shrinkOnly_80)); }
inline bool get__shrinkOnly_80() const { return ____shrinkOnly_80; }
inline bool* get_address_of__shrinkOnly_80() { return &____shrinkOnly_80; }
inline void set__shrinkOnly_80(bool value)
{
____shrinkOnly_80 = value;
}
inline static int32_t get_offset_of__updatingLayout_81() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____updatingLayout_81)); }
inline bool get__updatingLayout_81() const { return ____updatingLayout_81; }
inline bool* get_address_of__updatingLayout_81() { return &____updatingLayout_81; }
inline void set__updatingLayout_81(bool value)
{
____updatingLayout_81 = value;
}
inline static int32_t get_offset_of__contentItem_82() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentItem_82)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get__contentItem_82() const { return ____contentItem_82; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of__contentItem_82() { return &____contentItem_82; }
inline void set__contentItem_82(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
____contentItem_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentItem_82), (void*)value);
}
inline static int32_t get_offset_of__contentWidth_83() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentWidth_83)); }
inline float get__contentWidth_83() const { return ____contentWidth_83; }
inline float* get_address_of__contentWidth_83() { return &____contentWidth_83; }
inline void set__contentWidth_83(float value)
{
____contentWidth_83 = value;
}
inline static int32_t get_offset_of__contentHeight_84() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentHeight_84)); }
inline float get__contentHeight_84() const { return ____contentHeight_84; }
inline float* get_address_of__contentHeight_84() { return &____contentHeight_84; }
inline void set__contentHeight_84(float value)
{
____contentHeight_84 = value;
}
inline static int32_t get_offset_of__contentSourceWidth_85() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceWidth_85)); }
inline float get__contentSourceWidth_85() const { return ____contentSourceWidth_85; }
inline float* get_address_of__contentSourceWidth_85() { return &____contentSourceWidth_85; }
inline void set__contentSourceWidth_85(float value)
{
____contentSourceWidth_85 = value;
}
inline static int32_t get_offset_of__contentSourceHeight_86() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceHeight_86)); }
inline float get__contentSourceHeight_86() const { return ____contentSourceHeight_86; }
inline float* get_address_of__contentSourceHeight_86() { return &____contentSourceHeight_86; }
inline void set__contentSourceHeight_86(float value)
{
____contentSourceHeight_86 = value;
}
inline static int32_t get_offset_of__content_87() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content_87)); }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * get__content_87() const { return ____content_87; }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 ** get_address_of__content_87() { return &____content_87; }
inline void set__content_87(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * value)
{
____content_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_87), (void*)value);
}
inline static int32_t get_offset_of__errorSign_88() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____errorSign_88)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__errorSign_88() const { return ____errorSign_88; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__errorSign_88() { return &____errorSign_88; }
inline void set__errorSign_88(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____errorSign_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____errorSign_88), (void*)value);
}
inline static int32_t get_offset_of__content2_89() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content2_89)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__content2_89() const { return ____content2_89; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__content2_89() { return &____content2_89; }
inline void set__content2_89(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____content2_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content2_89), (void*)value);
}
};
// FairyGUI.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);
}
};
// FairyGUI.SelectionShape
struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Collections.Generic.List`1<UnityEngine.Rect> FairyGUI.SelectionShape::rects
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * ___rects_52;
public:
inline static int32_t get_offset_of_rects_52() { return static_cast<int32_t>(offsetof(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429, ___rects_52)); }
inline List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * get_rects_52() const { return ___rects_52; }
inline List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 ** get_address_of_rects_52() { return &___rects_52; }
inline void set_rects_52(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * value)
{
___rects_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rects_52), (void*)value);
}
};
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
public:
};
// FairyGUI.TextField
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// FairyGUI.VertAlignType FairyGUI.TextField::_verticalAlign
int32_t ____verticalAlign_52;
// FairyGUI.TextFormat FairyGUI.TextField::_textFormat
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ____textFormat_53;
// System.Boolean FairyGUI.TextField::_input
bool ____input_54;
// System.String FairyGUI.TextField::_text
String_t* ____text_55;
// FairyGUI.AutoSizeType FairyGUI.TextField::_autoSize
int32_t ____autoSize_56;
// System.Boolean FairyGUI.TextField::_wordWrap
bool ____wordWrap_57;
// System.Boolean FairyGUI.TextField::_singleLine
bool ____singleLine_58;
// System.Boolean FairyGUI.TextField::_html
bool ____html_59;
// System.Int32 FairyGUI.TextField::_maxWidth
int32_t ____maxWidth_60;
// System.Int32 FairyGUI.TextField::_stroke
int32_t ____stroke_61;
// UnityEngine.Color FairyGUI.TextField::_strokeColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____strokeColor_62;
// UnityEngine.Vector2 FairyGUI.TextField::_shadowOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____shadowOffset_63;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement> FairyGUI.TextField::_elements
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ____elements_64;
// System.Collections.Generic.List`1<FairyGUI.TextField_LineInfo> FairyGUI.TextField::_lines
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * ____lines_65;
// System.Collections.Generic.List`1<FairyGUI.TextField_CharPosition> FairyGUI.TextField::_charPositions
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * ____charPositions_66;
// FairyGUI.BaseFont FairyGUI.TextField::_font
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ____font_67;
// System.Single FairyGUI.TextField::_textWidth
float ____textWidth_68;
// System.Single FairyGUI.TextField::_textHeight
float ____textHeight_69;
// System.Single FairyGUI.TextField::_minHeight
float ____minHeight_70;
// System.Boolean FairyGUI.TextField::_textChanged
bool ____textChanged_71;
// System.Int32 FairyGUI.TextField::_yOffset
int32_t ____yOffset_72;
// System.Single FairyGUI.TextField::_fontSizeScale
float ____fontSizeScale_73;
// System.Single FairyGUI.TextField::_renderScale
float ____renderScale_74;
// System.String FairyGUI.TextField::_parsedText
String_t* ____parsedText_75;
// System.Boolean FairyGUI.TextField::_updatingSize
bool ____updatingSize_76;
// FairyGUI.RichTextField FairyGUI.TextField::_richTextField
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____richTextField_77;
public:
inline static int32_t get_offset_of__verticalAlign_52() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____verticalAlign_52)); }
inline int32_t get__verticalAlign_52() const { return ____verticalAlign_52; }
inline int32_t* get_address_of__verticalAlign_52() { return &____verticalAlign_52; }
inline void set__verticalAlign_52(int32_t value)
{
____verticalAlign_52 = value;
}
inline static int32_t get_offset_of__textFormat_53() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textFormat_53)); }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * get__textFormat_53() const { return ____textFormat_53; }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 ** get_address_of__textFormat_53() { return &____textFormat_53; }
inline void set__textFormat_53(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * value)
{
____textFormat_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textFormat_53), (void*)value);
}
inline static int32_t get_offset_of__input_54() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____input_54)); }
inline bool get__input_54() const { return ____input_54; }
inline bool* get_address_of__input_54() { return &____input_54; }
inline void set__input_54(bool value)
{
____input_54 = value;
}
inline static int32_t get_offset_of__text_55() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____text_55)); }
inline String_t* get__text_55() const { return ____text_55; }
inline String_t** get_address_of__text_55() { return &____text_55; }
inline void set__text_55(String_t* value)
{
____text_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_55), (void*)value);
}
inline static int32_t get_offset_of__autoSize_56() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____autoSize_56)); }
inline int32_t get__autoSize_56() const { return ____autoSize_56; }
inline int32_t* get_address_of__autoSize_56() { return &____autoSize_56; }
inline void set__autoSize_56(int32_t value)
{
____autoSize_56 = value;
}
inline static int32_t get_offset_of__wordWrap_57() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____wordWrap_57)); }
inline bool get__wordWrap_57() const { return ____wordWrap_57; }
inline bool* get_address_of__wordWrap_57() { return &____wordWrap_57; }
inline void set__wordWrap_57(bool value)
{
____wordWrap_57 = value;
}
inline static int32_t get_offset_of__singleLine_58() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____singleLine_58)); }
inline bool get__singleLine_58() const { return ____singleLine_58; }
inline bool* get_address_of__singleLine_58() { return &____singleLine_58; }
inline void set__singleLine_58(bool value)
{
____singleLine_58 = value;
}
inline static int32_t get_offset_of__html_59() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____html_59)); }
inline bool get__html_59() const { return ____html_59; }
inline bool* get_address_of__html_59() { return &____html_59; }
inline void set__html_59(bool value)
{
____html_59 = value;
}
inline static int32_t get_offset_of__maxWidth_60() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____maxWidth_60)); }
inline int32_t get__maxWidth_60() const { return ____maxWidth_60; }
inline int32_t* get_address_of__maxWidth_60() { return &____maxWidth_60; }
inline void set__maxWidth_60(int32_t value)
{
____maxWidth_60 = value;
}
inline static int32_t get_offset_of__stroke_61() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____stroke_61)); }
inline int32_t get__stroke_61() const { return ____stroke_61; }
inline int32_t* get_address_of__stroke_61() { return &____stroke_61; }
inline void set__stroke_61(int32_t value)
{
____stroke_61 = value;
}
inline static int32_t get_offset_of__strokeColor_62() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____strokeColor_62)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__strokeColor_62() const { return ____strokeColor_62; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__strokeColor_62() { return &____strokeColor_62; }
inline void set__strokeColor_62(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____strokeColor_62 = value;
}
inline static int32_t get_offset_of__shadowOffset_63() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____shadowOffset_63)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__shadowOffset_63() const { return ____shadowOffset_63; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__shadowOffset_63() { return &____shadowOffset_63; }
inline void set__shadowOffset_63(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____shadowOffset_63 = value;
}
inline static int32_t get_offset_of__elements_64() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____elements_64)); }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * get__elements_64() const { return ____elements_64; }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 ** get_address_of__elements_64() { return &____elements_64; }
inline void set__elements_64(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * value)
{
____elements_64 = value;
Il2CppCodeGenWriteBarrier((void**)(&____elements_64), (void*)value);
}
inline static int32_t get_offset_of__lines_65() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____lines_65)); }
inline List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * get__lines_65() const { return ____lines_65; }
inline List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 ** get_address_of__lines_65() { return &____lines_65; }
inline void set__lines_65(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * value)
{
____lines_65 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lines_65), (void*)value);
}
inline static int32_t get_offset_of__charPositions_66() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____charPositions_66)); }
inline List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * get__charPositions_66() const { return ____charPositions_66; }
inline List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 ** get_address_of__charPositions_66() { return &____charPositions_66; }
inline void set__charPositions_66(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * value)
{
____charPositions_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____charPositions_66), (void*)value);
}
inline static int32_t get_offset_of__font_67() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____font_67)); }
inline BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * get__font_67() const { return ____font_67; }
inline BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F ** get_address_of__font_67() { return &____font_67; }
inline void set__font_67(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * value)
{
____font_67 = value;
Il2CppCodeGenWriteBarrier((void**)(&____font_67), (void*)value);
}
inline static int32_t get_offset_of__textWidth_68() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textWidth_68)); }
inline float get__textWidth_68() const { return ____textWidth_68; }
inline float* get_address_of__textWidth_68() { return &____textWidth_68; }
inline void set__textWidth_68(float value)
{
____textWidth_68 = value;
}
inline static int32_t get_offset_of__textHeight_69() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textHeight_69)); }
inline float get__textHeight_69() const { return ____textHeight_69; }
inline float* get_address_of__textHeight_69() { return &____textHeight_69; }
inline void set__textHeight_69(float value)
{
____textHeight_69 = value;
}
inline static int32_t get_offset_of__minHeight_70() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____minHeight_70)); }
inline float get__minHeight_70() const { return ____minHeight_70; }
inline float* get_address_of__minHeight_70() { return &____minHeight_70; }
inline void set__minHeight_70(float value)
{
____minHeight_70 = value;
}
inline static int32_t get_offset_of__textChanged_71() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textChanged_71)); }
inline bool get__textChanged_71() const { return ____textChanged_71; }
inline bool* get_address_of__textChanged_71() { return &____textChanged_71; }
inline void set__textChanged_71(bool value)
{
____textChanged_71 = value;
}
inline static int32_t get_offset_of__yOffset_72() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____yOffset_72)); }
inline int32_t get__yOffset_72() const { return ____yOffset_72; }
inline int32_t* get_address_of__yOffset_72() { return &____yOffset_72; }
inline void set__yOffset_72(int32_t value)
{
____yOffset_72 = value;
}
inline static int32_t get_offset_of__fontSizeScale_73() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____fontSizeScale_73)); }
inline float get__fontSizeScale_73() const { return ____fontSizeScale_73; }
inline float* get_address_of__fontSizeScale_73() { return &____fontSizeScale_73; }
inline void set__fontSizeScale_73(float value)
{
____fontSizeScale_73 = value;
}
inline static int32_t get_offset_of__renderScale_74() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____renderScale_74)); }
inline float get__renderScale_74() const { return ____renderScale_74; }
inline float* get_address_of__renderScale_74() { return &____renderScale_74; }
inline void set__renderScale_74(float value)
{
____renderScale_74 = value;
}
inline static int32_t get_offset_of__parsedText_75() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____parsedText_75)); }
inline String_t* get__parsedText_75() const { return ____parsedText_75; }
inline String_t** get_address_of__parsedText_75() { return &____parsedText_75; }
inline void set__parsedText_75(String_t* value)
{
____parsedText_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____parsedText_75), (void*)value);
}
inline static int32_t get_offset_of__updatingSize_76() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____updatingSize_76)); }
inline bool get__updatingSize_76() const { return ____updatingSize_76; }
inline bool* get_address_of__updatingSize_76() { return &____updatingSize_76; }
inline void set__updatingSize_76(bool value)
{
____updatingSize_76 = value;
}
inline static int32_t get_offset_of__richTextField_77() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____richTextField_77)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__richTextField_77() const { return ____richTextField_77; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__richTextField_77() { return &____richTextField_77; }
inline void set__richTextField_77(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____richTextField_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____richTextField_77), (void*)value);
}
};
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields
{
public:
// System.Single[] FairyGUI.TextField::STROKE_OFFSET
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___STROKE_OFFSET_80;
// System.Single[] FairyGUI.TextField::BOLD_OFFSET
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___BOLD_OFFSET_81;
public:
inline static int32_t get_offset_of_STROKE_OFFSET_80() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields, ___STROKE_OFFSET_80)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_STROKE_OFFSET_80() const { return ___STROKE_OFFSET_80; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_STROKE_OFFSET_80() { return &___STROKE_OFFSET_80; }
inline void set_STROKE_OFFSET_80(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___STROKE_OFFSET_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&___STROKE_OFFSET_80), (void*)value);
}
inline static int32_t get_offset_of_BOLD_OFFSET_81() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields, ___BOLD_OFFSET_81)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_BOLD_OFFSET_81() const { return ___BOLD_OFFSET_81; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_BOLD_OFFSET_81() { return &___BOLD_OFFSET_81; }
inline void set_BOLD_OFFSET_81(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___BOLD_OFFSET_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&___BOLD_OFFSET_81), (void*)value);
}
};
// FairyGUI.UILoadCallback
struct UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.Utils.HtmlParser_TextFormat2
struct TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD : public TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135
{
public:
// System.Boolean FairyGUI.Utils.HtmlParser_TextFormat2::colorChanged
bool ___colorChanged_11;
public:
inline static int32_t get_offset_of_colorChanged_11() { return static_cast<int32_t>(offsetof(TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD, ___colorChanged_11)); }
inline bool get_colorChanged_11() const { return ___colorChanged_11; }
inline bool* get_address_of_colorChanged_11() { return &___colorChanged_11; }
inline void set_colorChanged_11(bool value)
{
___colorChanged_11 = value;
}
};
// FairyGUI.Utils.UBBParser_TagHandler
struct TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 : public MulticastDelegate_t
{
public:
public:
};
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>
struct Func_3_t343E9F0859E78D5634517BBE96F3760D996FA2F1 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.GComboBox
struct GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Int32 FairyGUI.GComboBox::visibleItemCount
int32_t ___visibleItemCount_93;
// FairyGUI.GComponent FairyGUI.GComboBox::dropdown
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___dropdown_94;
// FairyGUI.GObject FairyGUI.GComboBox::_titleObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____titleObject_95;
// FairyGUI.GObject FairyGUI.GComboBox::_iconObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____iconObject_96;
// FairyGUI.GList FairyGUI.GComboBox::_list
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ____list_97;
// System.String[] FairyGUI.GComboBox::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_98;
// System.String[] FairyGUI.GComboBox::_icons
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____icons_99;
// System.String[] FairyGUI.GComboBox::_values
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____values_100;
// FairyGUI.PopupDirection FairyGUI.GComboBox::_popupDirection
int32_t ____popupDirection_101;
// FairyGUI.Controller FairyGUI.GComboBox::_selectionController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_102;
// System.Boolean FairyGUI.GComboBox::_itemsUpdated
bool ____itemsUpdated_103;
// System.Int32 FairyGUI.GComboBox::_selectedIndex
int32_t ____selectedIndex_104;
// FairyGUI.Controller FairyGUI.GComboBox::_buttonController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____buttonController_105;
// System.Boolean FairyGUI.GComboBox::_down
bool ____down_106;
// System.Boolean FairyGUI.GComboBox::_over
bool ____over_107;
// FairyGUI.EventListener FairyGUI.GComboBox::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_108;
public:
inline static int32_t get_offset_of_visibleItemCount_93() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ___visibleItemCount_93)); }
inline int32_t get_visibleItemCount_93() const { return ___visibleItemCount_93; }
inline int32_t* get_address_of_visibleItemCount_93() { return &___visibleItemCount_93; }
inline void set_visibleItemCount_93(int32_t value)
{
___visibleItemCount_93 = value;
}
inline static int32_t get_offset_of_dropdown_94() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ___dropdown_94)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_dropdown_94() const { return ___dropdown_94; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_dropdown_94() { return &___dropdown_94; }
inline void set_dropdown_94(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___dropdown_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dropdown_94), (void*)value);
}
inline static int32_t get_offset_of__titleObject_95() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____titleObject_95)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__titleObject_95() const { return ____titleObject_95; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__titleObject_95() { return &____titleObject_95; }
inline void set__titleObject_95(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____titleObject_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_95), (void*)value);
}
inline static int32_t get_offset_of__iconObject_96() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____iconObject_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__iconObject_96() const { return ____iconObject_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__iconObject_96() { return &____iconObject_96; }
inline void set__iconObject_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____iconObject_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____iconObject_96), (void*)value);
}
inline static int32_t get_offset_of__list_97() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____list_97)); }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get__list_97() const { return ____list_97; }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of__list_97() { return &____list_97; }
inline void set__list_97(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value)
{
____list_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____list_97), (void*)value);
}
inline static int32_t get_offset_of__items_98() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____items_98)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_98() const { return ____items_98; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_98() { return &____items_98; }
inline void set__items_98(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_98), (void*)value);
}
inline static int32_t get_offset_of__icons_99() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____icons_99)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__icons_99() const { return ____icons_99; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__icons_99() { return &____icons_99; }
inline void set__icons_99(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____icons_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____icons_99), (void*)value);
}
inline static int32_t get_offset_of__values_100() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____values_100)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__values_100() const { return ____values_100; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__values_100() { return &____values_100; }
inline void set__values_100(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____values_100 = value;
Il2CppCodeGenWriteBarrier((void**)(&____values_100), (void*)value);
}
inline static int32_t get_offset_of__popupDirection_101() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____popupDirection_101)); }
inline int32_t get__popupDirection_101() const { return ____popupDirection_101; }
inline int32_t* get_address_of__popupDirection_101() { return &____popupDirection_101; }
inline void set__popupDirection_101(int32_t value)
{
____popupDirection_101 = value;
}
inline static int32_t get_offset_of__selectionController_102() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____selectionController_102)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_102() const { return ____selectionController_102; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_102() { return &____selectionController_102; }
inline void set__selectionController_102(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____selectionController_102 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_102), (void*)value);
}
inline static int32_t get_offset_of__itemsUpdated_103() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____itemsUpdated_103)); }
inline bool get__itemsUpdated_103() const { return ____itemsUpdated_103; }
inline bool* get_address_of__itemsUpdated_103() { return &____itemsUpdated_103; }
inline void set__itemsUpdated_103(bool value)
{
____itemsUpdated_103 = value;
}
inline static int32_t get_offset_of__selectedIndex_104() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____selectedIndex_104)); }
inline int32_t get__selectedIndex_104() const { return ____selectedIndex_104; }
inline int32_t* get_address_of__selectedIndex_104() { return &____selectedIndex_104; }
inline void set__selectedIndex_104(int32_t value)
{
____selectedIndex_104 = value;
}
inline static int32_t get_offset_of__buttonController_105() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____buttonController_105)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__buttonController_105() const { return ____buttonController_105; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__buttonController_105() { return &____buttonController_105; }
inline void set__buttonController_105(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____buttonController_105 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buttonController_105), (void*)value);
}
inline static int32_t get_offset_of__down_106() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____down_106)); }
inline bool get__down_106() const { return ____down_106; }
inline bool* get_address_of__down_106() { return &____down_106; }
inline void set__down_106(bool value)
{
____down_106 = value;
}
inline static int32_t get_offset_of__over_107() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____over_107)); }
inline bool get__over_107() const { return ____over_107; }
inline bool* get_address_of__over_107() { return &____over_107; }
inline void set__over_107(bool value)
{
____over_107 = value;
}
inline static int32_t get_offset_of__onChanged_108() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____onChanged_108)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_108() const { return ____onChanged_108; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_108() { return &____onChanged_108; }
inline void set__onChanged_108(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_108 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_108), (void*)value);
}
};
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GGraph FairyGUI.GRoot::_modalLayer
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * ____modalLayer_93;
// FairyGUI.GObject FairyGUI.GRoot::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_94;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_popupStack
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____popupStack_95;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_justClosedPopups
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____justClosedPopups_96;
// FairyGUI.GObject FairyGUI.GRoot::_tooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____tooltipWin_97;
// FairyGUI.GObject FairyGUI.GRoot::_defaultTooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____defaultTooltipWin_98;
public:
inline static int32_t get_offset_of__modalLayer_93() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalLayer_93)); }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * get__modalLayer_93() const { return ____modalLayer_93; }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 ** get_address_of__modalLayer_93() { return &____modalLayer_93; }
inline void set__modalLayer_93(GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * value)
{
____modalLayer_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalLayer_93), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_94() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalWaitPane_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_94() const { return ____modalWaitPane_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_94() { return &____modalWaitPane_94; }
inline void set__modalWaitPane_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_94), (void*)value);
}
inline static int32_t get_offset_of__popupStack_95() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____popupStack_95)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__popupStack_95() const { return ____popupStack_95; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__popupStack_95() { return &____popupStack_95; }
inline void set__popupStack_95(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____popupStack_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____popupStack_95), (void*)value);
}
inline static int32_t get_offset_of__justClosedPopups_96() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____justClosedPopups_96)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__justClosedPopups_96() const { return ____justClosedPopups_96; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__justClosedPopups_96() { return &____justClosedPopups_96; }
inline void set__justClosedPopups_96(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____justClosedPopups_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____justClosedPopups_96), (void*)value);
}
inline static int32_t get_offset_of__tooltipWin_97() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____tooltipWin_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__tooltipWin_97() const { return ____tooltipWin_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__tooltipWin_97() { return &____tooltipWin_97; }
inline void set__tooltipWin_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____tooltipWin_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltipWin_97), (void*)value);
}
inline static int32_t get_offset_of__defaultTooltipWin_98() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____defaultTooltipWin_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__defaultTooltipWin_98() const { return ____defaultTooltipWin_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__defaultTooltipWin_98() { return &____defaultTooltipWin_98; }
inline void set__defaultTooltipWin_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____defaultTooltipWin_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultTooltipWin_98), (void*)value);
}
};
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields
{
public:
// FairyGUI.GRoot FairyGUI.GRoot::_inst
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ____inst_99;
public:
inline static int32_t get_offset_of__inst_99() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields, ____inst_99)); }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * get__inst_99() const { return ____inst_99; }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F ** get_address_of__inst_99() { return &____inst_99; }
inline void set__inst_99(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * value)
{
____inst_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_99), (void*)value);
}
};
// FairyGUI.GTextInput
struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C : public GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058
{
public:
// FairyGUI.InputTextField FairyGUI.GTextInput::<inputTextField>k__BackingField
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___U3CinputTextFieldU3Ek__BackingField_79;
// FairyGUI.EventListener FairyGUI.GTextInput::_onFocusIn
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusIn_80;
// FairyGUI.EventListener FairyGUI.GTextInput::_onFocusOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusOut_81;
// FairyGUI.EventListener FairyGUI.GTextInput::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_82;
// FairyGUI.EventListener FairyGUI.GTextInput::_onSubmit
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSubmit_83;
public:
inline static int32_t get_offset_of_U3CinputTextFieldU3Ek__BackingField_79() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ___U3CinputTextFieldU3Ek__BackingField_79)); }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get_U3CinputTextFieldU3Ek__BackingField_79() const { return ___U3CinputTextFieldU3Ek__BackingField_79; }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of_U3CinputTextFieldU3Ek__BackingField_79() { return &___U3CinputTextFieldU3Ek__BackingField_79; }
inline void set_U3CinputTextFieldU3Ek__BackingField_79(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
{
___U3CinputTextFieldU3Ek__BackingField_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputTextFieldU3Ek__BackingField_79), (void*)value);
}
inline static int32_t get_offset_of__onFocusIn_80() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onFocusIn_80)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusIn_80() const { return ____onFocusIn_80; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusIn_80() { return &____onFocusIn_80; }
inline void set__onFocusIn_80(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusIn_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusIn_80), (void*)value);
}
inline static int32_t get_offset_of__onFocusOut_81() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onFocusOut_81)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusOut_81() const { return ____onFocusOut_81; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusOut_81() { return &____onFocusOut_81; }
inline void set__onFocusOut_81(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusOut_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusOut_81), (void*)value);
}
inline static int32_t get_offset_of__onChanged_82() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onChanged_82)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_82() const { return ____onChanged_82; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_82() { return &____onChanged_82; }
inline void set__onChanged_82(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_82), (void*)value);
}
inline static int32_t get_offset_of__onSubmit_83() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onSubmit_83)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSubmit_83() const { return ____onSubmit_83; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSubmit_83() { return &____onSubmit_83; }
inline void set__onSubmit_83(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSubmit_83 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSubmit_83), (void*)value);
}
};
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
{
public:
// FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::<htmlPageContext>k__BackingField
RuntimeObject* ___U3ChtmlPageContextU3Ek__BackingField_69;
// FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::<htmlParseOptions>k__BackingField
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___U3ChtmlParseOptionsU3Ek__BackingField_70;
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.RichTextField::<emojies>k__BackingField
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___U3CemojiesU3Ek__BackingField_71;
// FairyGUI.TextField FairyGUI.RichTextField::<textField>k__BackingField
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___U3CtextFieldU3Ek__BackingField_72;
public:
inline static int32_t get_offset_of_U3ChtmlPageContextU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3ChtmlPageContextU3Ek__BackingField_69)); }
inline RuntimeObject* get_U3ChtmlPageContextU3Ek__BackingField_69() const { return ___U3ChtmlPageContextU3Ek__BackingField_69; }
inline RuntimeObject** get_address_of_U3ChtmlPageContextU3Ek__BackingField_69() { return &___U3ChtmlPageContextU3Ek__BackingField_69; }
inline void set_U3ChtmlPageContextU3Ek__BackingField_69(RuntimeObject* value)
{
___U3ChtmlPageContextU3Ek__BackingField_69 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChtmlPageContextU3Ek__BackingField_69), (void*)value);
}
inline static int32_t get_offset_of_U3ChtmlParseOptionsU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3ChtmlParseOptionsU3Ek__BackingField_70)); }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * get_U3ChtmlParseOptionsU3Ek__BackingField_70() const { return ___U3ChtmlParseOptionsU3Ek__BackingField_70; }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 ** get_address_of_U3ChtmlParseOptionsU3Ek__BackingField_70() { return &___U3ChtmlParseOptionsU3Ek__BackingField_70; }
inline void set_U3ChtmlParseOptionsU3Ek__BackingField_70(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * value)
{
___U3ChtmlParseOptionsU3Ek__BackingField_70 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChtmlParseOptionsU3Ek__BackingField_70), (void*)value);
}
inline static int32_t get_offset_of_U3CemojiesU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3CemojiesU3Ek__BackingField_71)); }
inline Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * get_U3CemojiesU3Ek__BackingField_71() const { return ___U3CemojiesU3Ek__BackingField_71; }
inline Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 ** get_address_of_U3CemojiesU3Ek__BackingField_71() { return &___U3CemojiesU3Ek__BackingField_71; }
inline void set_U3CemojiesU3Ek__BackingField_71(Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * value)
{
___U3CemojiesU3Ek__BackingField_71 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CemojiesU3Ek__BackingField_71), (void*)value);
}
inline static int32_t get_offset_of_U3CtextFieldU3Ek__BackingField_72() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3CtextFieldU3Ek__BackingField_72)); }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get_U3CtextFieldU3Ek__BackingField_72() const { return ___U3CtextFieldU3Ek__BackingField_72; }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of_U3CtextFieldU3Ek__BackingField_72() { return &___U3CtextFieldU3Ek__BackingField_72; }
inline void set_U3CtextFieldU3Ek__BackingField_72(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
{
___U3CtextFieldU3Ek__BackingField_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextFieldU3Ek__BackingField_72), (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);
}
};
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Boolean FairyGUI.Window::bringToFontOnClick
bool ___bringToFontOnClick_93;
// FairyGUI.GComponent FairyGUI.Window::_frame
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____frame_94;
// FairyGUI.GComponent FairyGUI.Window::_contentPane
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____contentPane_95;
// FairyGUI.GObject FairyGUI.Window::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_96;
// FairyGUI.GObject FairyGUI.Window::_closeButton
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____closeButton_97;
// FairyGUI.GObject FairyGUI.Window::_dragArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____dragArea_98;
// FairyGUI.GObject FairyGUI.Window::_contentArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____contentArea_99;
// System.Boolean FairyGUI.Window::_modal
bool ____modal_100;
// System.Collections.Generic.List`1<FairyGUI.IUISource> FairyGUI.Window::_uiSources
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * ____uiSources_101;
// System.Boolean FairyGUI.Window::_inited
bool ____inited_102;
// System.Boolean FairyGUI.Window::_loading
bool ____loading_103;
// System.Int32 FairyGUI.Window::_requestingCmd
int32_t ____requestingCmd_104;
public:
inline static int32_t get_offset_of_bringToFontOnClick_93() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ___bringToFontOnClick_93)); }
inline bool get_bringToFontOnClick_93() const { return ___bringToFontOnClick_93; }
inline bool* get_address_of_bringToFontOnClick_93() { return &___bringToFontOnClick_93; }
inline void set_bringToFontOnClick_93(bool value)
{
___bringToFontOnClick_93 = value;
}
inline static int32_t get_offset_of__frame_94() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____frame_94)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__frame_94() const { return ____frame_94; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__frame_94() { return &____frame_94; }
inline void set__frame_94(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____frame_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____frame_94), (void*)value);
}
inline static int32_t get_offset_of__contentPane_95() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentPane_95)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__contentPane_95() const { return ____contentPane_95; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__contentPane_95() { return &____contentPane_95; }
inline void set__contentPane_95(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____contentPane_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentPane_95), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_96() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modalWaitPane_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_96() const { return ____modalWaitPane_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_96() { return &____modalWaitPane_96; }
inline void set__modalWaitPane_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_96), (void*)value);
}
inline static int32_t get_offset_of__closeButton_97() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____closeButton_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__closeButton_97() const { return ____closeButton_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__closeButton_97() { return &____closeButton_97; }
inline void set__closeButton_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____closeButton_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____closeButton_97), (void*)value);
}
inline static int32_t get_offset_of__dragArea_98() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____dragArea_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__dragArea_98() const { return ____dragArea_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__dragArea_98() { return &____dragArea_98; }
inline void set__dragArea_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____dragArea_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dragArea_98), (void*)value);
}
inline static int32_t get_offset_of__contentArea_99() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentArea_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__contentArea_99() const { return ____contentArea_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__contentArea_99() { return &____contentArea_99; }
inline void set__contentArea_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____contentArea_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentArea_99), (void*)value);
}
inline static int32_t get_offset_of__modal_100() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modal_100)); }
inline bool get__modal_100() const { return ____modal_100; }
inline bool* get_address_of__modal_100() { return &____modal_100; }
inline void set__modal_100(bool value)
{
____modal_100 = value;
}
inline static int32_t get_offset_of__uiSources_101() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____uiSources_101)); }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * get__uiSources_101() const { return ____uiSources_101; }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA ** get_address_of__uiSources_101() { return &____uiSources_101; }
inline void set__uiSources_101(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * value)
{
____uiSources_101 = value;
Il2CppCodeGenWriteBarrier((void**)(&____uiSources_101), (void*)value);
}
inline static int32_t get_offset_of__inited_102() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____inited_102)); }
inline bool get__inited_102() const { return ____inited_102; }
inline bool* get_address_of__inited_102() { return &____inited_102; }
inline void set__inited_102(bool value)
{
____inited_102 = value;
}
inline static int32_t get_offset_of__loading_103() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____loading_103)); }
inline bool get__loading_103() const { return ____loading_103; }
inline bool* get_address_of__loading_103() { return &____loading_103; }
inline void set__loading_103(bool value)
{
____loading_103 = value;
}
inline static int32_t get_offset_of__requestingCmd_104() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____requestingCmd_104)); }
inline int32_t get__requestingCmd_104() const { return ____requestingCmd_104; }
inline int32_t* get_address_of__requestingCmd_104() { return &____requestingCmd_104; }
inline void set__requestingCmd_104(int32_t value)
{
____requestingCmd_104 = value;
}
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields
{
public:
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6;
public:
inline static int32_t get_offset_of_onPreCull_4() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; }
inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreCull_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value);
}
inline static int32_t get_offset_of_onPreRender_5() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; }
inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreRender_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value);
}
inline static int32_t get_offset_of_onPostRender_6() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; }
inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPostRender_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value);
}
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC : public RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294
{
public:
// System.Int32 FairyGUI.InputTextField::<maxLength>k__BackingField
int32_t ___U3CmaxLengthU3Ek__BackingField_73;
// System.Boolean FairyGUI.InputTextField::<keyboardInput>k__BackingField
bool ___U3CkeyboardInputU3Ek__BackingField_74;
// System.Int32 FairyGUI.InputTextField::<keyboardType>k__BackingField
int32_t ___U3CkeyboardTypeU3Ek__BackingField_75;
// System.Boolean FairyGUI.InputTextField::<editable>k__BackingField
bool ___U3CeditableU3Ek__BackingField_76;
// System.Boolean FairyGUI.InputTextField::<hideInput>k__BackingField
bool ___U3ChideInputU3Ek__BackingField_77;
// System.String FairyGUI.InputTextField::_text
String_t* ____text_80;
// System.String FairyGUI.InputTextField::_restrict
String_t* ____restrict_81;
// System.Text.RegularExpressions.Regex FairyGUI.InputTextField::_restrictPattern
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____restrictPattern_82;
// System.Boolean FairyGUI.InputTextField::_displayAsPassword
bool ____displayAsPassword_83;
// System.String FairyGUI.InputTextField::_promptText
String_t* ____promptText_84;
// System.String FairyGUI.InputTextField::_decodedPromptText
String_t* ____decodedPromptText_85;
// System.Boolean FairyGUI.InputTextField::_editing
bool ____editing_86;
// System.Int32 FairyGUI.InputTextField::_caretPosition
int32_t ____caretPosition_87;
// System.Int32 FairyGUI.InputTextField::_selectionStart
int32_t ____selectionStart_88;
// System.Int32 FairyGUI.InputTextField::_composing
int32_t ____composing_89;
// System.Char FairyGUI.InputTextField::_highSurrogateChar
Il2CppChar ____highSurrogateChar_90;
// FairyGUI.EventListener FairyGUI.InputTextField::_onFocusIn
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusIn_91;
// FairyGUI.EventListener FairyGUI.InputTextField::_onFocusOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusOut_92;
// FairyGUI.EventListener FairyGUI.InputTextField::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_93;
// FairyGUI.EventListener FairyGUI.InputTextField::_onSubmit
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSubmit_94;
public:
inline static int32_t get_offset_of_U3CmaxLengthU3Ek__BackingField_73() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CmaxLengthU3Ek__BackingField_73)); }
inline int32_t get_U3CmaxLengthU3Ek__BackingField_73() const { return ___U3CmaxLengthU3Ek__BackingField_73; }
inline int32_t* get_address_of_U3CmaxLengthU3Ek__BackingField_73() { return &___U3CmaxLengthU3Ek__BackingField_73; }
inline void set_U3CmaxLengthU3Ek__BackingField_73(int32_t value)
{
___U3CmaxLengthU3Ek__BackingField_73 = value;
}
inline static int32_t get_offset_of_U3CkeyboardInputU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CkeyboardInputU3Ek__BackingField_74)); }
inline bool get_U3CkeyboardInputU3Ek__BackingField_74() const { return ___U3CkeyboardInputU3Ek__BackingField_74; }
inline bool* get_address_of_U3CkeyboardInputU3Ek__BackingField_74() { return &___U3CkeyboardInputU3Ek__BackingField_74; }
inline void set_U3CkeyboardInputU3Ek__BackingField_74(bool value)
{
___U3CkeyboardInputU3Ek__BackingField_74 = value;
}
inline static int32_t get_offset_of_U3CkeyboardTypeU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CkeyboardTypeU3Ek__BackingField_75)); }
inline int32_t get_U3CkeyboardTypeU3Ek__BackingField_75() const { return ___U3CkeyboardTypeU3Ek__BackingField_75; }
inline int32_t* get_address_of_U3CkeyboardTypeU3Ek__BackingField_75() { return &___U3CkeyboardTypeU3Ek__BackingField_75; }
inline void set_U3CkeyboardTypeU3Ek__BackingField_75(int32_t value)
{
___U3CkeyboardTypeU3Ek__BackingField_75 = value;
}
inline static int32_t get_offset_of_U3CeditableU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CeditableU3Ek__BackingField_76)); }
inline bool get_U3CeditableU3Ek__BackingField_76() const { return ___U3CeditableU3Ek__BackingField_76; }
inline bool* get_address_of_U3CeditableU3Ek__BackingField_76() { return &___U3CeditableU3Ek__BackingField_76; }
inline void set_U3CeditableU3Ek__BackingField_76(bool value)
{
___U3CeditableU3Ek__BackingField_76 = value;
}
inline static int32_t get_offset_of_U3ChideInputU3Ek__BackingField_77() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3ChideInputU3Ek__BackingField_77)); }
inline bool get_U3ChideInputU3Ek__BackingField_77() const { return ___U3ChideInputU3Ek__BackingField_77; }
inline bool* get_address_of_U3ChideInputU3Ek__BackingField_77() { return &___U3ChideInputU3Ek__BackingField_77; }
inline void set_U3ChideInputU3Ek__BackingField_77(bool value)
{
___U3ChideInputU3Ek__BackingField_77 = value;
}
inline static int32_t get_offset_of__text_80() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____text_80)); }
inline String_t* get__text_80() const { return ____text_80; }
inline String_t** get_address_of__text_80() { return &____text_80; }
inline void set__text_80(String_t* value)
{
____text_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_80), (void*)value);
}
inline static int32_t get_offset_of__restrict_81() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____restrict_81)); }
inline String_t* get__restrict_81() const { return ____restrict_81; }
inline String_t** get_address_of__restrict_81() { return &____restrict_81; }
inline void set__restrict_81(String_t* value)
{
____restrict_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&____restrict_81), (void*)value);
}
inline static int32_t get_offset_of__restrictPattern_82() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____restrictPattern_82)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__restrictPattern_82() const { return ____restrictPattern_82; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__restrictPattern_82() { return &____restrictPattern_82; }
inline void set__restrictPattern_82(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
____restrictPattern_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____restrictPattern_82), (void*)value);
}
inline static int32_t get_offset_of__displayAsPassword_83() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____displayAsPassword_83)); }
inline bool get__displayAsPassword_83() const { return ____displayAsPassword_83; }
inline bool* get_address_of__displayAsPassword_83() { return &____displayAsPassword_83; }
inline void set__displayAsPassword_83(bool value)
{
____displayAsPassword_83 = value;
}
inline static int32_t get_offset_of__promptText_84() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____promptText_84)); }
inline String_t* get__promptText_84() const { return ____promptText_84; }
inline String_t** get_address_of__promptText_84() { return &____promptText_84; }
inline void set__promptText_84(String_t* value)
{
____promptText_84 = value;
Il2CppCodeGenWriteBarrier((void**)(&____promptText_84), (void*)value);
}
inline static int32_t get_offset_of__decodedPromptText_85() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____decodedPromptText_85)); }
inline String_t* get__decodedPromptText_85() const { return ____decodedPromptText_85; }
inline String_t** get_address_of__decodedPromptText_85() { return &____decodedPromptText_85; }
inline void set__decodedPromptText_85(String_t* value)
{
____decodedPromptText_85 = value;
Il2CppCodeGenWriteBarrier((void**)(&____decodedPromptText_85), (void*)value);
}
inline static int32_t get_offset_of__editing_86() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____editing_86)); }
inline bool get__editing_86() const { return ____editing_86; }
inline bool* get_address_of__editing_86() { return &____editing_86; }
inline void set__editing_86(bool value)
{
____editing_86 = value;
}
inline static int32_t get_offset_of__caretPosition_87() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____caretPosition_87)); }
inline int32_t get__caretPosition_87() const { return ____caretPosition_87; }
inline int32_t* get_address_of__caretPosition_87() { return &____caretPosition_87; }
inline void set__caretPosition_87(int32_t value)
{
____caretPosition_87 = value;
}
inline static int32_t get_offset_of__selectionStart_88() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____selectionStart_88)); }
inline int32_t get__selectionStart_88() const { return ____selectionStart_88; }
inline int32_t* get_address_of__selectionStart_88() { return &____selectionStart_88; }
inline void set__selectionStart_88(int32_t value)
{
____selectionStart_88 = value;
}
inline static int32_t get_offset_of__composing_89() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____composing_89)); }
inline int32_t get__composing_89() const { return ____composing_89; }
inline int32_t* get_address_of__composing_89() { return &____composing_89; }
inline void set__composing_89(int32_t value)
{
____composing_89 = value;
}
inline static int32_t get_offset_of__highSurrogateChar_90() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____highSurrogateChar_90)); }
inline Il2CppChar get__highSurrogateChar_90() const { return ____highSurrogateChar_90; }
inline Il2CppChar* get_address_of__highSurrogateChar_90() { return &____highSurrogateChar_90; }
inline void set__highSurrogateChar_90(Il2CppChar value)
{
____highSurrogateChar_90 = value;
}
inline static int32_t get_offset_of__onFocusIn_91() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onFocusIn_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusIn_91() const { return ____onFocusIn_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusIn_91() { return &____onFocusIn_91; }
inline void set__onFocusIn_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusIn_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusIn_91), (void*)value);
}
inline static int32_t get_offset_of__onFocusOut_92() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onFocusOut_92)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusOut_92() const { return ____onFocusOut_92; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusOut_92() { return &____onFocusOut_92; }
inline void set__onFocusOut_92(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusOut_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusOut_92), (void*)value);
}
inline static int32_t get_offset_of__onChanged_93() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onChanged_93)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_93() const { return ____onChanged_93; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_93() { return &____onChanged_93; }
inline void set__onChanged_93(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_93), (void*)value);
}
inline static int32_t get_offset_of__onSubmit_94() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onSubmit_94)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSubmit_94() const { return ____onSubmit_94; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSubmit_94() { return &____onSubmit_94; }
inline void set__onSubmit_94(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSubmit_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSubmit_94), (void*)value);
}
};
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields
{
public:
// FairyGUI.InputTextField_CopyHandler FairyGUI.InputTextField::onCopy
CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * ___onCopy_78;
// FairyGUI.InputTextField_PasteHandler FairyGUI.InputTextField::onPaste
PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * ___onPaste_79;
// FairyGUI.Shape FairyGUI.InputTextField::_caret
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____caret_95;
// FairyGUI.SelectionShape FairyGUI.InputTextField::_selectionShape
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * ____selectionShape_96;
// System.Single FairyGUI.InputTextField::_nextBlink
float ____nextBlink_97;
public:
inline static int32_t get_offset_of_onCopy_78() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ___onCopy_78)); }
inline CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * get_onCopy_78() const { return ___onCopy_78; }
inline CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 ** get_address_of_onCopy_78() { return &___onCopy_78; }
inline void set_onCopy_78(CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * value)
{
___onCopy_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onCopy_78), (void*)value);
}
inline static int32_t get_offset_of_onPaste_79() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ___onPaste_79)); }
inline PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * get_onPaste_79() const { return ___onPaste_79; }
inline PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 ** get_address_of_onPaste_79() { return &___onPaste_79; }
inline void set_onPaste_79(PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * value)
{
___onPaste_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPaste_79), (void*)value);
}
inline static int32_t get_offset_of__caret_95() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ____caret_95)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__caret_95() const { return ____caret_95; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__caret_95() { return &____caret_95; }
inline void set__caret_95(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____caret_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____caret_95), (void*)value);
}
inline static int32_t get_offset_of__selectionShape_96() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ____selectionShape_96)); }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * get__selectionShape_96() const { return ____selectionShape_96; }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 ** get_address_of__selectionShape_96() { return &____selectionShape_96; }
inline void set__selectionShape_96(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * value)
{
____selectionShape_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionShape_96), (void*)value);
}
inline static int32_t get_offset_of__nextBlink_97() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ____nextBlink_97)); }
inline float get__nextBlink_97() const { return ____nextBlink_97; }
inline float* get_address_of__nextBlink_97() { return &____nextBlink_97; }
inline void set__nextBlink_97(float value)
{
____nextBlink_97 = value;
}
};
// FairyGUI.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Collections.Generic.List`1<FairyGUI.UIConfig_ConfigValue> FairyGUI.UIConfig::Items
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * ___Items_34;
// System.Collections.Generic.List`1<System.String> FairyGUI.UIConfig::PreloadPackages
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___PreloadPackages_35;
public:
inline static int32_t get_offset_of_Items_34() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___Items_34)); }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * get_Items_34() const { return ___Items_34; }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 ** get_address_of_Items_34() { return &___Items_34; }
inline void set_Items_34(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * value)
{
___Items_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Items_34), (void*)value);
}
inline static int32_t get_offset_of_PreloadPackages_35() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___PreloadPackages_35)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_PreloadPackages_35() const { return ___PreloadPackages_35; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_PreloadPackages_35() { return &___PreloadPackages_35; }
inline void set_PreloadPackages_35(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___PreloadPackages_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PreloadPackages_35), (void*)value);
}
};
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields
{
public:
// System.String FairyGUI.UIConfig::defaultFont
String_t* ___defaultFont_4;
// System.Boolean FairyGUI.UIConfig::renderingTextBrighterOnDesktop
bool ___renderingTextBrighterOnDesktop_5;
// System.String FairyGUI.UIConfig::windowModalWaiting
String_t* ___windowModalWaiting_6;
// System.String FairyGUI.UIConfig::globalModalWaiting
String_t* ___globalModalWaiting_7;
// UnityEngine.Color FairyGUI.UIConfig::modalLayerColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___modalLayerColor_8;
// FairyGUI.NAudioClip FairyGUI.UIConfig::buttonSound
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___buttonSound_9;
// System.Single FairyGUI.UIConfig::buttonSoundVolumeScale
float ___buttonSoundVolumeScale_10;
// System.String FairyGUI.UIConfig::horizontalScrollBar
String_t* ___horizontalScrollBar_11;
// System.String FairyGUI.UIConfig::verticalScrollBar
String_t* ___verticalScrollBar_12;
// System.Single FairyGUI.UIConfig::defaultScrollStep
float ___defaultScrollStep_13;
// System.Single FairyGUI.UIConfig::defaultScrollDecelerationRate
float ___defaultScrollDecelerationRate_14;
// FairyGUI.ScrollBarDisplayType FairyGUI.UIConfig::defaultScrollBarDisplay
int32_t ___defaultScrollBarDisplay_15;
// System.Boolean FairyGUI.UIConfig::defaultScrollTouchEffect
bool ___defaultScrollTouchEffect_16;
// System.Boolean FairyGUI.UIConfig::defaultScrollBounceEffect
bool ___defaultScrollBounceEffect_17;
// System.String FairyGUI.UIConfig::popupMenu
String_t* ___popupMenu_18;
// System.String FairyGUI.UIConfig::popupMenu_seperator
String_t* ___popupMenu_seperator_19;
// System.String FairyGUI.UIConfig::loaderErrorSign
String_t* ___loaderErrorSign_20;
// System.String FairyGUI.UIConfig::tooltipsWin
String_t* ___tooltipsWin_21;
// System.Int32 FairyGUI.UIConfig::defaultComboBoxVisibleItemCount
int32_t ___defaultComboBoxVisibleItemCount_22;
// System.Int32 FairyGUI.UIConfig::touchScrollSensitivity
int32_t ___touchScrollSensitivity_23;
// System.Int32 FairyGUI.UIConfig::touchDragSensitivity
int32_t ___touchDragSensitivity_24;
// System.Int32 FairyGUI.UIConfig::clickDragSensitivity
int32_t ___clickDragSensitivity_25;
// System.Boolean FairyGUI.UIConfig::allowSoftnessOnTopOrLeftSide
bool ___allowSoftnessOnTopOrLeftSide_26;
// System.Boolean FairyGUI.UIConfig::bringWindowToFrontOnClick
bool ___bringWindowToFrontOnClick_27;
// System.Int32 FairyGUI.UIConfig::inputCaretSize
int32_t ___inputCaretSize_28;
// UnityEngine.Color FairyGUI.UIConfig::inputHighlightColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___inputHighlightColor_29;
// System.Single FairyGUI.UIConfig::frameTimeForAsyncUIConstruction
float ___frameTimeForAsyncUIConstruction_30;
// System.Boolean FairyGUI.UIConfig::depthSupportForPaintingMode
bool ___depthSupportForPaintingMode_31;
// System.Boolean FairyGUI.UIConfig::enhancedTextOutlineEffect
bool ___enhancedTextOutlineEffect_32;
// FairyGUI.VertAlignType FairyGUI.UIConfig::richTextRowVerticalAlign
int32_t ___richTextRowVerticalAlign_33;
// FairyGUI.UIConfig_SoundLoader FairyGUI.UIConfig::soundLoader
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * ___soundLoader_36;
public:
inline static int32_t get_offset_of_defaultFont_4() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultFont_4)); }
inline String_t* get_defaultFont_4() const { return ___defaultFont_4; }
inline String_t** get_address_of_defaultFont_4() { return &___defaultFont_4; }
inline void set_defaultFont_4(String_t* value)
{
___defaultFont_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultFont_4), (void*)value);
}
inline static int32_t get_offset_of_renderingTextBrighterOnDesktop_5() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___renderingTextBrighterOnDesktop_5)); }
inline bool get_renderingTextBrighterOnDesktop_5() const { return ___renderingTextBrighterOnDesktop_5; }
inline bool* get_address_of_renderingTextBrighterOnDesktop_5() { return &___renderingTextBrighterOnDesktop_5; }
inline void set_renderingTextBrighterOnDesktop_5(bool value)
{
___renderingTextBrighterOnDesktop_5 = value;
}
inline static int32_t get_offset_of_windowModalWaiting_6() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___windowModalWaiting_6)); }
inline String_t* get_windowModalWaiting_6() const { return ___windowModalWaiting_6; }
inline String_t** get_address_of_windowModalWaiting_6() { return &___windowModalWaiting_6; }
inline void set_windowModalWaiting_6(String_t* value)
{
___windowModalWaiting_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___windowModalWaiting_6), (void*)value);
}
inline static int32_t get_offset_of_globalModalWaiting_7() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___globalModalWaiting_7)); }
inline String_t* get_globalModalWaiting_7() const { return ___globalModalWaiting_7; }
inline String_t** get_address_of_globalModalWaiting_7() { return &___globalModalWaiting_7; }
inline void set_globalModalWaiting_7(String_t* value)
{
___globalModalWaiting_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___globalModalWaiting_7), (void*)value);
}
inline static int32_t get_offset_of_modalLayerColor_8() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___modalLayerColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_modalLayerColor_8() const { return ___modalLayerColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_modalLayerColor_8() { return &___modalLayerColor_8; }
inline void set_modalLayerColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___modalLayerColor_8 = value;
}
inline static int32_t get_offset_of_buttonSound_9() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSound_9)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_buttonSound_9() const { return ___buttonSound_9; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_buttonSound_9() { return &___buttonSound_9; }
inline void set_buttonSound_9(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___buttonSound_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buttonSound_9), (void*)value);
}
inline static int32_t get_offset_of_buttonSoundVolumeScale_10() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSoundVolumeScale_10)); }
inline float get_buttonSoundVolumeScale_10() const { return ___buttonSoundVolumeScale_10; }
inline float* get_address_of_buttonSoundVolumeScale_10() { return &___buttonSoundVolumeScale_10; }
inline void set_buttonSoundVolumeScale_10(float value)
{
___buttonSoundVolumeScale_10 = value;
}
inline static int32_t get_offset_of_horizontalScrollBar_11() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___horizontalScrollBar_11)); }
inline String_t* get_horizontalScrollBar_11() const { return ___horizontalScrollBar_11; }
inline String_t** get_address_of_horizontalScrollBar_11() { return &___horizontalScrollBar_11; }
inline void set_horizontalScrollBar_11(String_t* value)
{
___horizontalScrollBar_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___horizontalScrollBar_11), (void*)value);
}
inline static int32_t get_offset_of_verticalScrollBar_12() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___verticalScrollBar_12)); }
inline String_t* get_verticalScrollBar_12() const { return ___verticalScrollBar_12; }
inline String_t** get_address_of_verticalScrollBar_12() { return &___verticalScrollBar_12; }
inline void set_verticalScrollBar_12(String_t* value)
{
___verticalScrollBar_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___verticalScrollBar_12), (void*)value);
}
inline static int32_t get_offset_of_defaultScrollStep_13() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollStep_13)); }
inline float get_defaultScrollStep_13() const { return ___defaultScrollStep_13; }
inline float* get_address_of_defaultScrollStep_13() { return &___defaultScrollStep_13; }
inline void set_defaultScrollStep_13(float value)
{
___defaultScrollStep_13 = value;
}
inline static int32_t get_offset_of_defaultScrollDecelerationRate_14() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollDecelerationRate_14)); }
inline float get_defaultScrollDecelerationRate_14() const { return ___defaultScrollDecelerationRate_14; }
inline float* get_address_of_defaultScrollDecelerationRate_14() { return &___defaultScrollDecelerationRate_14; }
inline void set_defaultScrollDecelerationRate_14(float value)
{
___defaultScrollDecelerationRate_14 = value;
}
inline static int32_t get_offset_of_defaultScrollBarDisplay_15() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBarDisplay_15)); }
inline int32_t get_defaultScrollBarDisplay_15() const { return ___defaultScrollBarDisplay_15; }
inline int32_t* get_address_of_defaultScrollBarDisplay_15() { return &___defaultScrollBarDisplay_15; }
inline void set_defaultScrollBarDisplay_15(int32_t value)
{
___defaultScrollBarDisplay_15 = value;
}
inline static int32_t get_offset_of_defaultScrollTouchEffect_16() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollTouchEffect_16)); }
inline bool get_defaultScrollTouchEffect_16() const { return ___defaultScrollTouchEffect_16; }
inline bool* get_address_of_defaultScrollTouchEffect_16() { return &___defaultScrollTouchEffect_16; }
inline void set_defaultScrollTouchEffect_16(bool value)
{
___defaultScrollTouchEffect_16 = value;
}
inline static int32_t get_offset_of_defaultScrollBounceEffect_17() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBounceEffect_17)); }
inline bool get_defaultScrollBounceEffect_17() const { return ___defaultScrollBounceEffect_17; }
inline bool* get_address_of_defaultScrollBounceEffect_17() { return &___defaultScrollBounceEffect_17; }
inline void set_defaultScrollBounceEffect_17(bool value)
{
___defaultScrollBounceEffect_17 = value;
}
inline static int32_t get_offset_of_popupMenu_18() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_18)); }
inline String_t* get_popupMenu_18() const { return ___popupMenu_18; }
inline String_t** get_address_of_popupMenu_18() { return &___popupMenu_18; }
inline void set_popupMenu_18(String_t* value)
{
___popupMenu_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_18), (void*)value);
}
inline static int32_t get_offset_of_popupMenu_seperator_19() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_seperator_19)); }
inline String_t* get_popupMenu_seperator_19() const { return ___popupMenu_seperator_19; }
inline String_t** get_address_of_popupMenu_seperator_19() { return &___popupMenu_seperator_19; }
inline void set_popupMenu_seperator_19(String_t* value)
{
___popupMenu_seperator_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_seperator_19), (void*)value);
}
inline static int32_t get_offset_of_loaderErrorSign_20() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___loaderErrorSign_20)); }
inline String_t* get_loaderErrorSign_20() const { return ___loaderErrorSign_20; }
inline String_t** get_address_of_loaderErrorSign_20() { return &___loaderErrorSign_20; }
inline void set_loaderErrorSign_20(String_t* value)
{
___loaderErrorSign_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loaderErrorSign_20), (void*)value);
}
inline static int32_t get_offset_of_tooltipsWin_21() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___tooltipsWin_21)); }
inline String_t* get_tooltipsWin_21() const { return ___tooltipsWin_21; }
inline String_t** get_address_of_tooltipsWin_21() { return &___tooltipsWin_21; }
inline void set_tooltipsWin_21(String_t* value)
{
___tooltipsWin_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tooltipsWin_21), (void*)value);
}
inline static int32_t get_offset_of_defaultComboBoxVisibleItemCount_22() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultComboBoxVisibleItemCount_22)); }
inline int32_t get_defaultComboBoxVisibleItemCount_22() const { return ___defaultComboBoxVisibleItemCount_22; }
inline int32_t* get_address_of_defaultComboBoxVisibleItemCount_22() { return &___defaultComboBoxVisibleItemCount_22; }
inline void set_defaultComboBoxVisibleItemCount_22(int32_t value)
{
___defaultComboBoxVisibleItemCount_22 = value;
}
inline static int32_t get_offset_of_touchScrollSensitivity_23() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchScrollSensitivity_23)); }
inline int32_t get_touchScrollSensitivity_23() const { return ___touchScrollSensitivity_23; }
inline int32_t* get_address_of_touchScrollSensitivity_23() { return &___touchScrollSensitivity_23; }
inline void set_touchScrollSensitivity_23(int32_t value)
{
___touchScrollSensitivity_23 = value;
}
inline static int32_t get_offset_of_touchDragSensitivity_24() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchDragSensitivity_24)); }
inline int32_t get_touchDragSensitivity_24() const { return ___touchDragSensitivity_24; }
inline int32_t* get_address_of_touchDragSensitivity_24() { return &___touchDragSensitivity_24; }
inline void set_touchDragSensitivity_24(int32_t value)
{
___touchDragSensitivity_24 = value;
}
inline static int32_t get_offset_of_clickDragSensitivity_25() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___clickDragSensitivity_25)); }
inline int32_t get_clickDragSensitivity_25() const { return ___clickDragSensitivity_25; }
inline int32_t* get_address_of_clickDragSensitivity_25() { return &___clickDragSensitivity_25; }
inline void set_clickDragSensitivity_25(int32_t value)
{
___clickDragSensitivity_25 = value;
}
inline static int32_t get_offset_of_allowSoftnessOnTopOrLeftSide_26() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___allowSoftnessOnTopOrLeftSide_26)); }
inline bool get_allowSoftnessOnTopOrLeftSide_26() const { return ___allowSoftnessOnTopOrLeftSide_26; }
inline bool* get_address_of_allowSoftnessOnTopOrLeftSide_26() { return &___allowSoftnessOnTopOrLeftSide_26; }
inline void set_allowSoftnessOnTopOrLeftSide_26(bool value)
{
___allowSoftnessOnTopOrLeftSide_26 = value;
}
inline static int32_t get_offset_of_bringWindowToFrontOnClick_27() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___bringWindowToFrontOnClick_27)); }
inline bool get_bringWindowToFrontOnClick_27() const { return ___bringWindowToFrontOnClick_27; }
inline bool* get_address_of_bringWindowToFrontOnClick_27() { return &___bringWindowToFrontOnClick_27; }
inline void set_bringWindowToFrontOnClick_27(bool value)
{
___bringWindowToFrontOnClick_27 = value;
}
inline static int32_t get_offset_of_inputCaretSize_28() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputCaretSize_28)); }
inline int32_t get_inputCaretSize_28() const { return ___inputCaretSize_28; }
inline int32_t* get_address_of_inputCaretSize_28() { return &___inputCaretSize_28; }
inline void set_inputCaretSize_28(int32_t value)
{
___inputCaretSize_28 = value;
}
inline static int32_t get_offset_of_inputHighlightColor_29() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputHighlightColor_29)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_inputHighlightColor_29() const { return ___inputHighlightColor_29; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_inputHighlightColor_29() { return &___inputHighlightColor_29; }
inline void set_inputHighlightColor_29(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___inputHighlightColor_29 = value;
}
inline static int32_t get_offset_of_frameTimeForAsyncUIConstruction_30() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___frameTimeForAsyncUIConstruction_30)); }
inline float get_frameTimeForAsyncUIConstruction_30() const { return ___frameTimeForAsyncUIConstruction_30; }
inline float* get_address_of_frameTimeForAsyncUIConstruction_30() { return &___frameTimeForAsyncUIConstruction_30; }
inline void set_frameTimeForAsyncUIConstruction_30(float value)
{
___frameTimeForAsyncUIConstruction_30 = value;
}
inline static int32_t get_offset_of_depthSupportForPaintingMode_31() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___depthSupportForPaintingMode_31)); }
inline bool get_depthSupportForPaintingMode_31() const { return ___depthSupportForPaintingMode_31; }
inline bool* get_address_of_depthSupportForPaintingMode_31() { return &___depthSupportForPaintingMode_31; }
inline void set_depthSupportForPaintingMode_31(bool value)
{
___depthSupportForPaintingMode_31 = value;
}
inline static int32_t get_offset_of_enhancedTextOutlineEffect_32() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___enhancedTextOutlineEffect_32)); }
inline bool get_enhancedTextOutlineEffect_32() const { return ___enhancedTextOutlineEffect_32; }
inline bool* get_address_of_enhancedTextOutlineEffect_32() { return &___enhancedTextOutlineEffect_32; }
inline void set_enhancedTextOutlineEffect_32(bool value)
{
___enhancedTextOutlineEffect_32 = value;
}
inline static int32_t get_offset_of_richTextRowVerticalAlign_33() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___richTextRowVerticalAlign_33)); }
inline int32_t get_richTextRowVerticalAlign_33() const { return ___richTextRowVerticalAlign_33; }
inline int32_t* get_address_of_richTextRowVerticalAlign_33() { return &___richTextRowVerticalAlign_33; }
inline void set_richTextRowVerticalAlign_33(int32_t value)
{
___richTextRowVerticalAlign_33 = value;
}
inline static int32_t get_offset_of_soundLoader_36() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___soundLoader_36)); }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * get_soundLoader_36() const { return ___soundLoader_36; }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 ** get_address_of_soundLoader_36() { return &___soundLoader_36; }
inline void set_soundLoader_36(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * value)
{
___soundLoader_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___soundLoader_36), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
public:
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector2_tA85D2DD88578276CA8A8796756458277E72D073D m_Items[1];
public:
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1];
public:
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E m_Items[1];
public:
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
m_Items[index] = value;
}
};
// System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m14CA358ED7E82211F556952AD6EF549CA72E0C7A_gshared (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_m36FD1DB7ACEFC50E7B05AAEA4372F9BA248C49F2_gshared (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Push(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7_gshared (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___item0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Vector4>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_gshared_inline (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Vector4>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Nullable_1_get_Value_mEDA0EFD8F266D1E116D0144CB0B9F4E5ECD1C34F_gshared (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 Stack_1_Pop_mA04545B0D5D8EE43A752E52CC0A75587EEC7784F_gshared (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_gshared_inline (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_m62D05AEF0672AD51ED77E07E9F06142EF2C1FD86_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// !!0[] System.Array::Empty<System.Char>()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_gshared_inline (const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0AA961F7D579F0A8B7BF5D6FBD3D54E6CAEACC6F_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m8EE49DEE250A3669BDA5EB1E3A058B13D72F67F1_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC32B60C91F8D0BCA37EA5EFEEDEB971D90CE201E_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m3FD4CE348D6810CBC5473E2C6F6B541208A7C490_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___item0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_gshared_inline (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Item(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Item(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m04FA3A257AD0C73B121CA0A1D4BF50BDF03A8857_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m5333B4C07439D187128530EB03601CEC9C17E1D8_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_InsertRange_m4B3C98ABAD859FE36ECBFA5665422625D325461D_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_InsertRange_mBF8C787CA46C6C29770CB4ECF4BE4AC642F4F98B_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_InsertRange_m31BC754FAF67E8E3FA6A872F5DA284C649E14BA5_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::set_Item(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_mF0E545D2205064E7EA7A31558198AE763AE44292_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_InsertRange_m93343D24C499ACC090B9B8D01B6487D2A9213CCF_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// !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);
// T[] LuaInterface.ToLua::CheckParamsNumber<System.Single>(System.IntPtr,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, 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.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);
// 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.Void LuaInterface.ToLua::PusNullable<UnityEngine.Vector4>(System.IntPtr,System.Nullable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PusNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m61217F6945C22FA238D97B2D04E50DB41B8B923B_gshared (intptr_t ___L0, Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___v1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Rect>(System.IntPtr,System.Nullable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PusNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDB929CFD1850E3DDF303793C094C381E1EAC3662_gshared (intptr_t ___L0, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___v1, const RuntimeMethod* method);
// System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Vector4>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ToLua_CheckNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m7CEE7CA4B9A56CE3422D658617DC48AE685CA525_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Delegate LuaInterface.ToLua::CheckDelegate<System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Rect>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ToLua_CheckNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mF96A72CEC0FF94339202D7DCFF193A83A3C408D2_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::.ctor()
inline void Stack_1__ctor_m14CA358ED7E82211F556952AD6EF549CA72E0C7A (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 *, const RuntimeMethod*))Stack_1__ctor_m14CA358ED7E82211F556952AD6EF549CA72E0C7A_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Clear()
inline void Stack_1_Clear_m36FD1DB7ACEFC50E7B05AAEA4372F9BA248C49F2 (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 *, const RuntimeMethod*))Stack_1_Clear_m36FD1DB7ACEFC50E7B05AAEA4372F9BA248C49F2_gshared)(__this, method);
}
// System.Void FairyGUI.EventCallback0::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65 (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Push(!0)
inline void Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7 (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 *, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 , const RuntimeMethod*))Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7_gshared)(__this, ___item0, method);
}
// UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect10, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect21, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Vector4>::get_HasValue()
inline bool Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_inline (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 *, const RuntimeMethod*))Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Vector4>::get_Value()
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Nullable_1_get_Value_mEDA0EFD8F266D1E116D0144CB0B9F4E5ECD1C34F (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, const RuntimeMethod* method)
{
return (( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*) (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 *, const RuntimeMethod*))Nullable_1_get_Value_mEDA0EFD8F266D1E116D0144CB0B9F4E5ECD1C34F_gshared)(__this, method);
}
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Pop()
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 Stack_1_Pop_mA04545B0D5D8EE43A752E52CC0A75587EEC7784F (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method)
{
return (( ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 (*) (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 *, const RuntimeMethod*))Stack_1_Pop_mA04545B0D5D8EE43A752E52CC0A75587EEC7784F_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::get_Count()
inline int32_t Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_inline (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 *, const RuntimeMethod*))Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_gshared_inline)(__this, method);
}
// System.Void System.ArgumentOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ByteBuffer::.ctor(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer__ctor_mAB38FCDC18EE23064866F5569F1F7E6F2DAE1F9A (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method);
// System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m5A87B9C607E24D0F283EB39990FAF7ABAB1CBB17 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.Double System.BitConverter::ToDouble(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverter_ToDouble_m5C36647E95F4F3FF047B452C9A21A58E466CA295 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.UInt16 FairyGUI.Utils.ByteBuffer::ReadUshort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___c0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20 (String_t* ___url0, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.GObject::get_asCom()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlButton::set_button(FairyGUI.GComponent)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HtmlButton_set_button_m8C117B0288472F6B4295DDF45D5D5D29F4167BDE_inline (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.Utils.HtmlButton::get_button()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.GObject::get_displayObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_width()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_height()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, int32_t ___defValue1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.String FairyGUI.Utils.HtmlElement::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::AddChild(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, 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);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, 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.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.Void FairyGUI.TextFormat::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Utils.HtmlElement::GetString(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HtmlElement_GetString_mE6C5EEE74682526485B49BB0A3C8EFAE7BF6F317 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, String_t* ___defValue1, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::CeilToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B (float ___f0, const RuntimeMethod* method);
// System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlElement_GetFloat_m1687695738C83088A5894992F90D384FB6421C01 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, float ___defValue1, const RuntimeMethod* method);
// System.Boolean System.Single::TryParse(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m548E9EC17193999C07717FECFAD0A907980D566C (String_t* ___s0, float* ___result1, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlElement_GetBool_m0D8A213B2EE7B2B3A5E3AE566CE382A03CCD92B4 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, bool ___defValue1, const RuntimeMethod* method);
// System.Boolean System.Boolean::TryParse(System.String,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_TryParse_m5EA8C5E47A3BF0223FD368503B36206256937A61 (String_t* ___value0, bool* ___result1, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.Utils.ToolSet::ConvertFromHtmlColor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F (String_t* ___str0, const RuntimeMethod* method);
// System.Collections.Hashtable FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Hashtable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * XMLIterator_GetAttributes_mB0FD0346A02703801E9A48A8753ED4CBF504E0AD (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___result0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::get_Count()
inline int32_t Stack_1_get_Count_m865D3A8E3E6DC676015D4E2C90E3F9A53217E875_inline (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::Pop()
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * Stack_1_Pop_m1278D98735854D8BCE8BC4BED1F82CA5ED2786BB (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * __this, const RuntimeMethod* method)
{
return (( HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * (*) (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.HtmlElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement__ctor_m65C711B07F5737B5E22BA1057C9F04FA90B3B8F3 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::Push(!0)
inline void Stack_1_Push_m6A3C410FDF6C0CCCFDEBB6D1A93E9C2154FFD588 (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * __this, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 *, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Count()
inline int32_t List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Item(System.Int32)
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.Utils.HtmlElement::ReturnElement(FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_ReturnElement_m2932F02B8F3941866CF5F7989303274338D59730 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Clear()
inline void List_1_Clear_mBAEEACE102B923C7868C6595444A1C0F6BF0B0AA (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::.ctor()
inline void Stack_1__ctor_m4CF6F74EDFFCC127866A0CEBDC5676D40C3298E8 (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
}
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD (int32_t ___type0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlImage::set_loader(FairyGUI.GLoader)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HtmlImage_set_loader_m047B3F208559C910DE956C1ECE87DF75DA5AB687_inline (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, GLoader_t79DB886430214FA5031328823142509230E0E4A8 * ___value0, const RuntimeMethod* method);
// FairyGUI.GLoader FairyGUI.Utils.HtmlImage::get_loader()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_gameObjectName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_fill(FairyGUI.FillType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_fill_m5F347E89F07B4EE92175F35F42DF9EC64C743B6C (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_touchable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.NTexture::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.NTexture::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_texture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_texture_m89E7AA65B3D934C1E6CFBE38E87590D954C0929D (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method);
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C (String_t* ___url0, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_url(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_url_mF7D7464F7E47EAA7AB96D9B418CBB906281168CB (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, String_t* ___value0, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.GLoader::get_texture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * GLoader_get_texture_m31053A55020E4E4F4D6B933FF0C509B46DF2A1F8 (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlInput::set_textInput(FairyGUI.GTextInput)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HtmlInput_set_textInput_m2AD5728E9DBD18AC6FC8D0623920BEBE2441D23F_inline (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * ___value0, const RuntimeMethod* method);
// FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::get_textInput()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_verticalAlign_m112FAB11512635D58DD98CA213E0C42EDE9AA862 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Shape::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, 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.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, 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);
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.Utils.HtmlElement::GetColor(System.String,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 HtmlElement_GetColor_m260289E78EFC887FD02E192A1777D1599FFF2878 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___defValue1, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_textFormat_mD748D394818BE6294995D73ACB89F125181FDBD0 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextInput::set_displayAsPassword(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_displayAsPassword_m7BE7E621C8F06F25F5774522EE5D0A6FB6D3779F (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextInput::set_maxLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_maxLength_mBF460F992D346F89054167B51CF87EE43168885D (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, int32_t ___value0, const RuntimeMethod* 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::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 UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method);
// System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, float ___lineSize0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor2, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGB(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToolSet_ColorFromRGB_m57EBD95134B21C35AD0FF9400716B2FD80105087 (int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SelectionShape::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __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 UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback0::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// 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_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);
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
// FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.SelectionShape::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_set_color_mACF42273E50D8A31F3CD1FD86AF71E0F5569EB91 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Clear()
inline void List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_gshared)(__this, method);
}
// FairyGUI.TextField FairyGUI.RichTextField::get_textField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::GetLinesShape(System.Int32,System.Single,System.Int32,System.Single,System.Boolean,System.Collections.Generic.List`1<UnityEngine.Rect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___startLine0, float ___startCharX1, int32_t ___endLine2, float ___endCharX3, bool ___clipped4, List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * ___resultRects5, const RuntimeMethod* method);
// System.Void FairyGUI.SelectionShape::Refresh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, 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.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::.ctor()
inline void Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6 (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
}
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (const RuntimeMethod* method);
// UnityEngine.Transform FairyGUI.Stage::CreatePoolManager(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Stage_CreatePoolManager_mBD96FD1A4C795582FEE889339B558B26EF446B81 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::get_Count()
inline int32_t Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_inline (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::Pop()
inline RuntimeObject* Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.HtmlImage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage__ctor_m1365A105C867754F0F492754FC44EF7A46E53138 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlLink::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink__ctor_m8D37E3E95344EF740767AC74B925A8C516B15CCB (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlButton::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton__ctor_mEA557E86723C24A34AE2345BB9CAE6C3032E974F (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlInput::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput__ctor_mADD33EE4D755AEB93E4DDF4B2FE04C4FB10C3249 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlSelect::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect__ctor_mA4D46FE1600BD66F32D1523C87078DF35EC990D3 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __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);
// 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 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.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::Push(!0)
inline void Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *, RuntimeObject*, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___t0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlPageContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlPageContext__ctor_m9EC1CD789DD67D4A1725981ED3462BF097EE6B29 (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * __this, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::.ctor()
inline void List_1__ctor_m83EA7C2605A643303BBC1879EBC5C189DB67D80C (List_1_t4560191C672D03870FD13008AEE68190DE623133 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4560191C672D03870FD13008AEE68190DE623133 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.HtmlParser/TextFormat2::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat2__ctor_m221531D662752E79BE4A3073775664A4644BC0EE (TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlParseOptions::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParseOptions__ctor_m32E7D8AC3F38DB5385170C4134AB2869244ED6AE (HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextFormat::CopyFrom(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___source0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XMLIterator::Begin(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLIterator_Begin_m21CB64E9720830623292905A95FB5A3232DCAC24 (String_t* ___source0, bool ___lowerCaseName1, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XMLIterator::GetText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB (bool ___trim0, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlParser::AppendText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, String_t* ___text0, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m94E4EDA2F909FACDA1591F7242109AFB650640AA (String_t* ___s0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlParser::PushTextFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlParser::PopTextFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XMLIterator_GetAttributeInt_m216A22924035FF37196EDF93E5C69560B2531CCB (String_t* ___attrName0, int32_t ___defValue1, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC (String_t* ___attrName0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method);
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F (int32_t ___type0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlElement::FetchAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Add(!0)
inline void List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1 (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Clear()
inline void List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetAttribute_m365DFCB1D8E9779494EF6A4DBA0D92FF32D1C257 (String_t* ___attrName0, String_t* ___defValue1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean FairyGUI.Utils.XMLIterator::NextTag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463 (const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.String>::ToArray()
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, RuntimeObject * ___attrValue1, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.HtmlParser::IsNewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlParser_IsNewLine_m8B0BF491373FB1737705DF228C6102DFC99FEEA2 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::get_Count()
inline int32_t List_1_get_Count_m210B95711E72F205A925F21F53F5F59FB75AFFA3_inline (List_1_t4560191C672D03870FD13008AEE68190DE623133 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4560191C672D03870FD13008AEE68190DE623133 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::Add(!0)
inline void List_1_Add_mA14F3E905DB4FC55BB8297E6C9D3D8DF422A0418 (List_1_t4560191C672D03870FD13008AEE68190DE623133 * __this, TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4560191C672D03870FD13008AEE68190DE623133 *, TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::get_Item(System.Int32)
inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * List_1_get_Item_mDE0FD558C1E847E4256CF126D9F2EAA992491C50_inline (List_1_t4560191C672D03870FD13008AEE68190DE623133 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * (*) (List_1_t4560191C672D03870FD13008AEE68190DE623133 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextFormat_EqualStyle_mB48AB59D9DEF0F86D1EEF9A13D84940D67E37940 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___aFormat0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser__ctor_m41BD3AFAF0116C8633EE46E84D96167BBC883C23 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// FairyGUI.GComboBox FairyGUI.GObject::get_asComboBox()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * GObject_get_asComboBox_mD719A9EA4E2C73CD2F9B0EAD53428D2E09AE36C2 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlSelect::set_comboBox(FairyGUI.GComboBox)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HtmlSelect_set_comboBox_m47A2954A902366926045C478A157F6D03CB1463C_inline (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * ___value0, const RuntimeMethod* method);
// FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::get_comboBox()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GComboBox::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GComboBox_get_onChanged_mF60ABAA49B6B2B7909DF164DC93CDCC0CC110DB8 (GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * __this, const RuntimeMethod* method);
// System.Object FairyGUI.Utils.HtmlElement::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HtmlElement_Get_m8A57799B92429ADEDDDAAC816AE4B668FB8FCCCF (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method);
// System.Void FairyGUI.GComboBox::set_items(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComboBox_set_items_m134258F1E5A2AD5989CB29E75B8ADA31FF24468E (GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GComboBox::set_values(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComboBox_set_values_m4CEBAA60EBFF3DF29AA077FBDE7767E5525DD628 (GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GComboBox::set_value(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComboBox_set_value_mEA9A0506D6D1CF178D40671442B9D9D845931944 (GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * __this, String_t* ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_black()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ToolSet::CharToHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.Rect::MinMaxRect(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F (float ___xmin0, float ___ymin1, float ___xmax2, float ___ymax3, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float ___a0, float ___b1, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, bool ___worldPositionStays1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::.ctor()
inline void Dictionary_2__ctor_m10DC2F99EDF5CB7E94E388453BF34E8C59536886 (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.UBBParser/TagHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2 (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * __this, String_t* ___key0, TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D *, String_t*, TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.String FairyGUI.Utils.UBBParser::GetTagText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_GetTagText_mE5608965A9475DE214CD11E46B8173428758603D (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, bool ___remove0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m88D8D2E7C0768F58D4242ED1F725CD83951003CC (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * __this, String_t* ___key0, TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D *, String_t*, TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.String FairyGUI.Utils.UBBParser/TagHandler::Invoke(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TagHandler_Invoke_m50C7B10281B120012F5BB946E0D93F2E2CBE116D (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.UBBParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBBParser__ctor_m7D7C1DE971321967E17104891C25F166AC8D677A (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XML::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_Parse_mBCA13278850C3CAA765A669554EB661869309161 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___aSource0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127 (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// System.String FairyGUI.Utils.XML::GetAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_GetAttribute_m05488C7FA7B06A6C99F99C0A8D021BF9378D70DD (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, String_t* ___defValue1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XML_GetAttributeInt_m35B0B19365B18FEC6C9D950D708B83FE40A776A0 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, int32_t ___defValue1, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XML::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method);
// System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XML_GetAttributeFloat_mD9CD27152BAF4229027798D92DA0C1F6764B9E68 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, float ___defValue1, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XML_GetAttributeBool_m06B0CE1E6D25B225182E39184E02E6B64594435E (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, bool ___defValue1, const RuntimeMethod* method);
// System.Single System.Single::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m643ECE18CB0499B2B3EC76C8B941020122003DC6 (String_t* ___s0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * XMLList_Find_m959B99C2BA4823B1A0EEC59C66F41823197CA6E6 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, String_t* ___selector0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XMLList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method);
// FairyGUI.Utils.XMLList FairyGUI.Utils.XMLList::Filter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * XMLList_Filter_m4BC8D53410553635B78955245144AF687E061F52 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, String_t* ___selector0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XMLList/Enumerator::.ctor(System.Collections.Generic.List`1<FairyGUI.Utils.XML>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ___source0, String_t* ___selector1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Clear()
inline void Stack_1_Clear_m827BDDD3705E1569FF0030C75FDB4E40F731E2C8 (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 *, const RuntimeMethod*))Stack_1_Clear_m62D05AEF0672AD51ED77E07E9F06142EF2C1FD86_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.XML::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML__ctor_mE863A3BEC27B5F13ECA1E38E5B6DFF1F05ABACF8 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XML::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XML::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_Cleanup_m777ABA08B4798DB74A9A3C0673175EDF90A614DB (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XML::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XML_set_name_m02582FBD381D1A2F8AA85DFDAC3835B149A8561C_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Generic.Dictionary`2<System.String,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * XMLIterator_GetAttributes_mA935486C1C65AC945741ABE6A179F43BA791C20C (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___result0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Push(!0)
inline void Stack_1_Push_m6BCC42F860E01E35D236C3944130FC12E5D2A227 (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * __this, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 *, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.Utils.XMLList::Add(FairyGUI.Utils.XML)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList_Add_m1E40A9E33EC74E453C97DC2566DCAE9EA487ACEA (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___xml0, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.XMLList::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XMLList_get_Count_mB6E7C9D276FB9B20A2B7E451C6A33690B5B9125C (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XML::set_text(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XML_set_text_m6D81B75392842E0E25D8489CB765C2A8F7D89276_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::get_Count()
inline int32_t Stack_1_get_Count_m678306908ACB8CEBB7CF0BA685ABBFFD188FCA43_inline (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Pop()
inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Stack_1_Pop_m86A10A4CCD906E8C1ADFD99E222D5479427F55A8 (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * __this, const RuntimeMethod* method)
{
return (( XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * (*) (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Clear()
inline void Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// System.Void FairyGUI.Utils.XMLList::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList_Clear_m7A98A4AB07DA02FA7495F305E35361EF2FF2A506 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::.ctor()
inline void Stack_1__ctor_m6BA1B0AD2F973190FCC54168BE4BBB7D8A8B7F30 (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
}
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m9285F4AFCAD971E6AFB6F0212B415989CB3DACA5 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// !!0[] System.Array::Empty<System.Char>()
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_inline (const RuntimeMethod* method)
{
return (( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* (*) (const RuntimeMethod*))Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_gshared_inline)(method);
}
// System.String System.String::TrimEnd(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XMLUtils::DecodeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801 (String_t* ___aSource0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XMLIterator::ParseAttributes(System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E (RuntimeObject* ___attrs0, const RuntimeMethod* method);
// System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XMLIterator_GetAttributeFloat_m2FBD977D16EF57D09FBAEC354B63F515856421BA (String_t* ___attrName0, float ___defValue1, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XMLIterator_GetAttributeBool_mC57AC7312C10DFD819424E62056CC88DAA7C1EA8 (String_t* ___attrName0, bool ___defValue1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator()
inline Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5 (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
return (( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current()
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 (*) (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Key()
inline String_t* KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value()
inline String_t* KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext()
inline bool Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6 (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose()
inline void Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321 (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::.ctor()
inline void List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38 (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::Add(!0)
inline void List_1_Add_mA4495BDF573977DC8596C341FB8E3CC3ACB9ABB7 (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * __this, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::Clear()
inline void List_1_Clear_m80023A43A3580997F329303EFE601BB209948369 (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.XML>::get_Count()
inline int32_t List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_inline (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.Utils.XML>::get_Item(System.Int32)
inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_inline (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * (*) (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.Utils.XMLList::.ctor(System.Collections.Generic.List`1<FairyGUI.Utils.XML>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList__ctor_mB4C7FA35761E2323E5B46F3C77CF7F9189ABCF27 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ___list0, const RuntimeMethod* method);
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList/Enumerator::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_inline (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.XMLList/Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.XMLList/Enumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m97EAF4FBE8661011CB5F9BDF0659EAFB514012B3 (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_mE45C6C06FA6664B29F1C763C08CF4846A06B27D5 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1BF9827660E87026C2DE7A53443D65A00B6AA5BC (String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::get_length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_length_m7E12EB7BDBC85439654AFA87F74DCB4D2933423C_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.String FairyGUI.Utils.ByteBuffer::ReadString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadString_mB1281387CF31F04DBBA7AFF10F3FF6BA99BB03B9 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___len0, const RuntimeMethod* method);
// System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ByteBuffer_ReadUint_m7A7855F7C17C6823ED2E6F09D1B7B8BE83252DAB (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output0, int32_t ___destIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::get_Count()
inline int32_t Stack_1_get_Count_m4CFB2410189E040CB2125C9AA3DEED44D24037F1_inline (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::Pop()
inline VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * Stack_1_Pop_m8C6347B4C5D4843816D94EDD3FA8E9FF94BA4F2D (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * __this, const RuntimeMethod* method)
{
return (( VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * (*) (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
}
// System.Void FairyGUI.VertexBuffer::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer__ctor_mEFB99297FEC40D0C82F869F48064CB5FDACD13F5 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
inline void List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, const RuntimeMethod*))List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor()
inline void List_1__ctor_m0AA961F7D579F0A8B7BF5D6FBD3D54E6CAEACC6F (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, const RuntimeMethod*))List_1__ctor_m0AA961F7D579F0A8B7BF5D6FBD3D54E6CAEACC6F_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor()
inline void List_1__ctor_m8EE49DEE250A3669BDA5EB1E3A058B13D72F67F1 (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, const RuntimeMethod*))List_1__ctor_m8EE49DEE250A3669BDA5EB1E3A058B13D72F67F1_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
inline void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::Push(!0)
inline void Stack_1_Push_m94445FCD71948E95FABCC5DD5373E50994B8B77D (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 *, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B *, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear()
inline void List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, const RuntimeMethod*))List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Clear()
inline void List_1_Clear_mC32B60C91F8D0BCA37EA5EFEEDEB971D90CE201E (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, const RuntimeMethod*))List_1_Clear_mC32B60C91F8D0BCA37EA5EFEEDEB971D90CE201E_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Clear()
inline void List_1_Clear_m3FD4CE348D6810CBC5473E2C6F6B541208A7C490 (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, const RuntimeMethod*))List_1_Clear_m3FD4CE348D6810CBC5473E2C6F6B541208A7C490_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
inline void List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
inline int32_t List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, const RuntimeMethod*))List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0)
inline void List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0)
inline void List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621 (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*))List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_gshared)(__this, ___item0, method);
}
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0)
inline void List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342 (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*))List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, const RuntimeMethod* method);
// UnityEngine.Vector4 UnityEngine.Vector4::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Vector4_get_one_mBB426339BA1CAC21CCBA115E783254A0E9C5BC29 (const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32)
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_inline (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, const RuntimeMethod*))List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_gshared_inline)(__this, ___index0, method);
}
// System.Single UnityEngine.Vector4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98 (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Item(System.Int32,!0)
inline void List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6 (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*))List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_gshared)(__this, ___index0, ___value1, method);
}
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Item(System.Int32,!0)
inline void List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, int32_t, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*))List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_gshared)(__this, ___index0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
inline void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7_gshared)(__this, ___collection0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_gshared)(__this, ___collection0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_m04FA3A257AD0C73B121CA0A1D4BF50BDF03A8857 (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m04FA3A257AD0C73B121CA0A1D4BF50BDF03A8857_gshared)(__this, ___collection0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_m5333B4C07439D187128530EB03601CEC9C17E1D8 (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m5333B4C07439D187128530EB03601CEC9C17E1D8_gshared)(__this, ___collection0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
inline int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
inline int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_InsertRange_m4B3C98ABAD859FE36ECBFA5665422625D325461D (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_InsertRange_m4B3C98ABAD859FE36ECBFA5665422625D325461D_gshared)(__this, ___index0, ___collection1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_InsertRange_mBF8C787CA46C6C29770CB4ECF4BE4AC642F4F98B (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_InsertRange_mBF8C787CA46C6C29770CB4ECF4BE4AC642F4F98B_gshared)(__this, ___index0, ___collection1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_InsertRange_m31BC754FAF67E8E3FA6A872F5DA284C649E14BA5 (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_InsertRange_m31BC754FAF67E8E3FA6A872F5DA284C649E14BA5_gshared)(__this, ___index0, ___collection1, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::set_Item(System.Int32,!0)
inline void List_1_set_Item_mF0E545D2205064E7EA7A31558198AE763AE44292 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, int32_t, const RuntimeMethod*))List_1_set_Item_mF0E545D2205064E7EA7A31558198AE763AE44292_gshared)(__this, ___index0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_InsertRange_m93343D24C499ACC090B9B8D01B6487D2A9213CCF (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_InsertRange_m93343D24C499ACC090B9B8D01B6487D2A9213CCF_gshared)(__this, ___index0, ___collection1, method);
}
// System.Void System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::.ctor()
inline void Stack_1__ctor_mDF791AD50AE152908D256EB4C263A97D0F408352 (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
}
// System.Void FairyGUI.GComponent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.IUISource>::.ctor()
inline void List_1__ctor_m576E2E25CDFC98F9840D82694F90AAC421FF105C (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void FairyGUI.GObject::set_focusable(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GObject_set_focusable_m36B33C3509119798CD683E98CFE16DC6899F46EE_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, 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_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* 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);
// FairyGUI.GRoot FairyGUI.GRoot::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12 (const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetHome(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.IUISource>::Add(!0)
inline void List_1_Add_m6F7772AD3236AE5C4A9C5E51D83CBB9B30F522BC (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA *, RuntimeObject*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// System.String FairyGUI.GObject::get_gameObjectName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GObject_get_gameObjectName_m970BCF4F1B310AD69A8E71D1F6FD749438817FD4 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::set_fairyBatching(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_set_fairyBatching_m00A6FC4441DDD2FB263366631A7B608ACFDF97BD (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_m2379AAC6F916B28BB2F815442506267B0FED5FE1 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_draggable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_draggable_m6E417D48468158CEAEA55ED93B1D608508C98AC3 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onDragStart()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onDragStart_m7FF5FFCA6C56A90B15FCE142C1AE7A684F6CAF97 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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);
// FairyGUI.Shape FairyGUI.GGraph::get_shape()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * GGraph_get_shape_m3BEACEFDBAFD0C5082A96F1C324602ACA08DF8CC_inline (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Shape::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shape_get_isEmpty_mD7558C9774838346200FA272271339C460745065 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GGraph::DrawRect(System.Single,System.Single,System.Int32,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GGraph_DrawRect_m152CF5D4582C39E0F37EC7A975DDF378AE17FC61 (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, float ___aWidth0, float ___aHeight1, int32_t ___lineSize2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor3, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor4, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::ShowWindow(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowWindow_mDF8A7ABA7C2768BAE7D934E85936936ED9CF93C0 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_isShowing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GRoot FairyGUI.GObject::get_root()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GObject_get_root_m1C4DC9603085BCEA94EB98296164BF405CBDE473 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideWindowImmediately_mED41022EC6C2D482FC7D536693BD7746A7179C57 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_isTop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_isTop_m41A7C1B9D0628F498FE9A3CE0FBDD6F1F2A8D1D1 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Show_m201A94C3A8928701921F611C80916D6BDA6E9EF9 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.GObject::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// System.Int32 FairyGUI.GComponent::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::BringToFront(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_BringToFront_m715C0C2DE74F76680CB8FFBA498DE6943A6C55AE (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::ShowModalWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, int32_t ___requestingCmd0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GObject::LocalToGlobal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_LocalToGlobal_m7CBB2534A13852B8AE2A3D77827B270E184E7618 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pt0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pt0, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_x()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_y()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_CloseModalWait_m7B21E639A9B1BDB3262D079DE7095C335A7CF630 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, int32_t ___requestingCmd0, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_inContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GObject_get_inContainer_m6DD441D3DB8A75DA272D55EB10DBF61EEE7865C9 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.IUISource>::get_Count()
inline int32_t List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_inline (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.IUISource>::get_Item(System.Int32)
inline RuntimeObject* List_1_get_Item_m19E37811140F861187764C7EEF4BD016A231FC05_inline (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.UILoadCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UILoadCallback__ctor_mCA13B278F0101AE512F08CAD7330E78914F72A14 (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Window::_init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window__init_m6921EF850C608CBD5F8E1C6C404FFB54B5C68146 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GComponent::CallLua(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GComponent_CallLua_m167759F6AD167691E229E1929467369EA1DCF080 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___funcName0, const RuntimeMethod* method);
// System.Void FairyGUI.Window::HideImmediately()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_HideImmediately_mF31DD52979EB1719217BA370011B8ADBA6DC87BE (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_Dispose_mB38906743197832B23277048B8BE632209D4F282 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::CloseModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_CloseModalWait_m7E3F2EE61BD2A180F792BF9F243FEEB309403ABB (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::BringToFront()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_BringToFront_m166A44079246FCE07F1F0190F22D5606C70B89CE (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __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.GObject::StartDrag(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_StartDrag_mE67D7212353EDC7758B75614C23ACB039AD2BFAD (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___touchId0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::_CreateFairyGUI_BaseFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::SetFormat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::PrepareCharacters(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::GetGlyphSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::GetGlyph(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::HasCharacter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_mainTexture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_canTint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_customBold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_customBoldAndItalic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_keepCrisp(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_packageItem(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_mainTexture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_canTint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_customBold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_customBoldAndItalic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_keepCrisp(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BaseFontWrap::set_packageItem(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2 (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.BaseFont::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __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.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.Object LuaInterface.ToLua::CheckObject<FairyGUI.TextFormat>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisTextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_mA6E7D6EC122126CA8D06BEE92A2C08405D9997CF (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
}
// System.Double LuaInterface.LuaDLL::luaL_checknumber(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.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 LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80 (intptr_t ___luaState0, bool ___value1, const RuntimeMethod* method);
// System.Void LuaInterface.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);
// !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.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);
// 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.BaseFont::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.NTexture>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisNTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_mF1987BD8E451B18211B7134E29E03E6E5F845575 (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.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.Object LuaInterface.ToLua::CheckObject<FairyGUI.PackageItem>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m24A6B661157895DBEAD521E1C0F27639A85C66E3 (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.Int32 FairyGUI_BlurFilterWrap::_CreateFairyGUI_BlurFilter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BlurFilterWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BlurFilterWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BlurFilterWrap::get_blurSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BlurFilterWrap::get_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BlurFilterWrap::set_blurSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_BlurFilterWrap::set_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.BlurFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter__ctor_m56B364907205FF197A55A1A74DA4C82C779A0268 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.BlurFilter>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisBlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_m40880051995D106DE582D752039064B39E69B574 (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.BlurFilter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_Dispose_mC7866603EF39E2D47BE1D9A0592C9D414957C17A (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.BlurFilter::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_Update_mBA19AC1E305E9585855E16A316E987AA14104F02 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.BlurFilter::get_target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * BlurFilter_get_target_mC4F8A8DA6CD892F824C94ECBB04ADA8138F14F4E_inline (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __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.BlurFilter::set_target(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_set_target_mA47BA0876DE50AA10356E6CE0A8A14C22FF0FB63 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::_CreateFairyGUI_ColorFilter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::Invert(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::AdjustSaturation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::AdjustContrast(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::AdjustBrightness(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::AdjustHue(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::Tint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::Reset(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::ConcatValues(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::get_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ColorFilterWrap::set_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ColorFilter>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43 (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.ColorFilter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Dispose_m2404BE6EFB0F395A89F2FC4E4CE5EF8992B6C70A (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Update_m4B7082D0755DA906F13AE49EDAE1D130745E4CD8 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::Invert()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Invert_mF2EBA304D6A5D8ECEC51F19D9E007887C2E3196B (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::AdjustSaturation(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustSaturation_m87319527149B905A21AF6FC7D96172FD9BB7EE14 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___sat0, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::AdjustContrast(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustContrast_mC1E4F828C1153E724FC920C21CBD8F78C287389B (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::AdjustBrightness(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustBrightness_mE854FCD359B42B3E34DF3819EBA7170228A747A2 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::AdjustHue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustHue_mBFB435B170F12756723F734627B03D4F3ADCE559 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___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.ColorFilter::Tint(UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Tint_mB34BA5A3D2964A449191FA5E40A351968C205CF9 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, float ___amount1, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// T[] LuaInterface.ToLua::CheckParamsNumber<System.Single>(System.IntPtr,System.Int32,System.Int32)
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071 (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
{
return (( SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* (*) (intptr_t, int32_t, int32_t, const RuntimeMethod*))ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071_gshared)(___L0, ___stackPos1, ___count2, method);
}
// System.Void FairyGUI.ColorFilter::ConcatValues(System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_ConcatValues_m5B98046DC72B7B7FE76C0483F9D5D52C9DC5F25F (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___values0, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.ColorFilter::get_target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ColorFilter_get_target_mFA89F33C63ABD4C70609E9A59B840B60F8334658_inline (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::set_target(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_set_target_m5FE485DF3953B32D13B30856163AD651558CC496 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::_CreateFairyGUI_Container(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::AddChild(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::AddChildAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::Contains(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::GetChildAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::GetChild(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::GetChildIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::RemoveChild(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::RemoveChildAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::RemoveChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::SetChildIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::SwapChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::SwapChildrenAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::ChangeChildrenOrder(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::GetBounds(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::GetRenderCamera(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::HitTest(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::IsAncestorOf(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::InvalidateBatchingState(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::SetChildrenLayer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_renderMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_renderCamera(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_opaque(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_clipSoftness(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_hitArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_touchChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_onUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_reversedMask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_numChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_clipRect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_mask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::get_fairyBatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_renderMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_renderCamera(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_opaque(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_clipSoftness(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_hitArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_touchChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_onUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_reversedMask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_clipRect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_mask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 FairyGUI_ContainerWrap::set_fairyBatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334 (intptr_t ___L0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, 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.Void FairyGUI.Container::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mEDBCC6167D52EBAA45EDDEA6FA6C25B94D14D3F2 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, String_t* ___gameObjectName0, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.GameObject>(System.IntPtr,System.Int32)
inline bool TypeChecker_CheckTypes_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m19A1FBBE63EBDD14147CDE7D856F9C691083E875 (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.Container::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mFD3E40CF8D4A666A0CF8843DA89CB0B61357996C (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___attachTarget0, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Container>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E (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.Boolean FairyGUI.Container::Contains(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Container_Contains_m59DBC9CA96A60565B94EF758B8DC71A61D5C95FB (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::GetChild(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChild_m72B24C0DD49BACC4859591C72B1FD407082C629F (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 FairyGUI.Container::GetChildIndex(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_GetChildIndex_m574928B46F12DBF4FB86CFB2B523EB6E1AF8D79E (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, 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);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, bool ___dispose1, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChildAt_m67A40EE0DFA62027AA66DC8593A8AC90030900C4 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, bool ___dispose1, const RuntimeMethod* method);
// System.Void FairyGUI.Container::RemoveChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveChildren_mB94B602C678C4DEF63516EF43B7B583D1052CAEB (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveChildren_mFEB8959BF262BF009D57CE88E5A81DAC15CDDBA6 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___beginIndex0, int32_t ___endIndex1, bool ___dispose2, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SwapChildren(FairyGUI.DisplayObject,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child10, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child21, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index10, int32_t ___index21, 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.Container::ChangeChildrenOrder(System.Collections.Generic.List`1<System.Int32>,System.Collections.Generic.List`1<FairyGUI.DisplayObject>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___indice0, List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___objs1, 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.Camera FairyGUI.Container::GetRenderCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Camera>(System.IntPtr,T)
inline void ToLua_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCD61DA80A80BCC432D6ED92173231A7D3639994C (intptr_t ___L0, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___o1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, 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);
// FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___stagePoint0, bool ___forTouch1, int32_t ___displayIndex2, const RuntimeMethod* method);
// System.Boolean FairyGUI.Container::IsAncestorOf(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Container_IsAncestorOf_m60FEB641610C67EC5794370A91292C43EE90FD5C (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___obj0, 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.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, bool ___childrenChanged0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___value0, const RuntimeMethod* method);
// 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.Enum)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Vector4>(System.IntPtr,System.Nullable`1<T>)
inline void ToLua_PusNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m61217F6945C22FA238D97B2D04E50DB41B8B923B (intptr_t ___L0, Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___v1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 , const RuntimeMethod*))ToLua_PusNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m61217F6945C22FA238D97B2D04E50DB41B8B923B_gshared)(___L0, ___v1, 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.Int32 FairyGUI.Container::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::get_clipRect()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 Container_get_clipRect_mBC5F666F5B6EEC53973734E8223E53A4A9DA78BF_inline (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Rect>(System.IntPtr,System.Nullable`1<T>)
inline void ToLua_PusNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDB929CFD1850E3DDF303793C094C381E1EAC3662 (intptr_t ___L0, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___v1, const RuntimeMethod* method)
{
(( void (*) (intptr_t, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 , const RuntimeMethod*))ToLua_PusNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDB929CFD1850E3DDF303793C094C381E1EAC3662_gshared)(___L0, ___v1, method);
}
// FairyGUI.DisplayObject FairyGUI.Container::get_mask()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_get_mask_m14AADC909884DCBDF56DE8F8D87F012D9E969F77_inline (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Container::get_fairyBatching()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Container_get_fairyBatching_mEA615A6135AFE01A8BDF4B8AF2C39F5BD385117B_inline (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Vector4>(System.IntPtr,System.Int32)
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ToLua_CheckNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m7CEE7CA4B9A56CE3422D658617DC48AE685CA525 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m7CEE7CA4B9A56CE3422D658617DC48AE685CA525_gshared)(___L0, ___stackPos1, method);
}
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IHitTest>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisIHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_m4EF11A8D6E2FEDB31BC11DA31B1809C7E921AE57 (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.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.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Rect>(System.IntPtr,System.Int32)
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ToLua_CheckNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mF96A72CEC0FF94339202D7DCFF193A83A3C408D2 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mF96A72CEC0FF94339202D7DCFF193A83A3C408D2_gshared)(___L0, ___stackPos1, method);
}
// System.Void FairyGUI.Container::set_clipRect(System.Nullable`1<UnityEngine.Rect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::set_mask(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_mask_mE6180A8B0FF737E14D3A28F3EF50BB27206F0C6A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::set_fairyBatching(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_fairyBatching_mE4A4C1809FB99F571ED2A2287594D551D865A4C8 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.UpdateContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public UpdateContext()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _clipStack = new Stack<ClipInfo>();
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * L_0 = (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 *)il2cpp_codegen_object_new(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841_il2cpp_TypeInfo_var);
Stack_1__ctor_m14CA358ED7E82211F556952AD6EF549CA72E0C7A(L_0, /*hidden argument*/Stack_1__ctor_m14CA358ED7E82211F556952AD6EF549CA72E0C7A_RuntimeMethod_var);
__this->set__clipStack_0(L_0);
// frameId = 1;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_frameId_10(1);
// }
return;
}
}
// System.Void FairyGUI.UpdateContext::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// current = this;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_current_9(__this);
// frameId++;
uint32_t L_0 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_frameId_10();
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_frameId_10(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
// if (frameId == 0)
uint32_t L_1 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_frameId_10();
if (L_1)
{
goto IL_001f;
}
}
{
// frameId = 1;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_frameId_10(1);
}
IL_001f:
{
// renderingOrder = 0;
__this->set_renderingOrder_3(0);
// batchingDepth = 0;
__this->set_batchingDepth_4(0);
// rectMaskDepth = 0;
__this->set_rectMaskDepth_5(0);
// stencilReferenceValue = 0;
__this->set_stencilReferenceValue_6(0);
// alpha = 1;
__this->set_alpha_7((1.0f));
// grayed = false;
__this->set_grayed_8((bool)0);
// clipped = false;
__this->set_clipped_1((bool)0);
// _clipStack.Clear();
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * L_2 = __this->get__clipStack_0();
NullCheck(L_2);
Stack_1_Clear_m36FD1DB7ACEFC50E7B05AAEA4372F9BA248C49F2(L_2, /*hidden argument*/Stack_1_Clear_m36FD1DB7ACEFC50E7B05AAEA4372F9BA248C49F2_RuntimeMethod_var);
// Stats.ObjectCount = 0;
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_ObjectCount_0(0);
// Stats.GraphicsCount = 0;
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_GraphicsCount_1(0);
// _tmpBegin = OnBegin;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnBegin_12();
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set__tmpBegin_14(L_3);
// OnBegin = null;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnBegin_12((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)NULL);
goto IL_0097;
}
IL_007d:
{
// _tmpBegin.Invoke();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get__tmpBegin_14();
NullCheck(L_4);
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(L_4, /*hidden argument*/NULL);
// _tmpBegin = OnBegin;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnBegin_12();
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set__tmpBegin_14(L_5);
// OnBegin = null;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnBegin_12((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)NULL);
}
IL_0097:
{
// while (_tmpBegin != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_6 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get__tmpBegin_14();
if (L_6)
{
goto IL_007d;
}
}
{
// working = true;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_working_11((bool)1);
// }
return;
}
}
// System.Void FairyGUI.UpdateContext::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// working = false;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_working_11((bool)0);
// if (OnEnd != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_0 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnEnd_13();
if (!L_0)
{
goto IL_0017;
}
}
{
// OnEnd.Invoke();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnEnd_13();
NullCheck(L_1);
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(L_1, /*hidden argument*/NULL);
}
IL_0017:
{
// OnEnd = null;
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnEnd_13((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,UnityEngine.Rect,System.Nullable`1<UnityEngine.Vector4>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_EnterClipping_mF63566DF713BA85DA2A97D87B77ABD398661D001 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, uint32_t ___clipId0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___softness2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpdateContext_EnterClipping_mF63566DF713BA85DA2A97D87B77ABD398661D001_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// _clipStack.Push(clipInfo);
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * L_0 = __this->get__clipStack_0();
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_1 = __this->get_clipInfo_2();
NullCheck(L_0);
Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7(L_0, L_1, /*hidden argument*/Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7_RuntimeMethod_var);
// if (rectMaskDepth > 0)
int32_t L_2 = __this->get_rectMaskDepth_5();
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_002e;
}
}
{
// clipRect = ToolSet.Intersection(ref clipInfo.rect, ref clipRect);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_3 = __this->get_address_of_clipInfo_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = L_3->get_address_of_rect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
___clipRect1 = L_5;
}
IL_002e:
{
// rectMaskDepth++;
int32_t L_6 = __this->get_rectMaskDepth_5();
__this->set_rectMaskDepth_5(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
// clipInfo.stencil = false;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_7 = __this->get_address_of_clipInfo_2();
L_7->set_stencil_5((bool)0);
// clipped = true;
__this->set_clipped_1((bool)1);
// clipInfo.rect = clipRect;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_8 = __this->get_address_of_clipInfo_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = ___clipRect1;
L_8->set_rect_0(L_9);
// clipRect.x = clipRect.x + clipRect.width / 2f;
float L_10 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_11 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), ((float)il2cpp_codegen_add((float)L_10, (float)((float)((float)L_11/(float)(2.0f))))), /*hidden argument*/NULL);
// clipRect.y = clipRect.y + clipRect.height / 2f;
float L_12 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_13 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), ((float)il2cpp_codegen_add((float)L_12, (float)((float)((float)L_13/(float)(2.0f))))), /*hidden argument*/NULL);
// clipRect.width /= 2f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_14 = (&___clipRect1);
float L_15 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_14, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_14, ((float)((float)L_15/(float)(2.0f))), /*hidden argument*/NULL);
// clipRect.height /= 2f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = (&___clipRect1);
float L_17 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, ((float)((float)L_17/(float)(2.0f))), /*hidden argument*/NULL);
// if (clipRect.width == 0 || clipRect.height == 0)
float L_18 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
if ((((float)L_18) == ((float)(0.0f))))
{
goto IL_00d5;
}
}
{
float L_19 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
if ((!(((float)L_19) == ((float)(0.0f)))))
{
goto IL_00fb;
}
}
IL_00d5:
{
// clipInfo.clipBox = new Vector4(-2, -2, 0, 0);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_20 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_21;
memset((&L_21), 0, sizeof(L_21));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_21), (-2.0f), (-2.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
L_20->set_clipBox_1(L_21);
goto IL_0145;
}
IL_00fb:
{
// clipInfo.clipBox = new Vector4(-clipRect.x / clipRect.width, -clipRect.y / clipRect.height,
// 1.0f / clipRect.width, 1.0f / clipRect.height);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_22 = __this->get_address_of_clipInfo_2();
float L_23 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_24 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_25 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_26 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_27 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
float L_28 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_29;
memset((&L_29), 0, sizeof(L_29));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_29), ((float)((float)((-L_23))/(float)L_24)), ((float)((float)((-L_25))/(float)L_26)), ((float)((float)(1.0f)/(float)L_27)), ((float)((float)(1.0f)/(float)L_28)), /*hidden argument*/NULL);
L_22->set_clipBox_1(L_29);
}
IL_0145:
{
// clipInfo.clipId = clipId;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_30 = __this->get_address_of_clipInfo_2();
uint32_t L_31 = ___clipId0;
L_30->set_clipId_4(L_31);
// clipInfo.soft = softness != null;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_32 = __this->get_address_of_clipInfo_2();
bool L_33 = Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_inline((Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 *)(&___softness2), /*hidden argument*/Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_RuntimeMethod_var);
L_32->set_soft_2(L_33);
// if (clipInfo.soft)
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_34 = __this->get_address_of_clipInfo_2();
bool L_35 = L_34->get_soft_2();
if (!L_35)
{
goto IL_0300;
}
}
{
// clipInfo.softness = (Vector4)softness;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_36 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_37 = Nullable_1_get_Value_mEDA0EFD8F266D1E116D0144CB0B9F4E5ECD1C34F((Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 *)(&___softness2), /*hidden argument*/Nullable_1_get_Value_mEDA0EFD8F266D1E116D0144CB0B9F4E5ECD1C34F_RuntimeMethod_var);
L_36->set_softness_3(L_37);
// float vx = clipInfo.rect.width * Screen.height * 0.25f;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_38 = __this->get_address_of_clipInfo_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_39 = L_38->get_address_of_rect_0();
float L_40 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_39, /*hidden argument*/NULL);
int32_t L_41 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_40, (float)(((float)((float)L_41))))), (float)(0.25f)));
// float vy = clipInfo.rect.height * Screen.height * 0.25f;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_42 = __this->get_address_of_clipInfo_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_43 = L_42->get_address_of_rect_0();
float L_44 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_43, /*hidden argument*/NULL);
int32_t L_45 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
V_1 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_44, (float)(((float)((float)L_45))))), (float)(0.25f)));
// if (clipInfo.softness.x > 0)
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_46 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_47 = L_46->get_address_of_softness_3();
float L_48 = L_47->get_x_1();
if ((!(((float)L_48) > ((float)(0.0f)))))
{
goto IL_01fc;
}
}
{
// clipInfo.softness.x = vx / clipInfo.softness.x;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_49 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_50 = L_49->get_address_of_softness_3();
float L_51 = V_0;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_52 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_53 = L_52->get_address_of_softness_3();
float L_54 = L_53->get_x_1();
L_50->set_x_1(((float)((float)L_51/(float)L_54)));
goto IL_0211;
}
IL_01fc:
{
// clipInfo.softness.x = 10000f;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_55 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_56 = L_55->get_address_of_softness_3();
L_56->set_x_1((10000.0f));
}
IL_0211:
{
// if (clipInfo.softness.y > 0)
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_57 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_58 = L_57->get_address_of_softness_3();
float L_59 = L_58->get_y_2();
if ((!(((float)L_59) > ((float)(0.0f)))))
{
goto IL_024c;
}
}
{
// clipInfo.softness.y = vy / clipInfo.softness.y;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_60 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_61 = L_60->get_address_of_softness_3();
float L_62 = V_1;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_63 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_64 = L_63->get_address_of_softness_3();
float L_65 = L_64->get_y_2();
L_61->set_y_2(((float)((float)L_62/(float)L_65)));
goto IL_0261;
}
IL_024c:
{
// clipInfo.softness.y = 10000f;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_66 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_67 = L_66->get_address_of_softness_3();
L_67->set_y_2((10000.0f));
}
IL_0261:
{
// if (clipInfo.softness.z > 0)
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_68 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_69 = L_68->get_address_of_softness_3();
float L_70 = L_69->get_z_3();
if ((!(((float)L_70) > ((float)(0.0f)))))
{
goto IL_029c;
}
}
{
// clipInfo.softness.z = vx / clipInfo.softness.z;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_71 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_72 = L_71->get_address_of_softness_3();
float L_73 = V_0;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_74 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_75 = L_74->get_address_of_softness_3();
float L_76 = L_75->get_z_3();
L_72->set_z_3(((float)((float)L_73/(float)L_76)));
goto IL_02b1;
}
IL_029c:
{
// clipInfo.softness.z = 10000f;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_77 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_78 = L_77->get_address_of_softness_3();
L_78->set_z_3((10000.0f));
}
IL_02b1:
{
// if (clipInfo.softness.w > 0)
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_79 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_80 = L_79->get_address_of_softness_3();
float L_81 = L_80->get_w_4();
if ((!(((float)L_81) > ((float)(0.0f)))))
{
goto IL_02eb;
}
}
{
// clipInfo.softness.w = vy / clipInfo.softness.w;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_82 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_83 = L_82->get_address_of_softness_3();
float L_84 = V_1;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_85 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_86 = L_85->get_address_of_softness_3();
float L_87 = L_86->get_w_4();
L_83->set_w_4(((float)((float)L_84/(float)L_87)));
return;
}
IL_02eb:
{
// clipInfo.softness.w = 10000f;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_88 = __this->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_89 = L_88->get_address_of_softness_3();
L_89->set_w_4((10000.0f));
}
IL_0300:
{
// }
return;
}
}
// System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_EnterClipping_m095680B3E57318D4DAD4B583C26B5A5651493464 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, uint32_t ___clipId0, bool ___reversedMask1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpdateContext_EnterClipping_m095680B3E57318D4DAD4B583C26B5A5651493464_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _clipStack.Push(clipInfo);
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * L_0 = __this->get__clipStack_0();
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_1 = __this->get_clipInfo_2();
NullCheck(L_0);
Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7(L_0, L_1, /*hidden argument*/Stack_1_Push_mDC770B8DFC3B386E77E542FBF3915C631BBDE7B7_RuntimeMethod_var);
// if (stencilReferenceValue == 0)
int32_t L_2 = __this->get_stencilReferenceValue_6();
if (L_2)
{
goto IL_0022;
}
}
{
// stencilReferenceValue = 1;
__this->set_stencilReferenceValue_6(1);
goto IL_0030;
}
IL_0022:
{
// stencilReferenceValue = stencilReferenceValue << 1;
int32_t L_3 = __this->get_stencilReferenceValue_6();
__this->set_stencilReferenceValue_6(((int32_t)((int32_t)L_3<<(int32_t)1)));
}
IL_0030:
{
// clipInfo.clipId = clipId;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_4 = __this->get_address_of_clipInfo_2();
uint32_t L_5 = ___clipId0;
L_4->set_clipId_4(L_5);
// clipInfo.stencil = true;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_6 = __this->get_address_of_clipInfo_2();
L_6->set_stencil_5((bool)1);
// clipInfo.reversedMask = reversedMask;
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_7 = __this->get_address_of_clipInfo_2();
bool L_8 = ___reversedMask1;
L_7->set_reversedMask_6(L_8);
// clipped = true;
__this->set_clipped_1((bool)1);
// }
return;
}
}
// System.Void FairyGUI.UpdateContext::LeaveClipping()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_LeaveClipping_m93DB8DD4A269CDE46CD63407B33F1A4597602514 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpdateContext_LeaveClipping_m93DB8DD4A269CDE46CD63407B33F1A4597602514_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (clipInfo.stencil)
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_0 = __this->get_address_of_clipInfo_2();
bool L_1 = L_0->get_stencil_5();
if (!L_1)
{
goto IL_001d;
}
}
{
// stencilReferenceValue = stencilReferenceValue >> 1;
int32_t L_2 = __this->get_stencilReferenceValue_6();
__this->set_stencilReferenceValue_6(((int32_t)((int32_t)L_2>>(int32_t)1)));
goto IL_002b;
}
IL_001d:
{
// rectMaskDepth--;
int32_t L_3 = __this->get_rectMaskDepth_5();
__this->set_rectMaskDepth_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
}
IL_002b:
{
// clipInfo = _clipStack.Pop();
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * L_4 = __this->get__clipStack_0();
NullCheck(L_4);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_5 = Stack_1_Pop_mA04545B0D5D8EE43A752E52CC0A75587EEC7784F(L_4, /*hidden argument*/Stack_1_Pop_mA04545B0D5D8EE43A752E52CC0A75587EEC7784F_RuntimeMethod_var);
__this->set_clipInfo_2(L_5);
// clipped = _clipStack.Count > 0;
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * L_6 = __this->get__clipStack_0();
NullCheck(L_6);
int32_t L_7 = Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_inline(L_6, /*hidden argument*/Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_RuntimeMethod_var);
__this->set_clipped_1((bool)((((int32_t)L_7) > ((int32_t)0))? 1 : 0));
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FairyGUI.UpdateContext/ClipInfo
IL2CPP_EXTERN_C void ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshal_pinvoke(const ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3& unmarshaled, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke& marshaled)
{
marshaled.___rect_0 = unmarshaled.get_rect_0();
marshaled.___clipBox_1 = unmarshaled.get_clipBox_1();
marshaled.___soft_2 = static_cast<int32_t>(unmarshaled.get_soft_2());
marshaled.___softness_3 = unmarshaled.get_softness_3();
marshaled.___clipId_4 = unmarshaled.get_clipId_4();
marshaled.___stencil_5 = static_cast<int32_t>(unmarshaled.get_stencil_5());
marshaled.___reversedMask_6 = static_cast<int32_t>(unmarshaled.get_reversedMask_6());
}
IL2CPP_EXTERN_C void ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshal_pinvoke_back(const ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke& marshaled, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3& unmarshaled)
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE unmarshaled_rect_temp_0;
memset((&unmarshaled_rect_temp_0), 0, sizeof(unmarshaled_rect_temp_0));
unmarshaled_rect_temp_0 = marshaled.___rect_0;
unmarshaled.set_rect_0(unmarshaled_rect_temp_0);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E unmarshaled_clipBox_temp_1;
memset((&unmarshaled_clipBox_temp_1), 0, sizeof(unmarshaled_clipBox_temp_1));
unmarshaled_clipBox_temp_1 = marshaled.___clipBox_1;
unmarshaled.set_clipBox_1(unmarshaled_clipBox_temp_1);
bool unmarshaled_soft_temp_2 = false;
unmarshaled_soft_temp_2 = static_cast<bool>(marshaled.___soft_2);
unmarshaled.set_soft_2(unmarshaled_soft_temp_2);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E unmarshaled_softness_temp_3;
memset((&unmarshaled_softness_temp_3), 0, sizeof(unmarshaled_softness_temp_3));
unmarshaled_softness_temp_3 = marshaled.___softness_3;
unmarshaled.set_softness_3(unmarshaled_softness_temp_3);
uint32_t unmarshaled_clipId_temp_4 = 0;
unmarshaled_clipId_temp_4 = marshaled.___clipId_4;
unmarshaled.set_clipId_4(unmarshaled_clipId_temp_4);
bool unmarshaled_stencil_temp_5 = false;
unmarshaled_stencil_temp_5 = static_cast<bool>(marshaled.___stencil_5);
unmarshaled.set_stencil_5(unmarshaled_stencil_temp_5);
bool unmarshaled_reversedMask_temp_6 = false;
unmarshaled_reversedMask_temp_6 = static_cast<bool>(marshaled.___reversedMask_6);
unmarshaled.set_reversedMask_6(unmarshaled_reversedMask_temp_6);
}
// Conversion method for clean up from marshalling of: FairyGUI.UpdateContext/ClipInfo
IL2CPP_EXTERN_C void ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshal_pinvoke_cleanup(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FairyGUI.UpdateContext/ClipInfo
IL2CPP_EXTERN_C void ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshal_com(const ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3& unmarshaled, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com& marshaled)
{
marshaled.___rect_0 = unmarshaled.get_rect_0();
marshaled.___clipBox_1 = unmarshaled.get_clipBox_1();
marshaled.___soft_2 = static_cast<int32_t>(unmarshaled.get_soft_2());
marshaled.___softness_3 = unmarshaled.get_softness_3();
marshaled.___clipId_4 = unmarshaled.get_clipId_4();
marshaled.___stencil_5 = static_cast<int32_t>(unmarshaled.get_stencil_5());
marshaled.___reversedMask_6 = static_cast<int32_t>(unmarshaled.get_reversedMask_6());
}
IL2CPP_EXTERN_C void ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshal_com_back(const ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com& marshaled, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3& unmarshaled)
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE unmarshaled_rect_temp_0;
memset((&unmarshaled_rect_temp_0), 0, sizeof(unmarshaled_rect_temp_0));
unmarshaled_rect_temp_0 = marshaled.___rect_0;
unmarshaled.set_rect_0(unmarshaled_rect_temp_0);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E unmarshaled_clipBox_temp_1;
memset((&unmarshaled_clipBox_temp_1), 0, sizeof(unmarshaled_clipBox_temp_1));
unmarshaled_clipBox_temp_1 = marshaled.___clipBox_1;
unmarshaled.set_clipBox_1(unmarshaled_clipBox_temp_1);
bool unmarshaled_soft_temp_2 = false;
unmarshaled_soft_temp_2 = static_cast<bool>(marshaled.___soft_2);
unmarshaled.set_soft_2(unmarshaled_soft_temp_2);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E unmarshaled_softness_temp_3;
memset((&unmarshaled_softness_temp_3), 0, sizeof(unmarshaled_softness_temp_3));
unmarshaled_softness_temp_3 = marshaled.___softness_3;
unmarshaled.set_softness_3(unmarshaled_softness_temp_3);
uint32_t unmarshaled_clipId_temp_4 = 0;
unmarshaled_clipId_temp_4 = marshaled.___clipId_4;
unmarshaled.set_clipId_4(unmarshaled_clipId_temp_4);
bool unmarshaled_stencil_temp_5 = false;
unmarshaled_stencil_temp_5 = static_cast<bool>(marshaled.___stencil_5);
unmarshaled.set_stencil_5(unmarshaled_stencil_temp_5);
bool unmarshaled_reversedMask_temp_6 = false;
unmarshaled_reversedMask_temp_6 = static_cast<bool>(marshaled.___reversedMask_6);
unmarshaled.set_reversedMask_6(unmarshaled_reversedMask_temp_6);
}
// Conversion method for clean up from marshalling of: FairyGUI.UpdateContext/ClipInfo
IL2CPP_EXTERN_C void ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshal_com_cleanup(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.ByteBuffer::.ctor(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer__ctor_mAB38FCDC18EE23064866F5569F1F7E6F2DAE1F9A (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method)
{
{
// public ByteBuffer(byte[] data, int offset = 0, int length = -1)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _data = data;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
__this->set__data_6(L_0);
// _pointer = 0;
__this->set__pointer_3(0);
// _offset = offset;
int32_t L_1 = ___offset1;
__this->set__offset_4(L_1);
// if (length < 0)
int32_t L_2 = ___length2;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_002c;
}
}
{
// _length = data.Length - offset;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___data0;
NullCheck(L_3);
int32_t L_4 = ___offset1;
__this->set__length_5(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), (int32_t)L_4)));
goto IL_0033;
}
IL_002c:
{
// _length = length;
int32_t L_5 = ___length2;
__this->set__length_5(L_5);
}
IL_0033:
{
// littleEndian = false;
__this->set_littleEndian_0((bool)0);
// }
return;
}
}
// System.Int32 FairyGUI.Utils.ByteBuffer::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _pointer; }
int32_t L_0 = __this->get__pointer_3();
return L_0;
}
}
// System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _pointer = value; }
int32_t L_0 = ___value0;
__this->set__pointer_3(L_0);
// set { _pointer = value; }
return;
}
}
// System.Int32 FairyGUI.Utils.ByteBuffer::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_length_m7E12EB7BDBC85439654AFA87F74DCB4D2933423C (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _length; }
int32_t L_0 = __this->get__length_5();
return L_0;
}
}
// System.Boolean FairyGUI.Utils.ByteBuffer::get_bytesAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_get_bytesAvailable_mB7C0DF6DCF927F3F25EE0204F688C2BF3E129F66 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _pointer < _length; }
int32_t L_0 = __this->get__pointer_3();
int32_t L_1 = __this->get__length_5();
return (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
}
}
// System.Byte[] FairyGUI.Utils.ByteBuffer::get_buffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_get_buffer_m94E9A13BB05B381E38A2DF111142612E917406F7 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _data; }
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_6();
return L_0;
}
}
// System.Int32 FairyGUI.Utils.ByteBuffer::Skip(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___count0, const RuntimeMethod* method)
{
{
// _pointer += count;
int32_t L_0 = __this->get__pointer_3();
int32_t L_1 = ___count0;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
// return _pointer;
int32_t L_2 = __this->get__pointer_3();
return L_2;
}
}
// System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return _data[_offset + _pointer++];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_6();
int32_t L_1 = __this->get__offset_4();
int32_t L_2 = __this->get__pointer_3();
V_0 = L_2;
int32_t L_3 = V_0;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
int32_t L_4 = V_0;
NullCheck(L_0);
int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_4));
uint8_t L_6 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
return L_6;
}
}
// System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output0, int32_t ___destIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (count > _length - _pointer)
int32_t L_0 = ___count2;
int32_t L_1 = __this->get__length_5();
int32_t L_2 = __this->get__pointer_3();
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)))))
{
goto IL_0016;
}
}
{
// throw new ArgumentOutOfRangeException();
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9_RuntimeMethod_var);
}
IL_0016:
{
// Array.Copy(_data, _offset + _pointer, output, destIndex, count);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_6();
int32_t L_5 = __this->get__offset_4();
int32_t L_6 = __this->get__pointer_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___output0;
int32_t L_8 = ___destIndex1;
int32_t L_9 = ___count2;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL);
// _pointer += count;
int32_t L_10 = __this->get__pointer_3();
int32_t L_11 = ___count2;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)));
// return output;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___output0;
return L_12;
}
}
// System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_ReadBytes_m4BFF3EDAA9B1E977F008F17AB9D25E5944A9025E (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___count0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer_ReadBytes_m4BFF3EDAA9B1E977F008F17AB9D25E5944A9025E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
// if (count > _length - _pointer)
int32_t L_0 = ___count0;
int32_t L_1 = __this->get__length_5();
int32_t L_2 = __this->get__pointer_3();
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)))))
{
goto IL_0016;
}
}
{
// throw new ArgumentOutOfRangeException();
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ByteBuffer_ReadBytes_m4BFF3EDAA9B1E977F008F17AB9D25E5944A9025E_RuntimeMethod_var);
}
IL_0016:
{
// byte[] result = new byte[count];
int32_t L_4 = ___count0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_0 = L_5;
// Array.Copy(_data, _offset + _pointer, result, 0, count);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__data_6();
int32_t L_7 = __this->get__offset_4();
int32_t L_8 = __this->get__pointer_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
int32_t L_10 = ___count0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (RuntimeArray *)(RuntimeArray *)L_9, 0, L_10, /*hidden argument*/NULL);
// _pointer += count;
int32_t L_11 = __this->get__pointer_3();
int32_t L_12 = ___count0;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)));
// return result;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0;
return L_13;
}
}
// FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ByteBuffer::ReadBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int count = ReadInt();
int32_t L_0 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(__this, /*hidden argument*/NULL);
V_0 = L_0;
// ByteBuffer ba = new ByteBuffer(_data, _pointer, count);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_6();
int32_t L_2 = __this->get__pointer_3();
int32_t L_3 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 *)il2cpp_codegen_object_new(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var);
ByteBuffer__ctor_mAB38FCDC18EE23064866F5569F1F7E6F2DAE1F9A(L_4, L_1, L_2, L_3, /*hidden argument*/NULL);
// ba.stringTable = stringTable;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = L_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = __this->get_stringTable_1();
NullCheck(L_5);
L_5->set_stringTable_1(L_6);
// ba.version = version;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = L_5;
int32_t L_8 = __this->get_version_2();
NullCheck(L_7);
L_7->set_version_2(L_8);
// _pointer += count;
int32_t L_9 = __this->get__pointer_3();
int32_t L_10 = V_0;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)));
// return ba;
return L_7;
}
}
// System.Char FairyGUI.Utils.ByteBuffer::ReadChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar ByteBuffer_ReadChar_mDE684A8859E3FB12684C75FFA046B79ACC535B98 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// return (char)ReadShort();
int16_t L_0 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(__this, /*hidden argument*/NULL);
return (((int32_t)((uint16_t)L_0)));
}
}
// System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// bool result = _data[_offset + _pointer] == 1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_6();
int32_t L_1 = __this->get__offset_4();
int32_t L_2 = __this->get__pointer_3();
NullCheck(L_0);
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2));
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
// _pointer++;
int32_t L_5 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
// return result;
return (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
}
}
// System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// int startIndex = _offset + _pointer;
int32_t L_0 = __this->get__offset_4();
int32_t L_1 = __this->get__pointer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// _pointer += 2;
int32_t L_2 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)2)));
// if (littleEndian)
bool L_3 = __this->get_littleEndian_0();
if (!L_3)
{
goto IL_003b;
}
}
{
// return (short)(_data[startIndex] | (_data[startIndex + 1] << 8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_6();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__data_6();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
return (((int16_t)((int16_t)((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8)))))));
}
IL_003b:
{
// return (short)((_data[startIndex] << 8) | _data[startIndex + 1]);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__data_6();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get__data_6();
int32_t L_17 = V_0;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
return (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))|(int32_t)L_19)))));
}
}
// System.UInt16 FairyGUI.Utils.ByteBuffer::ReadUshort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// return (ushort)ReadShort();
int16_t L_0 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(__this, /*hidden argument*/NULL);
return (uint16_t)(((int32_t)((uint16_t)L_0)));
}
}
// System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// int startIndex = _offset + _pointer;
int32_t L_0 = __this->get__offset_4();
int32_t L_1 = __this->get__pointer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// _pointer += 4;
int32_t L_2 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)4)));
// if (littleEndian)
bool L_3 = __this->get_littleEndian_0();
if (!L_3)
{
goto IL_0056;
}
}
{
// return (_data[startIndex]) | (_data[startIndex + 1] << 8) | (_data[startIndex + 2] << 16) | (_data[startIndex + 3] << 24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_6();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__data_6();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__data_6();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get__data_6();
int32_t L_17 = V_0;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3));
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)((int32_t)24)))));
}
IL_0056:
{
// return (_data[startIndex] << 24) | (_data[startIndex + 1] << 16) | (_data[startIndex + 2] << 8) | (_data[startIndex + 3]);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get__data_6();
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = L_21;
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__data_6();
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = __this->get__data_6();
int32_t L_29 = V_0;
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2));
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = __this->get__data_6();
int32_t L_33 = V_0;
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)3));
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_27<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_31<<(int32_t)8))))|(int32_t)L_35));
}
}
// System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ByteBuffer_ReadUint_m7A7855F7C17C6823ED2E6F09D1B7B8BE83252DAB (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// return (uint)ReadInt();
int32_t L_0 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int startIndex = _offset + _pointer;
int32_t L_0 = __this->get__offset_4();
int32_t L_1 = __this->get__pointer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// _pointer += 4;
int32_t L_2 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)4)));
// if (littleEndian == BitConverter.IsLittleEndian)
bool L_3 = __this->get_littleEndian_0();
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_4 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0036;
}
}
{
// return BitConverter.ToSingle(_data, startIndex);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__data_6();
int32_t L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
float L_7 = BitConverter_ToSingle_m5A87B9C607E24D0F283EB39990FAF7ABAB1CBB17(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0036:
{
// temp[3] = _data[startIndex];
IL2CPP_RUNTIME_CLASS_INIT(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__data_6();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_12);
// temp[2] = _data[startIndex + 1];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__data_6();
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_17);
// temp[1] = _data[startIndex + 2];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__data_6();
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2));
uint8_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_22);
// temp[0] = _data[startIndex + 3];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__data_6();
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3));
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_27);
// return BitConverter.ToSingle(temp, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
float L_29 = BitConverter_ToSingle_m5A87B9C607E24D0F283EB39990FAF7ABAB1CBB17(L_28, 0, /*hidden argument*/NULL);
return L_29;
}
}
// System.Int64 FairyGUI.Utils.ByteBuffer::ReadLong()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ByteBuffer_ReadLong_m8E2563A07E65C07680D8B83FB5CBCD110EAC6997 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// int startIndex = _offset + _pointer;
int32_t L_0 = __this->get__offset_4();
int32_t L_1 = __this->get__pointer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// _pointer += 8;
int32_t L_2 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)8)));
// if (littleEndian)
bool L_3 = __this->get_littleEndian_0();
if (!L_3)
{
goto IL_0091;
}
}
{
// int i1 = (_data[startIndex]) | (_data[startIndex + 1] << 8) | (_data[startIndex + 2] << 16) | (_data[startIndex + 3] << 24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__data_6();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__data_6();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__data_6();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get__data_6();
int32_t L_17 = V_0;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3));
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
// int i2 = (_data[startIndex + 4]) | (_data[startIndex + 5] << 8) | (_data[startIndex + 6] << 16) | (_data[startIndex + 7] << 24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get__data_6();
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4));
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__data_6();
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5));
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = __this->get__data_6();
int32_t L_29 = V_0;
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6));
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = __this->get__data_6();
int32_t L_33 = V_0;
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)7));
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23|(int32_t)((int32_t)((int32_t)L_27<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_31<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)24)))));
// return (uint)i1 | ((long)i2 << 32);
int32_t L_36 = V_1;
return ((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)((int32_t)24)))))))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_36)))<<(int32_t)((int32_t)32)))));
}
IL_0091:
{
// int i1 = (_data[startIndex] << 24) | (_data[startIndex + 1] << 16) | (_data[startIndex + 2] << 8) | (_data[startIndex + 3]);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = __this->get__data_6();
int32_t L_38 = V_0;
NullCheck(L_37);
int32_t L_39 = L_38;
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = __this->get__data_6();
int32_t L_42 = V_0;
NullCheck(L_41);
int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = __this->get__data_6();
int32_t L_46 = V_0;
NullCheck(L_45);
int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)2));
uint8_t L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get__data_6();
int32_t L_50 = V_0;
NullCheck(L_49);
int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)3));
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_40<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_44<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_48<<(int32_t)8))))|(int32_t)L_52));
// int i2 = (_data[startIndex + 4] << 24) | (_data[startIndex + 5] << 16) | (_data[startIndex + 6] << 8) | (_data[startIndex + 7]);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = __this->get__data_6();
int32_t L_54 = V_0;
NullCheck(L_53);
int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)4));
uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = __this->get__data_6();
int32_t L_58 = V_0;
NullCheck(L_57);
int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)5));
uint8_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = __this->get__data_6();
int32_t L_62 = V_0;
NullCheck(L_61);
int32_t L_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)6));
uint8_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = __this->get__data_6();
int32_t L_66 = V_0;
NullCheck(L_65);
int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)7));
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
// return (uint)i2 | ((long)i1 << 32);
int32_t L_69 = V_2;
return ((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_56<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_60<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_64<<(int32_t)8))))|(int32_t)L_68))))))))|(int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_69)))<<(int32_t)((int32_t)32)))));
}
}
// System.Double FairyGUI.Utils.ByteBuffer::ReadDouble()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ByteBuffer_ReadDouble_m1AF6F92E6321DA9F6BBAF0C92832D5839582903D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer_ReadDouble_m1AF6F92E6321DA9F6BBAF0C92832D5839582903D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int startIndex = _offset + _pointer;
int32_t L_0 = __this->get__offset_4();
int32_t L_1 = __this->get__pointer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// _pointer += 8;
int32_t L_2 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)8)));
// if (littleEndian == BitConverter.IsLittleEndian)
bool L_3 = __this->get_littleEndian_0();
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_4 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0036;
}
}
{
// return BitConverter.ToDouble(_data, startIndex);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__data_6();
int32_t L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
double L_7 = BitConverter_ToDouble_m5C36647E95F4F3FF047B452C9A21A58E466CA295(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0036:
{
// temp[7] = _data[startIndex];
IL2CPP_RUNTIME_CLASS_INIT(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__data_6();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_12);
// temp[6] = _data[startIndex + 1];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__data_6();
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_17);
// temp[5] = _data[startIndex + 2];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__data_6();
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2));
uint8_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_22);
// temp[4] = _data[startIndex + 3];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__data_6();
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3));
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_27);
// temp[3] = _data[startIndex + 4];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get__data_6();
int32_t L_30 = V_0;
NullCheck(L_29);
int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)4));
uint8_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_32);
// temp[2] = _data[startIndex + 5];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get__data_6();
int32_t L_35 = V_0;
NullCheck(L_34);
int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)5));
uint8_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_37);
// temp[1] = _data[startIndex + 6];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get__data_6();
int32_t L_40 = V_0;
NullCheck(L_39);
int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)6));
uint8_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
NullCheck(L_38);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_42);
// temp[0] = _data[startIndex + 7];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = __this->get__data_6();
int32_t L_45 = V_0;
NullCheck(L_44);
int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)7));
uint8_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
NullCheck(L_43);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_47);
// return BitConverter.ToSingle(temp, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = ((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->get_temp_7();
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
float L_49 = BitConverter_ToSingle_m5A87B9C607E24D0F283EB39990FAF7ABAB1CBB17(L_48, 0, /*hidden argument*/NULL);
return (((double)((double)L_49)));
}
}
// System.String FairyGUI.Utils.ByteBuffer::ReadString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadString_m5AFC623C35037FDE1DC81A8219CF25A659AF4518 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
// ushort len = ReadUshort();
uint16_t L_0 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(__this, /*hidden argument*/NULL);
V_0 = L_0;
// string result = Encoding.UTF8.GetString(_data, _offset + _pointer, len);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__data_6();
int32_t L_3 = __this->get__offset_4();
int32_t L_4 = __this->get__pointer_3();
uint16_t L_5 = V_0;
NullCheck(L_1);
String_t* L_6 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), L_5);
// _pointer += len;
int32_t L_7 = __this->get__pointer_3();
uint16_t L_8 = V_0;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)));
// return result;
return L_6;
}
}
// System.String FairyGUI.Utils.ByteBuffer::ReadString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadString_mB1281387CF31F04DBBA7AFF10F3FF6BA99BB03B9 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___len0, const RuntimeMethod* method)
{
{
// string result = Encoding.UTF8.GetString(_data, _offset + _pointer, len);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_6();
int32_t L_2 = __this->get__offset_4();
int32_t L_3 = __this->get__pointer_3();
int32_t L_4 = ___len0;
NullCheck(L_0);
String_t* L_5 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), L_4);
// _pointer += len;
int32_t L_6 = __this->get__pointer_3();
int32_t L_7 = ___len0;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)));
// return result;
return L_5;
}
}
// System.String FairyGUI.Utils.ByteBuffer::ReadS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int index = ReadUshort();
uint16_t L_0 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (index == 65534) //null
int32_t L_1 = V_0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)65534)))))
{
goto IL_0011;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_0011:
{
// else if (index == 65533)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)65533)))))
{
goto IL_001f;
}
}
{
// return string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_001f:
{
// return stringTable[index];
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = __this->get_stringTable_1();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return L_7;
}
}
// System.Void FairyGUI.Utils.ByteBuffer::WriteS(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, String_t* ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// int index = ReadUshort();
uint16_t L_0 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (index != 65534 && index != 65533)
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)65534))))
{
goto IL_0020;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)65533))))
{
goto IL_0020;
}
}
{
// stringTable[index] = value;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_stringTable_1();
int32_t L_4 = V_0;
String_t* L_5 = ___value0;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (String_t*)L_5);
}
IL_0020:
{
// }
return;
}
}
// UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
uint8_t V_1 = 0x0;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
{
// int startIndex = _offset + _pointer;
int32_t L_0 = __this->get__offset_4();
int32_t L_1 = __this->get__pointer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
// byte r = _data[startIndex];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__data_6();
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
// byte g = _data[startIndex + 1];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__data_6();
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_1 = L_9;
// byte b = _data[startIndex + 2];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__data_6();
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2));
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_2 = L_13;
// byte a = _data[startIndex + 3];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__data_6();
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)3));
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_3 = L_17;
// _pointer += 4;
int32_t L_18 = __this->get__pointer_3();
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)));
// return new Color32(r, g, b, a);
uint8_t L_19 = V_1;
uint8_t L_20 = V_2;
uint8_t L_21 = V_3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_22;
memset((&L_22), 0, sizeof(L_22));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_22), L_5, L_19, L_20, L_21, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_23 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_22, /*hidden argument*/NULL);
return L_23;
}
}
// System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___indexTablePos0, int32_t ___blockIndex1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// int tmp = _pointer;
int32_t L_0 = __this->get__pointer_3();
V_0 = L_0;
// _pointer = indexTablePos;
int32_t L_1 = ___indexTablePos0;
__this->set__pointer_3(L_1);
// int segCount = _data[_offset + _pointer++];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__data_6();
int32_t L_3 = __this->get__offset_4();
int32_t L_4 = __this->get__pointer_3();
V_2 = L_4;
int32_t L_5 = V_2;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
int32_t L_6 = V_2;
NullCheck(L_2);
int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_6));
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_1 = L_8;
// if (blockIndex < segCount)
int32_t L_9 = ___blockIndex1;
int32_t L_10 = V_1;
if ((((int32_t)L_9) >= ((int32_t)L_10)))
{
goto IL_009e;
}
}
{
// bool useShort = _data[_offset + _pointer++] == 1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get__data_6();
int32_t L_12 = __this->get__offset_4();
int32_t L_13 = __this->get__pointer_3();
V_2 = L_13;
int32_t L_14 = V_2;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)));
int32_t L_15 = V_2;
NullCheck(L_11);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_15));
uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
// if (useShort)
if (!((((int32_t)L_17) == ((int32_t)1))? 1 : 0))
{
goto IL_006f;
}
}
{
// _pointer += 2 * blockIndex;
int32_t L_18 = __this->get__pointer_3();
int32_t L_19 = ___blockIndex1;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_19)))));
// newPos = ReadShort();
int16_t L_20 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(__this, /*hidden argument*/NULL);
V_3 = L_20;
// }
goto IL_0086;
}
IL_006f:
{
// _pointer += 4 * blockIndex;
int32_t L_21 = __this->get__pointer_3();
int32_t L_22 = ___blockIndex1;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_22)))));
// newPos = ReadInt();
int32_t L_23 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(__this, /*hidden argument*/NULL);
V_3 = L_23;
}
IL_0086:
{
// if (newPos > 0)
int32_t L_24 = V_3;
if ((((int32_t)L_24) <= ((int32_t)0)))
{
goto IL_0095;
}
}
{
// _pointer = indexTablePos + newPos;
int32_t L_25 = ___indexTablePos0;
int32_t L_26 = V_3;
__this->set__pointer_3(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)));
// return true;
return (bool)1;
}
IL_0095:
{
// _pointer = tmp;
int32_t L_27 = V_0;
__this->set__pointer_3(L_27);
// return false;
return (bool)0;
}
IL_009e:
{
// _pointer = tmp;
int32_t L_28 = V_0;
__this->set__pointer_3(L_28);
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.Utils.ByteBuffer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer__cctor_m9264D3B9FDD1FD8BD1BC9740DF501FC3BE3BB7D2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ByteBuffer__cctor_m9264D3B9FDD1FD8BD1BC9740DF501FC3BE3BB7D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static byte[] temp = new byte[8];
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
((ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields*)il2cpp_codegen_static_fields_for(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var))->set_temp_7(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.GComponent FairyGUI.Utils.HtmlButton::get_button()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// public GComponent button { get; private set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get_U3CbuttonU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.Utils.HtmlButton::set_button(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_set_button_m8C117B0288472F6B4295DDF45D5D5D29F4167BDE (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method)
{
{
// public GComponent button { get; private set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___value0;
__this->set_U3CbuttonU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton__ctor_mEA557E86723C24A34AE2345BB9CAE6C3032E974F (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlButton__ctor_mEA557E86723C24A34AE2345BB9CAE6C3032E974F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlButton()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// if (resource != null)
String_t* L_0 = ((HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_StaticFields*)il2cpp_codegen_static_fields_for(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_il2cpp_TypeInfo_var))->get_resource_2();
if (!L_0)
{
goto IL_0035;
}
}
{
// button = UIPackage.CreateObjectFromURL(resource).asCom;
String_t* L_1 = ((HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_StaticFields*)il2cpp_codegen_static_fields_for(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_il2cpp_TypeInfo_var))->get_resource_2();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC(L_2, /*hidden argument*/NULL);
HtmlButton_set_button_m8C117B0288472F6B4295DDF45D5D5D29F4167BDE_inline(__this, L_3, /*hidden argument*/NULL);
// _clickHandler = (EventContext context) =>
// {
// _owner.DispatchEvent(CLICK_EVENT, context.data, this);
// };
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_4 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_4, __this, (intptr_t)((intptr_t)HtmlButton_U3C_ctorU3Eb__9_0_m674961EEA44A3683F5810C9E96247C976E54658C_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__clickHandler_5(L_4);
// }
return;
}
IL_0035:
{
// Debug.LogWarning("FairyGUI: Set HtmlButton.resource first");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral4486E2B4F04A6E6C3B8EB53263A5BF83074E5FBE, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.Utils.HtmlButton::get_displayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * HtmlButton_get_displayObject_mCC11D16B8B80F7A8E6185D54D7048E60990BDFE7 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// get { return button != null ? button.displayObject : null; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000a;
}
}
{
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_000a:
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlButton::get_element()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlButton_get_element_m95839591A0199CB131F727A313F4068FC2419E86 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// get { return _element; }
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = __this->get__element_4();
return L_0;
}
}
// System.Single FairyGUI.Utils.HtmlButton::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlButton_get_width_m5007D0C61E9D55274CCE179DD7CE698DED618903 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// get { return button != null ? button.width : 0; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
return (0.0f);
}
IL_000e:
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
float L_2 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Single FairyGUI.Utils.HtmlButton::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlButton_get_height_mAF383984D5C1905438459C3A756526F0DE225671 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// get { return button != null ? button.height : 0; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
return (0.0f);
}
IL_000e:
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
float L_2 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.Utils.HtmlButton::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_Create_mBAEB6144C17877BD5A91D8D9FC04D668AA2143B2 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___owner0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlButton_Create_mBAEB6144C17877BD5A91D8D9FC04D668AA2143B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// _owner = owner;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___owner0;
__this->set__owner_3(L_0);
// _element = element;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = ___element1;
__this->set__element_4(L_1);
// if (button == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0017;
}
}
{
// return;
return;
}
IL_0017:
{
// button.onClick.Add(_clickHandler);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = __this->get__clickHandler_5();
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
// int width = element.GetInt("width", button.sourceWidth);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = ___element1;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_7)->get_sourceWidth_5();
NullCheck(L_6);
int32_t L_9 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_6, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, L_8, /*hidden argument*/NULL);
V_0 = L_9;
// int height = element.GetInt("height", button.sourceHeight);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_10 = ___element1;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_11)->get_sourceHeight_6();
NullCheck(L_10);
int32_t L_13 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_10, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, L_12, /*hidden argument*/NULL);
V_1 = L_13;
// button.SetSize(width, height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
int32_t L_15 = V_0;
int32_t L_16 = V_1;
NullCheck(L_14);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_14, (((float)((float)L_15))), (((float)((float)L_16))), /*hidden argument*/NULL);
// button.text = element.GetString("value");
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_18 = ___element1;
NullCheck(L_18);
String_t* L_19 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_18, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
NullCheck(L_17);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_17, L_19);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::SetPosition(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_SetPosition_mEADFD25CF360E2E29977A4AAE95F1B524CCF6225 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// if (button != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0015;
}
}
{
// button.SetXY(x, y);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
float L_2 = ___x0;
float L_3 = ___y1;
NullCheck(L_1);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_1, L_2, L_3, /*hidden argument*/NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::Add()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_Add_mC4FAEAEEAE159CDE02D14E67DCAD473713053F02 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// if (button != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_001f;
}
}
{
// _owner.AddChild(button.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = __this->get__owner_3();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_1, L_3, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_Remove_mC5E4C33839A90FF2D4C48FE3A0CE7202C6101B33 (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// if (button != null && button.displayObject.parent != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0031;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0031;
}
}
{
// _owner.RemoveChild(button.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_4 = __this->get__owner_3();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_4, L_6, /*hidden argument*/NULL);
}
IL_0031:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_Release_m1F496E52E903B3BC4E05A946E0AA316B0996B41C (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// if (button != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// button.RemoveEventListeners();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(L_1, /*hidden argument*/NULL);
}
IL_0013:
{
// _owner = null;
__this->set__owner_3((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)NULL);
// _element = null;
__this->set__element_4((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_Dispose_m90C70CB8BEAF9A9FB8C49F5AF9C3BC5C32204CFC (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// if (button != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// button.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_1);
}
IL_0013:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlButton::<.ctor>b__9_0(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlButton_U3C_ctorU3Eb__9_0_m674961EEA44A3683F5810C9E96247C976E54658C (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlButton_U3C_ctorU3Eb__9_0_m674961EEA44A3683F5810C9E96247C976E54658C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.DispatchEvent(CLICK_EVENT, context.data, this);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_3();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
RuntimeObject * L_2 = L_1->get_data_4();
NullCheck(L_0);
EventDispatcher_DispatchEvent_mEA455D8BB6FE28181D527893DB66636704D88DC3(L_0, _stringLiteralDF59A4D5E26BE0D0EEA1E82E1106F7BFC9A28276, L_2, __this, /*hidden argument*/NULL);
// };
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.HtmlElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement__ctor_m65C711B07F5737B5E22BA1057C9F04FA90B3B8F3 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement__ctor_m65C711B07F5737B5E22BA1057C9F04FA90B3B8F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlElement()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// format = new TextFormat();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)il2cpp_codegen_object_new(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var);
TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9(L_0, /*hidden argument*/NULL);
__this->set_format_3(L_0);
// }
return;
}
}
// System.Object FairyGUI.Utils.HtmlElement::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HtmlElement_Get_m8A57799B92429ADEDDDAAC816AE4B668FB8FCCCF (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// if (attributes == null)
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_attributes_9();
if (L_0)
{
goto IL_000a;
}
}
{
// return null;
return NULL;
}
IL_000a:
{
// return attributes[attrName];
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_attributes_9();
String_t* L_2 = ___attrName0;
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2);
return L_3;
}
}
// System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, RuntimeObject * ___attrValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (attributes == null)
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_attributes_9();
if (L_0)
{
goto IL_0013;
}
}
{
// attributes = new Hashtable();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL);
__this->set_attributes_9(L_1);
}
IL_0013:
{
// attributes[attrName] = attrValue;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_attributes_9();
String_t* L_3 = ___attrName0;
RuntimeObject * L_4 = ___attrValue1;
NullCheck(L_2);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_3, L_4);
// }
return;
}
}
// System.String FairyGUI.Utils.HtmlElement::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetString(attrName, null);
String_t* L_0 = ___attrName0;
String_t* L_1 = HtmlElement_GetString_mE6C5EEE74682526485B49BB0A3C8EFAE7BF6F317(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.String FairyGUI.Utils.HtmlElement::GetString(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HtmlElement_GetString_mE6C5EEE74682526485B49BB0A3C8EFAE7BF6F317 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, String_t* ___defValue1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
// if (attributes == null)
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_attributes_9();
if (L_0)
{
goto IL_000a;
}
}
{
// return defValue;
String_t* L_1 = ___defValue1;
return L_1;
}
IL_000a:
{
// object ret = attributes[attrName];
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_attributes_9();
String_t* L_3 = ___attrName0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3);
V_0 = L_4;
// if (ret != null)
RuntimeObject * L_5 = V_0;
if (!L_5)
{
goto IL_0021;
}
}
{
// return ret.ToString();
RuntimeObject * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
return L_7;
}
IL_0021:
{
// return defValue;
String_t* L_8 = ___defValue1;
return L_8;
}
}
// System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HtmlElement_GetInt_mFC1373D8984B3D3C37F2B2975DE4792F8365DE61 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetInt(attrName, 0);
String_t* L_0 = ___attrName0;
int32_t L_1 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(__this, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, int32_t ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// string value = GetString(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
int32_t L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// if (value[value.Length - 1] == '%')
String_t* L_6 = V_0;
String_t* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)37)))))
{
goto IL_0052;
}
}
{
// if (int.TryParse(value.Substring(0, value.Length - 1), out ret))
String_t* L_10 = V_0;
String_t* L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
String_t* L_13 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_10, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL);
bool L_14 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_13, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0050;
}
}
{
// return Mathf.CeilToInt(ret / 100.0f * defValue);
int32_t L_15 = V_1;
int32_t L_16 = ___defValue1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_17 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)((float)((float)(((float)((float)L_15)))/(float)(100.0f))), (float)(((float)((float)L_16))))), /*hidden argument*/NULL);
return L_17;
}
IL_0050:
{
// return defValue;
int32_t L_18 = ___defValue1;
return L_18;
}
IL_0052:
{
// if (int.TryParse(value, out ret))
String_t* L_19 = V_0;
bool L_20 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_19, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (!L_20)
{
goto IL_005e;
}
}
{
// return ret;
int32_t L_21 = V_2;
return L_21;
}
IL_005e:
{
// return defValue;
int32_t L_22 = ___defValue1;
return L_22;
}
}
// System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlElement_GetFloat_mEC47DCFD7984D92504ADA9EE567DA83A1CD4062B (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetFloat(attrName, 0);
String_t* L_0 = ___attrName0;
float L_1 = HtmlElement_GetFloat_m1687695738C83088A5894992F90D384FB6421C01(__this, L_0, (0.0f), /*hidden argument*/NULL);
return L_1;
}
}
// System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlElement_GetFloat_m1687695738C83088A5894992F90D384FB6421C01 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, float ___defValue1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
float V_1 = 0.0f;
{
// string value = GetString(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
float L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// if (float.TryParse(value, out ret))
String_t* L_6 = V_0;
bool L_7 = Single_TryParse_m548E9EC17193999C07717FECFAD0A907980D566C(L_6, (float*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0021;
}
}
{
// return ret;
float L_8 = V_1;
return L_8;
}
IL_0021:
{
// return defValue;
float L_9 = ___defValue1;
return L_9;
}
}
// System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlElement_GetBool_mCE94B8AC6BC41319827CA36BD0823528E31784AA (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetBool(attrName, false);
String_t* L_0 = ___attrName0;
bool L_1 = HtmlElement_GetBool_m0D8A213B2EE7B2B3A5E3AE566CE382A03CCD92B4(__this, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlElement_GetBool_m0D8A213B2EE7B2B3A5E3AE566CE382A03CCD92B4 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, bool ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_GetBool_m0D8A213B2EE7B2B3A5E3AE566CE382A03CCD92B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
{
// string value = GetString(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
bool L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// if (bool.TryParse(value, out ret))
String_t* L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var);
bool L_7 = Boolean_TryParse_m5EA8C5E47A3BF0223FD368503B36206256937A61(L_6, (bool*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0021;
}
}
{
// return ret;
bool L_8 = V_1;
return L_8;
}
IL_0021:
{
// return defValue;
bool L_9 = ___defValue1;
return L_9;
}
}
// UnityEngine.Color FairyGUI.Utils.HtmlElement::GetColor(System.String,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 HtmlElement_GetColor_m260289E78EFC887FD02E192A1777D1599FFF2878 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___defValue1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// string value = GetString(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// return ToolSet.ConvertFromHtmlColor(value);
String_t* L_6 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void FairyGUI.Utils.HtmlElement::FetchAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// attributes = XMLIterator.GetAttributes(attributes);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_attributes_9();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = XMLIterator_GetAttributes_mB0FD0346A02703801E9A48A8753ED4CBF504E0AD(L_0, /*hidden argument*/NULL);
__this->set_attributes_9(L_1);
// }
return;
}
}
// System.Boolean FairyGUI.Utils.HtmlElement::get_isEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlElement_get_isEntity_m920D4851ED88DCD6BA7C236C0CD702AC79668B06 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, const RuntimeMethod* method)
{
{
// get { return type == HtmlElementType.Image || type == HtmlElementType.Select || type == HtmlElementType.Input || type == HtmlElementType.Object; }
int32_t L_0 = __this->get_type_0();
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0025;
}
}
{
int32_t L_1 = __this->get_type_0();
if ((((int32_t)L_1) == ((int32_t)4)))
{
goto IL_0025;
}
}
{
int32_t L_2 = __this->get_type_0();
if ((((int32_t)L_2) == ((int32_t)3)))
{
goto IL_0025;
}
}
{
int32_t L_3 = __this->get_type_0();
return (bool)((((int32_t)L_3) == ((int32_t)5))? 1 : 0);
}
IL_0025:
{
return (bool)1;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F (int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_0 = NULL;
{
// if (elementPool.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * L_0 = ((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields*)il2cpp_codegen_static_fields_for(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var))->get_elementPool_10();
NullCheck(L_0);
int32_t L_1 = Stack_1_get_Count_m865D3A8E3E6DC676015D4E2C90E3F9A53217E875_inline(L_0, /*hidden argument*/Stack_1_get_Count_m865D3A8E3E6DC676015D4E2C90E3F9A53217E875_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_001a;
}
}
{
// ret = elementPool.Pop();
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * L_2 = ((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields*)il2cpp_codegen_static_fields_for(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var))->get_elementPool_10();
NullCheck(L_2);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_3 = Stack_1_Pop_m1278D98735854D8BCE8BC4BED1F82CA5ED2786BB(L_2, /*hidden argument*/Stack_1_Pop_m1278D98735854D8BCE8BC4BED1F82CA5ED2786BB_RuntimeMethod_var);
V_0 = L_3;
goto IL_0020;
}
IL_001a:
{
// ret = new HtmlElement();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_4 = (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)il2cpp_codegen_object_new(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement__ctor_m65C711B07F5737B5E22BA1057C9F04FA90B3B8F3(L_4, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0020:
{
// ret.type = type;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_5 = V_0;
int32_t L_6 = ___type0;
NullCheck(L_5);
L_5->set_type_0(L_6);
// if (type != HtmlElementType.Text && ret.attributes == null)
int32_t L_7 = ___type0;
if (!L_7)
{
goto IL_003d;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_8 = V_0;
NullCheck(L_8);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = L_8->get_attributes_9();
if (L_9)
{
goto IL_003d;
}
}
{
// ret.attributes = new Hashtable();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_10 = V_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
L_10->set_attributes_9(L_11);
}
IL_003d:
{
// return ret;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = V_0;
return L_12;
}
}
// System.Void FairyGUI.Utils.HtmlElement::ReturnElement(FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_ReturnElement_m2932F02B8F3941866CF5F7989303274338D59730 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_ReturnElement_m2932F02B8F3941866CF5F7989303274338D59730_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// element.name = null;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = ___element0;
NullCheck(L_0);
L_0->set_name_1((String_t*)NULL);
// element.text = null;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = ___element0;
NullCheck(L_1);
L_1->set_text_2((String_t*)NULL);
// element.htmlObject = null;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_2 = ___element0;
NullCheck(L_2);
L_2->set_htmlObject_5((RuntimeObject*)NULL);
// element.status = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_3 = ___element0;
NullCheck(L_3);
L_3->set_status_6(0);
// if (element.attributes != null)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_4 = ___element0;
NullCheck(L_4);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = L_4->get_attributes_9();
if (!L_5)
{
goto IL_002f;
}
}
{
// element.attributes.Clear();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = ___element0;
NullCheck(L_6);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = L_6->get_attributes_9();
NullCheck(L_7);
VirtActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_7);
}
IL_002f:
{
// elementPool.Push(element);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * L_8 = ((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields*)il2cpp_codegen_static_fields_for(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var))->get_elementPool_10();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_9 = ___element0;
NullCheck(L_8);
Stack_1_Push_m6A3C410FDF6C0CCCFDEBB6D1A93E9C2154FFD588(L_8, L_9, /*hidden argument*/Stack_1_Push_m6A3C410FDF6C0CCCFDEBB6D1A93E9C2154FFD588_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlElement::ReturnElements(System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_ReturnElements_mDA8DA151C83A8802ACF28E27FFC1C8046E864B24 (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ___elements0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement_ReturnElements_mDA8DA151C83A8802ACF28E27FFC1C8046E864B24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int count = elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_0 = ___elements0;
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_0, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_001b;
}
IL_000b:
{
// HtmlElement element = elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = ___elements0;
int32_t L_3 = V_1;
NullCheck(L_2);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_4 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
// ReturnElement(element);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_ReturnElement_m2932F02B8F3941866CF5F7989303274338D59730(L_4, /*hidden argument*/NULL);
// for (int i = 0; i < count; i++)
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_001b:
{
// for (int i = 0; i < count; i++)
int32_t L_6 = V_1;
int32_t L_7 = V_0;
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_000b;
}
}
{
// elements.Clear();
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_8 = ___elements0;
NullCheck(L_8);
List_1_Clear_mBAEEACE102B923C7868C6595444A1C0F6BF0B0AA(L_8, /*hidden argument*/List_1_Clear_mBAEEACE102B923C7868C6595444A1C0F6BF0B0AA_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlElement::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement__cctor_m0CA7202BD40130C64C304D4880ADEBDE032AD282 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlElement__cctor_m0CA7202BD40130C64C304D4880ADEBDE032AD282_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Stack<HtmlElement> elementPool = new Stack<HtmlElement>();
Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * L_0 = (Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 *)il2cpp_codegen_object_new(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149_il2cpp_TypeInfo_var);
Stack_1__ctor_m4CF6F74EDFFCC127866A0CEBDC5676D40C3298E8(L_0, /*hidden argument*/Stack_1__ctor_m4CF6F74EDFFCC127866A0CEBDC5676D40C3298E8_RuntimeMethod_var);
((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields*)il2cpp_codegen_static_fields_for(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var))->set_elementPool_10(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.GLoader FairyGUI.Utils.HtmlImage::get_loader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// public GLoader loader { get; private set; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get_U3CloaderU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.Utils.HtmlImage::set_loader(FairyGUI.GLoader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_set_loader_m047B3F208559C910DE956C1ECE87DF75DA5AB687 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, GLoader_t79DB886430214FA5031328823142509230E0E4A8 * ___value0, const RuntimeMethod* method)
{
{
// public GLoader loader { get; private set; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = ___value0;
__this->set_U3CloaderU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void FairyGUI.Utils.HtmlImage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage__ctor_m1365A105C867754F0F492754FC44EF7A46E53138 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlImage__ctor_m1365A105C867754F0F492754FC44EF7A46E53138_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlImage()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// loader = (GLoader)UIObjectFactory.NewObject(ObjectType.Loader);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD(4, /*hidden argument*/NULL);
HtmlImage_set_loader_m047B3F208559C910DE956C1ECE87DF75DA5AB687_inline(__this, ((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_0, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// loader.gameObjectName = "HtmlImage";
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_1 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(L_1, _stringLiteral63A0CA462870E1BB159AD100C55A7EE829A6AEFA, /*hidden argument*/NULL);
// loader.fill = FillType.ScaleFree;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_2 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
GLoader_set_fill_m5F347E89F07B4EE92175F35F42DF9EC64C743B6C(L_2, 4, /*hidden argument*/NULL);
// loader.touchable = false;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_3 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95(L_3, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.Utils.HtmlImage::get_displayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * HtmlImage_get_displayObject_m993368C97A2B7510EDD9C1118978D9AD7CF55199 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// get { return loader.displayObject; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlImage::get_element()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlImage_get_element_m25C1BCA8511BDA77B12E50BD901103B49C0032D9 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// get { return _element; }
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = __this->get__element_2();
return L_0;
}
}
// System.Single FairyGUI.Utils.HtmlImage::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlImage_get_width_mA8C20BB94E60CFA8B05A82A2192D819A71F65E9E (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// get { return loader.width; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Single FairyGUI.Utils.HtmlImage::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlImage_get_height_m3B40BD6B6368F49C6A033F579F6EA0681204E3ED (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// get { return loader.height; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.Utils.HtmlImage::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_Create_mF3E2337F60CB873AC043C32C8C1533D4B1C02327 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___owner0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlImage_Create_mF3E2337F60CB873AC043C32C8C1533D4B1C02327_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
String_t* V_5 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_6 = NULL;
{
// _owner = owner;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___owner0;
__this->set__owner_1(L_0);
// _element = element;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = ___element1;
__this->set__element_2(L_1);
// int sourceWidth = 0;
V_0 = 0;
// int sourceHeight = 0;
V_1 = 0;
// NTexture texture = owner.htmlPageContext.GetImageTexture(this);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_2 = ___owner0;
NullCheck(L_2);
RuntimeObject* L_3 = RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = InterfaceFuncInvoker1< NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *, HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * >::Invoke(2 /* FairyGUI.NTexture FairyGUI.Utils.IHtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage) */, IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var, L_3, __this);
V_2 = L_4;
// if (texture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = V_2;
if (!L_5)
{
goto IL_0045;
}
}
{
// sourceWidth = texture.width;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = V_2;
NullCheck(L_6);
int32_t L_7 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_6, /*hidden argument*/NULL);
V_0 = L_7;
// sourceHeight = texture.height;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = V_2;
NullCheck(L_8);
int32_t L_9 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_8, /*hidden argument*/NULL);
V_1 = L_9;
// loader.texture = texture;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_10 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_11 = V_2;
NullCheck(L_10);
GLoader_set_texture_m89E7AA65B3D934C1E6CFBE38E87590D954C0929D(L_10, L_11, /*hidden argument*/NULL);
// _externalTexture = true;
__this->set__externalTexture_3((bool)1);
// }
goto IL_0087;
}
IL_0045:
{
// string src = element.GetString("src");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = ___element1;
NullCheck(L_12);
String_t* L_13 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_12, _stringLiteralF27FEDE2220BCD326AEE3E86DDFD4EBD0FE58CB9, /*hidden argument*/NULL);
V_5 = L_13;
// if (src != null)
String_t* L_14 = V_5;
if (!L_14)
{
goto IL_0073;
}
}
{
// PackageItem pi = UIPackage.GetItemByURL(src);
String_t* L_15 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_16 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_15, /*hidden argument*/NULL);
V_6 = L_16;
// if (pi != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_17 = V_6;
if (!L_17)
{
goto IL_0073;
}
}
{
// sourceWidth = pi.width;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = V_6;
NullCheck(L_18);
int32_t L_19 = L_18->get_width_5();
V_0 = L_19;
// sourceHeight = pi.height;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_20 = V_6;
NullCheck(L_20);
int32_t L_21 = L_20->get_height_6();
V_1 = L_21;
}
IL_0073:
{
// loader.url = src;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_22 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
String_t* L_23 = V_5;
NullCheck(L_22);
GLoader_set_url_mF7D7464F7E47EAA7AB96D9B418CBB906281168CB(L_22, L_23, /*hidden argument*/NULL);
// _externalTexture = false;
__this->set__externalTexture_3((bool)0);
}
IL_0087:
{
// int width = element.GetInt("width", sourceWidth);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_24 = ___element1;
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_24, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, L_25, /*hidden argument*/NULL);
V_3 = L_26;
// int height = element.GetInt("height", sourceHeight);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_27 = ___element1;
int32_t L_28 = V_1;
NullCheck(L_27);
int32_t L_29 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_27, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, L_28, /*hidden argument*/NULL);
V_4 = L_29;
// if (width == 0)
int32_t L_30 = V_3;
if (L_30)
{
goto IL_00a7;
}
}
{
// width = 5;
V_3 = 5;
}
IL_00a7:
{
// if (height == 0)
int32_t L_31 = V_4;
if (L_31)
{
goto IL_00af;
}
}
{
// height = 10;
V_4 = ((int32_t)10);
}
IL_00af:
{
// loader.SetSize(width, height);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_32 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
int32_t L_33 = V_3;
int32_t L_34 = V_4;
NullCheck(L_32);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_32, (((float)((float)L_33))), (((float)((float)L_34))), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlImage::SetPosition(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_SetPosition_m89712DE5F1F1D6B05A0D58600CA9A3CA91E52AF6 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// loader.SetXY(x, y);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
float L_1 = ___x0;
float L_2 = ___y1;
NullCheck(L_0);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlImage::Add()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_Add_m9C644B6C00EABE79DF1BF52C6172416F7C3CF7B6 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// _owner.AddChild(loader.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_1();
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_1 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_0, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlImage::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_Remove_mB716B57193142D0E75CE34446737279073ABE563 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// if (loader.displayObject.parent != null)
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0029;
}
}
{
// _owner.RemoveChild(loader.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_3 = __this->get__owner_1();
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_4 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_3, L_5, /*hidden argument*/NULL);
}
IL_0029:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlImage::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_Release_m4FDD708CBE8314483563A51E2A1732E09C5C238A (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlImage_Release_m4FDD708CBE8314483563A51E2A1732E09C5C238A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// loader.RemoveEventListeners();
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(L_0, /*hidden argument*/NULL);
// if (_externalTexture)
bool L_1 = __this->get__externalTexture_3();
if (!L_1)
{
goto IL_0036;
}
}
{
// _owner.htmlPageContext.FreeImageTexture(this, loader.texture);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_2 = __this->get__owner_1();
NullCheck(L_2);
RuntimeObject* L_3 = RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline(L_2, /*hidden argument*/NULL);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_4 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = GLoader_get_texture_m31053A55020E4E4F4D6B933FF0C509B46DF2A1F8(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
InterfaceActionInvoker2< HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 *, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * >::Invoke(3 /* System.Void FairyGUI.Utils.IHtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture) */, IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var, L_3, __this, L_5);
// _externalTexture = false;
__this->set__externalTexture_3((bool)0);
}
IL_0036:
{
// loader.url = null;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_6 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
GLoader_set_url_mF7D7464F7E47EAA7AB96D9B418CBB906281168CB(L_6, (String_t*)NULL, /*hidden argument*/NULL);
// _owner = null;
__this->set__owner_1((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)NULL);
// _element = null;
__this->set__element_2((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlImage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlImage_Dispose_mB4FF6094EF78BB19C42805588F689373E28C4BB6 (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlImage_Dispose_mB4FF6094EF78BB19C42805588F689373E28C4BB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_externalTexture)
bool L_0 = __this->get__externalTexture_3();
if (!L_0)
{
goto IL_0024;
}
}
{
// _owner.htmlPageContext.FreeImageTexture(this, loader.texture);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = __this->get__owner_1();
NullCheck(L_1);
RuntimeObject* L_2 = RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline(L_1, /*hidden argument*/NULL);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_3 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = GLoader_get_texture_m31053A55020E4E4F4D6B933FF0C509B46DF2A1F8(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
InterfaceActionInvoker2< HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 *, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * >::Invoke(3 /* System.Void FairyGUI.Utils.IHtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture) */, IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var, L_2, __this, L_4);
}
IL_0024:
{
// loader.Dispose();
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_5 = HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_5);
// }
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
// FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::get_textInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// public GTextInput textInput { get; private set; }
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = __this->get_U3CtextInputU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.Utils.HtmlInput::set_textInput(FairyGUI.GTextInput)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_set_textInput_m2AD5728E9DBD18AC6FC8D0623920BEBE2441D23F (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * ___value0, const RuntimeMethod* method)
{
{
// public GTextInput textInput { get; private set; }
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = ___value0;
__this->set_U3CtextInputU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput__ctor_mADD33EE4D755AEB93E4DDF4B2FE04C4FB10C3249 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlInput__ctor_mADD33EE4D755AEB93E4DDF4B2FE04C4FB10C3249_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlInput()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// textInput = (GTextInput)UIObjectFactory.NewObject(ObjectType.InputText);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD(8, /*hidden argument*/NULL);
HtmlInput_set_textInput_m2AD5728E9DBD18AC6FC8D0623920BEBE2441D23F_inline(__this, ((GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C *)CastclassClass((RuntimeObject*)L_0, GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// textInput.gameObjectName = "HtmlInput";
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_1 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(L_1, _stringLiteral5BED71DAA87F433FC31F21A81EB160B8D758A654, /*hidden argument*/NULL);
// textInput.verticalAlign = VertAlignType.Middle;
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_2 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
GTextField_set_verticalAlign_m112FAB11512635D58DD98CA213E0C42EDE9AA862(L_2, 1, /*hidden argument*/NULL);
// _border = new Shape();
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_3 = (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 *)il2cpp_codegen_object_new(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8_il2cpp_TypeInfo_var);
Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6(L_3, /*hidden argument*/NULL);
__this->set__border_4(L_3);
// _border.graphics.dontClip = true;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_4 = __this->get__border_4();
NullCheck(L_4);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
L_5->set_dontClip_5((bool)1);
// ((InputTextField)textInput.displayObject).AddChildAt(_border, 0);
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_6 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_6, /*hidden argument*/NULL);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_8 = __this->get__border_4();
NullCheck(((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)CastclassClass((RuntimeObject*)L_7, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)));
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)CastclassClass((RuntimeObject*)L_7, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)), L_8, 0, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.Utils.HtmlInput::get_displayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * HtmlInput_get_displayObject_m7E520250C72F784A46CF18B2DF8B963E54D17884 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// get { return textInput.displayObject; }
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlInput::get_element()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlInput_get_element_m31D055CA5E381AD08B5C82B90AE60A69E9FFB194 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// get { return _element; }
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = __this->get__element_2();
return L_0;
}
}
// System.Single FairyGUI.Utils.HtmlInput::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlInput_get_width_mD60521EC3CCF108DE6DDEB24451597155CD4AACD (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// get { return _hidden ? 0 : _border.width; }
bool L_0 = __this->get__hidden_3();
if (L_0)
{
goto IL_0014;
}
}
{
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_1 = __this->get__border_4();
NullCheck(L_1);
float L_2 = DisplayObject_get_width_m54F85578BB710796FDB0574D17756760331E27FA(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (0.0f);
}
}
// System.Single FairyGUI.Utils.HtmlInput::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlInput_get_height_mD92201A3D4BACA3D4FBC562D517057AD8C681BEE (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// get { return _hidden ? 0 : _border.height; }
bool L_0 = __this->get__hidden_3();
if (L_0)
{
goto IL_0014;
}
}
{
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_1 = __this->get__border_4();
NullCheck(L_1);
float L_2 = DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (0.0f);
}
}
// System.Void FairyGUI.Utils.HtmlInput::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_Create_m6A081EA2F85B753443E56F4A317457F257198F01 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___owner0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlInput_Create_m6A081EA2F85B753443E56F4A317457F257198F01_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// _owner = owner;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___owner0;
__this->set__owner_1(L_0);
// _element = element;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = ___element1;
__this->set__element_2(L_1);
// string type = element.GetString("type");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_2 = ___element1;
NullCheck(L_2);
String_t* L_3 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
V_0 = L_3;
// if (type != null)
String_t* L_4 = V_0;
if (!L_4)
{
goto IL_0024;
}
}
{
// type = type.ToLower();
String_t* L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0024:
{
// _hidden = type == "hidden";
String_t* L_7 = V_0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral99D72C7FC3E2E145870BEAB37C0B70E343EA9C3B, /*hidden argument*/NULL);
__this->set__hidden_3(L_8);
// if (!_hidden)
bool L_9 = __this->get__hidden_3();
if (L_9)
{
goto IL_0188;
}
}
{
// int width = element.GetInt("width", 0);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_10 = ___element1;
NullCheck(L_10);
int32_t L_11 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_10, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, 0, /*hidden argument*/NULL);
V_1 = L_11;
// int height = element.GetInt("height", 0);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = ___element1;
NullCheck(L_12);
int32_t L_13 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_12, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, 0, /*hidden argument*/NULL);
V_2 = L_13;
// _borderSize = element.GetInt("border", defaultBorderSize);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_14 = ___element1;
IL2CPP_RUNTIME_CLASS_INIT(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var);
int32_t L_15 = ((HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields*)il2cpp_codegen_static_fields_for(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var))->get_defaultBorderSize_6();
NullCheck(L_14);
int32_t L_16 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_14, _stringLiteralCA6BCD4B6F3FA92D735FDB206A49D381884C3CEF, L_15, /*hidden argument*/NULL);
__this->set__borderSize_5(L_16);
// Color borderColor = element.GetColor("border-color", defaultBorderColor);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_17 = ___element1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_18 = ((HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields*)il2cpp_codegen_static_fields_for(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var))->get_defaultBorderColor_7();
NullCheck(L_17);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_19 = HtmlElement_GetColor_m260289E78EFC887FD02E192A1777D1599FFF2878(L_17, _stringLiteral6B60E9AD01B3111BAFEC4A47367FD4E690D25169, L_18, /*hidden argument*/NULL);
V_3 = L_19;
// if (width == 0)
int32_t L_20 = V_1;
if (L_20)
{
goto IL_00b4;
}
}
{
// width = element.space;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_21 = ___element1;
NullCheck(L_21);
int32_t L_22 = L_21->get_space_7();
V_1 = L_22;
// if (width > _owner.width / 2 || width < 100)
int32_t L_23 = V_1;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_24 = __this->get__owner_1();
NullCheck(L_24);
float L_25 = DisplayObject_get_width_m54F85578BB710796FDB0574D17756760331E27FA(L_24, /*hidden argument*/NULL);
if ((((float)(((float)((float)L_23)))) > ((float)((float)((float)L_25/(float)(2.0f))))))
{
goto IL_00a5;
}
}
{
int32_t L_26 = V_1;
if ((((int32_t)L_26) >= ((int32_t)((int32_t)100))))
{
goto IL_00b4;
}
}
IL_00a5:
{
// width = (int)_owner.width / 2;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_27 = __this->get__owner_1();
NullCheck(L_27);
float L_28 = DisplayObject_get_width_m54F85578BB710796FDB0574D17756760331E27FA(L_27, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)(((int32_t)((int32_t)L_28)))/(int32_t)2));
}
IL_00b4:
{
// if (height == 0)
int32_t L_29 = V_2;
if (L_29)
{
goto IL_00cf;
}
}
{
// height = element.format.size + 10 + _borderSize * 2;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_30 = ___element1;
NullCheck(L_30);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_31 = L_30->get_format_3();
NullCheck(L_31);
int32_t L_32 = L_31->get_size_0();
int32_t L_33 = __this->get__borderSize_5();
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2))));
}
IL_00cf:
{
// textInput.textFormat = element.format;
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_34 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_35 = ___element1;
NullCheck(L_35);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_36 = L_35->get_format_3();
NullCheck(L_34);
GTextField_set_textFormat_mD748D394818BE6294995D73ACB89F125181FDBD0(L_34, L_36, /*hidden argument*/NULL);
// textInput.displayAsPassword = type == "password";
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_37 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
String_t* L_38 = V_0;
bool L_39 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, _stringLiteral5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8, /*hidden argument*/NULL);
NullCheck(L_37);
GTextInput_set_displayAsPassword_m7BE7E621C8F06F25F5774522EE5D0A6FB6D3779F(L_37, L_39, /*hidden argument*/NULL);
// textInput.SetSize(width - _borderSize * 2, height - _borderSize * 2);
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_40 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
int32_t L_41 = V_1;
int32_t L_42 = __this->get__borderSize_5();
int32_t L_43 = V_2;
int32_t L_44 = __this->get__borderSize_5();
NullCheck(L_40);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_40, (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)2))))))), (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)2))))))), /*hidden argument*/NULL);
// textInput.maxLength = element.GetInt("maxlength", int.MaxValue);
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_45 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_46 = ___element1;
NullCheck(L_46);
int32_t L_47 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_46, _stringLiteralBFBB7626A600DE71D8F59B481C7A3C74221CB43A, ((int32_t)2147483647LL), /*hidden argument*/NULL);
NullCheck(L_45);
GTextInput_set_maxLength_mBF460F992D346F89054167B51CF87EE43168885D(L_45, L_47, /*hidden argument*/NULL);
// _border.SetXY(-_borderSize, -_borderSize);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_48 = __this->get__border_4();
int32_t L_49 = __this->get__borderSize_5();
int32_t L_50 = __this->get__borderSize_5();
NullCheck(L_48);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_48, (((float)((float)((-L_49))))), (((float)((float)((-L_50))))), /*hidden argument*/NULL);
// _border.SetSize(width, height);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_51 = __this->get__border_4();
int32_t L_52 = V_1;
int32_t L_53 = V_2;
NullCheck(L_51);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(L_51, (((float)((float)L_52))), (((float)((float)L_53))), /*hidden argument*/NULL);
// _border.DrawRect(_borderSize, borderColor, new Color(0, 0, 0, 0));
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_54 = __this->get__border_4();
int32_t L_55 = __this->get__borderSize_5();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_56 = V_3;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_57;
memset((&L_57), 0, sizeof(L_57));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_57), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_54);
Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3(L_54, (((float)((float)L_55))), L_56, L_57, /*hidden argument*/NULL);
}
IL_0188:
{
// textInput.text = element.GetString("value");
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_58 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_59 = ___element1;
NullCheck(L_59);
String_t* L_60 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_59, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
NullCheck(L_58);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_58, L_60);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::SetPosition(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_SetPosition_mE64240C4FBA07F37EB79EA457FD4235DEF68AC02 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// if (!_hidden)
bool L_0 = __this->get__hidden_3();
if (L_0)
{
goto IL_0025;
}
}
{
// textInput.SetXY(x + _borderSize, y + _borderSize);
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_1 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
float L_2 = ___x0;
int32_t L_3 = __this->get__borderSize_5();
float L_4 = ___y1;
int32_t L_5 = __this->get__borderSize_5();
NullCheck(L_1);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_1, ((float)il2cpp_codegen_add((float)L_2, (float)(((float)((float)L_3))))), ((float)il2cpp_codegen_add((float)L_4, (float)(((float)((float)L_5))))), /*hidden argument*/NULL);
}
IL_0025:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::Add()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_Add_mE0954151AE57BC7DFD6E58CE20DC1BDD49301863 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// if (!_hidden)
bool L_0 = __this->get__hidden_3();
if (L_0)
{
goto IL_001f;
}
}
{
// _owner.AddChild(textInput.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = __this->get__owner_1();
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_2 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_1, L_3, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_Remove_m3EB963FE1408A4FC2A47652C3E7C839F9B6D30EF (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// if (!_hidden && textInput.displayObject.parent != null)
bool L_0 = __this->get__hidden_3();
if (L_0)
{
goto IL_0031;
}
}
{
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_1 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0031;
}
}
{
// _owner.RemoveChild(textInput.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_4 = __this->get__owner_1();
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_5 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_4, L_6, /*hidden argument*/NULL);
}
IL_0031:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_Release_m9B329CA38B315EBC8FA61E66BCA744600FC2A694 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// textInput.RemoveEventListeners();
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(L_0, /*hidden argument*/NULL);
// textInput.text = null;
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_1 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_1, (String_t*)NULL);
// _owner = null;
__this->set__owner_1((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)NULL);
// _element = null;
__this->set__element_2((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput_Dispose_m4E305AEA3F0C44091B08FB559A34A0A6C5B309B6 (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// textInput.Dispose();
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_0);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlInput::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlInput__cctor_mB8B53115FF9476BAC6289DB8CC886D651E1B587B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlInput__cctor_mB8B53115FF9476BAC6289DB8CC886D651E1B587B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static int defaultBorderSize = 2;
((HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields*)il2cpp_codegen_static_fields_for(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var))->set_defaultBorderSize_6(2);
// public static Color defaultBorderColor = ToolSet.ColorFromRGB(0xA9A9A9);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ToolSet_ColorFromRGB_m57EBD95134B21C35AD0FF9400716B2FD80105087(((int32_t)11119017), /*hidden argument*/NULL);
((HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_StaticFields*)il2cpp_codegen_static_fields_for(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var))->set_defaultBorderColor_7(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.HtmlLink::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink__ctor_m8D37E3E95344EF740767AC74B925A8C516B15CCB (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlLink__ctor_m8D37E3E95344EF740767AC74B925A8C516B15CCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlLink()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _shape = new SelectionShape();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_0 = (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 *)il2cpp_codegen_object_new(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429_il2cpp_TypeInfo_var);
SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1(L_0, /*hidden argument*/NULL);
__this->set__shape_2(L_0);
// _shape.gameObject.name = "HtmlLink";
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_1 = __this->get__shape_2();
NullCheck(L_1);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_2, _stringLiteral3233B2A891DB422D544A5C32EBD69DEE26731EF2, /*hidden argument*/NULL);
// _clickHandler = (EventContext context) =>
// {
// _owner.BubbleEvent("onClickLink", _element.GetString("href"));
// };
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_3, __this, (intptr_t)((intptr_t)HtmlLink_U3C_ctorU3Eb__6_0_m971AB41FF2386329711EE0629EC1637D907EB66C_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__clickHandler_3(L_3);
// _rolloverHandler = (EventContext context) =>
// {
// if (_owner.htmlParseOptions.linkHoverBgColor.a > 0)
// _shape.color = _owner.htmlParseOptions.linkHoverBgColor;
// };
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_4 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_4, __this, (intptr_t)((intptr_t)HtmlLink_U3C_ctorU3Eb__6_1_mDC476CE17E09F9115F7801753D8BDE3B2F7BF97C_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__rolloverHandler_4(L_4);
// _rolloutHandler = () =>
// {
// if (_owner.htmlParseOptions.linkHoverBgColor.a > 0)
// _shape.color = _owner.htmlParseOptions.linkBgColor;
// };
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_5, __this, (intptr_t)((intptr_t)HtmlLink_U3C_ctorU3Eb__6_2_m8676EFB2051F428222B9CFF5CE47C06BC5DDCBBE_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__rolloutHandler_5(L_5);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.Utils.HtmlLink::get_displayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * HtmlLink_get_displayObject_m6D7EE5AF16304E8920BD0E04C82A3A0FD68CA63D (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// get { return _shape; }
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_0 = __this->get__shape_2();
return L_0;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::get_element()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlLink_get_element_m81884F36DDD794D55CF5D49A811C68E2AC888E37 (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// get { return _element; }
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = __this->get__element_1();
return L_0;
}
}
// System.Single FairyGUI.Utils.HtmlLink::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlLink_get_width_mCCEF887E2DCDF2BC6F7695C4A8D2C9122D948828 (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// get { return 0; }
return (0.0f);
}
}
// System.Single FairyGUI.Utils.HtmlLink::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlLink_get_height_m9BCE903E377EE356B48430DD51A0745285D14276 (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// get { return 0; }
return (0.0f);
}
}
// System.Void FairyGUI.Utils.HtmlLink::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_Create_m193CA7761C747944A10C85BDB3662752A2E5E238 (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___owner0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element1, const RuntimeMethod* method)
{
{
// _owner = owner;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___owner0;
__this->set__owner_0(L_0);
// _element = element;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = ___element1;
__this->set__element_1(L_1);
// _shape.onClick.Add(_clickHandler);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_2 = __this->get__shape_2();
NullCheck(L_2);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E(L_2, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_4 = __this->get__clickHandler_3();
NullCheck(L_3);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_3, L_4, /*hidden argument*/NULL);
// _shape.onRollOver.Add(_rolloverHandler);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_5 = __this->get__shape_2();
NullCheck(L_5);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_6 = DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B(L_5, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_7 = __this->get__rolloverHandler_4();
NullCheck(L_6);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_6, L_7, /*hidden argument*/NULL);
// _shape.onRollOut.Add(_rolloutHandler);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_8 = __this->get__shape_2();
NullCheck(L_8);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_9 = DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2(L_8, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_10 = __this->get__rolloutHandler_5();
NullCheck(L_9);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_9, L_10, /*hidden argument*/NULL);
// _shape.color = _owner.htmlParseOptions.linkBgColor;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_11 = __this->get__shape_2();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_12 = __this->get__owner_0();
NullCheck(L_12);
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_13 = RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_14 = L_13->get_linkBgColor_2();
NullCheck(L_11);
SelectionShape_set_color_mACF42273E50D8A31F3CD1FD86AF71E0F5569EB91(L_11, L_14, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::SetArea(System.Int32,System.Single,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_SetArea_mF99122FB9F2EFDBECD74E866863B09B50A0274BF (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, int32_t ___startLine0, float ___startCharX1, int32_t ___endLine2, float ___endCharX3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlLink_SetArea_mF99122FB9F2EFDBECD74E866863B09B50A0274BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (startLine == endLine && startCharX > endCharX)
int32_t L_0 = ___startLine0;
int32_t L_1 = ___endLine2;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0010;
}
}
{
float L_2 = ___startCharX1;
float L_3 = ___endCharX3;
if ((!(((float)L_2) > ((float)L_3))))
{
goto IL_0010;
}
}
{
// float tmp = startCharX;
float L_4 = ___startCharX1;
// startCharX = endCharX;
float L_5 = ___endCharX3;
___startCharX1 = L_5;
// endCharX = tmp;
___endCharX3 = L_4;
}
IL_0010:
{
// _shape.rects.Clear();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_6 = __this->get__shape_2();
NullCheck(L_6);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_7 = L_6->get_rects_52();
NullCheck(L_7);
List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB(L_7, /*hidden argument*/List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var);
// _owner.textField.GetLinesShape(startLine, startCharX, endLine, endCharX, true, _shape.rects);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_8 = __this->get__owner_0();
NullCheck(L_8);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(L_8, /*hidden argument*/NULL);
int32_t L_10 = ___startLine0;
float L_11 = ___startCharX1;
int32_t L_12 = ___endLine2;
float L_13 = ___endCharX3;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_14 = __this->get__shape_2();
NullCheck(L_14);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_15 = L_14->get_rects_52();
NullCheck(L_9);
TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23(L_9, L_10, L_11, L_12, L_13, (bool)1, L_15, /*hidden argument*/NULL);
// _shape.Refresh();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_16 = __this->get__shape_2();
NullCheck(L_16);
SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4(L_16, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::SetPosition(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_SetPosition_m41F5F13BC2C6D9263D314CEE8B5168C38AD3673B (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// _shape.SetXY(x, y);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_0 = __this->get__shape_2();
float L_1 = ___x0;
float L_2 = ___y1;
NullCheck(L_0);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::Add()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_Add_m71383010CA5D975B74EE9EE085F0C72DAAE35F6F (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// _owner.AddChildAt(_shape, 0);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_0();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_1 = __this->get__shape_2();
NullCheck(L_0);
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(L_0, L_1, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_Remove_m7FA4C4C0B8467634509B96836F10E1AC1577914C (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// if (_shape.parent != null)
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_0 = __this->get__shape_2();
NullCheck(L_0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
// _owner.RemoveChild(_shape);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_2 = __this->get__owner_0();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_3 = __this->get__shape_2();
NullCheck(L_2);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_2, L_3, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_Release_m01221949AF5AF847E0FC262994CE9FCA9C0A6AE5 (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// _shape.RemoveEventListeners();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_0 = __this->get__shape_2();
NullCheck(L_0);
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(L_0, /*hidden argument*/NULL);
// _owner = null;
__this->set__owner_0((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)NULL);
// _element = null;
__this->set__element_1((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_Dispose_mA0E0C426C058587C3093689CF8E66445943F36F9 (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// _shape.Dispose();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_0 = __this->get__shape_2();
NullCheck(L_0);
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, L_0);
// _shape = null;
__this->set__shape_2((SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_0(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_U3C_ctorU3Eb__6_0_m971AB41FF2386329711EE0629EC1637D907EB66C (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlLink_U3C_ctorU3Eb__6_0_m971AB41FF2386329711EE0629EC1637D907EB66C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.BubbleEvent("onClickLink", _element.GetString("href"));
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_0();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = __this->get__element_1();
NullCheck(L_1);
String_t* L_2 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_1, _stringLiteral7A0CA1C963F5AA7610D2E562D7882941EA18E5EC, /*hidden argument*/NULL);
NullCheck(L_0);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_0, _stringLiteral38930E0039A944FC185AEA40045438485B3AEF8C, L_2, /*hidden argument*/NULL);
// };
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_1(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_U3C_ctorU3Eb__6_1_mDC476CE17E09F9115F7801753D8BDE3B2F7BF97C (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// if (_owner.htmlParseOptions.linkHoverBgColor.a > 0)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_0();
NullCheck(L_0);
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_1 = RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_2 = L_1->get_address_of_linkHoverBgColor_3();
float L_3 = L_2->get_a_3();
if ((!(((float)L_3) > ((float)(0.0f)))))
{
goto IL_0037;
}
}
{
// _shape.color = _owner.htmlParseOptions.linkHoverBgColor;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_4 = __this->get__shape_2();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_5 = __this->get__owner_0();
NullCheck(L_5);
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_6 = RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = L_6->get_linkHoverBgColor_3();
NullCheck(L_4);
SelectionShape_set_color_mACF42273E50D8A31F3CD1FD86AF71E0F5569EB91(L_4, L_7, /*hidden argument*/NULL);
}
IL_0037:
{
// };
return;
}
}
// System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_U3C_ctorU3Eb__6_2_m8676EFB2051F428222B9CFF5CE47C06BC5DDCBBE (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, const RuntimeMethod* method)
{
{
// if (_owner.htmlParseOptions.linkHoverBgColor.a > 0)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_0();
NullCheck(L_0);
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_1 = RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_2 = L_1->get_address_of_linkHoverBgColor_3();
float L_3 = L_2->get_a_3();
if ((!(((float)L_3) > ((float)(0.0f)))))
{
goto IL_0037;
}
}
{
// _shape.color = _owner.htmlParseOptions.linkBgColor;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_4 = __this->get__shape_2();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_5 = __this->get__owner_0();
NullCheck(L_5);
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_6 = RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = L_6->get_linkBgColor_2();
NullCheck(L_4);
SelectionShape_set_color_mACF42273E50D8A31F3CD1FD86AF71E0F5569EB91(L_4, L_7, /*hidden argument*/NULL);
}
IL_0037:
{
// };
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.HtmlPageContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlPageContext__ctor_m9EC1CD789DD67D4A1725981ED3462BF097EE6B29 (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlPageContext__ctor_m9EC1CD789DD67D4A1725981ED3462BF097EE6B29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlPageContext()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _imagePool = new Stack<IHtmlObject>();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_0 = (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *)il2cpp_codegen_object_new(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229_il2cpp_TypeInfo_var);
Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6(L_0, /*hidden argument*/Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6_RuntimeMethod_var);
__this->set__imagePool_0(L_0);
// _inputPool = new Stack<IHtmlObject>();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_1 = (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *)il2cpp_codegen_object_new(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229_il2cpp_TypeInfo_var);
Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6(L_1, /*hidden argument*/Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6_RuntimeMethod_var);
__this->set__inputPool_1(L_1);
// _buttonPool = new Stack<IHtmlObject>();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_2 = (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *)il2cpp_codegen_object_new(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229_il2cpp_TypeInfo_var);
Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6(L_2, /*hidden argument*/Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6_RuntimeMethod_var);
__this->set__buttonPool_2(L_2);
// _selectPool = new Stack<IHtmlObject>();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_3 = (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *)il2cpp_codegen_object_new(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229_il2cpp_TypeInfo_var);
Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6(L_3, /*hidden argument*/Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6_RuntimeMethod_var);
__this->set__selectPool_3(L_3);
// _linkPool = new Stack<IHtmlObject>();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_4 = (Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 *)il2cpp_codegen_object_new(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229_il2cpp_TypeInfo_var);
Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6(L_4, /*hidden argument*/Stack_1__ctor_mFFBE13694F9F783D9F54A6529C2969E41C390CA6_RuntimeMethod_var);
__this->set__linkPool_4(L_4);
// if (Application.isPlaying && _poolManager == null)
bool L_5 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_5)
{
goto IL_0065;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0065;
}
}
{
// _poolManager = Stage.inst.CreatePoolManager("HtmlObjectPool");
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_8 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_8);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Stage_CreatePoolManager_mBD96FD1A4C795582FEE889339B558B26EF446B81(L_8, _stringLiteralF51952DC1D7956C43E27E8AD51DEFADF3EA66470, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->set__poolManager_6(L_9);
}
IL_0065:
{
// }
return;
}
}
// FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HtmlPageContext_CreateObject_mDB99AA5F6DE21B045313C37A799E7F1901FB9D51 (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___owner0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlPageContext_CreateObject_mDB99AA5F6DE21B045313C37A799E7F1901FB9D51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
{
// IHtmlObject ret = null;
V_0 = (RuntimeObject*)NULL;
// bool fromPool = false;
V_1 = (bool)0;
// if (element.type == HtmlElementType.Image)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = ___element1;
NullCheck(L_0);
int32_t L_1 = L_0->get_type_0();
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_0046;
}
}
{
// if (_imagePool.Count > 0 && _poolManager != null)
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_2 = __this->get__imagePool_0();
NullCheck(L_2);
int32_t L_3 = Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_inline(L_2, /*hidden argument*/Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_RuntimeMethod_var);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_003b;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003b;
}
}
{
// ret = _imagePool.Pop();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_6 = __this->get__imagePool_0();
NullCheck(L_6);
RuntimeObject* L_7 = Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD(L_6, /*hidden argument*/Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD_RuntimeMethod_var);
V_0 = L_7;
// fromPool = true;
V_1 = (bool)1;
// }
goto IL_0164;
}
IL_003b:
{
// ret = new HtmlImage();
HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * L_8 = (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 *)il2cpp_codegen_object_new(HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50_il2cpp_TypeInfo_var);
HtmlImage__ctor_m1365A105C867754F0F492754FC44EF7A46E53138(L_8, /*hidden argument*/NULL);
V_0 = L_8;
// }
goto IL_0164;
}
IL_0046:
{
// else if (element.type == HtmlElementType.Link)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_9 = ___element1;
NullCheck(L_9);
int32_t L_10 = L_9->get_type_0();
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_0088;
}
}
{
// if (_linkPool.Count > 0 && _poolManager != null)
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_11 = __this->get__linkPool_4();
NullCheck(L_11);
int32_t L_12 = Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_inline(L_11, /*hidden argument*/Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_RuntimeMethod_var);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_007d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_14 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_13, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_007d;
}
}
{
// ret = _linkPool.Pop();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_15 = __this->get__linkPool_4();
NullCheck(L_15);
RuntimeObject* L_16 = Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD(L_15, /*hidden argument*/Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD_RuntimeMethod_var);
V_0 = L_16;
// fromPool = true;
V_1 = (bool)1;
// }
goto IL_0164;
}
IL_007d:
{
// ret = new HtmlLink();
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_17 = (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 *)il2cpp_codegen_object_new(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5_il2cpp_TypeInfo_var);
HtmlLink__ctor_m8D37E3E95344EF740767AC74B925A8C516B15CCB(L_17, /*hidden argument*/NULL);
V_0 = L_17;
// }
goto IL_0164;
}
IL_0088:
{
// else if (element.type == HtmlElementType.Input)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_18 = ___element1;
NullCheck(L_18);
int32_t L_19 = L_18->get_type_0();
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
{
goto IL_012a;
}
}
{
// string type = element.GetString("type");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_20 = ___element1;
NullCheck(L_20);
String_t* L_21 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_20, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
V_2 = L_21;
// if (type != null)
String_t* L_22 = V_2;
if (!L_22)
{
goto IL_00aa;
}
}
{
// type = type.ToLower();
String_t* L_23 = V_2;
NullCheck(L_23);
String_t* L_24 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_23, /*hidden argument*/NULL);
V_2 = L_24;
}
IL_00aa:
{
// if (type == "button" || type == "submit")
String_t* L_25 = V_2;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7, /*hidden argument*/NULL);
if (L_26)
{
goto IL_00c4;
}
}
{
String_t* L_27 = V_2;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral3FA4054F214F0F8063D8FB4453BE65D460E3E30C, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00f7;
}
}
IL_00c4:
{
// if (_buttonPool.Count > 0 && _poolManager != null)
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_29 = __this->get__buttonPool_2();
NullCheck(L_29);
int32_t L_30 = Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_inline(L_29, /*hidden argument*/Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_RuntimeMethod_var);
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_00ef;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_31 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_32 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_31, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00ef;
}
}
{
// ret = _buttonPool.Pop();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_33 = __this->get__buttonPool_2();
NullCheck(L_33);
RuntimeObject* L_34 = Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD(L_33, /*hidden argument*/Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD_RuntimeMethod_var);
V_0 = L_34;
// fromPool = true;
V_1 = (bool)1;
// }
goto IL_0164;
}
IL_00ef:
{
// ret = new HtmlButton();
HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * L_35 = (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 *)il2cpp_codegen_object_new(HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_il2cpp_TypeInfo_var);
HtmlButton__ctor_mEA557E86723C24A34AE2345BB9CAE6C3032E974F(L_35, /*hidden argument*/NULL);
V_0 = L_35;
// }
goto IL_0164;
}
IL_00f7:
{
// if (_inputPool.Count > 0 && _poolManager != null)
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_36 = __this->get__inputPool_1();
NullCheck(L_36);
int32_t L_37 = Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_inline(L_36, /*hidden argument*/Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_RuntimeMethod_var);
if ((((int32_t)L_37) <= ((int32_t)0)))
{
goto IL_0122;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_38 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_39 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_38, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_0122;
}
}
{
// ret = _inputPool.Pop();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_40 = __this->get__inputPool_1();
NullCheck(L_40);
RuntimeObject* L_41 = Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD(L_40, /*hidden argument*/Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD_RuntimeMethod_var);
V_0 = L_41;
// fromPool = true;
V_1 = (bool)1;
// }
goto IL_0164;
}
IL_0122:
{
// ret = new HtmlInput();
HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * L_42 = (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 *)il2cpp_codegen_object_new(HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var);
HtmlInput__ctor_mADD33EE4D755AEB93E4DDF4B2FE04C4FB10C3249(L_42, /*hidden argument*/NULL);
V_0 = L_42;
// }
goto IL_0164;
}
IL_012a:
{
// else if (element.type == HtmlElementType.Select)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_43 = ___element1;
NullCheck(L_43);
int32_t L_44 = L_43->get_type_0();
if ((!(((uint32_t)L_44) == ((uint32_t)4))))
{
goto IL_0164;
}
}
{
// if (_selectPool.Count > 0 && _poolManager != null)
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_45 = __this->get__selectPool_3();
NullCheck(L_45);
int32_t L_46 = Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_inline(L_45, /*hidden argument*/Stack_1_get_Count_m5568FA704C00B727DF89CDFB57FEE748E479E6A2_RuntimeMethod_var);
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_015e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_47 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_48 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_47, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_015e;
}
}
{
// ret = _selectPool.Pop();
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_49 = __this->get__selectPool_3();
NullCheck(L_49);
RuntimeObject* L_50 = Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD(L_49, /*hidden argument*/Stack_1_Pop_mB37BBDE5A7E96DFEDABFED5707FDFDEA8F0BCBFD_RuntimeMethod_var);
V_0 = L_50;
// fromPool = true;
V_1 = (bool)1;
// }
goto IL_0164;
}
IL_015e:
{
// ret = new HtmlSelect();
HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * L_51 = (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 *)il2cpp_codegen_object_new(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_il2cpp_TypeInfo_var);
HtmlSelect__ctor_mA4D46FE1600BD66F32D1523C87078DF35EC990D3(L_51, /*hidden argument*/NULL);
V_0 = L_51;
}
IL_0164:
{
// if (ret != null)
RuntimeObject* L_52 = V_0;
if (!L_52)
{
goto IL_01af;
}
}
{
// if (fromPool && ret.displayObject != null && ret.displayObject.isDisposed)
bool L_53 = V_1;
if (!L_53)
{
goto IL_018e;
}
}
{
RuntimeObject* L_54 = V_0;
NullCheck(L_54);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_55 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_54);
if (!L_55)
{
goto IL_018e;
}
}
{
RuntimeObject* L_56 = V_0;
NullCheck(L_56);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_57 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_56);
NullCheck(L_57);
bool L_58 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_57, /*hidden argument*/NULL);
if (!L_58)
{
goto IL_018e;
}
}
{
// ret.Dispose();
RuntimeObject* L_59 = V_0;
NullCheck(L_59);
InterfaceActionInvoker0::Invoke(9 /* System.Void FairyGUI.Utils.IHtmlObject::Dispose() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_59);
// return CreateObject(owner, element);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_60 = ___owner0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_61 = ___element1;
RuntimeObject* L_62 = VirtFuncInvoker2< RuntimeObject*, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * >::Invoke(8 /* FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement) */, __this, L_60, L_61);
return L_62;
}
IL_018e:
{
// ret.Create(owner, element);
RuntimeObject* L_63 = V_0;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_64 = ___owner0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_65 = ___element1;
NullCheck(L_63);
InterfaceActionInvoker2< RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * >::Invoke(4 /* System.Void FairyGUI.Utils.IHtmlObject::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement) */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_63, L_64, L_65);
// if (ret.displayObject != null)
RuntimeObject* L_66 = V_0;
NullCheck(L_66);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_67 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_66);
if (!L_67)
{
goto IL_01af;
}
}
{
// ret.displayObject.home = owner.cachedTransform;
RuntimeObject* L_68 = V_0;
NullCheck(L_68);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_69 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_68);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_70 = ___owner0;
NullCheck(L_70);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_71 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_70, /*hidden argument*/NULL);
NullCheck(L_69);
DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69(L_69, L_71, /*hidden argument*/NULL);
}
IL_01af:
{
// return ret;
RuntimeObject* L_72 = V_0;
return L_72;
}
}
// System.Void FairyGUI.Utils.HtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlPageContext_FreeObject_mD4B7BAA469E48A145742597E93FAC75654B9D3E2 (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlPageContext_FreeObject_mD4B7BAA469E48A145742597E93FAC75654B9D3E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_poolManager == null)
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
// obj.Dispose();
RuntimeObject* L_2 = ___obj0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(9 /* System.Void FairyGUI.Utils.IHtmlObject::Dispose() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_2);
// return;
return;
}
IL_0014:
{
// if (obj.displayObject != null && obj.displayObject.isDisposed)
RuntimeObject* L_3 = ___obj0;
NullCheck(L_3);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_3);
if (!L_4)
{
goto IL_0030;
}
}
{
RuntimeObject* L_5 = ___obj0;
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_5);
NullCheck(L_6);
bool L_7 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0030;
}
}
{
// obj.Dispose();
RuntimeObject* L_8 = ___obj0;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(9 /* System.Void FairyGUI.Utils.IHtmlObject::Dispose() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_8);
// return;
return;
}
IL_0030:
{
// obj.Release();
RuntimeObject* L_9 = ___obj0;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(8 /* System.Void FairyGUI.Utils.IHtmlObject::Release() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_9);
// if (obj is HtmlImage)
RuntimeObject* L_10 = ___obj0;
if (!((HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 *)IsInstClass((RuntimeObject*)L_10, HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50_il2cpp_TypeInfo_var)))
{
goto IL_004c;
}
}
{
// _imagePool.Push(obj);
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_11 = __this->get__imagePool_0();
RuntimeObject* L_12 = ___obj0;
NullCheck(L_11);
Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A(L_11, L_12, /*hidden argument*/Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A_RuntimeMethod_var);
goto IL_008c;
}
IL_004c:
{
// else if (obj is HtmlInput)
RuntimeObject* L_13 = ___obj0;
if (!((HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 *)IsInstClass((RuntimeObject*)L_13, HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5_il2cpp_TypeInfo_var)))
{
goto IL_0062;
}
}
{
// _inputPool.Push(obj);
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_14 = __this->get__inputPool_1();
RuntimeObject* L_15 = ___obj0;
NullCheck(L_14);
Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A(L_14, L_15, /*hidden argument*/Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A_RuntimeMethod_var);
goto IL_008c;
}
IL_0062:
{
// else if (obj is HtmlButton)
RuntimeObject* L_16 = ___obj0;
if (!((HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 *)IsInstClass((RuntimeObject*)L_16, HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4_il2cpp_TypeInfo_var)))
{
goto IL_0078;
}
}
{
// _buttonPool.Push(obj);
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_17 = __this->get__buttonPool_2();
RuntimeObject* L_18 = ___obj0;
NullCheck(L_17);
Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A(L_17, L_18, /*hidden argument*/Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A_RuntimeMethod_var);
goto IL_008c;
}
IL_0078:
{
// else if (obj is HtmlLink)
RuntimeObject* L_19 = ___obj0;
if (!((HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 *)IsInstClass((RuntimeObject*)L_19, HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5_il2cpp_TypeInfo_var)))
{
goto IL_008c;
}
}
{
// _linkPool.Push(obj);
Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * L_20 = __this->get__linkPool_4();
RuntimeObject* L_21 = ___obj0;
NullCheck(L_20);
Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A(L_20, L_21, /*hidden argument*/Stack_1_Push_mCB8CC3D27450560B2D466897F3656ED4BE92315A_RuntimeMethod_var);
}
IL_008c:
{
// if (obj.displayObject != null)
RuntimeObject* L_22 = ___obj0;
NullCheck(L_22);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_23 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_22);
if (!L_23)
{
goto IL_00a9;
}
}
{
// ToolSet.SetParent(obj.displayObject.cachedTransform, _poolManager);
RuntimeObject* L_24 = ___obj0;
NullCheck(L_24);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(2 /* FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_24);
NullCheck(L_25);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_26 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_25, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_27 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get__poolManager_6();
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_26, L_27, /*hidden argument*/NULL);
}
IL_00a9:
{
// }
return;
}
}
// FairyGUI.NTexture FairyGUI.Utils.HtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * HtmlPageContext_GetImageTexture_mD8E006DF85CFFE9895BCD92E03FFF7F82CF0F7D8 (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * __this, HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * ___image0, const RuntimeMethod* method)
{
{
// return null;
return (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL;
}
}
// System.Void FairyGUI.Utils.HtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlPageContext_FreeImageTexture_mB0A4967BCA32149C964CEE688E440247ACC684B6 (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * __this, HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * ___image0, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture1, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlPageContext::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlPageContext__cctor_m1EC041C28440E2C0308104580865529E7D55665B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlPageContext__cctor_m1EC041C28440E2C0308104580865529E7D55665B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static HtmlPageContext inst = new HtmlPageContext();
HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * L_0 = (HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 *)il2cpp_codegen_object_new(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
HtmlPageContext__ctor_m9EC1CD789DD67D4A1725981ED3462BF097EE6B29(L_0, /*hidden argument*/NULL);
((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->set_inst_5(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.HtmlParseOptions::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParseOptions__ctor_m32E7D8AC3F38DB5385170C4134AB2869244ED6AE (HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParseOptions__ctor_m32E7D8AC3F38DB5385170C4134AB2869244ED6AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlParseOptions()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// linkUnderline = DefaultLinkUnderline;
IL2CPP_RUNTIME_CLASS_INIT(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var);
bool L_0 = ((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->get_DefaultLinkUnderline_5();
__this->set_linkUnderline_0(L_0);
// linkColor = DefaultLinkColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->get_DefaultLinkColor_6();
__this->set_linkColor_1(L_1);
// linkBgColor = DefaultLinkBgColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->get_DefaultLinkBgColor_7();
__this->set_linkBgColor_2(L_2);
// linkHoverBgColor = DefaultLinkHoverBgColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->get_DefaultLinkHoverBgColor_8();
__this->set_linkHoverBgColor_3(L_3);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlParseOptions::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParseOptions__cctor_m93C1C36891063ED8BFDC0D56FA1228D7E25B3826 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParseOptions__cctor_m93C1C36891063ED8BFDC0D56FA1228D7E25B3826_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static bool DefaultLinkUnderline = true;
((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->set_DefaultLinkUnderline_5((bool)1);
// public static Color DefaultLinkColor = new Color32(0x3A, 0x67, 0xCC, 0xFF);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0;
memset((&L_0), 0, sizeof(L_0));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_0), (uint8_t)((int32_t)58), (uint8_t)((int32_t)103), (uint8_t)((int32_t)204), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_0, /*hidden argument*/NULL);
((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->set_DefaultLinkColor_6(L_1);
// public static Color DefaultLinkBgColor = Color.clear;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->set_DefaultLinkBgColor_7(L_2);
// public static Color DefaultLinkHoverBgColor = Color.clear;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var))->set_DefaultLinkHoverBgColor_8(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.HtmlParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser__ctor_m41BD3AFAF0116C8633EE46E84D96167BBC883C23 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser__ctor_m41BD3AFAF0116C8633EE46E84D96167BBC883C23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlParser()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _textFormatStack = new List<TextFormat2>();
List_1_t4560191C672D03870FD13008AEE68190DE623133 * L_0 = (List_1_t4560191C672D03870FD13008AEE68190DE623133 *)il2cpp_codegen_object_new(List_1_t4560191C672D03870FD13008AEE68190DE623133_il2cpp_TypeInfo_var);
List_1__ctor_m83EA7C2605A643303BBC1879EBC5C189DB67D80C(L_0, /*hidden argument*/List_1__ctor_m83EA7C2605A643303BBC1879EBC5C189DB67D80C_RuntimeMethod_var);
__this->set__textFormatStack_1(L_0);
// _format = new TextFormat2();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_1 = (TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD *)il2cpp_codegen_object_new(TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD_il2cpp_TypeInfo_var);
TextFormat2__ctor_m221531D662752E79BE4A3073775664A4644BC0EE(L_1, /*hidden argument*/NULL);
__this->set__format_3(L_1);
// _defaultOptions = new HtmlParseOptions();
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_2 = (HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 *)il2cpp_codegen_object_new(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var);
HtmlParseOptions__ctor_m32E7D8AC3F38DB5385170C4134AB2869244ED6AE(L_2, /*hidden argument*/NULL);
__this->set__defaultOptions_5(L_2);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlParser::Parse(System.String,FairyGUI.TextFormat,System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>,FairyGUI.Utils.HtmlParseOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_Parse_m499290B9342E02E2C0A0357C4F942479F8E5940D (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, String_t* ___aSource0, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___defaultFormat1, List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ___elements2, HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___parseOptions3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser_Parse_m499290B9342E02E2C0A0357C4F942479F8E5940D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
uint32_t V_5 = 0;
String_t* V_6 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_7 = NULL;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_8 = NULL;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_9 = NULL;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_10 = NULL;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_11 = NULL;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_12 = NULL;
String_t* V_13 = NULL;
{
// if (parseOptions == null)
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_0 = ___parseOptions3;
if (L_0)
{
goto IL_000c;
}
}
{
// parseOptions = _defaultOptions;
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_1 = __this->get__defaultOptions_5();
___parseOptions3 = L_1;
}
IL_000c:
{
// _elements = elements;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = ___elements2;
__this->set__elements_4(L_2);
// _textFormatStackTop = 0;
__this->set__textFormatStackTop_2(0);
// _format.CopyFrom(defaultFormat);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_3 = __this->get__format_3();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = ___defaultFormat1;
NullCheck(L_3);
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(L_3, L_4, /*hidden argument*/NULL);
// _format.colorChanged = false;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_5 = __this->get__format_3();
NullCheck(L_5);
L_5->set_colorChanged_11((bool)0);
// int skipText = 0;
V_0 = 0;
// bool ignoreWhiteSpace = parseOptions.ignoreWhiteSpace;
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_6 = ___parseOptions3;
NullCheck(L_6);
bool L_7 = L_6->get_ignoreWhiteSpace_4();
V_1 = L_7;
// bool skipNextCR = false;
V_2 = (bool)0;
// XMLIterator.Begin(aSource, true);
String_t* L_8 = ___aSource0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
XMLIterator_Begin_m21CB64E9720830623292905A95FB5A3232DCAC24(L_8, (bool)1, /*hidden argument*/NULL);
goto IL_09e3;
}
IL_004a:
{
// if (skipText == 0)
int32_t L_9 = V_0;
if (L_9)
{
goto IL_007a;
}
}
{
// text = XMLIterator.GetText(ignoreWhiteSpace);
bool L_10 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_11 = XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB(L_10, /*hidden argument*/NULL);
V_3 = L_11;
// if (text.Length > 0)
String_t* L_12 = V_3;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_13) <= ((int32_t)0)))
{
goto IL_007a;
}
}
{
// if (skipNextCR && text[0] == '\n')
bool L_14 = V_2;
if (!L_14)
{
goto IL_0073;
}
}
{
String_t* L_15 = V_3;
NullCheck(L_15);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)10)))))
{
goto IL_0073;
}
}
{
// text = text.Substring(1);
String_t* L_17 = V_3;
NullCheck(L_17);
String_t* L_18 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_17, 1, /*hidden argument*/NULL);
V_3 = L_18;
}
IL_0073:
{
// AppendText(text);
String_t* L_19 = V_3;
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, L_19, /*hidden argument*/NULL);
}
IL_007a:
{
// skipNextCR = false;
V_2 = (bool)0;
// switch (XMLIterator.tagName)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_20 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
V_4 = L_20;
String_t* L_21 = V_4;
uint32_t L_22 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m94E4EDA2F909FACDA1591F7242109AFB650640AA(L_21, /*hidden argument*/NULL);
V_5 = L_22;
uint32_t L_23 = V_5;
if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)-1406107946)))))
{
goto IL_013f;
}
}
{
uint32_t L_24 = V_5;
if ((!(((uint32_t)L_24) <= ((uint32_t)((int32_t)1077001542)))))
{
goto IL_00f0;
}
}
{
uint32_t L_25 = V_5;
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)540962730)))))
{
goto IL_00c7;
}
}
{
uint32_t L_26 = V_5;
if ((((int32_t)L_26) == ((int32_t)((int32_t)297952813))))
{
goto IL_02c5;
}
}
{
uint32_t L_27 = V_5;
if ((((int32_t)L_27) == ((int32_t)((int32_t)540962730))))
{
goto IL_038b;
}
}
{
goto IL_09e3;
}
IL_00c7:
{
uint32_t L_28 = V_5;
if ((((int32_t)L_28) == ((int32_t)((int32_t)659427984))))
{
goto IL_0257;
}
}
{
uint32_t L_29 = V_5;
if ((((int32_t)L_29) == ((int32_t)((int32_t)845761475))))
{
goto IL_035f;
}
}
{
uint32_t L_30 = V_5;
if ((((int32_t)L_30) == ((int32_t)((int32_t)1077001542))))
{
goto IL_031d;
}
}
{
goto IL_09e3;
}
IL_00f0:
{
uint32_t L_31 = V_5;
if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)1328268469)))))
{
goto IL_0116;
}
}
{
uint32_t L_32 = V_5;
if ((((int32_t)L_32) == ((int32_t)((int32_t)1079560007))))
{
goto IL_03a1;
}
}
{
uint32_t L_33 = V_5;
if ((((int32_t)L_33) == ((int32_t)((int32_t)1328268469))))
{
goto IL_026d;
}
}
{
goto IL_09e3;
}
IL_0116:
{
uint32_t L_34 = V_5;
if ((((int32_t)L_34) == ((int32_t)((int32_t)1547907707))))
{
goto IL_02f1;
}
}
{
uint32_t L_35 = V_5;
if ((((int32_t)L_35) == ((int32_t)((int32_t)-2065226492))))
{
goto IL_0283;
}
}
{
uint32_t L_36 = V_5;
if ((((int32_t)L_36) == ((int32_t)((int32_t)-1406107946))))
{
goto IL_0375;
}
}
{
goto IL_09e3;
}
IL_013f:
{
uint32_t L_37 = V_5;
if ((!(((uint32_t)L_37) <= ((uint32_t)((int32_t)-468965076)))))
{
goto IL_0197;
}
}
{
uint32_t L_38 = V_5;
if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-680155184)))))
{
goto IL_016e;
}
}
{
uint32_t L_39 = V_5;
if ((((int32_t)L_39) == ((int32_t)((int32_t)-900850497))))
{
goto IL_0241;
}
}
{
uint32_t L_40 = V_5;
if ((((int32_t)L_40) == ((int32_t)((int32_t)-680155184))))
{
goto IL_0333;
}
}
{
goto IL_09e3;
}
IL_016e:
{
uint32_t L_41 = V_5;
if ((((int32_t)L_41) == ((int32_t)((int32_t)-609584779))))
{
goto IL_0349;
}
}
{
uint32_t L_42 = V_5;
if ((((int32_t)L_42) == ((int32_t)((int32_t)-598853355))))
{
goto IL_022b;
}
}
{
uint32_t L_43 = V_5;
if ((((int32_t)L_43) == ((int32_t)((int32_t)-468965076))))
{
goto IL_0299;
}
}
{
goto IL_09e3;
}
IL_0197:
{
uint32_t L_44 = V_5;
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-334744124)))))
{
goto IL_01c3;
}
}
{
uint32_t L_45 = V_5;
if ((((int32_t)L_45) == ((int32_t)((int32_t)-446518456))))
{
goto IL_0307;
}
}
{
uint32_t L_46 = V_5;
if ((((int32_t)L_46) == ((int32_t)((int32_t)-418632219))))
{
goto IL_01e9;
}
}
{
uint32_t L_47 = V_5;
if ((((int32_t)L_47) == ((int32_t)((int32_t)-334744124))))
{
goto IL_01ff;
}
}
{
goto IL_09e3;
}
IL_01c3:
{
uint32_t L_48 = V_5;
if ((((int32_t)L_48) == ((int32_t)((int32_t)-267633648))))
{
goto IL_0215;
}
}
{
uint32_t L_49 = V_5;
if ((((int32_t)L_49) == ((int32_t)((int32_t)-183745553))))
{
goto IL_02db;
}
}
{
uint32_t L_50 = V_5;
if ((((int32_t)L_50) == ((int32_t)((int32_t)-103256197))))
{
goto IL_02af;
}
}
{
goto IL_09e3;
}
IL_01e9:
{
String_t* L_51 = V_4;
bool L_52 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_51, _stringLiteralE9D71F5EE7C92D6DC9E92FFDAD17B8BD49418F98, /*hidden argument*/NULL);
if (L_52)
{
goto IL_03b7;
}
}
{
goto IL_09e3;
}
IL_01ff:
{
String_t* L_53 = V_4;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteral042DC4512FA3D391C5170CF3AA61E6A638F84342, /*hidden argument*/NULL);
if (L_54)
{
goto IL_03e0;
}
}
{
goto IL_09e3;
}
IL_0215:
{
String_t* L_55 = V_4;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteral51E69892AB49DF85C6230CCC57F8E1D1606CACCC, /*hidden argument*/NULL);
if (L_56)
{
goto IL_0409;
}
}
{
goto IL_09e3;
}
IL_022b:
{
String_t* L_57 = V_4;
bool L_58 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, _stringLiteral5D85613A56C124E3A3FF8CE6FC95D10CDCB5001E, /*hidden argument*/NULL);
if (L_58)
{
goto IL_0432;
}
}
{
goto IL_09e3;
}
IL_0241:
{
String_t* L_59 = V_4;
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_59, _stringLiteral3844B17B367801F41A3FF27AAB7D5CA297C2B984, /*hidden argument*/NULL);
if (L_60)
{
goto IL_047d;
}
}
{
goto IL_09e3;
}
IL_0257:
{
String_t* L_61 = V_4;
bool L_62 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_61, _stringLiteral4642576D8432B870F7E95688217D211D2DA42556, /*hidden argument*/NULL);
if (L_62)
{
goto IL_04c8;
}
}
{
goto IL_09e3;
}
IL_026d:
{
String_t* L_63 = V_4;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteral3EB65786145ECB71E9DCBB3A09F06A0B3A6C4D2D, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0688;
}
}
{
goto IL_09e3;
}
IL_0283:
{
String_t* L_65 = V_4;
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteral978EA7AF39AD5FEFB6BFBC82A1C5023494BDADE2, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0698;
}
}
{
goto IL_09e3;
}
IL_0299:
{
String_t* L_67 = V_4;
bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8, /*hidden argument*/NULL);
if (L_68)
{
goto IL_06f5;
}
}
{
goto IL_09e3;
}
IL_02af:
{
String_t* L_69 = V_4;
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1, /*hidden argument*/NULL);
if (L_70)
{
goto IL_07cb;
}
}
{
goto IL_09e3;
}
IL_02c5:
{
String_t* L_71 = V_4;
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral81448FE273247B533B9F018E96C158CAB7901247, /*hidden argument*/NULL);
if (L_72)
{
goto IL_0811;
}
}
{
goto IL_09e3;
}
IL_02db:
{
String_t* L_73 = V_4;
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteral516B9783FCA517EECBD1D064DA2D165310B19759, /*hidden argument*/NULL);
if (L_74)
{
goto IL_0918;
}
}
{
goto IL_09e3;
}
IL_02f1:
{
String_t* L_75 = V_4;
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral636117B25F17DA7E91194E091CDB8DC49769A815, /*hidden argument*/NULL);
if (L_76)
{
goto IL_099b;
}
}
{
goto IL_09e3;
}
IL_0307:
{
String_t* L_77 = V_4;
bool L_78 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_77, _stringLiteral26021F1F4700496D68E21EF6D4A1B6945DA4C8EB, /*hidden argument*/NULL);
if (L_78)
{
goto IL_099b;
}
}
{
goto IL_09e3;
}
IL_031d:
{
String_t* L_79 = V_4;
bool L_80 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_79, _stringLiteral41DB30F8022117ED68B26C86AD29AAAF5618F1D9, /*hidden argument*/NULL);
if (L_80)
{
goto IL_099b;
}
}
{
goto IL_09e3;
}
IL_0333:
{
String_t* L_81 = V_4;
bool L_82 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_81, _stringLiteral950A39B6C2934BB72F2DEF76C71E88E9C035385F, /*hidden argument*/NULL);
if (L_82)
{
goto IL_09c6;
}
}
{
goto IL_09e3;
}
IL_0349:
{
String_t* L_83 = V_4;
bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteral02083F4579E08A612425C0C1A17EE47ADD783B94, /*hidden argument*/NULL);
if (L_84)
{
goto IL_09c6;
}
}
{
goto IL_09e3;
}
IL_035f:
{
String_t* L_85 = V_4;
bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral1A954628A960AAEF81D7B2D4521929579F3541E6, /*hidden argument*/NULL);
if (L_86)
{
goto IL_09ca;
}
}
{
goto IL_09e3;
}
IL_0375:
{
String_t* L_87 = V_4;
bool L_88 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_87, _stringLiteral26EC8D00FB6B55466B3A115F1D559422A7FA7AAC, /*hidden argument*/NULL);
if (L_88)
{
goto IL_09ca;
}
}
{
goto IL_09e3;
}
IL_038b:
{
String_t* L_89 = V_4;
bool L_90 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_89, _stringLiteralCB5346A081DCF654061B7F897EA14D9B43140712, /*hidden argument*/NULL);
if (L_90)
{
goto IL_09ca;
}
}
{
goto IL_09e3;
}
IL_03a1:
{
String_t* L_91 = V_4;
bool L_92 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_91, _stringLiteralD00B39815C187D832CEF3239EB7A77580728DC47, /*hidden argument*/NULL);
if (L_92)
{
goto IL_09ca;
}
}
{
goto IL_09e3;
}
IL_03b7:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_93 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_93)
{
goto IL_03d5;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.bold = true;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_94 = __this->get__format_3();
NullCheck(L_94);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_94)->set_bold_5((bool)1);
// }
goto IL_09e3;
}
IL_03d5:
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_03e0:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_95 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_95)
{
goto IL_03fe;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.italic = true;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_96 = __this->get__format_3();
NullCheck(L_96);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_96)->set_italic_7((bool)1);
// }
goto IL_09e3;
}
IL_03fe:
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_0409:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_97 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_97)
{
goto IL_0427;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.underline = true;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_98 = __this->get__format_3();
NullCheck(L_98);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_98)->set_underline_6((bool)1);
// }
goto IL_09e3;
}
IL_0427:
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_0432:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_99 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_99)
{
goto IL_0472;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.size = Mathf.CeilToInt(_format.size * 0.58f);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_100 = __this->get__format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_101 = __this->get__format_3();
NullCheck(L_101);
int32_t L_102 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_101)->get_size_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_103 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_102))), (float)(0.58f))), /*hidden argument*/NULL);
NullCheck(L_100);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_100)->set_size_0(L_103);
// _format.specialStyle = TextFormat.SpecialStyle.Subscript;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_104 = __this->get__format_3();
NullCheck(L_104);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_104)->set_specialStyle_10(2);
// }
goto IL_09e3;
}
IL_0472:
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_047d:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_105 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_105)
{
goto IL_04bd;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.size = Mathf.CeilToInt(_format.size * 0.58f);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_106 = __this->get__format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_107 = __this->get__format_3();
NullCheck(L_107);
int32_t L_108 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_107)->get_size_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_109 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_108))), (float)(0.58f))), /*hidden argument*/NULL);
NullCheck(L_106);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_106)->set_size_0(L_109);
// _format.specialStyle = TextFormat.SpecialStyle.Superscript;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_110 = __this->get__format_3();
NullCheck(L_110);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_110)->set_specialStyle_10(1);
// }
goto IL_09e3;
}
IL_04bd:
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_04c8:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_111 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_111)
{
goto IL_0672;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.size = XMLIterator.GetAttributeInt("size", _format.size);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_112 = __this->get__format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_113 = __this->get__format_3();
NullCheck(L_113);
int32_t L_114 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_113)->get_size_0();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_115 = XMLIterator_GetAttributeInt_m216A22924035FF37196EDF93E5C69560B2531CCB(_stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, L_114, /*hidden argument*/NULL);
NullCheck(L_112);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_112)->set_size_0(L_115);
// string color = XMLIterator.GetAttribute("color");
String_t* L_116 = XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC(_stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B, /*hidden argument*/NULL);
V_6 = L_116;
// if (color != null)
String_t* L_117 = V_6;
if (!L_117)
{
goto IL_09e3;
}
}
{
// string[] parts = color.Split(',');
String_t* L_118 = V_6;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_119 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_120 = L_119;
NullCheck(L_120);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
NullCheck(L_118);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_121 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_118, L_120, /*hidden argument*/NULL);
V_7 = L_121;
// if (parts.Length == 1)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_122 = V_7;
NullCheck(L_122);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_122)->max_length))))) == ((uint32_t)1))))
{
goto IL_0555;
}
}
{
// _format.color = ToolSet.ConvertFromHtmlColor(color);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_123 = __this->get__format_3();
String_t* L_124 = V_6;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_125 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_124, /*hidden argument*/NULL);
NullCheck(L_123);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_123)->set_color_2(L_125);
// _format.gradientColor = null;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_126 = __this->get__format_3();
NullCheck(L_126);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_126)->set_gradientColor_8((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)NULL);
// _format.colorChanged = true;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_127 = __this->get__format_3();
NullCheck(L_127);
L_127->set_colorChanged_11((bool)1);
// }
goto IL_09e3;
}
IL_0555:
{
// if (_format.gradientColor == null)
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_128 = __this->get__format_3();
NullCheck(L_128);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_129 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_128)->get_gradientColor_8();
if (L_129)
{
goto IL_0573;
}
}
{
// _format.gradientColor = new Color32[4];
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_130 = __this->get__format_3();
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_131 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)4);
NullCheck(L_130);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_130)->set_gradientColor_8(L_131);
}
IL_0573:
{
// _format.gradientColor[0] = ToolSet.ConvertFromHtmlColor(parts[0]);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_132 = __this->get__format_3();
NullCheck(L_132);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_133 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_132)->get_gradientColor_8();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_134 = V_7;
NullCheck(L_134);
int32_t L_135 = 0;
String_t* L_136 = (L_134)->GetAt(static_cast<il2cpp_array_size_t>(L_135));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_137 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_136, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_138 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_137, /*hidden argument*/NULL);
NullCheck(L_133);
(L_133)->SetAt(static_cast<il2cpp_array_size_t>(0), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_138);
// _format.gradientColor[1] = ToolSet.ConvertFromHtmlColor(parts[1]);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_139 = __this->get__format_3();
NullCheck(L_139);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_140 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_139)->get_gradientColor_8();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_141 = V_7;
NullCheck(L_141);
int32_t L_142 = 1;
String_t* L_143 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_144 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_143, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_145 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_144, /*hidden argument*/NULL);
NullCheck(L_140);
(L_140)->SetAt(static_cast<il2cpp_array_size_t>(1), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_145);
// if (parts.Length > 2)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_146 = V_7;
NullCheck(L_146);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_146)->max_length))))) <= ((int32_t)2)))
{
goto IL_0629;
}
}
{
// _format.gradientColor[2] = ToolSet.ConvertFromHtmlColor(parts[2]);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_147 = __this->get__format_3();
NullCheck(L_147);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_148 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_147)->get_gradientColor_8();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_149 = V_7;
NullCheck(L_149);
int32_t L_150 = 2;
String_t* L_151 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_152 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_151, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_153 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_152, /*hidden argument*/NULL);
NullCheck(L_148);
(L_148)->SetAt(static_cast<il2cpp_array_size_t>(2), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_153);
// if (parts.Length > 3)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_154 = V_7;
NullCheck(L_154);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_154)->max_length))))) <= ((int32_t)3)))
{
goto IL_0602;
}
}
{
// _format.gradientColor[3] = ToolSet.ConvertFromHtmlColor(parts[3]);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_155 = __this->get__format_3();
NullCheck(L_155);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_156 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_155)->get_gradientColor_8();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_157 = V_7;
NullCheck(L_157);
int32_t L_158 = 3;
String_t* L_159 = (L_157)->GetAt(static_cast<il2cpp_array_size_t>(L_158));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_160 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_159, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_161 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_160, /*hidden argument*/NULL);
NullCheck(L_156);
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(3), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_161);
goto IL_09e3;
}
IL_0602:
{
// _format.gradientColor[3] = _format.gradientColor[2];
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_162 = __this->get__format_3();
NullCheck(L_162);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_163 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_162)->get_gradientColor_8();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_164 = __this->get__format_3();
NullCheck(L_164);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_165 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_164)->get_gradientColor_8();
NullCheck(L_165);
int32_t L_166 = 2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_167 = (L_165)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
NullCheck(L_163);
(L_163)->SetAt(static_cast<il2cpp_array_size_t>(3), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_167);
// }
goto IL_09e3;
}
IL_0629:
{
// _format.gradientColor[2] = _format.gradientColor[0];
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_168 = __this->get__format_3();
NullCheck(L_168);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_169 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_168)->get_gradientColor_8();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_170 = __this->get__format_3();
NullCheck(L_170);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_171 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_170)->get_gradientColor_8();
NullCheck(L_171);
int32_t L_172 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_173 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_172));
NullCheck(L_169);
(L_169)->SetAt(static_cast<il2cpp_array_size_t>(2), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_173);
// _format.gradientColor[3] = _format.gradientColor[1];
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_174 = __this->get__format_3();
NullCheck(L_174);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_175 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_174)->get_gradientColor_8();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_176 = __this->get__format_3();
NullCheck(L_176);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_177 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_176)->get_gradientColor_8();
NullCheck(L_177);
int32_t L_178 = 1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_179 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_178));
NullCheck(L_175);
(L_175)->SetAt(static_cast<il2cpp_array_size_t>(3), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_179);
// }
goto IL_09e3;
}
IL_0672:
{
// else if (XMLIterator.tagType == XMLTagType.End)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_180 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_180) == ((uint32_t)1))))
{
goto IL_09e3;
}
}
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_0688:
{
// AppendText("\n");
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_0698:
{
// if (XMLIterator.tagType == XMLTagType.Start || XMLIterator.tagType == XMLTagType.Void)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_181 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (!L_181)
{
goto IL_06aa;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_182 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_182) == ((uint32_t)2))))
{
goto IL_09e3;
}
}
IL_06aa:
{
// HtmlElement element = HtmlElement.GetElement(HtmlElementType.Image);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_183 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(2, /*hidden argument*/NULL);
V_8 = L_183;
// element.FetchAttributes();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_184 = V_8;
NullCheck(L_184);
HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04(L_184, /*hidden argument*/NULL);
// element.name = element.GetString("name");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_185 = V_8;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_186 = V_8;
NullCheck(L_186);
String_t* L_187 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_186, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
NullCheck(L_185);
L_185->set_name_1(L_187);
// element.format.align = _format.align;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_188 = V_8;
NullCheck(L_188);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_189 = L_188->get_format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_190 = __this->get__format_3();
NullCheck(L_190);
int32_t L_191 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_190)->get_align_9();
NullCheck(L_189);
L_189->set_align_9(L_191);
// _elements.Add(element);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_192 = __this->get__elements_4();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_193 = V_8;
NullCheck(L_192);
List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1(L_192, L_193, /*hidden argument*/List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var);
// break;
goto IL_09e3;
}
IL_06f5:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_194 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_194)
{
goto IL_07a0;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// _format.underline = _format.underline | parseOptions.linkUnderline;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_195 = __this->get__format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_196 = __this->get__format_3();
NullCheck(L_196);
bool L_197 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_196)->get_underline_6();
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_198 = ___parseOptions3;
NullCheck(L_198);
bool L_199 = L_198->get_linkUnderline_0();
NullCheck(L_195);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_195)->set_underline_6((bool)((int32_t)((int32_t)L_197|(int32_t)L_199)));
// if (!_format.colorChanged && parseOptions.linkColor.a != 0)
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_200 = __this->get__format_3();
NullCheck(L_200);
bool L_201 = L_200->get_colorChanged_11();
if (L_201)
{
goto IL_0755;
}
}
{
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_202 = ___parseOptions3;
NullCheck(L_202);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_203 = L_202->get_address_of_linkColor_1();
float L_204 = L_203->get_a_3();
if ((((float)L_204) == ((float)(0.0f))))
{
goto IL_0755;
}
}
{
// _format.color = parseOptions.linkColor;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_205 = __this->get__format_3();
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_206 = ___parseOptions3;
NullCheck(L_206);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_207 = L_206->get_linkColor_1();
NullCheck(L_205);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_205)->set_color_2(L_207);
}
IL_0755:
{
// HtmlElement element = HtmlElement.GetElement(HtmlElementType.Link);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_208 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(1, /*hidden argument*/NULL);
V_9 = L_208;
// element.FetchAttributes();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_209 = V_9;
NullCheck(L_209);
HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04(L_209, /*hidden argument*/NULL);
// element.name = element.GetString("name");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_210 = V_9;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_211 = V_9;
NullCheck(L_211);
String_t* L_212 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_211, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
NullCheck(L_210);
L_210->set_name_1(L_212);
// element.format.align = _format.align;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_213 = V_9;
NullCheck(L_213);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_214 = L_213->get_format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_215 = __this->get__format_3();
NullCheck(L_215);
int32_t L_216 = ((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_215)->get_align_9();
NullCheck(L_214);
L_214->set_align_9(L_216);
// _elements.Add(element);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_217 = __this->get__elements_4();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_218 = V_9;
NullCheck(L_217);
List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1(L_217, L_218, /*hidden argument*/List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var);
// }
goto IL_09e3;
}
IL_07a0:
{
// else if (XMLIterator.tagType == XMLTagType.End)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_219 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_219) == ((uint32_t)1))))
{
goto IL_09e3;
}
}
{
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// HtmlElement element = HtmlElement.GetElement(HtmlElementType.LinkEnd);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_220 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(6, /*hidden argument*/NULL);
V_10 = L_220;
// _elements.Add(element);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_221 = __this->get__elements_4();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_222 = V_10;
NullCheck(L_221);
List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1(L_221, L_222, /*hidden argument*/List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var);
// break;
goto IL_09e3;
}
IL_07cb:
{
// HtmlElement element = HtmlElement.GetElement(HtmlElementType.Input);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_223 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(3, /*hidden argument*/NULL);
V_11 = L_223;
// element.FetchAttributes();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_224 = V_11;
NullCheck(L_224);
HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04(L_224, /*hidden argument*/NULL);
// element.name = element.GetString("name");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_225 = V_11;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_226 = V_11;
NullCheck(L_226);
String_t* L_227 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_226, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
NullCheck(L_225);
L_225->set_name_1(L_227);
// element.format.CopyFrom(_format);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_228 = V_11;
NullCheck(L_228);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_229 = L_228->get_format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_230 = __this->get__format_3();
NullCheck(L_229);
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(L_229, L_230, /*hidden argument*/NULL);
// _elements.Add(element);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_231 = __this->get__elements_4();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_232 = V_11;
NullCheck(L_231);
List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1(L_231, L_232, /*hidden argument*/List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var);
// break;
goto IL_09e3;
}
IL_0811:
{
// if (XMLIterator.tagType == XMLTagType.Start || XMLIterator.tagType == XMLTagType.Void)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_233 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (!L_233)
{
goto IL_0823;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_234 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_234) == ((uint32_t)2))))
{
goto IL_09e3;
}
}
IL_0823:
{
// HtmlElement element = HtmlElement.GetElement(HtmlElementType.Select);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_235 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(4, /*hidden argument*/NULL);
V_12 = L_235;
// element.FetchAttributes();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_236 = V_12;
NullCheck(L_236);
HtmlElement_FetchAttributes_m7E0660D99B079D9395283D6873F51260B3A73A04(L_236, /*hidden argument*/NULL);
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_237 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_237)
{
goto IL_08e1;
}
}
{
// sHelperList1.Clear();
IL2CPP_RUNTIME_CLASS_INIT(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_238 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_sHelperList1_6();
NullCheck(L_238);
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_238, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
// sHelperList2.Clear();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_239 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_sHelperList2_7();
NullCheck(L_239);
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_239, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
goto IL_08ae;
}
IL_0852:
{
// if (XMLIterator.tagName == "select")
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_240 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
bool L_241 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_240, _stringLiteral81448FE273247B533B9F018E96C158CAB7901247, /*hidden argument*/NULL);
if (L_241)
{
goto IL_08b5;
}
}
{
// if (XMLIterator.tagName == "option")
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_242 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
bool L_243 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_242, _stringLiteral14EB14ECE52DF99C284B819D9F8092E50AA1613E, /*hidden argument*/NULL);
if (!L_243)
{
goto IL_08ae;
}
}
{
// if (XMLIterator.tagType == XMLTagType.Start || XMLIterator.tagType == XMLTagType.Void)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_244 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (!L_244)
{
goto IL_0883;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_245 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_245) == ((uint32_t)2))))
{
goto IL_089e;
}
}
IL_0883:
{
// sHelperList2.Add(XMLIterator.GetAttribute("value", string.Empty));
IL2CPP_RUNTIME_CLASS_INIT(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_246 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_sHelperList2_7();
String_t* L_247 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_248 = XMLIterator_GetAttribute_m365DFCB1D8E9779494EF6A4DBA0D92FF32D1C257(_stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_247, /*hidden argument*/NULL);
NullCheck(L_246);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_246, L_248, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
goto IL_08ae;
}
IL_089e:
{
// sHelperList1.Add(XMLIterator.GetText());
IL2CPP_RUNTIME_CLASS_INIT(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_249 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_sHelperList1_6();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_250 = XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB((bool)0, /*hidden argument*/NULL);
NullCheck(L_249);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_249, L_250, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_08ae:
{
// while (XMLIterator.NextTag())
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_251 = XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463(/*hidden argument*/NULL);
if (L_251)
{
goto IL_0852;
}
}
IL_08b5:
{
// element.Set("items", sHelperList1.ToArray());
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_252 = V_12;
IL2CPP_RUNTIME_CLASS_INIT(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_253 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_sHelperList1_6();
NullCheck(L_253);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_254 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_253, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var);
NullCheck(L_252);
HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B(L_252, _stringLiteral7316C8B2E74870D9D7E9D30BBC28ECF4CDF945EE, (RuntimeObject *)(RuntimeObject *)L_254, /*hidden argument*/NULL);
// element.Set("values", sHelperList2.ToArray());
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_255 = V_12;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_256 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_sHelperList2_7();
NullCheck(L_256);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_257 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_256, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var);
NullCheck(L_255);
HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B(L_255, _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386, (RuntimeObject *)(RuntimeObject *)L_257, /*hidden argument*/NULL);
}
IL_08e1:
{
// element.name = element.GetString("name");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_258 = V_12;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_259 = V_12;
NullCheck(L_259);
String_t* L_260 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_259, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
NullCheck(L_258);
L_258->set_name_1(L_260);
// element.format.CopyFrom(_format);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_261 = V_12;
NullCheck(L_261);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_262 = L_261->get_format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_263 = __this->get__format_3();
NullCheck(L_262);
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(L_262, L_263, /*hidden argument*/NULL);
// _elements.Add(element);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_264 = __this->get__elements_4();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_265 = V_12;
NullCheck(L_264);
List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1(L_264, L_265, /*hidden argument*/List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var);
// break;
goto IL_09e3;
}
IL_0918:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_266 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_266)
{
goto IL_097e;
}
}
{
// PushTextFormat();
HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122(__this, /*hidden argument*/NULL);
// string align = XMLIterator.GetAttribute("align");
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_267 = XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC(_stringLiteralAE21C64A87F6BB0B8E16E55C48BE4CC638D7BD3F, /*hidden argument*/NULL);
V_13 = L_267;
// switch (align)
String_t* L_268 = V_13;
bool L_269 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_268, _stringLiteral305047E96EC089021660EE5965F893AC80268731, /*hidden argument*/NULL);
if (L_269)
{
goto IL_094f;
}
}
{
String_t* L_270 = V_13;
bool L_271 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_270, _stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4, /*hidden argument*/NULL);
if (L_271)
{
goto IL_095d;
}
}
{
goto IL_0969;
}
IL_094f:
{
// _format.align = AlignType.Center;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_272 = __this->get__format_3();
NullCheck(L_272);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_272)->set_align_9(1);
// break;
goto IL_0969;
}
IL_095d:
{
// _format.align = AlignType.Right;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_273 = __this->get__format_3();
NullCheck(L_273);
((TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)L_273)->set_align_9(2);
}
IL_0969:
{
// if (!IsNewLine())
bool L_274 = HtmlParser_IsNewLine_m8B0BF491373FB1737705DF228C6102DFC99FEEA2(__this, /*hidden argument*/NULL);
if (L_274)
{
goto IL_09e3;
}
}
{
// AppendText("\n");
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
// }
goto IL_09e3;
}
IL_097e:
{
// else if (XMLIterator.tagType == XMLTagType.End)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_275 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_275) == ((uint32_t)1))))
{
goto IL_09e3;
}
}
{
// AppendText("\n");
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
// skipNextCR = true;
V_2 = (bool)1;
// PopTextFormat();
HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D(__this, /*hidden argument*/NULL);
// break;
goto IL_09e3;
}
IL_099b:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_276 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_276)
{
goto IL_09b7;
}
}
{
// if (!IsNewLine())
bool L_277 = HtmlParser_IsNewLine_m8B0BF491373FB1737705DF228C6102DFC99FEEA2(__this, /*hidden argument*/NULL);
if (L_277)
{
goto IL_09e3;
}
}
{
// AppendText("\n");
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
// }
goto IL_09e3;
}
IL_09b7:
{
// AppendText("\n");
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
// skipNextCR = true;
V_2 = (bool)1;
// break;
goto IL_09e3;
}
IL_09c6:
{
// ignoreWhiteSpace = true;
V_1 = (bool)1;
// break;
goto IL_09e3;
}
IL_09ca:
{
// if (XMLIterator.tagType == XMLTagType.Start)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_278 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (L_278)
{
goto IL_09d7;
}
}
{
// skipText++;
int32_t L_279 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_279, (int32_t)1));
goto IL_09e3;
}
IL_09d7:
{
// else if (XMLIterator.tagType == XMLTagType.End)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_280 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_280) == ((uint32_t)1))))
{
goto IL_09e3;
}
}
{
// skipText--;
int32_t L_281 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_281, (int32_t)1));
}
IL_09e3:
{
// while (XMLIterator.NextTag())
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_282 = XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463(/*hidden argument*/NULL);
if (L_282)
{
goto IL_004a;
}
}
{
// if (skipText == 0)
int32_t L_283 = V_0;
if (L_283)
{
goto IL_0a1d;
}
}
{
// text = XMLIterator.GetText(ignoreWhiteSpace);
bool L_284 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_285 = XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB(L_284, /*hidden argument*/NULL);
V_3 = L_285;
// if (text.Length > 0)
String_t* L_286 = V_3;
NullCheck(L_286);
int32_t L_287 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_286, /*hidden argument*/NULL);
if ((((int32_t)L_287) <= ((int32_t)0)))
{
goto IL_0a1d;
}
}
{
// if (skipNextCR && text[0] == '\n')
bool L_288 = V_2;
if (!L_288)
{
goto IL_0a16;
}
}
{
String_t* L_289 = V_3;
NullCheck(L_289);
Il2CppChar L_290 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_289, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_290) == ((uint32_t)((int32_t)10)))))
{
goto IL_0a16;
}
}
{
// text = text.Substring(1);
String_t* L_291 = V_3;
NullCheck(L_291);
String_t* L_292 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_291, 1, /*hidden argument*/NULL);
V_3 = L_292;
}
IL_0a16:
{
// AppendText(text);
String_t* L_293 = V_3;
HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769(__this, L_293, /*hidden argument*/NULL);
}
IL_0a1d:
{
// _elements = null;
__this->set__elements_4((List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlParser::PushTextFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser_PushTextFormat_m73FDC2A6223A6B731605923475B94E4E45D3A122_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * V_0 = NULL;
{
// if (_textFormatStack.Count <= _textFormatStackTop)
List_1_t4560191C672D03870FD13008AEE68190DE623133 * L_0 = __this->get__textFormatStack_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m210B95711E72F205A925F21F53F5F59FB75AFFA3_inline(L_0, /*hidden argument*/List_1_get_Count_m210B95711E72F205A925F21F53F5F59FB75AFFA3_RuntimeMethod_var);
int32_t L_2 = __this->get__textFormatStackTop_2();
if ((((int32_t)L_1) > ((int32_t)L_2)))
{
goto IL_0027;
}
}
{
// tf = new TextFormat2();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_3 = (TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD *)il2cpp_codegen_object_new(TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD_il2cpp_TypeInfo_var);
TextFormat2__ctor_m221531D662752E79BE4A3073775664A4644BC0EE(L_3, /*hidden argument*/NULL);
V_0 = L_3;
// _textFormatStack.Add(tf);
List_1_t4560191C672D03870FD13008AEE68190DE623133 * L_4 = __this->get__textFormatStack_1();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_5 = V_0;
NullCheck(L_4);
List_1_Add_mA14F3E905DB4FC55BB8297E6C9D3D8DF422A0418(L_4, L_5, /*hidden argument*/List_1_Add_mA14F3E905DB4FC55BB8297E6C9D3D8DF422A0418_RuntimeMethod_var);
// }
goto IL_0039;
}
IL_0027:
{
// tf = _textFormatStack[_textFormatStackTop];
List_1_t4560191C672D03870FD13008AEE68190DE623133 * L_6 = __this->get__textFormatStack_1();
int32_t L_7 = __this->get__textFormatStackTop_2();
NullCheck(L_6);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_8 = List_1_get_Item_mDE0FD558C1E847E4256CF126D9F2EAA992491C50_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mDE0FD558C1E847E4256CF126D9F2EAA992491C50_RuntimeMethod_var);
V_0 = L_8;
}
IL_0039:
{
// tf.CopyFrom(_format);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_9 = V_0;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_10 = __this->get__format_3();
NullCheck(L_9);
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(L_9, L_10, /*hidden argument*/NULL);
// tf.colorChanged = _format.colorChanged;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_11 = V_0;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_12 = __this->get__format_3();
NullCheck(L_12);
bool L_13 = L_12->get_colorChanged_11();
NullCheck(L_11);
L_11->set_colorChanged_11(L_13);
// _textFormatStackTop++;
int32_t L_14 = __this->get__textFormatStackTop_2();
__this->set__textFormatStackTop_2(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)));
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlParser::PopTextFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser_PopTextFormat_m7596620A873672D909907B83E1FABA82ED3CBC5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * V_0 = NULL;
{
// if (_textFormatStackTop > 0)
int32_t L_0 = __this->get__textFormatStackTop_2();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0048;
}
}
{
// TextFormat2 tf = _textFormatStack[_textFormatStackTop - 1];
List_1_t4560191C672D03870FD13008AEE68190DE623133 * L_1 = __this->get__textFormatStack_1();
int32_t L_2 = __this->get__textFormatStackTop_2();
NullCheck(L_1);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_3 = List_1_get_Item_mDE0FD558C1E847E4256CF126D9F2EAA992491C50_inline(L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_get_Item_mDE0FD558C1E847E4256CF126D9F2EAA992491C50_RuntimeMethod_var);
V_0 = L_3;
// _format.CopyFrom(tf);
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_4 = __this->get__format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_5 = V_0;
NullCheck(L_4);
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(L_4, L_5, /*hidden argument*/NULL);
// _format.colorChanged = tf.colorChanged;
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_6 = __this->get__format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_7 = V_0;
NullCheck(L_7);
bool L_8 = L_7->get_colorChanged_11();
NullCheck(L_6);
L_6->set_colorChanged_11(L_8);
// _textFormatStackTop--;
int32_t L_9 = __this->get__textFormatStackTop_2();
__this->set__textFormatStackTop_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)));
}
IL_0048:
{
// }
return;
}
}
// System.Boolean FairyGUI.Utils.HtmlParser::IsNewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlParser_IsNewLine_m8B0BF491373FB1737705DF228C6102DFC99FEEA2 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser_IsNewLine_m8B0BF491373FB1737705DF228C6102DFC99FEEA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_0 = NULL;
{
// if (_elements.Count > 0)
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_0 = __this->get__elements_4();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_0, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0045;
}
}
{
// HtmlElement element = _elements[_elements.Count - 1];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = __this->get__elements_4();
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_3 = __this->get__elements_4();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_3, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
NullCheck(L_2);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_5 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_0 = L_5;
// if (element != null && element.type == HtmlElementType.Text)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = V_0;
if (!L_6)
{
goto IL_0043;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = L_7->get_type_0();
if (L_8)
{
goto IL_0043;
}
}
{
// return element.text.EndsWith("\n");
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = L_9->get_text_2();
NullCheck(L_10);
bool L_11 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_10, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
return L_11;
}
IL_0043:
{
// return false;
return (bool)0;
}
IL_0045:
{
// return true;
return (bool)1;
}
}
// System.Void FairyGUI.Utils.HtmlParser::AppendText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769 (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser_AppendText_mE9B9E414336AD5D2AEC323B730C05AD803E6D769_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_0 = NULL;
{
// if (_elements.Count > 0)
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_0 = __this->get__elements_4();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_0, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0055;
}
}
{
// element = _elements[_elements.Count - 1];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = __this->get__elements_4();
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_3 = __this->get__elements_4();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_3, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
NullCheck(L_2);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_5 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_0 = L_5;
// if (element.type == HtmlElementType.Text && element.format.EqualStyle(_format))
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = L_6->get_type_0();
if (L_7)
{
goto IL_0055;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_8 = V_0;
NullCheck(L_8);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_9 = L_8->get_format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_10 = __this->get__format_3();
NullCheck(L_9);
bool L_11 = TextFormat_EqualStyle_mB48AB59D9DEF0F86D1EEF9A13D84940D67E37940(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0055;
}
}
{
// element.text += text;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = V_0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_13 = L_12;
NullCheck(L_13);
String_t* L_14 = L_13->get_text_2();
String_t* L_15 = ___text0;
String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_13);
L_13->set_text_2(L_16);
// return;
return;
}
IL_0055:
{
// element = HtmlElement.GetElement(HtmlElementType.Text);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_17 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(0, /*hidden argument*/NULL);
V_0 = L_17;
// element.text = text;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_18 = V_0;
String_t* L_19 = ___text0;
NullCheck(L_18);
L_18->set_text_2(L_19);
// element.format.CopyFrom(_format);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_20 = V_0;
NullCheck(L_20);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_21 = L_20->get_format_3();
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * L_22 = __this->get__format_3();
NullCheck(L_21);
TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB(L_21, L_22, /*hidden argument*/NULL);
// _elements.Add(element);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_23 = __this->get__elements_4();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_24 = V_0;
NullCheck(L_23);
List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1(L_23, L_24, /*hidden argument*/List_1_Add_m5AD58CA358DABBCD42A3136AB1E6B4B5FD6A2BC1_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlParser::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlParser__cctor_m1860E2CB8DA9F6A0D1F3C009141B1C2F212A77E9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlParser__cctor_m1860E2CB8DA9F6A0D1F3C009141B1C2F212A77E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static HtmlParser inst = new HtmlParser();
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * L_0 = (HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 *)il2cpp_codegen_object_new(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var);
HtmlParser__ctor_m41BD3AFAF0116C8633EE46E84D96167BBC883C23(L_0, /*hidden argument*/NULL);
((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->set_inst_0(L_0);
// static List<string> sHelperList1 = new List<string>();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_1, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->set_sHelperList1_6(L_1);
// static List<string> sHelperList2 = new List<string>();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_2, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->set_sHelperList2_7(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.HtmlParser_TextFormat2::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat2__ctor_m221531D662752E79BE4A3073775664A4644BC0EE (TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * __this, const RuntimeMethod* method)
{
{
TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9(__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
// FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::get_comboBox()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// public GComboBox comboBox { get; private set; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = __this->get_U3CcomboBoxU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::set_comboBox(FairyGUI.GComboBox)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_set_comboBox_m47A2954A902366926045C478A157F6D03CB1463C (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * ___value0, const RuntimeMethod* method)
{
{
// public GComboBox comboBox { get; private set; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = ___value0;
__this->set_U3CcomboBoxU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect__ctor_mA4D46FE1600BD66F32D1523C87078DF35EC990D3 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlSelect__ctor_mA4D46FE1600BD66F32D1523C87078DF35EC990D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public HtmlSelect()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// if (resource != null)
String_t* L_0 = ((HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_StaticFields*)il2cpp_codegen_static_fields_for(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_il2cpp_TypeInfo_var))->get_resource_2();
if (!L_0)
{
goto IL_0035;
}
}
{
// comboBox = UIPackage.CreateObjectFromURL(resource).asComboBox;
String_t* L_1 = ((HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_StaticFields*)il2cpp_codegen_static_fields_for(HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96_il2cpp_TypeInfo_var))->get_resource_2();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_3 = GObject_get_asComboBox_mD719A9EA4E2C73CD2F9B0EAD53428D2E09AE36C2(L_2, /*hidden argument*/NULL);
HtmlSelect_set_comboBox_m47A2954A902366926045C478A157F6D03CB1463C_inline(__this, L_3, /*hidden argument*/NULL);
// _changeHandler = () =>
// {
// _owner.DispatchEvent(CHANGED_EVENT, null, this);
// };
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_4, __this, (intptr_t)((intptr_t)HtmlSelect_U3C_ctorU3Eb__9_0_mDAC713D70E1CEC811AD75060DA18D945416BABD4_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__changeHandler_5(L_4);
// }
return;
}
IL_0035:
{
// Debug.LogWarning("FairyGUI: Set HtmlSelect.resource first");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral9FF8D973E3AA9289078E4464B7596E2A62A6CF2F, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.Utils.HtmlSelect::get_displayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * HtmlSelect_get_displayObject_m0A1F32C20C3627A7532BCB1BFA0F9F71E7D4483D (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// get { return comboBox.displayObject; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlSelect::get_element()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlSelect_get_element_m9001CE49AC0E387D067340505EF639E4B0F9BA5A (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// get { return _element; }
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_0 = __this->get__element_4();
return L_0;
}
}
// System.Single FairyGUI.Utils.HtmlSelect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlSelect_get_width_mAF4C97D4517FB29123B47A5C85D2129B72A72176 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// get { return comboBox != null ? comboBox.width : 0; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
return (0.0f);
}
IL_000e:
{
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_1 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
float L_2 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Single FairyGUI.Utils.HtmlSelect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HtmlSelect_get_height_mF775B126D51CD5D0BB2B83C505DED7586DBC19EB (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// get { return comboBox != null ? comboBox.height : 0; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
return (0.0f);
}
IL_000e:
{
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_1 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
float L_2 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_Create_mCC3D832F4F56D50C63F22C1D1D0933258D585575 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___owner0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___element1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlSelect_Create_mCC3D832F4F56D50C63F22C1D1D0933258D585575_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// _owner = owner;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___owner0;
__this->set__owner_3(L_0);
// _element = element;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_1 = ___element1;
__this->set__element_4(L_1);
// if (comboBox == null)
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_2 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0017;
}
}
{
// return;
return;
}
IL_0017:
{
// comboBox.onChanged.Add(_changeHandler);
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_3 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = GComboBox_get_onChanged_mF60ABAA49B6B2B7909DF164DC93CDCC0CC110DB8(L_3, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = __this->get__changeHandler_5();
NullCheck(L_4);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_4, L_5, /*hidden argument*/NULL);
// int width = element.GetInt("width", comboBox.sourceWidth);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = ___element1;
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_7 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_7)->get_sourceWidth_5();
NullCheck(L_6);
int32_t L_9 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_6, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, L_8, /*hidden argument*/NULL);
V_0 = L_9;
// int height = element.GetInt("height", comboBox.sourceHeight);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_10 = ___element1;
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_11 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_11)->get_sourceHeight_6();
NullCheck(L_10);
int32_t L_13 = HtmlElement_GetInt_m77CE910174948E615C2073A3E101C28916C994AE(L_10, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, L_12, /*hidden argument*/NULL);
V_1 = L_13;
// comboBox.SetSize(width, height);
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_14 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
int32_t L_15 = V_0;
int32_t L_16 = V_1;
NullCheck(L_14);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_14, (((float)((float)L_15))), (((float)((float)L_16))), /*hidden argument*/NULL);
// comboBox.items = (string[])element.Get("items");
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_17 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_18 = ___element1;
NullCheck(L_18);
RuntimeObject * L_19 = HtmlElement_Get_m8A57799B92429ADEDDDAAC816AE4B668FB8FCCCF(L_18, _stringLiteral7316C8B2E74870D9D7E9D30BBC28ECF4CDF945EE, /*hidden argument*/NULL);
NullCheck(L_17);
GComboBox_set_items_m134258F1E5A2AD5989CB29E75B8ADA31FF24468E(L_17, ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_19, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// comboBox.values = (string[])element.Get("values");
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_20 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_21 = ___element1;
NullCheck(L_21);
RuntimeObject * L_22 = HtmlElement_Get_m8A57799B92429ADEDDDAAC816AE4B668FB8FCCCF(L_21, _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386, /*hidden argument*/NULL);
NullCheck(L_20);
GComboBox_set_values_m4CEBAA60EBFF3DF29AA077FBDE7767E5525DD628(L_20, ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_22, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// comboBox.value = element.GetString("value");
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_23 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_24 = ___element1;
NullCheck(L_24);
String_t* L_25 = HtmlElement_GetString_m96E05AC9478B367696248451584106439F7491FB(L_24, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
NullCheck(L_23);
GComboBox_set_value_mEA9A0506D6D1CF178D40671442B9D9D845931944(L_23, L_25, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::SetPosition(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_SetPosition_mB731274BFBD980222D433CD364E5D020491AB557 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// if (comboBox != null)
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0015;
}
}
{
// comboBox.SetXY(x, y);
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_1 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
float L_2 = ___x0;
float L_3 = ___y1;
NullCheck(L_1);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_1, L_2, L_3, /*hidden argument*/NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::Add()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_Add_m2FB938850DD7AD6F56023EA9B953BED03E7053F7 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// if (comboBox != null)
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_001f;
}
}
{
// _owner.AddChild(comboBox.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = __this->get__owner_3();
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_2 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_1, L_3, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_Remove_mEEC6D856266D4D9F394D7EB4E75DBE811E73B11B (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// if (comboBox != null && comboBox.displayObject.parent != null)
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0031;
}
}
{
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_1 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0031;
}
}
{
// _owner.RemoveChild(comboBox.displayObject);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_4 = __this->get__owner_3();
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_5 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_4, L_6, /*hidden argument*/NULL);
}
IL_0031:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_Release_mC58B17133ED272F1926135ACC2460FB8F5ACBDA5 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// if (comboBox != null)
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// comboBox.RemoveEventListeners();
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_1 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(L_1, /*hidden argument*/NULL);
}
IL_0013:
{
// _owner = null;
__this->set__owner_3((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)NULL);
// _element = null;
__this->set__element_4((HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_Dispose_mC8BC4B2CC49513286A99CA1BCEB0B1171D707CF5 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// if (comboBox != null)
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
// comboBox.Dispose();
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_1 = HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_1);
}
IL_0013:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.HtmlSelect::<.ctor>b__9_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlSelect_U3C_ctorU3Eb__9_0_mDAC713D70E1CEC811AD75060DA18D945416BABD4 (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HtmlSelect_U3C_ctorU3Eb__9_0_mDAC713D70E1CEC811AD75060DA18D945416BABD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.DispatchEvent(CHANGED_EVENT, null, this);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__owner_3();
NullCheck(L_0);
EventDispatcher_DispatchEvent_mEA455D8BB6FE28181D527893DB66636704D88DC3(L_0, _stringLiteral10EEF300544608EE3872BAADB9BBEA817562159D, NULL, __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
// UnityEngine.Color FairyGUI.Utils.ToolSet::ConvertFromHtmlColor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F (String_t* ___str0, const RuntimeMethod* method)
{
{
// if (str.Length < 7 || str[0] != '#')
String_t* L_0 = ___str0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)7)))
{
goto IL_0014;
}
}
{
String_t* L_2 = ___str0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)35))))
{
goto IL_001a;
}
}
IL_0014:
{
// return Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
return L_4;
}
IL_001a:
{
// if (str.Length == 9)
String_t* L_5 = ___str0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9)))))
{
goto IL_00a3;
}
}
{
// return new Color32((byte)(CharToHex(str[3]) * 16 + CharToHex(str[4])),
// (byte)(CharToHex(str[5]) * 16 + CharToHex(str[6])),
// (byte)(CharToHex(str[7]) * 16 + CharToHex(str[8])),
// (byte)(CharToHex(str[1]) * 16 + CharToHex(str[2])));
String_t* L_7 = ___str0;
NullCheck(L_7);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 3, /*hidden argument*/NULL);
int32_t L_9 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_8, /*hidden argument*/NULL);
String_t* L_10 = ___str0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 4, /*hidden argument*/NULL);
int32_t L_12 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_11, /*hidden argument*/NULL);
String_t* L_13 = ___str0;
NullCheck(L_13);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, 5, /*hidden argument*/NULL);
int32_t L_15 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_14, /*hidden argument*/NULL);
String_t* L_16 = ___str0;
NullCheck(L_16);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, 6, /*hidden argument*/NULL);
int32_t L_18 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_17, /*hidden argument*/NULL);
String_t* L_19 = ___str0;
NullCheck(L_19);
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, 7, /*hidden argument*/NULL);
int32_t L_21 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_20, /*hidden argument*/NULL);
String_t* L_22 = ___str0;
NullCheck(L_22);
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, 8, /*hidden argument*/NULL);
int32_t L_24 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_23, /*hidden argument*/NULL);
String_t* L_25 = ___str0;
NullCheck(L_25);
Il2CppChar L_26 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_25, 1, /*hidden argument*/NULL);
int32_t L_27 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_26, /*hidden argument*/NULL);
String_t* L_28 = ___str0;
NullCheck(L_28);
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, 2, /*hidden argument*/NULL);
int32_t L_30 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_29, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_31;
memset((&L_31), 0, sizeof(L_31));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_31), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)16))), (int32_t)L_12))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)16))), (int32_t)L_18))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)((int32_t)16))), (int32_t)L_24))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)((int32_t)16))), (int32_t)L_30))))), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_32 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_31, /*hidden argument*/NULL);
return L_32;
}
IL_00a3:
{
// return new Color32((byte)(CharToHex(str[1]) * 16 + CharToHex(str[2])),
// (byte)(CharToHex(str[3]) * 16 + CharToHex(str[4])),
// (byte)(CharToHex(str[5]) * 16 + CharToHex(str[6])),
// 255);
String_t* L_33 = ___str0;
NullCheck(L_33);
Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_33, 1, /*hidden argument*/NULL);
int32_t L_35 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_34, /*hidden argument*/NULL);
String_t* L_36 = ___str0;
NullCheck(L_36);
Il2CppChar L_37 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, 2, /*hidden argument*/NULL);
int32_t L_38 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_37, /*hidden argument*/NULL);
String_t* L_39 = ___str0;
NullCheck(L_39);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, 3, /*hidden argument*/NULL);
int32_t L_41 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_40, /*hidden argument*/NULL);
String_t* L_42 = ___str0;
NullCheck(L_42);
Il2CppChar L_43 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_42, 4, /*hidden argument*/NULL);
int32_t L_44 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_43, /*hidden argument*/NULL);
String_t* L_45 = ___str0;
NullCheck(L_45);
Il2CppChar L_46 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_45, 5, /*hidden argument*/NULL);
int32_t L_47 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_46, /*hidden argument*/NULL);
String_t* L_48 = ___str0;
NullCheck(L_48);
Il2CppChar L_49 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_48, 6, /*hidden argument*/NULL);
int32_t L_50 = ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA(L_49, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_51;
memset((&L_51), 0, sizeof(L_51));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_51), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_35, (int32_t)((int32_t)16))), (int32_t)L_38))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)((int32_t)16))), (int32_t)L_44))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_47, (int32_t)((int32_t)16))), (int32_t)L_50))))), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_52 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_51, /*hidden argument*/NULL);
return L_52;
}
}
// UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGB(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToolSet_ColorFromRGB_m57EBD95134B21C35AD0FF9400716B2FD80105087 (int32_t ___value0, const RuntimeMethod* method)
{
{
// return new Color(((value >> 16) & 0xFF) / 255f, ((value >> 8) & 0xFF) / 255f, (value & 0xFF) / 255f, 1);
int32_t L_0 = ___value0;
int32_t L_1 = ___value0;
int32_t L_2 = ___value0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3;
memset((&L_3), 0, sizeof(L_3));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_3), ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))/(float)(255.0f))), ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)8))&(int32_t)((int32_t)255))))))/(float)(255.0f))), ((float)((float)(((float)((float)((int32_t)((int32_t)L_2&(int32_t)((int32_t)255))))))/(float)(255.0f))), (1.0f), /*hidden argument*/NULL);
return L_3;
}
}
// UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGBA(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToolSet_ColorFromRGBA_mD9FADC3C99F66D20B431655625702DD841167A2B (int32_t ___value0, const RuntimeMethod* method)
{
{
// return new Color(((value >> 16) & 0xFF) / 255f, ((value >> 8) & 0xFF) / 255f, (value & 0xFF) / 255f, ((value >> 24) & 0xFF) / 255f);
int32_t L_0 = ___value0;
int32_t L_1 = ___value0;
int32_t L_2 = ___value0;
int32_t L_3 = ___value0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4;
memset((&L_4), 0, sizeof(L_4));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_4), ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))/(float)(255.0f))), ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)8))&(int32_t)((int32_t)255))))))/(float)(255.0f))), ((float)((float)(((float)((float)((int32_t)((int32_t)L_2&(int32_t)((int32_t)255))))))/(float)(255.0f))), ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))/(float)(255.0f))), /*hidden argument*/NULL);
return L_4;
}
}
// System.Int32 FairyGUI.Utils.ToolSet::CharToHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolSet_CharToHex_m48345E274F07E6E42F5FFBDCECB62C3ED55796DA (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
// if (c >= '0' && c <= '9')
Il2CppChar L_0 = ___c0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
{
goto IL_000f;
}
}
{
Il2CppChar L_1 = ___c0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)57))))
{
goto IL_000f;
}
}
{
// return (int)c - 48;
Il2CppChar L_2 = ___c0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48)));
}
IL_000f:
{
// if (c >= 'A' && c <= 'F')
Il2CppChar L_3 = ___c0;
if ((((int32_t)L_3) < ((int32_t)((int32_t)65))))
{
goto IL_0021;
}
}
{
Il2CppChar L_4 = ___c0;
if ((((int32_t)L_4) > ((int32_t)((int32_t)70))))
{
goto IL_0021;
}
}
{
// return 10 + (int)c - 65;
Il2CppChar L_5 = ___c0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_5)), (int32_t)((int32_t)65)));
}
IL_0021:
{
// else if (c >= 'a' && c <= 'f')
Il2CppChar L_6 = ___c0;
if ((((int32_t)L_6) < ((int32_t)((int32_t)97))))
{
goto IL_0033;
}
}
{
Il2CppChar L_7 = ___c0;
if ((((int32_t)L_7) > ((int32_t)((int32_t)102))))
{
goto IL_0033;
}
}
{
// return 10 + (int)c - 97;
Il2CppChar L_8 = ___c0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_8)), (int32_t)((int32_t)97)));
}
IL_0033:
{
// return 0;
return 0;
}
}
// UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect10, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect21, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float G_B8_0 = 0.0f;
float G_B11_0 = 0.0f;
float G_B14_0 = 0.0f;
float G_B17_0 = 0.0f;
{
// if (rect1.width == 0 || rect1.height == 0 || rect2.width == 0 || rect2.height == 0)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = ___rect10;
float L_1 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_0034;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = ___rect10;
float L_3 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
if ((((float)L_3) == ((float)(0.0f))))
{
goto IL_0034;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = ___rect21;
float L_5 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
if ((((float)L_5) == ((float)(0.0f))))
{
goto IL_0034;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_6 = ___rect21;
float L_7 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_6, /*hidden argument*/NULL);
if ((!(((float)L_7) == ((float)(0.0f)))))
{
goto IL_004e;
}
}
IL_0034:
{
// return new Rect(0, 0, 0, 0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8;
memset((&L_8), 0, sizeof(L_8));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_8), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
return L_8;
}
IL_004e:
{
// float left = rect1.xMin > rect2.xMin ? rect1.xMin : rect2.xMin;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_9 = ___rect10;
float L_10 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_9, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_11 = ___rect21;
float L_12 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_11, /*hidden argument*/NULL);
if ((((float)L_10) > ((float)L_12)))
{
goto IL_0064;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_13 = ___rect21;
float L_14 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_13, /*hidden argument*/NULL);
G_B8_0 = L_14;
goto IL_006a;
}
IL_0064:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_15 = ___rect10;
float L_16 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_15, /*hidden argument*/NULL);
G_B8_0 = L_16;
}
IL_006a:
{
V_0 = G_B8_0;
// float right = rect1.xMax < rect2.xMax ? rect1.xMax : rect2.xMax;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_17 = ___rect10;
float L_18 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_17, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_19 = ___rect21;
float L_20 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_19, /*hidden argument*/NULL);
if ((((float)L_18) < ((float)L_20)))
{
goto IL_0081;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_21 = ___rect21;
float L_22 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_21, /*hidden argument*/NULL);
G_B11_0 = L_22;
goto IL_0087;
}
IL_0081:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_23 = ___rect10;
float L_24 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_23, /*hidden argument*/NULL);
G_B11_0 = L_24;
}
IL_0087:
{
V_1 = G_B11_0;
// float top = rect1.yMin > rect2.yMin ? rect1.yMin : rect2.yMin;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_25 = ___rect10;
float L_26 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_27 = ___rect21;
float L_28 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_27, /*hidden argument*/NULL);
if ((((float)L_26) > ((float)L_28)))
{
goto IL_009e;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_29 = ___rect21;
float L_30 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_29, /*hidden argument*/NULL);
G_B14_0 = L_30;
goto IL_00a4;
}
IL_009e:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_31 = ___rect10;
float L_32 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_31, /*hidden argument*/NULL);
G_B14_0 = L_32;
}
IL_00a4:
{
V_2 = G_B14_0;
// float bottom = rect1.yMax < rect2.yMax ? rect1.yMax : rect2.yMax;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_33 = ___rect10;
float L_34 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_33, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_35 = ___rect21;
float L_36 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_35, /*hidden argument*/NULL);
if ((((float)L_34) < ((float)L_36)))
{
goto IL_00bb;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_37 = ___rect21;
float L_38 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, /*hidden argument*/NULL);
G_B17_0 = L_38;
goto IL_00c1;
}
IL_00bb:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_39 = ___rect10;
float L_40 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_39, /*hidden argument*/NULL);
G_B17_0 = L_40;
}
IL_00c1:
{
V_3 = G_B17_0;
// if (left > right || top > bottom)
float L_41 = V_0;
float L_42 = V_1;
if ((((float)L_41) > ((float)L_42)))
{
goto IL_00ca;
}
}
{
float L_43 = V_2;
float L_44 = V_3;
if ((!(((float)L_43) > ((float)L_44))))
{
goto IL_00e4;
}
}
IL_00ca:
{
// return new Rect(0, 0, 0, 0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_45;
memset((&L_45), 0, sizeof(L_45));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_45), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
return L_45;
}
IL_00e4:
{
// return Rect.MinMaxRect(left, top, right, bottom);
float L_46 = V_0;
float L_47 = V_2;
float L_48 = V_1;
float L_49 = V_3;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_50 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_46, L_47, L_48, L_49, /*hidden argument*/NULL);
return L_50;
}
}
// UnityEngine.Rect FairyGUI.Utils.ToolSet::Union(UnityEngine.Rect&,UnityEngine.Rect&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE ToolSet_Union_m2B274319CECD031AD5C155B4EC00AF0A829F765D (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect10, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ToolSet_Union_m2B274319CECD031AD5C155B4EC00AF0A829F765D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (rect2.width == 0 || rect2.height == 0)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = ___rect21;
float L_1 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_001a;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = ___rect21;
float L_3 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
if ((!(((float)L_3) == ((float)(0.0f)))))
{
goto IL_0021;
}
}
IL_001a:
{
// return rect1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = ___rect10;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = (*(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4);
return L_5;
}
IL_0021:
{
// if (rect1.width == 0 || rect1.height == 0)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_6 = ___rect10;
float L_7 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_6, /*hidden argument*/NULL);
if ((((float)L_7) == ((float)(0.0f))))
{
goto IL_003b;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_8 = ___rect10;
float L_9 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_8, /*hidden argument*/NULL);
if ((!(((float)L_9) == ((float)(0.0f)))))
{
goto IL_0042;
}
}
IL_003b:
{
// return rect2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = ___rect21;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_11 = (*(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10);
return L_11;
}
IL_0042:
{
// float x = Mathf.Min(rect1.x, rect2.x);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_12 = ___rect10;
float L_13 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_12, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_14 = ___rect21;
float L_15 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_16 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_13, L_15, /*hidden argument*/NULL);
V_0 = L_16;
// float y = Mathf.Min(rect1.y, rect2.y);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_17 = ___rect10;
float L_18 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_17, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_19 = ___rect21;
float L_20 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_19, /*hidden argument*/NULL);
float L_21 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_18, L_20, /*hidden argument*/NULL);
V_1 = L_21;
// return new Rect(x, y, Mathf.Max(rect1.xMax, rect2.xMax) - x, Mathf.Max(rect1.yMax, rect2.yMax) - y);
float L_22 = V_0;
float L_23 = V_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = ___rect10;
float L_25 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = ___rect21;
float L_27 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
float L_28 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_25, L_27, /*hidden argument*/NULL);
float L_29 = V_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_30 = ___rect10;
float L_31 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_30, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_32 = ___rect21;
float L_33 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_32, /*hidden argument*/NULL);
float L_34 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_31, L_33, /*hidden argument*/NULL);
float L_35 = V_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_36;
memset((&L_36), 0, sizeof(L_36));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_36), L_22, L_23, ((float)il2cpp_codegen_subtract((float)L_28, (float)L_29)), ((float)il2cpp_codegen_subtract((float)L_34, (float)L_35)), /*hidden argument*/NULL);
return L_36;
}
}
// System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___t0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method)
{
{
// if ((object)t.parent == (object)parent)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ___t0;
NullCheck(L_0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_0, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = ___parent1;
if ((!(((RuntimeObject*)(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_1) == ((RuntimeObject*)(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_2))))
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// t.SetParent(parent, false);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = ___t0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = ___parent1;
NullCheck(L_3);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_3, L_4, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.ToolSet::SkewMatrix(UnityEngine.Matrix4x4&,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SkewMatrix_m86D43BC05727B8F6F7D04B12FF8D698371EECBAE (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___matrix0, float ___skewX1, float ___skewY2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ToolSet_SkewMatrix_m86D43BC05727B8F6F7D04B12FF8D698371EECBAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
{
// skewX = -skewX * Mathf.Deg2Rad;
float L_0 = ___skewX1;
___skewX1 = ((float)il2cpp_codegen_multiply((float)((-L_0)), (float)(0.0174532924f)));
// skewY = -skewY * Mathf.Deg2Rad;
float L_1 = ___skewY2;
___skewY2 = ((float)il2cpp_codegen_multiply((float)((-L_1)), (float)(0.0174532924f)));
// float sinX = Mathf.Sin(skewX);
float L_2 = ___skewX1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_3 = sinf(L_2);
V_0 = L_3;
// float cosX = Mathf.Cos(skewX);
float L_4 = ___skewX1;
float L_5 = cosf(L_4);
V_1 = L_5;
// float sinY = Mathf.Sin(skewY);
float L_6 = ___skewY2;
float L_7 = sinf(L_6);
V_2 = L_7;
// float cosY = Mathf.Cos(skewY);
float L_8 = ___skewY2;
float L_9 = cosf(L_8);
V_3 = L_9;
// float m00 = matrix.m00 * cosY - matrix.m10 * sinX;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_10 = ___matrix0;
float L_11 = L_10->get_m00_0();
float L_12 = V_3;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_13 = ___matrix0;
float L_14 = L_13->get_m10_1();
float L_15 = V_0;
V_4 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15))));
// float m10 = matrix.m00 * sinY + matrix.m10 * cosX;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_16 = ___matrix0;
float L_17 = L_16->get_m00_0();
float L_18 = V_2;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_19 = ___matrix0;
float L_20 = L_19->get_m10_1();
float L_21 = V_1;
V_5 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), (float)((float)il2cpp_codegen_multiply((float)L_20, (float)L_21))));
// float m01 = matrix.m01 * cosY - matrix.m11 * sinX;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_22 = ___matrix0;
float L_23 = L_22->get_m01_4();
float L_24 = V_3;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_25 = ___matrix0;
float L_26 = L_25->get_m11_5();
float L_27 = V_0;
V_6 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)), (float)((float)il2cpp_codegen_multiply((float)L_26, (float)L_27))));
// float m11 = matrix.m01 * sinY + matrix.m11 * cosX;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_28 = ___matrix0;
float L_29 = L_28->get_m01_4();
float L_30 = V_2;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_31 = ___matrix0;
float L_32 = L_31->get_m11_5();
float L_33 = V_1;
V_7 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)), (float)((float)il2cpp_codegen_multiply((float)L_32, (float)L_33))));
// float m02 = matrix.m02 * cosY - matrix.m12 * sinX;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_34 = ___matrix0;
float L_35 = L_34->get_m02_8();
float L_36 = V_3;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_37 = ___matrix0;
float L_38 = L_37->get_m12_9();
float L_39 = V_0;
V_8 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)), (float)((float)il2cpp_codegen_multiply((float)L_38, (float)L_39))));
// float m12 = matrix.m02 * sinY + matrix.m12 * cosX;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_40 = ___matrix0;
float L_41 = L_40->get_m02_8();
float L_42 = V_2;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_43 = ___matrix0;
float L_44 = L_43->get_m12_9();
float L_45 = V_1;
V_9 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_41, (float)L_42)), (float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45))));
// matrix.m00 = m00;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_46 = ___matrix0;
float L_47 = V_4;
L_46->set_m00_0(L_47);
// matrix.m10 = m10;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_48 = ___matrix0;
float L_49 = V_5;
L_48->set_m10_1(L_49);
// matrix.m01 = m01;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_50 = ___matrix0;
float L_51 = V_6;
L_50->set_m01_4(L_51);
// matrix.m11 = m11;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_52 = ___matrix0;
float L_53 = V_7;
L_52->set_m11_5(L_53);
// matrix.m02 = m02;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_54 = ___matrix0;
float L_55 = V_8;
L_54->set_m02_8(L_55);
// matrix.m12 = m12;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_56 = ___matrix0;
float L_57 = V_9;
L_56->set_m12_9(L_57);
// }
return;
}
}
// System.Void FairyGUI.Utils.ToolSet::RotateUV(UnityEngine.Vector2[],UnityEngine.Rect&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_RotateUV_m2A912A90C077DE1AB72C13AF9CE31006FF01A83C (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uv0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___baseUVRect1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ToolSet_RotateUV_m2A912A90C077DE1AB72C13AF9CE31006FF01A83C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
int32_t V_5 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_6;
memset((&V_6), 0, sizeof(V_6));
{
// int vertCount = uv.Length;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_0 = ___uv0;
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// float xMin = Mathf.Min(baseUVRect.xMin, baseUVRect.xMax);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = ___baseUVRect1;
float L_2 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_3 = ___baseUVRect1;
float L_4 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_5 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_2, L_4, /*hidden argument*/NULL);
V_1 = L_5;
// float yMin = baseUVRect.yMin;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_6 = ___baseUVRect1;
float L_7 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_6, /*hidden argument*/NULL);
V_2 = L_7;
// float yMax = baseUVRect.yMax;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_8 = ___baseUVRect1;
float L_9 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_8, /*hidden argument*/NULL);
V_3 = L_9;
// if (yMin > yMax)
float L_10 = V_2;
float L_11 = V_3;
if ((!(((float)L_10) > ((float)L_11))))
{
goto IL_0031;
}
}
{
// yMin = yMax;
float L_12 = V_3;
V_2 = L_12;
// yMax = baseUVRect.yMin;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_13 = ___baseUVRect1;
float L_14 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_13, /*hidden argument*/NULL);
V_3 = L_14;
}
IL_0031:
{
// for (int i = 0; i < vertCount; i++)
V_5 = 0;
goto IL_0078;
}
IL_0036:
{
// Vector2 m = uv[i];
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_15 = ___uv0;
int32_t L_16 = V_5;
NullCheck(L_15);
int32_t L_17 = L_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_6 = L_18;
// tmp = m.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_6;
float L_20 = L_19.get_y_1();
V_4 = L_20;
// m.y = yMin + m.x - xMin;
float L_21 = V_2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = V_6;
float L_23 = L_22.get_x_0();
float L_24 = V_1;
(&V_6)->set_y_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_21, (float)L_23)), (float)L_24)));
// m.x = xMin + yMax - tmp;
float L_25 = V_1;
float L_26 = V_3;
float L_27 = V_4;
(&V_6)->set_x_0(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_25, (float)L_26)), (float)L_27)));
// uv[i] = m;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_28 = ___uv0;
int32_t L_29 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = V_6;
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_30);
// for (int i = 0; i < vertCount; i++)
int32_t L_31 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_0078:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_32 = V_5;
int32_t L_33 = V_0;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
goto IL_0036;
}
}
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.UBBParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBBParser__ctor_m7D7C1DE971321967E17104891C25F166AC8D677A (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser__ctor_m7D7C1DE971321967E17104891C25F166AC8D677A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public UBBParser()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// handlers = new Dictionary<string, TagHandler>();
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_0 = (Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D *)il2cpp_codegen_object_new(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m10DC2F99EDF5CB7E94E388453BF34E8C59536886(L_0, /*hidden argument*/Dictionary_2__ctor_m10DC2F99EDF5CB7E94E388453BF34E8C59536886_RuntimeMethod_var);
__this->set_handlers_3(L_0);
// handlers["url"] = onTag_URL;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_1 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_2 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_2, __this, (intptr_t)((intptr_t)UBBParser_onTag_URL_m0E35A87C51588428DB5D3E1DA5B2A8B88362E4B0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_1);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_1, _stringLiteral81736358B1645103AE83247B10C5F82AF641DDFC, L_2, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["img"] = onTag_IMG;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_3 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_4 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_4, __this, (intptr_t)((intptr_t)UBBParser_onTag_IMG_mB7B5B2860666001505AC96AD9ADECB1B099C76C4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_3);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_3, _stringLiteral978EA7AF39AD5FEFB6BFBC82A1C5023494BDADE2, L_4, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["b"] = onTag_Simple;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_5 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_6 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_6, __this, (intptr_t)((intptr_t)UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_5, _stringLiteralE9D71F5EE7C92D6DC9E92FFDAD17B8BD49418F98, L_6, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["i"] = onTag_Simple;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_7 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_8 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_8, __this, (intptr_t)((intptr_t)UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_7, _stringLiteral042DC4512FA3D391C5170CF3AA61E6A638F84342, L_8, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["u"] = onTag_Simple;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_9 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_10 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_10, __this, (intptr_t)((intptr_t)UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_9, _stringLiteral51E69892AB49DF85C6230CCC57F8E1D1606CACCC, L_10, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["sup"] = onTag_Simple;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_11 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_12 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_12, __this, (intptr_t)((intptr_t)UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_11, _stringLiteral3844B17B367801F41A3FF27AAB7D5CA297C2B984, L_12, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["sub"] = onTag_Simple;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_13 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_14 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_14, __this, (intptr_t)((intptr_t)UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_13, _stringLiteral5D85613A56C124E3A3FF8CE6FC95D10CDCB5001E, L_14, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["color"] = onTag_COLOR;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_15 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_16 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_16, __this, (intptr_t)((intptr_t)UBBParser_onTag_COLOR_m8E8E929D0BF245E29F2AA0B66A1937EF15553804_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_15, _stringLiteral6DD0FE8001145BEC4A12D0E22DA711C4970D000B, L_16, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["font"] = onTag_FONT;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_17 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_18 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_18, __this, (intptr_t)((intptr_t)UBBParser_onTag_FONT_mC62891720B4578D23B747C8A8898C14BBAD6ECFC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_17, _stringLiteral4642576D8432B870F7E95688217D211D2DA42556, L_18, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["size"] = onTag_SIZE;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_19 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_20 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_20, __this, (intptr_t)((intptr_t)UBBParser_onTag_SIZE_m884943AD5325EFED13A27D00AC01677E02A62205_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_19, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, L_20, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// handlers["align"] = onTag_ALIGN;
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_21 = __this->get_handlers_3();
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_22 = (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 *)il2cpp_codegen_object_new(TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3_il2cpp_TypeInfo_var);
TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2(L_22, __this, (intptr_t)((intptr_t)UBBParser_onTag_ALIGN_mA822EF1E2A4DC8300FE417ECE4AF9FD46E9B26D0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA(L_21, _stringLiteralAE21C64A87F6BB0B8E16E55C48BE4CC638D7BD3F, L_22, /*hidden argument*/Dictionary_2_set_Item_m4256380911407E0081604EF84B3F7D49CA6EEFDA_RuntimeMethod_var);
// }
return;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_URL(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_URL_m0E35A87C51588428DB5D3E1DA5B2A8B88362E4B0 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_URL_m0E35A87C51588428DB5D3E1DA5B2A8B88362E4B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if (!end)
bool L_0 = ___end1;
if (L_0)
{
goto IL_0030;
}
}
{
// if (attr != null)
String_t* L_1 = ___attr2;
if (!L_1)
{
goto IL_0017;
}
}
{
// return "<a href=\"" + attr + "\" target=\"_blank\">";
String_t* L_2 = ___attr2;
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE3942C17C30F13D906BA08F96C6C4CA988F6AE28, L_2, _stringLiteral154C29097FE41612DD315749102C46220BDD7320, /*hidden argument*/NULL);
return L_3;
}
IL_0017:
{
// string href = GetTagText(false);
String_t* L_4 = UBBParser_GetTagText_mE5608965A9475DE214CD11E46B8173428758603D(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_4;
// return "<a href=\"" + href + "\" target=\"_blank\">";
String_t* L_5 = V_0;
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE3942C17C30F13D906BA08F96C6C4CA988F6AE28, L_5, _stringLiteral154C29097FE41612DD315749102C46220BDD7320, /*hidden argument*/NULL);
return L_6;
}
IL_0030:
{
// return "</a>";
return _stringLiteralF26A5FC2D93401FD0A0FB60D5B8BA770E74CA387;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_IMG(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_IMG_mB7B5B2860666001505AC96AD9ADECB1B099C76C4 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_IMG_mB7B5B2860666001505AC96AD9ADECB1B099C76C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if (!end)
bool L_0 = ___end1;
if (L_0)
{
goto IL_007d;
}
}
{
// string src = GetTagText(true);
String_t* L_1 = UBBParser_GetTagText_mE5608965A9475DE214CD11E46B8173428758603D(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_1;
// if (src == null || src.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0018;
}
}
IL_0016:
{
// return null;
return (String_t*)NULL;
}
IL_0018:
{
// if (defaultImgWidth != 0)
int32_t L_5 = __this->get_defaultImgWidth_4();
if (!L_5)
{
goto IL_006c;
}
}
{
// return "<img src=\"" + src + "\" width=\"" + defaultImgWidth + "\" height=\"" + defaultImgHeight + "\"/>";
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralC5CC60CDC6C547952A69781F8FA7F6EC973B5D7C);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralC5CC60CDC6C547952A69781F8FA7F6EC973B5D7C);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
String_t* L_9 = V_0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral68E0B07D7178AB13B871775131B9B3C9252549E7);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral68E0B07D7178AB13B871775131B9B3C9252549E7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
int32_t L_12 = __this->get_defaultImgWidth_4();
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_14);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_11;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral4C6886D2D48A18D70CA54002F9DDAF941C2D0DD6);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral4C6886D2D48A18D70CA54002F9DDAF941C2D0DD6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
int32_t L_17 = __this->get_defaultImgHeight_5();
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_19);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_16;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral36E743E4B92054AB6F0DA52D2B5F50ADE4B8D257);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)_stringLiteral36E743E4B92054AB6F0DA52D2B5F50ADE4B8D257);
String_t* L_21 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_20, /*hidden argument*/NULL);
return L_21;
}
IL_006c:
{
// return "<img src=\"" + src + "\"/>";
String_t* L_22 = V_0;
String_t* L_23 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralC5CC60CDC6C547952A69781F8FA7F6EC973B5D7C, L_22, _stringLiteral36E743E4B92054AB6F0DA52D2B5F50ADE4B8D257, /*hidden argument*/NULL);
return L_23;
}
IL_007d:
{
// return null;
return (String_t*)NULL;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_Simple(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_Simple_m75B5E55CF5CD14FB28B9D60EF2C060EB04E14AFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return end ? ("</" + tagName + ">") : ("<" + tagName + ">");
bool L_0 = ___end1;
if (L_0)
{
goto IL_0014;
}
}
{
String_t* L_1 = ___tagName0;
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29, L_1, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
String_t* L_3 = ___tagName0;
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral148AD7EB924EA204A6D3EA8E34EF9AAD04C02287, L_3, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
return L_4;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_COLOR(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_COLOR_m8E8E929D0BF245E29F2AA0B66A1937EF15553804 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_COLOR_m8E8E929D0BF245E29F2AA0B66A1937EF15553804_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!end)
bool L_0 = ___end1;
if (L_0)
{
goto IL_0014;
}
}
{
// return "<font color=\"" + attr + "\">";
String_t* L_1 = ___attr2;
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral5946383AD2F91E6E720A48074EEC359377B171DD, L_1, _stringLiteral28F19568A74E0032FBC866433CFF499CE8C2BCC1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
// return "</font>";
return _stringLiteralF35072D147FDA4D408C894D1F01BC5584063EA82;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_FONT(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_FONT_mC62891720B4578D23B747C8A8898C14BBAD6ECFC (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_FONT_mC62891720B4578D23B747C8A8898C14BBAD6ECFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!end)
bool L_0 = ___end1;
if (L_0)
{
goto IL_0014;
}
}
{
// return "<font face=\"" + attr + "\">";
String_t* L_1 = ___attr2;
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralA2911E02ABBA476D0404FD753E7132B4B397820D, L_1, _stringLiteral28F19568A74E0032FBC866433CFF499CE8C2BCC1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
// return "</font>";
return _stringLiteralF35072D147FDA4D408C894D1F01BC5584063EA82;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_SIZE(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_SIZE_m884943AD5325EFED13A27D00AC01677E02A62205 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_SIZE_m884943AD5325EFED13A27D00AC01677E02A62205_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!end)
bool L_0 = ___end1;
if (L_0)
{
goto IL_0014;
}
}
{
// return "<font size=\"" + attr + "\">";
String_t* L_1 = ___attr2;
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral966734C0D149B6E0AC0406A472055DBFDBBCB5CA, L_1, _stringLiteral28F19568A74E0032FBC866433CFF499CE8C2BCC1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
// return "</font>";
return _stringLiteralF35072D147FDA4D408C894D1F01BC5584063EA82;
}
}
// System.String FairyGUI.Utils.UBBParser::onTag_ALIGN(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_onTag_ALIGN_mA822EF1E2A4DC8300FE417ECE4AF9FD46E9B26D0 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_onTag_ALIGN_mA822EF1E2A4DC8300FE417ECE4AF9FD46E9B26D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!end)
bool L_0 = ___end1;
if (L_0)
{
goto IL_0014;
}
}
{
// return "<p align=\"" + attr + "\">";
String_t* L_1 = ___attr2;
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral66B428FA8F58599E6681715CF6E49F0CE3991414, L_1, _stringLiteral28F19568A74E0032FBC866433CFF499CE8C2BCC1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
// return "</p>";
return _stringLiteral93F64017194AC1D984F80FC133F60BB9EC09215A;
}
}
// System.String FairyGUI.Utils.UBBParser::GetTagText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_GetTagText_mE5608965A9475DE214CD11E46B8173428758603D (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, bool ___remove0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_GetTagText_mE5608965A9475DE214CD11E46B8173428758603D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
{
// int pos1 = _readPos;
int32_t L_0 = __this->get__readPos_2();
V_0 = L_0;
// StringBuilder buffer = null;
V_2 = (StringBuilder_t *)NULL;
goto IL_005b;
}
IL_000b:
{
// if (buffer == null)
StringBuilder_t * L_1 = V_2;
if (L_1)
{
goto IL_0014;
}
}
{
// buffer = new StringBuilder();
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_2 = L_2;
}
IL_0014:
{
// if (_text[pos2 - 1] == '\\')
String_t* L_3 = __this->get__text_1();
int32_t L_4 = V_1;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92)))))
{
goto IL_0048;
}
}
{
// buffer.Append(_text, pos1, pos2 - pos1 - 1);
StringBuilder_t * L_6 = V_2;
String_t* L_7 = __this->get__text_1();
int32_t L_8 = V_0;
int32_t L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_6);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_6, L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), (int32_t)1)), /*hidden argument*/NULL);
// buffer.Append('[');
StringBuilder_t * L_11 = V_2;
NullCheck(L_11);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_11, ((int32_t)91), /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_12 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
// }
goto IL_005b;
}
IL_0048:
{
// buffer.Append(_text, pos1, pos2 - pos1);
StringBuilder_t * L_13 = V_2;
String_t* L_14 = __this->get__text_1();
int32_t L_15 = V_0;
int32_t L_16 = V_1;
int32_t L_17 = V_0;
NullCheck(L_13);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_13, L_14, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL);
// break;
goto IL_006e;
}
IL_005b:
{
// while ((pos2 = _text.IndexOf('[', pos1)) != -1)
String_t* L_18 = __this->get__text_1();
int32_t L_19 = V_0;
NullCheck(L_18);
int32_t L_20 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_18, ((int32_t)91), L_19, /*hidden argument*/NULL);
int32_t L_21 = L_20;
V_1 = L_21;
if ((!(((uint32_t)L_21) == ((uint32_t)(-1)))))
{
goto IL_000b;
}
}
IL_006e:
{
// if (pos2 == -1)
int32_t L_22 = V_1;
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
{
goto IL_0074;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_0074:
{
// if (remove)
bool L_23 = ___remove0;
if (!L_23)
{
goto IL_007e;
}
}
{
// _readPos = pos2;
int32_t L_24 = V_1;
__this->set__readPos_2(L_24);
}
IL_007e:
{
// return buffer.ToString();
StringBuilder_t * L_25 = V_2;
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
return L_26;
}
}
// System.String FairyGUI.Utils.UBBParser::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
StringBuilder_t * V_7 = NULL;
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * V_8 = NULL;
int32_t G_B12_0 = 0;
{
// _text = text;
String_t* L_0 = ___text0;
__this->set__text_1(L_0);
// int pos1 = 0, pos2, pos3;
V_0 = 0;
// StringBuilder buffer = null;
V_7 = (StringBuilder_t *)NULL;
goto IL_0159;
}
IL_0011:
{
// if (buffer == null)
StringBuilder_t * L_1 = V_7;
if (L_1)
{
goto IL_001c;
}
}
{
// buffer = new StringBuilder();
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_7 = L_2;
}
IL_001c:
{
// if (pos2 > 0 && _text[pos2 - 1] == '\\')
int32_t L_3 = V_1;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0059;
}
}
{
String_t* L_4 = __this->get__text_1();
int32_t L_5 = V_1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)92)))))
{
goto IL_0059;
}
}
{
// buffer.Append(_text, pos1, pos2 - pos1 - 1);
StringBuilder_t * L_7 = V_7;
String_t* L_8 = __this->get__text_1();
int32_t L_9 = V_0;
int32_t L_10 = V_1;
int32_t L_11 = V_0;
NullCheck(L_7);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_7, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1)), /*hidden argument*/NULL);
// buffer.Append('[');
StringBuilder_t * L_12 = V_7;
NullCheck(L_12);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_12, ((int32_t)91), /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_13 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
// continue;
goto IL_0159;
}
IL_0059:
{
// buffer.Append(_text, pos1, pos2 - pos1);
StringBuilder_t * L_14 = V_7;
String_t* L_15 = __this->get__text_1();
int32_t L_16 = V_0;
int32_t L_17 = V_1;
int32_t L_18 = V_0;
NullCheck(L_14);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_14, L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), /*hidden argument*/NULL);
// pos1 = pos2;
int32_t L_19 = V_1;
V_0 = L_19;
// pos2 = _text.IndexOf(']', pos1);
String_t* L_20 = __this->get__text_1();
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_20, ((int32_t)93), L_21, /*hidden argument*/NULL);
V_1 = L_22;
// if (pos2 == -1)
int32_t L_23 = V_1;
if ((((int32_t)L_23) == ((int32_t)(-1))))
{
goto IL_016f;
}
}
{
// if (pos2 == pos1 + 1)
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))))))
{
goto IL_00a2;
}
}
{
// buffer.Append(_text, pos1, 2);
StringBuilder_t * L_26 = V_7;
String_t* L_27 = __this->get__text_1();
int32_t L_28 = V_0;
NullCheck(L_26);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_26, L_27, L_28, 2, /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_29 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
// continue;
goto IL_0159;
}
IL_00a2:
{
// end = _text[pos1 + 1] == '/';
String_t* L_30 = __this->get__text_1();
int32_t L_31 = V_0;
NullCheck(L_30);
Il2CppChar L_32 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL);
V_3 = (bool)((((int32_t)L_32) == ((int32_t)((int32_t)47)))? 1 : 0);
// pos3 = end ? pos1 + 2 : pos1 + 1;
bool L_33 = V_3;
if (L_33)
{
goto IL_00bd;
}
}
{
int32_t L_34 = V_0;
G_B12_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
goto IL_00c0;
}
IL_00bd:
{
int32_t L_35 = V_0;
G_B12_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2));
}
IL_00c0:
{
V_2 = G_B12_0;
// tag = _text.Substring(pos3, pos2 - pos3);
String_t* L_36 = __this->get__text_1();
int32_t L_37 = V_2;
int32_t L_38 = V_1;
int32_t L_39 = V_2;
NullCheck(L_36);
String_t* L_40 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL);
V_4 = L_40;
// _readPos = pos2 + 1;
int32_t L_41 = V_1;
__this->set__readPos_2(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)));
// attr = null;
V_5 = (String_t*)NULL;
// repl = null;
V_6 = (String_t*)NULL;
// pos3 = tag.IndexOf('=');
String_t* L_42 = V_4;
NullCheck(L_42);
int32_t L_43 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_42, ((int32_t)61), /*hidden argument*/NULL);
V_2 = L_43;
// if (pos3 != -1)
int32_t L_44 = V_2;
if ((((int32_t)L_44) == ((int32_t)(-1))))
{
goto IL_0106;
}
}
{
// attr = tag.Substring(pos3 + 1);
String_t* L_45 = V_4;
int32_t L_46 = V_2;
NullCheck(L_45);
String_t* L_47 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)), /*hidden argument*/NULL);
V_5 = L_47;
// tag = tag.Substring(0, pos3);
String_t* L_48 = V_4;
int32_t L_49 = V_2;
NullCheck(L_48);
String_t* L_50 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_48, 0, L_49, /*hidden argument*/NULL);
V_4 = L_50;
}
IL_0106:
{
// tag = tag.ToLower();
String_t* L_51 = V_4;
NullCheck(L_51);
String_t* L_52 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_51, /*hidden argument*/NULL);
V_4 = L_52;
// if (handlers.TryGetValue(tag, out func))
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * L_53 = __this->get_handlers_3();
String_t* L_54 = V_4;
NullCheck(L_53);
bool L_55 = Dictionary_2_TryGetValue_m88D8D2E7C0768F58D4242ED1F725CD83951003CC(L_53, L_54, (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 **)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m88D8D2E7C0768F58D4242ED1F725CD83951003CC_RuntimeMethod_var);
if (!L_55)
{
goto IL_013e;
}
}
{
// repl = func(tag, end, attr);
TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * L_56 = V_8;
String_t* L_57 = V_4;
bool L_58 = V_3;
String_t* L_59 = V_5;
NullCheck(L_56);
String_t* L_60 = TagHandler_Invoke_m50C7B10281B120012F5BB946E0D93F2E2CBE116D(L_56, L_57, L_58, L_59, /*hidden argument*/NULL);
V_6 = L_60;
// if (repl != null)
String_t* L_61 = V_6;
if (!L_61)
{
goto IL_0152;
}
}
{
// buffer.Append(repl);
StringBuilder_t * L_62 = V_7;
String_t* L_63 = V_6;
NullCheck(L_62);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, L_63, /*hidden argument*/NULL);
// }
goto IL_0152;
}
IL_013e:
{
// buffer.Append(_text, pos1, pos2 - pos1 + 1);
StringBuilder_t * L_64 = V_7;
String_t* L_65 = __this->get__text_1();
int32_t L_66 = V_0;
int32_t L_67 = V_1;
int32_t L_68 = V_0;
NullCheck(L_64);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_64, L_65, L_66, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), (int32_t)1)), /*hidden argument*/NULL);
}
IL_0152:
{
// pos1 = _readPos;
int32_t L_69 = __this->get__readPos_2();
V_0 = L_69;
}
IL_0159:
{
// while ((pos2 = _text.IndexOf('[', pos1)) != -1)
String_t* L_70 = __this->get__text_1();
int32_t L_71 = V_0;
NullCheck(L_70);
int32_t L_72 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_70, ((int32_t)91), L_71, /*hidden argument*/NULL);
int32_t L_73 = L_72;
V_1 = L_73;
if ((!(((uint32_t)L_73) == ((uint32_t)(-1)))))
{
goto IL_0011;
}
}
IL_016f:
{
// if (buffer == null)
StringBuilder_t * L_74 = V_7;
if (L_74)
{
goto IL_017c;
}
}
{
// _text = null;
__this->set__text_1((String_t*)NULL);
// return text;
String_t* L_75 = ___text0;
return L_75;
}
IL_017c:
{
// if (pos1 < _text.Length)
int32_t L_76 = V_0;
String_t* L_77 = __this->get__text_1();
NullCheck(L_77);
int32_t L_78 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_77, /*hidden argument*/NULL);
if ((((int32_t)L_76) >= ((int32_t)L_78)))
{
goto IL_01a6;
}
}
{
// buffer.Append(_text, pos1, _text.Length - pos1);
StringBuilder_t * L_79 = V_7;
String_t* L_80 = __this->get__text_1();
int32_t L_81 = V_0;
String_t* L_82 = __this->get__text_1();
NullCheck(L_82);
int32_t L_83 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_82, /*hidden argument*/NULL);
int32_t L_84 = V_0;
NullCheck(L_79);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_79, L_80, L_81, ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_84)), /*hidden argument*/NULL);
}
IL_01a6:
{
// _text = null;
__this->set__text_1((String_t*)NULL);
// return buffer.ToString();
StringBuilder_t * L_85 = V_7;
NullCheck(L_85);
String_t* L_86 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_85);
return L_86;
}
}
// System.Void FairyGUI.Utils.UBBParser::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBBParser__cctor_m1C300393405A9C5D5251E099EADA0C19DD68B5D3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UBBParser__cctor_m1C300393405A9C5D5251E099EADA0C19DD68B5D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static UBBParser inst = new UBBParser();
UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * L_0 = (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C *)il2cpp_codegen_object_new(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var);
UBBParser__ctor_m7D7C1DE971321967E17104891C25F166AC8D677A(L_0, /*hidden argument*/NULL);
((UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields*)il2cpp_codegen_static_fields_for(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var))->set_inst_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C String_t* DelegatePInvokeWrapper_TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
typedef char* (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, char*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___tagName0' to native representation
char* ____tagName0_marshaled = NULL;
____tagName0_marshaled = il2cpp_codegen_marshal_string(___tagName0);
// Marshaling of parameter '___attr2' to native representation
char* ____attr2_marshaled = NULL;
____attr2_marshaled = il2cpp_codegen_marshal_string(___attr2);
// Native function invocation
char* returnValue = il2cppPInvokeFunc(____tagName0_marshaled, static_cast<int32_t>(___end1), ____attr2_marshaled);
// Marshaling of return value back from native representation
String_t* _returnValue_unmarshaled = NULL;
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
// Marshaling cleanup of return value native representation
il2cpp_codegen_marshal_free(returnValue);
returnValue = NULL;
// Marshaling cleanup of parameter '___tagName0' native representation
il2cpp_codegen_marshal_free(____tagName0_marshaled);
____tagName0_marshaled = NULL;
// Marshaling cleanup of parameter '___attr2' native representation
il2cpp_codegen_marshal_free(____attr2_marshaled);
____attr2_marshaled = NULL;
return _returnValue_unmarshaled;
}
// System.Void FairyGUI.Utils.UBBParser_TagHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TagHandler__ctor_mF375C4ABD21F6F3F9619149F9561126304A7A0A2 (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.String FairyGUI.Utils.UBBParser_TagHandler::Invoke(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TagHandler_Invoke_m50C7B10281B120012F5BB946E0D93F2E2CBE116D (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, const RuntimeMethod* method)
{
String_t* result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef String_t* (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___tagName0, ___end1, ___attr2, targetMethod);
}
else
{
// closed
typedef String_t* (*FunctionPointerType) (void*, String_t*, bool, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___tagName0, ___end1, ___attr2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker2< String_t*, bool, String_t* >::Invoke(targetMethod, ___tagName0, ___end1, ___attr2);
else
result = GenericVirtFuncInvoker2< String_t*, bool, String_t* >::Invoke(targetMethod, ___tagName0, ___end1, ___attr2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___tagName0, ___end1, ___attr2);
else
result = VirtFuncInvoker2< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___tagName0, ___end1, ___attr2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___end1) - 1), ___attr2, targetMethod);
}
typedef String_t* (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___tagName0, ___end1, ___attr2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< String_t*, String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___tagName0, ___end1, ___attr2);
else
result = GenericVirtFuncInvoker3< String_t*, String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___tagName0, ___end1, ___attr2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< String_t*, String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___tagName0, ___end1, ___attr2);
else
result = VirtFuncInvoker3< String_t*, String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___tagName0, ___end1, ___attr2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef String_t* (*FunctionPointerType) (RuntimeObject*, bool, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___tagName0) - 1), ___end1, ___attr2, targetMethod);
}
if (targetThis == NULL)
{
typedef String_t* (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___tagName0, ___end1, ___attr2, targetMethod);
}
else
{
typedef String_t* (*FunctionPointerType) (void*, String_t*, bool, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___tagName0, ___end1, ___attr2, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.Utils.UBBParser_TagHandler::BeginInvoke(System.String,System.Boolean,System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TagHandler_BeginInvoke_mA41A4EFC782B9F1FBF1C1C0040D99FD164335E40 (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, String_t* ___tagName0, bool ___end1, String_t* ___attr2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TagHandler_BeginInvoke_mA41A4EFC782B9F1FBF1C1C0040D99FD164335E40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___tagName0;
__d_args[1] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___end1);
__d_args[2] = ___attr2;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.String FairyGUI.Utils.UBBParser_TagHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TagHandler_EndInvoke_mFFCDBB9D65B7CC823C85DE7A75659A247EF80089 (TagHandler_t5EE51F0FCF31B9370B7AFF10D9D26EFB2C4082B3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (String_t*)__result;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String FairyGUI.Utils.XML::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.Utils.XML::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_set_name_m02582FBD381D1A2F8AA85DFDAC3835B149A8561C (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
// System.String FairyGUI.Utils.XML::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_get_text_mDF776F8850B1A67217182F599D14FCC05D446B7D (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
{
// public string text { get; private set; }
String_t* L_0 = __this->get_U3CtextU3Ek__BackingField_1();
return L_0;
}
}
// System.Void FairyGUI.Utils.XML::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_set_text_m6D81B75392842E0E25D8489CB765C2A8F7D89276 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string text { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CtextU3Ek__BackingField_1(L_0);
return;
}
}
// System.Void FairyGUI.Utils.XML::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML__ctor_m7DE9600F39234C00DFA2520652B51CD991C94877 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___text0, const RuntimeMethod* method)
{
{
// public XML(string text)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// Parse(text);
String_t* L_0 = ___text0;
XML_Parse_mBCA13278850C3CAA765A669554EB661869309161(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.XML::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML__ctor_mE863A3BEC27B5F13ECA1E38E5B6DFF1F05ABACF8 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
{
// private XML()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Utils.XML::HasAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XML_HasAttribute_mD136023B2C79DB91942DDD25CFB6C53E4B5AB5AE (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_HasAttribute_mD136023B2C79DB91942DDD25CFB6C53E4B5AB5AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_attributes == null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__attributes_2();
if (L_0)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// return _attributes.ContainsKey(attrName);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = __this->get__attributes_2();
String_t* L_2 = ___attrName0;
NullCheck(L_1);
bool L_3 = Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var);
return L_3;
}
}
// System.String FairyGUI.Utils.XML::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetAttribute(attrName, null);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m05488C7FA7B06A6C99F99C0A8D021BF9378D70DD(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.String FairyGUI.Utils.XML::GetAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_GetAttribute_m05488C7FA7B06A6C99F99C0A8D021BF9378D70DD (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, String_t* ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_GetAttribute_m05488C7FA7B06A6C99F99C0A8D021BF9378D70DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if (_attributes == null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__attributes_2();
if (L_0)
{
goto IL_000a;
}
}
{
// return defValue;
String_t* L_1 = ___defValue1;
return L_1;
}
IL_000a:
{
// if (_attributes.TryGetValue(attrName, out ret))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = __this->get__attributes_2();
String_t* L_3 = ___attrName0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_2, L_3, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_4)
{
goto IL_001c;
}
}
{
// return ret;
String_t* L_5 = V_0;
return L_5;
}
IL_001c:
{
// return defValue;
String_t* L_6 = ___defValue1;
return L_6;
}
}
// System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XML_GetAttributeInt_mBB20FBAE3C5EBB45E3A1F6AB50D9C7B565162B2A (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetAttributeInt(attrName, 0);
String_t* L_0 = ___attrName0;
int32_t L_1 = XML_GetAttributeInt_m35B0B19365B18FEC6C9D950D708B83FE40A776A0(__this, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XML_GetAttributeInt_m35B0B19365B18FEC6C9D950D708B83FE40A776A0 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, int32_t ___defValue1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
int32_t L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// if (int.TryParse(value, out ret))
String_t* L_6 = V_0;
bool L_7 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_6, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0021;
}
}
{
// return ret;
int32_t L_8 = V_1;
return L_8;
}
IL_0021:
{
// return defValue;
int32_t L_9 = ___defValue1;
return L_9;
}
}
// System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XML_GetAttributeFloat_m1BC5C29E840F741DBD817A543F213F50B76576B9 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetAttributeFloat(attrName, 0);
String_t* L_0 = ___attrName0;
float L_1 = XML_GetAttributeFloat_mD9CD27152BAF4229027798D92DA0C1F6764B9E68(__this, L_0, (0.0f), /*hidden argument*/NULL);
return L_1;
}
}
// System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XML_GetAttributeFloat_mD9CD27152BAF4229027798D92DA0C1F6764B9E68 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, float ___defValue1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
float V_1 = 0.0f;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
float L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// if (float.TryParse(value, out ret))
String_t* L_6 = V_0;
bool L_7 = Single_TryParse_m548E9EC17193999C07717FECFAD0A907980D566C(L_6, (float*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0021;
}
}
{
// return ret;
float L_8 = V_1;
return L_8;
}
IL_0021:
{
// return defValue;
float L_9 = ___defValue1;
return L_9;
}
}
// System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XML_GetAttributeBool_mBAA25AD34D62A0C462BB807D8089C7D45F98173A (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
{
// return GetAttributeBool(attrName, false);
String_t* L_0 = ___attrName0;
bool L_1 = XML_GetAttributeBool_m06B0CE1E6D25B225182E39184E02E6B64594435E(__this, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XML_GetAttributeBool_m06B0CE1E6D25B225182E39184E02E6B64594435E (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, bool ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_GetAttributeBool_m06B0CE1E6D25B225182E39184E02E6B64594435E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
bool L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// if (bool.TryParse(value, out ret))
String_t* L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var);
bool L_7 = Boolean_TryParse_m5EA8C5E47A3BF0223FD368503B36206256937A61(L_6, (bool*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0021;
}
}
{
// return ret;
bool L_8 = V_1;
return L_8;
}
IL_0021:
{
// return defValue;
bool L_9 = ___defValue1;
return L_9;
}
}
// System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XML_GetAttributeArray_mFA32C6066385A3F88A7B4A2D5F5590A865290DCC (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_GetAttributeArray_mFA32C6066385A3F88A7B4A2D5F5590A865290DCC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value != null)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_002c;
}
}
{
// if (value.Length == 0)
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001a;
}
}
{
// return new string[] { };
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0);
return L_5;
}
IL_001a:
{
// return value.Split(',');
String_t* L_6 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
NullCheck(L_6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_6, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_002c:
{
// return null;
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
}
}
// System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XML_GetAttributeArray_mE3F6E924CEF233542D55DE1F3832A0A59E8DB40F (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, Il2CppChar ___seperator1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_GetAttributeArray_mE3F6E924CEF233542D55DE1F3832A0A59E8DB40F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value != null)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_002b;
}
}
{
// if (value.Length == 0)
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001a;
}
}
{
// return new string[] { };
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0);
return L_5;
}
IL_001a:
{
// return value.Split(seperator);
String_t* L_6 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7;
Il2CppChar L_9 = ___seperator1;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_9);
NullCheck(L_6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_6, L_8, /*hidden argument*/NULL);
return L_10;
}
IL_002b:
{
// return null;
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
}
}
// UnityEngine.Color FairyGUI.Utils.XML::GetAttributeColor(System.String,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 XML_GetAttributeColor_m31808BA799A7110EE20296FA9078914245BAF868 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___defValue1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0015;
}
}
IL_0013:
{
// return defValue;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___defValue1;
return L_5;
}
IL_0015:
{
// return ToolSet.ConvertFromHtmlColor(value);
String_t* L_6 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = ToolSet_ConvertFromHtmlColor_mF8E3A63A9D3F076EDD0E41DAC9D4811AE11B0B5F(L_6, /*hidden argument*/NULL);
return L_7;
}
}
// UnityEngine.Vector2 FairyGUI.Utils.XML::GetAttributeVector(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D XML_GetAttributeVector_m5968B4E9E9FC3FD7D770CFC9B7FCC528E516721D (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_GetAttributeVector_m5968B4E9E9FC3FD7D770CFC9B7FCC528E516721D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
String_t* L_1 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value != null)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0033;
}
}
{
// string[] arr = value.Split(',');
String_t* L_3 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_3, L_5, /*hidden argument*/NULL);
V_1 = L_6;
// return new Vector2(float.Parse(arr[0]), float.Parse(arr[1]));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
NullCheck(L_7);
int32_t L_8 = 0;
String_t* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
float L_10 = Single_Parse_m643ECE18CB0499B2B3EC76C8B941020122003DC6(L_9, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
NullCheck(L_11);
int32_t L_12 = 1;
String_t* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
float L_14 = Single_Parse_m643ECE18CB0499B2B3EC76C8B941020122003DC6(L_13, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15;
memset((&L_15), 0, sizeof(L_15));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_15), L_10, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_0033:
{
// return Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
return L_16;
}
}
// System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_SetAttribute_mB94273A8CBD97617C776523BEC6E598BF3AE37F6 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, String_t* ___attrValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_SetAttribute_mB94273A8CBD97617C776523BEC6E598BF3AE37F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_attributes == null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__attributes_2();
if (L_0)
{
goto IL_0013;
}
}
{
// _attributes = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_1, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
__this->set__attributes_2(L_1);
}
IL_0013:
{
// _attributes[attrName] = attrValue;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = __this->get__attributes_2();
String_t* L_3 = ___attrName0;
String_t* L_4 = ___attrValue1;
NullCheck(L_2);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_2, L_3, L_4, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
// }
return;
}
}
// FairyGUI.Utils.XML FairyGUI.Utils.XML::GetNode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * XML_GetNode_m4C10D77805D36675F56761A5F8BFEF81FC82FC23 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___selector0, const RuntimeMethod* method)
{
{
// if (_children == null)
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_0 = __this->get__children_3();
if (L_0)
{
goto IL_000a;
}
}
{
// return null;
return (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)NULL;
}
IL_000a:
{
// return _children.Find(selector);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_1 = __this->get__children_3();
String_t* L_2 = ___selector0;
NullCheck(L_1);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_3 = XMLList_Find_m959B99C2BA4823B1A0EEC59C66F41823197CA6E6(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * XML_Elements_m670764F484DDF25D4500682D0FD38920E6EAAC0C (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_Elements_m670764F484DDF25D4500682D0FD38920E6EAAC0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_children == null)
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_0 = __this->get__children_3();
if (L_0)
{
goto IL_0013;
}
}
{
// _children = new XMLList();
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_1 = (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C *)il2cpp_codegen_object_new(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54(L_1, /*hidden argument*/NULL);
__this->set__children_3(L_1);
}
IL_0013:
{
// return _children;
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_2 = __this->get__children_3();
return L_2;
}
}
// FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * XML_Elements_m96B35AE8072350FBEFB8A3ABDB4441B3C756C312 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___selector0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_Elements_m96B35AE8072350FBEFB8A3ABDB4441B3C756C312_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_children == null)
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_0 = __this->get__children_3();
if (L_0)
{
goto IL_0013;
}
}
{
// _children = new XMLList();
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_1 = (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C *)il2cpp_codegen_object_new(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54(L_1, /*hidden argument*/NULL);
__this->set__children_3(L_1);
}
IL_0013:
{
// return _children.Filter(selector);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_2 = __this->get__children_3();
String_t* L_3 = ___selector0;
NullCheck(L_2);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_4 = XMLList_Filter_m4BC8D53410553635B78955245144AF687E061F52(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.Utils.XMLList_Enumerator FairyGUI.Utils.XML::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E XML_GetEnumerator_m13A4117F8ABE044815318D1BF6F929E7B01852E0 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
{
// if (_children == null)
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_0 = __this->get__children_3();
if (L_0)
{
goto IL_0010;
}
}
{
// return new XMLList.Enumerator(null, null);
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_1;
memset((&L_1), 0, sizeof(L_1));
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E((&L_1), (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *)NULL, (String_t*)NULL, /*hidden argument*/NULL);
return L_1;
}
IL_0010:
{
// return new XMLList.Enumerator(_children.rawList, null);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_2 = __this->get__children_3();
NullCheck(L_2);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_3 = L_2->get_rawList_0();
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_4;
memset((&L_4), 0, sizeof(L_4));
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E((&L_4), L_3, (String_t*)NULL, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.Utils.XMLList_Enumerator FairyGUI.Utils.XML::GetEnumerator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E XML_GetEnumerator_mF7228B20089D520CC18F7A84F2023606C0917D5D (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___selector0, const RuntimeMethod* method)
{
{
// if (_children == null)
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_0 = __this->get__children_3();
if (L_0)
{
goto IL_0010;
}
}
{
// return new XMLList.Enumerator(null, selector);
String_t* L_1 = ___selector0;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_2;
memset((&L_2), 0, sizeof(L_2));
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E((&L_2), (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *)NULL, L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0010:
{
// return new XMLList.Enumerator(_children.rawList, selector);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_3 = __this->get__children_3();
NullCheck(L_3);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_4 = L_3->get_rawList_0();
String_t* L_5 = ___selector0;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_6;
memset((&L_6), 0, sizeof(L_6));
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E((&L_6), L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Void FairyGUI.Utils.XML::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_Parse_mBCA13278850C3CAA765A669554EB661869309161 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___aSource0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_Parse_mBCA13278850C3CAA765A669554EB661869309161_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * V_0 = NULL;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * V_1 = NULL;
{
// XML lastOpenNode = null;
V_0 = (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)NULL;
// sNodeStack.Clear();
IL2CPP_RUNTIME_CLASS_INIT(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var);
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * L_0 = ((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields*)il2cpp_codegen_static_fields_for(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var))->get_sNodeStack_4();
NullCheck(L_0);
Stack_1_Clear_m827BDDD3705E1569FF0030C75FDB4E40F731E2C8(L_0, /*hidden argument*/Stack_1_Clear_m827BDDD3705E1569FF0030C75FDB4E40F731E2C8_RuntimeMethod_var);
// XMLIterator.Begin(aSource);
String_t* L_1 = ___aSource0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
XMLIterator_Begin_m21CB64E9720830623292905A95FB5A3232DCAC24(L_1, (bool)0, /*hidden argument*/NULL);
goto IL_0127;
}
IL_0018:
{
// if (XMLIterator.tagType == XMLTagType.Start || XMLIterator.tagType == XMLTagType.Void)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if (!L_2)
{
goto IL_002a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_3 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
{
goto IL_00ad;
}
}
IL_002a:
{
// if (lastOpenNode != null)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_4 = V_0;
if (!L_4)
{
goto IL_0035;
}
}
{
// childNode = new XML();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_5 = (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)il2cpp_codegen_object_new(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var);
XML__ctor_mE863A3BEC27B5F13ECA1E38E5B6DFF1F05ABACF8(L_5, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_0050;
}
IL_0035:
{
// if (this.name != null)
String_t* L_6 = XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline(__this, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_004e;
}
}
{
// Cleanup();
XML_Cleanup_m777ABA08B4798DB74A9A3C0673175EDF90A614DB(__this, /*hidden argument*/NULL);
// throw new Exception("Invalid xml format - no root node.");
Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, _stringLiteral07FD4947253D2DC5BCDEC6BD9DB8463790156133, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, XML_Parse_mBCA13278850C3CAA765A669554EB661869309161_RuntimeMethod_var);
}
IL_004e:
{
// childNode = this;
V_1 = __this;
}
IL_0050:
{
// childNode.name = XMLIterator.tagName;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_9 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
NullCheck(L_8);
XML_set_name_m02582FBD381D1A2F8AA85DFDAC3835B149A8561C_inline(L_8, L_9, /*hidden argument*/NULL);
// childNode._attributes = XMLIterator.GetAttributes(childNode._attributes);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_10 = V_1;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_11 = V_1;
NullCheck(L_11);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_12 = L_11->get__attributes_2();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_13 = XMLIterator_GetAttributes_mA935486C1C65AC945741ABE6A179F43BA791C20C(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
L_10->set__attributes_2(L_13);
// if (lastOpenNode != null)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_14 = V_0;
if (!L_14)
{
goto IL_00a1;
}
}
{
// if (XMLIterator.tagType != XMLTagType.Void)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_15 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((((int32_t)L_15) == ((int32_t)2)))
{
goto IL_0082;
}
}
{
// sNodeStack.Push(lastOpenNode);
IL2CPP_RUNTIME_CLASS_INIT(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var);
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * L_16 = ((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields*)il2cpp_codegen_static_fields_for(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var))->get_sNodeStack_4();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_17 = V_0;
NullCheck(L_16);
Stack_1_Push_m6BCC42F860E01E35D236C3944130FC12E5D2A227(L_16, L_17, /*hidden argument*/Stack_1_Push_m6BCC42F860E01E35D236C3944130FC12E5D2A227_RuntimeMethod_var);
}
IL_0082:
{
// if (lastOpenNode._children == null)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_18 = V_0;
NullCheck(L_18);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_19 = L_18->get__children_3();
if (L_19)
{
goto IL_0095;
}
}
{
// lastOpenNode._children = new XMLList();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_20 = V_0;
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_21 = (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C *)il2cpp_codegen_object_new(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
L_20->set__children_3(L_21);
}
IL_0095:
{
// lastOpenNode._children.Add(childNode);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_22 = V_0;
NullCheck(L_22);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_23 = L_22->get__children_3();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_24 = V_1;
NullCheck(L_23);
XMLList_Add_m1E40A9E33EC74E453C97DC2566DCAE9EA487ACEA(L_23, L_24, /*hidden argument*/NULL);
}
IL_00a1:
{
// if (XMLIterator.tagType != XMLTagType.Void)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_25 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((((int32_t)L_25) == ((int32_t)2)))
{
goto IL_0127;
}
}
{
// lastOpenNode = childNode;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_26 = V_1;
V_0 = L_26;
// }
goto IL_0127;
}
IL_00ad:
{
// else if (XMLIterator.tagType == XMLTagType.End)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_27 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagType_1();
if ((!(((uint32_t)L_27) == ((uint32_t)1))))
{
goto IL_0127;
}
}
{
// if (lastOpenNode == null || lastOpenNode.name != XMLIterator.tagName)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_28 = V_0;
if (!L_28)
{
goto IL_00ca;
}
}
{
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_29 = V_0;
NullCheck(L_29);
String_t* L_30 = XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline(L_29, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_31 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
bool L_32 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_30, L_31, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00ea;
}
}
IL_00ca:
{
// Cleanup();
XML_Cleanup_m777ABA08B4798DB74A9A3C0673175EDF90A614DB(__this, /*hidden argument*/NULL);
// throw new Exception("Invalid xml format - <" + XMLIterator.tagName + "> dismatched.");
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_33 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
String_t* L_34 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral8613B34FFC8EDACA86C2407527446AA43097339C, L_33, _stringLiteralBEF8D0A9F07ED4D109EDAEE20DB9CAE189727202, /*hidden argument*/NULL);
Exception_t * L_35 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_35, L_34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, XML_Parse_mBCA13278850C3CAA765A669554EB661869309161_RuntimeMethod_var);
}
IL_00ea:
{
// if (lastOpenNode._children == null || lastOpenNode._children.Count == 0)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_36 = V_0;
NullCheck(L_36);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_37 = L_36->get__children_3();
if (!L_37)
{
goto IL_00ff;
}
}
{
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_38 = V_0;
NullCheck(L_38);
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_39 = L_38->get__children_3();
NullCheck(L_39);
int32_t L_40 = XMLList_get_Count_mB6E7C9D276FB9B20A2B7E451C6A33690B5B9125C(L_39, /*hidden argument*/NULL);
if (L_40)
{
goto IL_010b;
}
}
IL_00ff:
{
// lastOpenNode.text = XMLIterator.GetText();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_41 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_42 = XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB((bool)0, /*hidden argument*/NULL);
NullCheck(L_41);
XML_set_text_m6D81B75392842E0E25D8489CB765C2A8F7D89276_inline(L_41, L_42, /*hidden argument*/NULL);
}
IL_010b:
{
// if (sNodeStack.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var);
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * L_43 = ((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields*)il2cpp_codegen_static_fields_for(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var))->get_sNodeStack_4();
NullCheck(L_43);
int32_t L_44 = Stack_1_get_Count_m678306908ACB8CEBB7CF0BA685ABBFFD188FCA43_inline(L_43, /*hidden argument*/Stack_1_get_Count_m678306908ACB8CEBB7CF0BA685ABBFFD188FCA43_RuntimeMethod_var);
if ((((int32_t)L_44) <= ((int32_t)0)))
{
goto IL_0125;
}
}
{
// lastOpenNode = sNodeStack.Pop();
IL2CPP_RUNTIME_CLASS_INIT(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var);
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * L_45 = ((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields*)il2cpp_codegen_static_fields_for(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var))->get_sNodeStack_4();
NullCheck(L_45);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_46 = Stack_1_Pop_m86A10A4CCD906E8C1ADFD99E222D5479427F55A8(L_45, /*hidden argument*/Stack_1_Pop_m86A10A4CCD906E8C1ADFD99E222D5479427F55A8_RuntimeMethod_var);
V_0 = L_46;
goto IL_0127;
}
IL_0125:
{
// lastOpenNode = null;
V_0 = (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)NULL;
}
IL_0127:
{
// while (XMLIterator.NextTag())
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_47 = XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463(/*hidden argument*/NULL);
if (L_47)
{
goto IL_0018;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Utils.XML::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML_Cleanup_m777ABA08B4798DB74A9A3C0673175EDF90A614DB (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML_Cleanup_m777ABA08B4798DB74A9A3C0673175EDF90A614DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.name = null;
XML_set_name_m02582FBD381D1A2F8AA85DFDAC3835B149A8561C_inline(__this, (String_t*)NULL, /*hidden argument*/NULL);
// if (this._attributes != null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__attributes_2();
if (!L_0)
{
goto IL_001a;
}
}
{
// this._attributes.Clear();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = __this->get__attributes_2();
NullCheck(L_1);
Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF(L_1, /*hidden argument*/Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF_RuntimeMethod_var);
}
IL_001a:
{
// if (this._children != null)
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_2 = __this->get__children_3();
if (!L_2)
{
goto IL_002d;
}
}
{
// this._children.Clear();
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_3 = __this->get__children_3();
NullCheck(L_3);
XMLList_Clear_m7A98A4AB07DA02FA7495F305E35361EF2FF2A506(L_3, /*hidden argument*/NULL);
}
IL_002d:
{
// this.text = null;
XML_set_text_m6D81B75392842E0E25D8489CB765C2A8F7D89276_inline(__this, (String_t*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Utils.XML::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XML__cctor_m9E3706E3069C987D92546E1500BF90BE52D55074 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XML__cctor_m9E3706E3069C987D92546E1500BF90BE52D55074_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Stack<XML> sNodeStack = new Stack<XML>();
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * L_0 = (Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 *)il2cpp_codegen_object_new(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8_il2cpp_TypeInfo_var);
Stack_1__ctor_m6BA1B0AD2F973190FCC54168BE4BBB7D8A8B7F30(L_0, /*hidden argument*/Stack_1__ctor_m6BA1B0AD2F973190FCC54168BE4BBB7D8A8B7F30_RuntimeMethod_var);
((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields*)il2cpp_codegen_static_fields_for(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_il2cpp_TypeInfo_var))->set_sNodeStack_4(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.XMLIterator::Begin(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLIterator_Begin_m21CB64E9720830623292905A95FB5A3232DCAC24 (String_t* ___source0, bool ___lowerCaseName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_Begin_m21CB64E9720830623292905A95FB5A3232DCAC24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// XMLIterator.source = source;
String_t* L_0 = ___source0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_source_3(L_0);
// XMLIterator.lowerCaseName = lowerCaseName;
bool L_1 = ___lowerCaseName1;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_lowerCaseName_10(L_1);
// sourceLen = source.Length;
String_t* L_2 = ___source0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_sourceLen_4(L_3);
// parsePos = 0;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_parsePos_5(0);
// lastTagEnd = 0;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_lastTagEnd_8(0);
// tagPos = 0;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagPos_6(0);
// tagLength = 0;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(0);
// tagName = null;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagName_0((String_t*)NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Utils.XMLIterator::NextTag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_NextTag_mD7E32CDEE6C25306D8EABEC4811E2AF3BD05B463_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
{
// tagType = XMLTagType.Start;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(0);
// buffer.Length = 0;
StringBuilder_t * L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_0);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_0, 0, /*hidden argument*/NULL);
// lastTagEnd = parsePos;
int32_t L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_lastTagEnd_8(L_1);
// attrParsed = false;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_attrParsed_9((bool)0);
// lastTagName = tagName;
String_t* L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_lastTagName_2(L_2);
goto IL_02dc;
}
IL_0030:
{
// parsePos = pos;
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_parsePos_5(L_3);
// pos++;
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
// if (pos == sourceLen)
int32_t L_5 = V_0;
int32_t L_6 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
if ((((int32_t)L_5) == ((int32_t)L_6)))
{
goto IL_02f5;
}
}
{
// c = source[pos];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_7 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_8 = V_0;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
V_1 = L_9;
// if (c == '!')
Il2CppChar L_10 = V_1;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)33)))))
{
goto IL_0170;
}
}
{
// if (sourceLen > pos + 7 && source.Substring(pos - 1, 9) == CDATA_START)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_11 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
int32_t L_12 = V_0;
if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)7)))))
{
goto IL_00df;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_13 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_14 = V_0;
NullCheck(L_13);
String_t* L_15 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), ((int32_t)9), /*hidden argument*/NULL);
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteral49BD947F0EFAA57DE923B73532B5B03ADBE29DA2, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00df;
}
}
{
// pos = source.IndexOf(CDATA_END, pos);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_17 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_18 = V_0;
NullCheck(L_17);
int32_t L_19 = String_IndexOf_m9285F4AFCAD971E6AFB6F0212B415989CB3DACA5(L_17, _stringLiteral56FA24FEE01DA5669E54DB9397ACDD38325B48F9, L_18, /*hidden argument*/NULL);
V_0 = L_19;
// tagType = XMLTagType.CDATA;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(3);
// tagName = string.Empty;
String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagName_0(L_20);
// tagPos = parsePos;
int32_t L_21 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagPos_6(L_21);
// if (pos == -1)
int32_t L_22 = V_0;
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
{
goto IL_00bf;
}
}
{
// tagLength = sourceLen - parsePos;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_23 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
int32_t L_24 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)));
goto IL_00cd;
}
IL_00bf:
{
// tagLength = pos + 3 - parsePos;
int32_t L_25 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_26 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3)), (int32_t)L_26)));
}
IL_00cd:
{
// parsePos += tagLength;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_27 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
int32_t L_28 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagLength_7();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_parsePos_5(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)));
// return true;
return (bool)1;
}
IL_00df:
{
// else if (sourceLen > pos + 2 && source.Substring(pos - 1, 4) == COMMENT_START)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_29 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
int32_t L_30 = V_0;
if ((((int32_t)L_29) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2)))))
{
goto IL_0164;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_31 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_32 = V_0;
NullCheck(L_31);
String_t* L_33 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)), 4, /*hidden argument*/NULL);
bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, _stringLiteralD8EE00948E54927B094D93E3BED821BA2E3DE652, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0164;
}
}
{
// pos = source.IndexOf(COMMENT_END, pos);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_35 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_36 = V_0;
NullCheck(L_35);
int32_t L_37 = String_IndexOf_m9285F4AFCAD971E6AFB6F0212B415989CB3DACA5(L_35, _stringLiteralF58D61BB454E3A553B31ED2AB291EF5AE4937D1B, L_36, /*hidden argument*/NULL);
V_0 = L_37;
// tagType = XMLTagType.Comment;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(4);
// tagName = string.Empty;
String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagName_0(L_38);
// tagPos = parsePos;
int32_t L_39 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagPos_6(L_39);
// if (pos == -1)
int32_t L_40 = V_0;
if ((!(((uint32_t)L_40) == ((uint32_t)(-1)))))
{
goto IL_0144;
}
}
{
// tagLength = sourceLen - parsePos;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_41 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
int32_t L_42 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)));
goto IL_0152;
}
IL_0144:
{
// tagLength = pos + 3 - parsePos;
int32_t L_43 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_44 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)3)), (int32_t)L_44)));
}
IL_0152:
{
// parsePos += tagLength;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_45 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
int32_t L_46 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagLength_7();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_parsePos_5(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)));
// return true;
return (bool)1;
}
IL_0164:
{
// pos++;
int32_t L_47 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
// tagType = XMLTagType.Instruction;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(5);
// }
goto IL_01b4;
}
IL_0170:
{
// else if (c == '/')
Il2CppChar L_48 = V_1;
if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)47)))))
{
goto IL_0181;
}
}
{
// pos++;
int32_t L_49 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
// tagType = XMLTagType.End;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(1);
// }
goto IL_01b4;
}
IL_0181:
{
// else if (c == '?')
Il2CppChar L_50 = V_1;
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)63)))))
{
goto IL_01b4;
}
}
{
// pos++;
int32_t L_51 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
// tagType = XMLTagType.Instruction;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(5);
goto IL_01b4;
}
IL_0192:
{
// c = source[pos];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_52 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_53 = V_0;
NullCheck(L_52);
Il2CppChar L_54 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, L_53, /*hidden argument*/NULL);
V_1 = L_54;
// if (Char.IsWhiteSpace(c) || c == '>' || c == '/')
Il2CppChar L_55 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_56 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_55, /*hidden argument*/NULL);
if (L_56)
{
goto IL_01bc;
}
}
{
Il2CppChar L_57 = V_1;
if ((((int32_t)L_57) == ((int32_t)((int32_t)62))))
{
goto IL_01bc;
}
}
{
Il2CppChar L_58 = V_1;
if ((((int32_t)L_58) == ((int32_t)((int32_t)47))))
{
goto IL_01bc;
}
}
{
// for (; pos < sourceLen; pos++)
int32_t L_59 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
}
IL_01b4:
{
// for (; pos < sourceLen; pos++)
int32_t L_60 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_61 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
if ((((int32_t)L_60) < ((int32_t)L_61)))
{
goto IL_0192;
}
}
IL_01bc:
{
// if (pos == sourceLen)
int32_t L_62 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_63 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
if ((((int32_t)L_62) == ((int32_t)L_63)))
{
goto IL_02f5;
}
}
{
// buffer.Append(source, parsePos + 1, pos - parsePos - 1);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_64 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
String_t* L_65 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_66 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
int32_t L_67 = V_0;
int32_t L_68 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
NullCheck(L_64);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_64, L_65, ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), (int32_t)1)), /*hidden argument*/NULL);
// if (buffer.Length > 0 && buffer[0] == '/')
StringBuilder_t * L_69 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_69);
int32_t L_70 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_69, /*hidden argument*/NULL);
if ((((int32_t)L_70) <= ((int32_t)0)))
{
goto IL_0210;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_71 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_71);
Il2CppChar L_72 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_71, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)47)))))
{
goto IL_0210;
}
}
{
// buffer.Remove(0, 1);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_73 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_73);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_73, 0, 1, /*hidden argument*/NULL);
}
IL_0210:
{
// bool singleQuoted = false, doubleQuoted = false;
V_2 = (bool)0;
// bool singleQuoted = false, doubleQuoted = false;
V_3 = (bool)0;
// int possibleEnd = -1;
V_4 = (-1);
goto IL_025e;
}
IL_0219:
{
// c = source[pos];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_74 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_75 = V_0;
NullCheck(L_74);
Il2CppChar L_76 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_74, L_75, /*hidden argument*/NULL);
V_1 = L_76;
// if (c == '"')
Il2CppChar L_77 = V_1;
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)34)))))
{
goto IL_0234;
}
}
{
// if (!singleQuoted)
bool L_78 = V_2;
if (L_78)
{
goto IL_0241;
}
}
{
// doubleQuoted = !doubleQuoted;
bool L_79 = V_3;
V_3 = (bool)((((int32_t)L_79) == ((int32_t)0))? 1 : 0);
// }
goto IL_0241;
}
IL_0234:
{
// else if (c == '\'')
Il2CppChar L_80 = V_1;
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)39)))))
{
goto IL_0241;
}
}
{
// if (!doubleQuoted)
bool L_81 = V_3;
if (L_81)
{
goto IL_0241;
}
}
{
// singleQuoted = !singleQuoted;
bool L_82 = V_2;
V_2 = (bool)((((int32_t)L_82) == ((int32_t)0))? 1 : 0);
}
IL_0241:
{
// if (c == '>')
Il2CppChar L_83 = V_1;
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)62)))))
{
goto IL_0255;
}
}
{
// if (!(singleQuoted || doubleQuoted))
bool L_84 = V_2;
bool L_85 = V_3;
if (((int32_t)((int32_t)L_84|(int32_t)L_85)))
{
goto IL_0250;
}
}
{
// possibleEnd = -1;
V_4 = (-1);
// break;
goto IL_0266;
}
IL_0250:
{
// possibleEnd = pos;
int32_t L_86 = V_0;
V_4 = L_86;
// }
goto IL_025a;
}
IL_0255:
{
// else if (c == '<')
Il2CppChar L_87 = V_1;
if ((((int32_t)L_87) == ((int32_t)((int32_t)60))))
{
goto IL_0266;
}
}
IL_025a:
{
// for (; pos < sourceLen; pos++)
int32_t L_88 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1));
}
IL_025e:
{
// for (; pos < sourceLen; pos++)
int32_t L_89 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_90 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
if ((((int32_t)L_89) < ((int32_t)L_90)))
{
goto IL_0219;
}
}
IL_0266:
{
// if (possibleEnd != -1)
int32_t L_91 = V_4;
if ((((int32_t)L_91) == ((int32_t)(-1))))
{
goto IL_026e;
}
}
{
// pos = possibleEnd;
int32_t L_92 = V_4;
V_0 = L_92;
}
IL_026e:
{
// if (pos == sourceLen)
int32_t L_93 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_94 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
if ((((int32_t)L_93) == ((int32_t)L_94)))
{
goto IL_02f5;
}
}
{
// if (source[pos - 1] == '/')
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_95 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_96 = V_0;
NullCheck(L_95);
Il2CppChar L_97 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_95, ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)47)))))
{
goto IL_028d;
}
}
{
// tagType = XMLTagType.Void;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagType_1(2);
}
IL_028d:
{
// tagName = buffer.ToString();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_98 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_98);
String_t* L_99 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_98);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagName_0(L_99);
// if (lowerCaseName)
bool L_100 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lowerCaseName_10();
if (!L_100)
{
goto IL_02b2;
}
}
{
// tagName = tagName.ToLower();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_101 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagName_0();
NullCheck(L_101);
String_t* L_102 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_101, /*hidden argument*/NULL);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagName_0(L_102);
}
IL_02b2:
{
// tagPos = parsePos;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_103 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagPos_6(L_103);
// tagLength = pos + 1 - parsePos;
int32_t L_104 = V_0;
int32_t L_105 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)), (int32_t)L_105)));
// parsePos += tagLength;
int32_t L_106 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
int32_t L_107 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagLength_7();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_parsePos_5(((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)L_107)));
// return true;
return (bool)1;
}
IL_02dc:
{
// while ((pos = source.IndexOf('<', parsePos)) != -1)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_108 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_109 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_parsePos_5();
NullCheck(L_108);
int32_t L_110 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_108, ((int32_t)60), L_109, /*hidden argument*/NULL);
int32_t L_111 = L_110;
V_0 = L_111;
if ((!(((uint32_t)L_111) == ((uint32_t)(-1)))))
{
goto IL_0030;
}
}
IL_02f5:
{
// tagPos = sourceLen;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_112 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_sourceLen_4();
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagPos_6(L_112);
// tagLength = 0;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagLength_7(0);
// tagName = null;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_tagName_0((String_t*)NULL);
// return false;
return (bool)0;
}
}
// System.String FairyGUI.Utils.XMLIterator::GetTagSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetTagSource_mE5168BB9955AA9622F2AE08E0C4747788B21E57E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetTagSource_mE5168BB9955AA9622F2AE08E0C4747788B21E57E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return source.Substring(tagPos, tagLength);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
int32_t L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagLength_7();
NullCheck(L_0);
String_t* L_3 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String FairyGUI.Utils.XMLIterator::GetRawText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetRawText_m6B13AC276730DD30593C1CC8FCA282F345B378EC (bool ___trim0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetRawText_m6B13AC276730DD30593C1CC8FCA282F345B378EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (lastTagEnd == tagPos)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
int32_t L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0012;
}
}
{
// return string.Empty;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0012:
{
// else if (trim)
bool L_3 = ___trim0;
if (!L_3)
{
goto IL_0066;
}
}
{
// int i = lastTagEnd;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_4 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
V_0 = L_4;
goto IL_0033;
}
IL_001d:
{
// char c = source[i];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_5 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_6 = V_0;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
// if (!char.IsWhiteSpace(c))
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_8 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003b;
}
}
{
// for (; i < tagPos; i++)
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0033:
{
// for (; i < tagPos; i++)
int32_t L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_11 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_001d;
}
}
IL_003b:
{
// if (i == tagPos)
int32_t L_12 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_13 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_0049;
}
}
{
// return string.Empty;
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_14;
}
IL_0049:
{
// return source.Substring(i, tagPos - i).TrimEnd();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_15 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_16 = V_0;
int32_t L_17 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
int32_t L_18 = V_0;
NullCheck(L_15);
String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_inline(/*hidden argument*/Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_RuntimeMethod_var);
NullCheck(L_19);
String_t* L_21 = String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403(L_19, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_0066:
{
// return source.Substring(lastTagEnd, tagPos - lastTagEnd);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_22 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_23 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
int32_t L_24 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
int32_t L_25 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
NullCheck(L_22);
String_t* L_26 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
return L_26;
}
}
// System.String FairyGUI.Utils.XMLIterator::GetText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB (bool ___trim0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetText_mC3E413903DB5A7DCEA3933C3CA652235F3C237AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (lastTagEnd == tagPos)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
int32_t L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0012;
}
}
{
// return string.Empty;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0012:
{
// else if (trim)
bool L_3 = ___trim0;
if (!L_3)
{
goto IL_006b;
}
}
{
// int i = lastTagEnd;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_4 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
V_0 = L_4;
goto IL_0033;
}
IL_001d:
{
// char c = source[i];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_5 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_6 = V_0;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
// if (!char.IsWhiteSpace(c))
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_8 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003b;
}
}
{
// for (; i < tagPos; i++)
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0033:
{
// for (; i < tagPos; i++)
int32_t L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_11 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_001d;
}
}
IL_003b:
{
// if (i == tagPos)
int32_t L_12 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_13 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_0049;
}
}
{
// return string.Empty;
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_14;
}
IL_0049:
{
// return XMLUtils.DecodeString(source.Substring(i, tagPos - i).TrimEnd());
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_15 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_16 = V_0;
int32_t L_17 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
int32_t L_18 = V_0;
NullCheck(L_15);
String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_inline(/*hidden argument*/Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_RuntimeMethod_var);
NullCheck(L_19);
String_t* L_21 = String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403(L_19, L_20, /*hidden argument*/NULL);
String_t* L_22 = XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801(L_21, /*hidden argument*/NULL);
return L_22;
}
IL_006b:
{
// return XMLUtils.DecodeString(source.Substring(lastTagEnd, tagPos - lastTagEnd));
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_23 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_24 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
int32_t L_25 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
int32_t L_26 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lastTagEnd_8();
NullCheck(L_23);
String_t* L_27 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)), /*hidden argument*/NULL);
String_t* L_28 = XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801(L_27, /*hidden argument*/NULL);
return L_28;
}
}
// System.Boolean FairyGUI.Utils.XMLIterator::HasAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XMLIterator_HasAttribute_mBA6DBCB69F0713DE15057E21AB9B4546D5EF3F8B (String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_HasAttribute_mBA6DBCB69F0713DE15057E21AB9B4546D5EF3F8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!attrParsed)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attrParsed_9();
if (L_0)
{
goto IL_0021;
}
}
{
// attributes.Clear();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
NullCheck(L_1);
Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF(L_1, /*hidden argument*/Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF_RuntimeMethod_var);
// ParseAttributes(attributes);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E(L_2, /*hidden argument*/NULL);
// attrParsed = true;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_attrParsed_9((bool)1);
}
IL_0021:
{
// return attributes.ContainsKey(attrName);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
String_t* L_4 = ___attrName0;
NullCheck(L_3);
bool L_5 = Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var);
return L_5;
}
}
// System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC (String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if (!attrParsed)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attrParsed_9();
if (L_0)
{
goto IL_0021;
}
}
{
// attributes.Clear();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
NullCheck(L_1);
Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF(L_1, /*hidden argument*/Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF_RuntimeMethod_var);
// ParseAttributes(attributes);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E(L_2, /*hidden argument*/NULL);
// attrParsed = true;
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_attrParsed_9((bool)1);
}
IL_0021:
{
// if (attributes.TryGetValue(attrName, out value))
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
String_t* L_4 = ___attrName0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_3, L_4, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_5)
{
goto IL_0032;
}
}
{
// return value;
String_t* L_6 = V_0;
return L_6;
}
IL_0032:
{
// return null;
return (String_t*)NULL;
}
}
// System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLIterator_GetAttribute_m365DFCB1D8E9779494EF6A4DBA0D92FF32D1C257 (String_t* ___attrName0, String_t* ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttribute_m365DFCB1D8E9779494EF6A4DBA0D92FF32D1C257_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string ret = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_1 = XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (ret != null)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_000c;
}
}
{
// return ret;
String_t* L_3 = V_0;
return L_3;
}
IL_000c:
{
// return defValue;
String_t* L_4 = ___defValue1;
return L_4;
}
}
// System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XMLIterator_GetAttributeInt_m4932B1E5D869980A32B0451CA0F359F63A7C32B5 (String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributeInt_m4932B1E5D869980A32B0451CA0F359F63A7C32B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return GetAttributeInt(attrName, 0);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
int32_t L_1 = XMLIterator_GetAttributeInt_m216A22924035FF37196EDF93E5C69560B2531CCB(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XMLIterator_GetAttributeInt_m216A22924035FF37196EDF93E5C69560B2531CCB (String_t* ___attrName0, int32_t ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributeInt_m216A22924035FF37196EDF93E5C69560B2531CCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_1 = XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0014;
}
}
IL_0012:
{
// return defValue;
int32_t L_5 = ___defValue1;
return L_5;
}
IL_0014:
{
// if (int.TryParse(value, out ret))
String_t* L_6 = V_0;
bool L_7 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_6, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0020;
}
}
{
// return ret;
int32_t L_8 = V_1;
return L_8;
}
IL_0020:
{
// return defValue;
int32_t L_9 = ___defValue1;
return L_9;
}
}
// System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XMLIterator_GetAttributeFloat_mED9FB5D2FFAC037B9B8A28094F207B30DCC5F41E (String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributeFloat_mED9FB5D2FFAC037B9B8A28094F207B30DCC5F41E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return GetAttributeFloat(attrName, 0);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
float L_1 = XMLIterator_GetAttributeFloat_m2FBD977D16EF57D09FBAEC354B63F515856421BA(L_0, (0.0f), /*hidden argument*/NULL);
return L_1;
}
}
// System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XMLIterator_GetAttributeFloat_m2FBD977D16EF57D09FBAEC354B63F515856421BA (String_t* ___attrName0, float ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributeFloat_m2FBD977D16EF57D09FBAEC354B63F515856421BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
float V_1 = 0.0f;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_1 = XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0014;
}
}
IL_0012:
{
// return defValue;
float L_5 = ___defValue1;
return L_5;
}
IL_0014:
{
// if (float.TryParse(value, out ret))
String_t* L_6 = V_0;
bool L_7 = Single_TryParse_m548E9EC17193999C07717FECFAD0A907980D566C(L_6, (float*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0020;
}
}
{
// return ret;
float L_8 = V_1;
return L_8;
}
IL_0020:
{
// return defValue;
float L_9 = ___defValue1;
return L_9;
}
}
// System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XMLIterator_GetAttributeBool_m6D74D44C2989C5E0F79B839101A08BDA37898942 (String_t* ___attrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributeBool_m6D74D44C2989C5E0F79B839101A08BDA37898942_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return GetAttributeBool(attrName, false);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_1 = XMLIterator_GetAttributeBool_mC57AC7312C10DFD819424E62056CC88DAA7C1EA8(L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XMLIterator_GetAttributeBool_mC57AC7312C10DFD819424E62056CC88DAA7C1EA8 (String_t* ___attrName0, bool ___defValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributeBool_mC57AC7312C10DFD819424E62056CC88DAA7C1EA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
{
// string value = GetAttribute(attrName);
String_t* L_0 = ___attrName0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_1 = XMLIterator_GetAttribute_mBB40631AF4D8530DBCF9A5CAD62D8EA1487F2CCC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (value == null || value.Length == 0)
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0014;
}
}
IL_0012:
{
// return defValue;
bool L_5 = ___defValue1;
return L_5;
}
IL_0014:
{
// if (bool.TryParse(value, out ret))
String_t* L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var);
bool L_7 = Boolean_TryParse_m5EA8C5E47A3BF0223FD368503B36206256937A61(L_6, (bool*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0020;
}
}
{
// return ret;
bool L_8 = V_1;
return L_8;
}
IL_0020:
{
// return defValue;
bool L_9 = ___defValue1;
return L_9;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Generic.Dictionary`2<System.String,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * XMLIterator_GetAttributes_mA935486C1C65AC945741ABE6A179F43BA791C20C (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributes_mA935486C1C65AC945741ABE6A179F43BA791C20C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 V_0;
memset((&V_0), 0, sizeof(V_0));
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (result == null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = ___result0;
if (L_0)
{
goto IL_000a;
}
}
{
// result = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_1, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
___result0 = L_1;
}
IL_000a:
{
// if (attrParsed)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attrParsed_9();
if (!L_2)
{
goto IL_0053;
}
}
{
// foreach (KeyValuePair<string, string> kv in attributes)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
NullCheck(L_3);
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 L_4 = Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var);
V_0 = L_4;
}
IL_001c:
try
{ // begin try (depth: 1)
{
goto IL_003a;
}
IL_001e:
{
// foreach (KeyValuePair<string, string> kv in attributes)
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 L_5 = Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var);
V_1 = L_5;
// result[kv.Key] = kv.Value;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_6 = ___result0;
String_t* L_7 = KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline((KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var);
String_t* L_8 = KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline((KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var);
NullCheck(L_6);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
}
IL_003a:
{
// foreach (KeyValuePair<string, string> kv in attributes)
bool L_9 = Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var);
if (L_9)
{
goto IL_001e;
}
}
IL_0043:
{
IL2CPP_LEAVE(0x59, FINALLY_0045);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0045;
}
FINALLY_0045:
{ // begin finally (depth: 1)
Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var);
IL2CPP_END_FINALLY(69)
} // end finally (depth: 1)
IL2CPP_CLEANUP(69)
{
IL2CPP_JUMP_TBL(0x59, IL_0059)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0053:
{
// ParseAttributes(result);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_10 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E(L_10, /*hidden argument*/NULL);
}
IL_0059:
{
// return result;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_11 = ___result0;
return L_11;
}
}
// System.Collections.Hashtable FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Hashtable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * XMLIterator_GetAttributes_mB0FD0346A02703801E9A48A8753ED4CBF504E0AD (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_GetAttributes_mB0FD0346A02703801E9A48A8753ED4CBF504E0AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 V_0;
memset((&V_0), 0, sizeof(V_0));
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (result == null)
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ___result0;
if (L_0)
{
goto IL_000a;
}
}
{
// result = new Hashtable();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL);
___result0 = L_1;
}
IL_000a:
{
// if (attrParsed)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
bool L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attrParsed_9();
if (!L_2)
{
goto IL_0053;
}
}
{
// foreach (KeyValuePair<string, string> kv in attributes)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_attributes_12();
NullCheck(L_3);
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 L_4 = Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var);
V_0 = L_4;
}
IL_001c:
try
{ // begin try (depth: 1)
{
goto IL_003a;
}
IL_001e:
{
// foreach (KeyValuePair<string, string> kv in attributes)
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 L_5 = Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var);
V_1 = L_5;
// result[kv.Key] = kv.Value;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = ___result0;
String_t* L_7 = KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline((KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var);
String_t* L_8 = KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline((KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var);
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8);
}
IL_003a:
{
// foreach (KeyValuePair<string, string> kv in attributes)
bool L_9 = Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var);
if (L_9)
{
goto IL_001e;
}
}
IL_0043:
{
IL2CPP_LEAVE(0x59, FINALLY_0045);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0045;
}
FINALLY_0045:
{ // begin finally (depth: 1)
Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var);
IL2CPP_END_FINALLY(69)
} // end finally (depth: 1)
IL2CPP_CLEANUP(69)
{
IL2CPP_JUMP_TBL(0x59, IL_0059)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0053:
{
// ParseAttributes(result);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E(L_10, /*hidden argument*/NULL);
}
IL_0059:
{
// return result;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = ___result0;
return L_11;
}
}
// System.Void FairyGUI.Utils.XMLIterator::ParseAttributes(System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E (RuntimeObject* ___attrs0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator_ParseAttributes_m29C5DAC5C771BC1381A6D12079917CEE56F89F5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
Il2CppChar V_7 = 0x0;
Il2CppChar V_8 = 0x0;
int32_t V_9 = 0;
Il2CppChar V_10 = 0x0;
{
// bool waitValue = false;
V_3 = (bool)0;
// buffer.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_0 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_0);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_0, 0, /*hidden argument*/NULL);
// int i = tagPos;
int32_t L_1 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
V_5 = L_1;
// int attrEnd = tagPos + tagLength;
int32_t L_2 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagPos_6();
int32_t L_3 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_tagLength_7();
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
// if (i < attrEnd && source[i] == '<')
int32_t L_4 = V_5;
int32_t L_5 = V_6;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_0211;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_6 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_7 = V_5;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)60)))))
{
goto IL_0211;
}
}
{
goto IL_0071;
}
IL_003f:
{
// char c = source[i];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_9 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_10 = V_5;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
V_7 = L_11;
// if (Char.IsWhiteSpace(c) || c == '>' || c == '/')
Il2CppChar L_12 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_13 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0211;
}
}
{
Il2CppChar L_14 = V_7;
if ((((int32_t)L_14) == ((int32_t)((int32_t)62))))
{
goto IL_0211;
}
}
{
Il2CppChar L_15 = V_7;
if ((((int32_t)L_15) == ((int32_t)((int32_t)47))))
{
goto IL_0211;
}
}
{
// for (; i < attrEnd; i++)
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0071:
{
// for (; i < attrEnd; i++)
int32_t L_17 = V_5;
int32_t L_18 = V_6;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_003f;
}
}
{
goto IL_0211;
}
IL_007c:
{
// char c = source[i];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_19 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_20 = V_5;
NullCheck(L_19);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_20, /*hidden argument*/NULL);
V_8 = L_21;
// if (c == '=')
Il2CppChar L_22 = V_8;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)61)))))
{
goto IL_018a;
}
}
{
// valueStart = -1;
V_1 = (-1);
// valueEnd = -1;
V_2 = (-1);
// quoted = 0;
V_4 = 0;
// for (int j = i + 1; j < attrEnd; j++)
int32_t L_23 = V_5;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
goto IL_0129;
}
IL_00a5:
{
// char c2 = source[j];
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
String_t* L_24 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_25 = V_9;
NullCheck(L_24);
Il2CppChar L_26 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, L_25, /*hidden argument*/NULL);
V_10 = L_26;
// if (Char.IsWhiteSpace(c2))
Il2CppChar L_27 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_28 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00cb;
}
}
{
// if (valueStart != -1 && quoted == 0)
int32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)(-1))))
{
goto IL_0123;
}
}
{
int32_t L_30 = V_4;
if (L_30)
{
goto IL_0123;
}
}
{
// valueEnd = j - 1;
int32_t L_31 = V_9;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1));
// break;
goto IL_0132;
}
IL_00cb:
{
// else if (c2 == '>')
Il2CppChar L_32 = V_10;
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)62)))))
{
goto IL_00dc;
}
}
{
// if (quoted == 0)
int32_t L_33 = V_4;
if (L_33)
{
goto IL_0123;
}
}
{
// valueEnd = j - 1;
int32_t L_34 = V_9;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
// break;
goto IL_0132;
}
IL_00dc:
{
// else if (c2 == '"')
Il2CppChar L_35 = V_10;
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)34)))))
{
goto IL_00fc;
}
}
{
// if (valueStart != -1)
int32_t L_36 = V_1;
if ((((int32_t)L_36) == ((int32_t)(-1))))
{
goto IL_00f2;
}
}
{
// if (quoted != 1)
int32_t L_37 = V_4;
if ((((int32_t)L_37) == ((int32_t)1)))
{
goto IL_0123;
}
}
{
// valueEnd = j - 1;
int32_t L_38 = V_9;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
// break;
goto IL_0132;
}
IL_00f2:
{
// quoted = 2;
V_4 = 2;
// valueStart = j + 1;
int32_t L_39 = V_9;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
// }
goto IL_0123;
}
IL_00fc:
{
// else if (c2 == '\'')
Il2CppChar L_40 = V_10;
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)39)))))
{
goto IL_011c;
}
}
{
// if (valueStart != -1)
int32_t L_41 = V_1;
if ((((int32_t)L_41) == ((int32_t)(-1))))
{
goto IL_0112;
}
}
{
// if (quoted != 2)
int32_t L_42 = V_4;
if ((((int32_t)L_42) == ((int32_t)2)))
{
goto IL_0123;
}
}
{
// valueEnd = j - 1;
int32_t L_43 = V_9;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1));
// break;
goto IL_0132;
}
IL_0112:
{
// quoted = 1;
V_4 = 1;
// valueStart = j + 1;
int32_t L_44 = V_9;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
// }
goto IL_0123;
}
IL_011c:
{
// else if (valueStart == -1)
int32_t L_45 = V_1;
if ((!(((uint32_t)L_45) == ((uint32_t)(-1)))))
{
goto IL_0123;
}
}
{
// valueStart = j;
int32_t L_46 = V_9;
V_1 = L_46;
}
IL_0123:
{
// for (int j = i + 1; j < attrEnd; j++)
int32_t L_47 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_0129:
{
// for (int j = i + 1; j < attrEnd; j++)
int32_t L_48 = V_9;
int32_t L_49 = V_6;
if ((((int32_t)L_48) < ((int32_t)L_49)))
{
goto IL_00a5;
}
}
IL_0132:
{
// if (valueStart != -1 && valueEnd != -1)
int32_t L_50 = V_1;
if ((((int32_t)L_50) == ((int32_t)(-1))))
{
goto IL_021a;
}
}
{
int32_t L_51 = V_2;
if ((((int32_t)L_51) == ((int32_t)(-1))))
{
goto IL_021a;
}
}
{
// attrName = buffer.ToString();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_52 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_52);
String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52);
V_0 = L_53;
// if (lowerCaseName)
bool L_54 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lowerCaseName_10();
if (!L_54)
{
goto IL_0159;
}
}
{
// attrName = attrName.ToLower();
String_t* L_55 = V_0;
NullCheck(L_55);
String_t* L_56 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_55, /*hidden argument*/NULL);
V_0 = L_56;
}
IL_0159:
{
// buffer.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_57 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_57);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_57, 0, /*hidden argument*/NULL);
// attrs[attrName] = XMLUtils.DecodeString(source.Substring(valueStart, valueEnd - valueStart + 1));
RuntimeObject* L_58 = ___attrs0;
String_t* L_59 = V_0;
String_t* L_60 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_source_3();
int32_t L_61 = V_1;
int32_t L_62 = V_2;
int32_t L_63 = V_1;
NullCheck(L_60);
String_t* L_64 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_60, L_61, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)), (int32_t)1)), /*hidden argument*/NULL);
String_t* L_65 = XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801(L_64, /*hidden argument*/NULL);
NullCheck(L_58);
InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_58, L_59, L_65);
// i = valueEnd + 1;
int32_t L_66 = V_2;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1));
// }
goto IL_020b;
}
IL_018a:
{
// else if (!Char.IsWhiteSpace(c))
Il2CppChar L_67 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_68 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_67, /*hidden argument*/NULL);
if (L_68)
{
goto IL_01fc;
}
}
{
// if (waitValue || c == '/' || c == '>')
bool L_69 = V_3;
if (L_69)
{
goto IL_01a2;
}
}
{
Il2CppChar L_70 = V_8;
if ((((int32_t)L_70) == ((int32_t)((int32_t)47))))
{
goto IL_01a2;
}
}
{
Il2CppChar L_71 = V_8;
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)62)))))
{
goto IL_01e1;
}
}
IL_01a2:
{
// if (buffer.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_72 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_72);
int32_t L_73 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_72, /*hidden argument*/NULL);
if ((((int32_t)L_73) <= ((int32_t)0)))
{
goto IL_01df;
}
}
{
// attrName = buffer.ToString();
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_74 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_74);
String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_74);
V_0 = L_75;
// if (lowerCaseName)
bool L_76 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_lowerCaseName_10();
if (!L_76)
{
goto IL_01c8;
}
}
{
// attrName = attrName.ToLower();
String_t* L_77 = V_0;
NullCheck(L_77);
String_t* L_78 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_77, /*hidden argument*/NULL);
V_0 = L_78;
}
IL_01c8:
{
// attrs[attrName] = string.Empty;
RuntimeObject* L_79 = ___attrs0;
String_t* L_80 = V_0;
String_t* L_81 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_79);
InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_79, L_80, L_81);
// buffer.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_82 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_82);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_82, 0, /*hidden argument*/NULL);
}
IL_01df:
{
// waitValue = false;
V_3 = (bool)0;
}
IL_01e1:
{
// if (c != '/' && c != '>')
Il2CppChar L_83 = V_8;
if ((((int32_t)L_83) == ((int32_t)((int32_t)47))))
{
goto IL_020b;
}
}
{
Il2CppChar L_84 = V_8;
if ((((int32_t)L_84) == ((int32_t)((int32_t)62))))
{
goto IL_020b;
}
}
{
// buffer.Append(c);
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_85 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
Il2CppChar L_86 = V_8;
NullCheck(L_85);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_85, L_86, /*hidden argument*/NULL);
// }
goto IL_020b;
}
IL_01fc:
{
// if (buffer.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var);
StringBuilder_t * L_87 = ((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->get_buffer_11();
NullCheck(L_87);
int32_t L_88 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_87, /*hidden argument*/NULL);
if ((((int32_t)L_88) <= ((int32_t)0)))
{
goto IL_020b;
}
}
{
// waitValue = true;
V_3 = (bool)1;
}
IL_020b:
{
// for (; i < attrEnd; i++)
int32_t L_89 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
}
IL_0211:
{
// for (; i < attrEnd; i++)
int32_t L_90 = V_5;
int32_t L_91 = V_6;
if ((((int32_t)L_90) < ((int32_t)L_91)))
{
goto IL_007c;
}
}
IL_021a:
{
// }
return;
}
}
// System.Void FairyGUI.Utils.XMLIterator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLIterator__ctor_m4EB2080EAC6839291C242DB2603C47423DC991F6 (XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.Utils.XMLIterator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLIterator__cctor_mA09E19A094BAC9F32B0B0FE59261F6EDBC80AAC6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLIterator__cctor_mA09E19A094BAC9F32B0B0FE59261F6EDBC80AAC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_buffer_11(L_0);
// static Dictionary<string, string> attributes = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_1, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
((XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_StaticFields*)il2cpp_codegen_static_fields_for(XMLIterator_t3564EEF9328B903BA179CB41E234DB63A707E7FC_il2cpp_TypeInfo_var))->set_attributes_12(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.XMLList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList__ctor_mEE7C015BE2BAB1070D347E4340DB951EAA542E54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public XMLList()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// rawList = new List<XML>();
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *)il2cpp_codegen_object_new(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE_il2cpp_TypeInfo_var);
List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38(L_0, /*hidden argument*/List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38_RuntimeMethod_var);
__this->set_rawList_0(L_0);
// }
return;
}
}
// System.Void FairyGUI.Utils.XMLList::.ctor(System.Collections.Generic.List`1<FairyGUI.Utils.XML>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList__ctor_mB4C7FA35761E2323E5B46F3C77CF7F9189ABCF27 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ___list0, const RuntimeMethod* method)
{
{
// public XMLList(List<XML> list)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// rawList = list;
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = ___list0;
__this->set_rawList_0(L_0);
// }
return;
}
}
// System.Void FairyGUI.Utils.XMLList::Add(FairyGUI.Utils.XML)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList_Add_m1E40A9E33EC74E453C97DC2566DCAE9EA487ACEA (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___xml0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList_Add_m1E40A9E33EC74E453C97DC2566DCAE9EA487ACEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// rawList.Add(xml);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_1 = ___xml0;
NullCheck(L_0);
List_1_Add_mA4495BDF573977DC8596C341FB8E3CC3ACB9ABB7(L_0, L_1, /*hidden argument*/List_1_Add_mA4495BDF573977DC8596C341FB8E3CC3ACB9ABB7_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Utils.XMLList::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList_Clear_m7A98A4AB07DA02FA7495F305E35361EF2FF2A506 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList_Clear_m7A98A4AB07DA02FA7495F305E35361EF2FF2A506_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// rawList.Clear();
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
NullCheck(L_0);
List_1_Clear_m80023A43A3580997F329303EFE601BB209948369(L_0, /*hidden argument*/List_1_Clear_m80023A43A3580997F329303EFE601BB209948369_RuntimeMethod_var);
// }
return;
}
}
// System.Int32 FairyGUI.Utils.XMLList::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XMLList_get_Count_mB6E7C9D276FB9B20A2B7E451C6A33690B5B9125C (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList_get_Count_mB6E7C9D276FB9B20A2B7E451C6A33690B5B9125C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return rawList.Count; }
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_inline(L_0, /*hidden argument*/List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_RuntimeMethod_var);
return L_1;
}
}
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * XMLList_get_Item_mAEB9EF20750D1D0723119FBA0DF04757EE2D24D6 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList_get_Item_mAEB9EF20750D1D0723119FBA0DF04757EE2D24D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return rawList[index]; }
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
int32_t L_1 = ___index0;
NullCheck(L_0);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_2 = List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_RuntimeMethod_var);
return L_2;
}
}
// FairyGUI.Utils.XMLList_Enumerator FairyGUI.Utils.XMLList::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E XMLList_GetEnumerator_m1A5C553515C4C6BEE2CB9C66893D3C28DD79BE96 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, const RuntimeMethod* method)
{
{
// return new Enumerator(rawList, null);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_1;
memset((&L_1), 0, sizeof(L_1));
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E((&L_1), L_0, (String_t*)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.Utils.XMLList_Enumerator FairyGUI.Utils.XMLList::GetEnumerator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E XMLList_GetEnumerator_mA45B97C84926C91E35FEF22F00F578FC93A3943E (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, String_t* ___selector0, const RuntimeMethod* method)
{
{
// return new Enumerator(rawList, selector);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
String_t* L_1 = ___selector0;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_2;
memset((&L_2), 0, sizeof(L_2));
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E((&L_2), L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// FairyGUI.Utils.XMLList FairyGUI.Utils.XMLList::Filter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * XMLList_Filter_m4BC8D53410553635B78955245144AF687E061F52 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, String_t* ___selector0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList_Filter_m4BC8D53410553635B78955245144AF687E061F52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * V_3 = NULL;
{
// bool allFit = true;
V_0 = (bool)1;
// _tmpList.Clear();
IL2CPP_RUNTIME_CLASS_INIT(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = ((XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields*)il2cpp_codegen_static_fields_for(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var))->get__tmpList_1();
NullCheck(L_0);
List_1_Clear_m80023A43A3580997F329303EFE601BB209948369(L_0, /*hidden argument*/List_1_Clear_m80023A43A3580997F329303EFE601BB209948369_RuntimeMethod_var);
// int cnt = rawList.Count;
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_1 = __this->get_rawList_0();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_inline(L_1, /*hidden argument*/List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_RuntimeMethod_var);
V_1 = L_2;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_004a;
}
IL_001c:
{
// XML xml = rawList[i];
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_3 = __this->get_rawList_0();
int32_t L_4 = V_2;
NullCheck(L_3);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_5 = List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_RuntimeMethod_var);
V_3 = L_5;
// if (xml.name == selector)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_6 = V_3;
NullCheck(L_6);
String_t* L_7 = XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline(L_6, /*hidden argument*/NULL);
String_t* L_8 = ___selector0;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
// _tmpList.Add(xml);
IL2CPP_RUNTIME_CLASS_INIT(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_10 = ((XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields*)il2cpp_codegen_static_fields_for(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var))->get__tmpList_1();
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_11 = V_3;
NullCheck(L_10);
List_1_Add_mA4495BDF573977DC8596C341FB8E3CC3ACB9ABB7(L_10, L_11, /*hidden argument*/List_1_Add_mA4495BDF573977DC8596C341FB8E3CC3ACB9ABB7_RuntimeMethod_var);
goto IL_0046;
}
IL_0044:
{
// allFit = false;
V_0 = (bool)0;
}
IL_0046:
{
// for (int i = 0; i < cnt; i++)
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_004a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_2;
int32_t L_14 = V_1;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_001c;
}
}
{
// if (allFit)
bool L_15 = V_0;
if (!L_15)
{
goto IL_0053;
}
}
{
// return this;
return __this;
}
IL_0053:
{
// XMLList ret = new XMLList(_tmpList);
IL2CPP_RUNTIME_CLASS_INIT(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_16 = ((XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields*)il2cpp_codegen_static_fields_for(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var))->get__tmpList_1();
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * L_17 = (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C *)il2cpp_codegen_object_new(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var);
XMLList__ctor_mB4C7FA35761E2323E5B46F3C77CF7F9189ABCF27(L_17, L_16, /*hidden argument*/NULL);
// _tmpList = new List<XML>();
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_18 = (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *)il2cpp_codegen_object_new(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE_il2cpp_TypeInfo_var);
List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38(L_18, /*hidden argument*/List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38_RuntimeMethod_var);
((XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields*)il2cpp_codegen_static_fields_for(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var))->set__tmpList_1(L_18);
// return ret;
return L_17;
}
}
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * XMLList_Find_m959B99C2BA4823B1A0EEC59C66F41823197CA6E6 (XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * __this, String_t* ___selector0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList_Find_m959B99C2BA4823B1A0EEC59C66F41823197CA6E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * V_2 = NULL;
{
// int cnt = rawList.Count;
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get_rawList_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_inline(L_0, /*hidden argument*/List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0031;
}
IL_0010:
{
// XML xml = rawList[i];
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_2 = __this->get_rawList_0();
int32_t L_3 = V_1;
NullCheck(L_2);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_4 = List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_RuntimeMethod_var);
V_2 = L_4;
// if (xml.name == selector)
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_5 = V_2;
NullCheck(L_5);
String_t* L_6 = XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline(L_5, /*hidden argument*/NULL);
String_t* L_7 = ___selector0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_002d;
}
}
{
// return xml;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_9 = V_2;
return L_9;
}
IL_002d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0031:
{
// for (int i = 0; i < cnt; i++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0010;
}
}
{
// return null;
return (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)NULL;
}
}
// System.Void FairyGUI.Utils.XMLList::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLList__cctor_m0ECD09371043B4B28D5DA2BB4135625D3CDB1EF9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLList__cctor_m0ECD09371043B4B28D5DA2BB4135625D3CDB1EF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static List<XML> _tmpList = new List<XML>();
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = (List_1_tF2DE6534667495498DB8419191E85A16E962ABEE *)il2cpp_codegen_object_new(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE_il2cpp_TypeInfo_var);
List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38(L_0, /*hidden argument*/List_1__ctor_mEBFA34CFA854A104238634D5CD3896E65DA57B38_RuntimeMethod_var);
((XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_StaticFields*)il2cpp_codegen_static_fields_for(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C_il2cpp_TypeInfo_var))->set__tmpList_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FairyGUI.Utils.XMLList/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshal_pinvoke(const Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E& unmarshaled, Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_pinvoke& marshaled)
{
Exception_t* ____source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_source' of type 'Enumerator'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____source_0Exception, NULL);
}
IL2CPP_EXTERN_C void Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshal_pinvoke_back(const Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_pinvoke& marshaled, Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E& unmarshaled)
{
Exception_t* ____source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_source' of type 'Enumerator'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____source_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: FairyGUI.Utils.XMLList/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshal_pinvoke_cleanup(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FairyGUI.Utils.XMLList/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshal_com(const Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E& unmarshaled, Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_com& marshaled)
{
Exception_t* ____source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_source' of type 'Enumerator'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____source_0Exception, NULL);
}
IL2CPP_EXTERN_C void Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshal_com_back(const Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_com& marshaled, Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E& unmarshaled)
{
Exception_t* ____source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_source' of type 'Enumerator'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____source_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: FairyGUI.Utils.XMLList/Enumerator
IL2CPP_EXTERN_C void Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshal_com_cleanup(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_com& marshaled)
{
}
// System.Void FairyGUI.Utils.XMLList_Enumerator::.ctor(System.Collections.Generic.List`1<FairyGUI.Utils.XML>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ___source0, String_t* ___selector1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _source = source;
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = ___source0;
__this->set__source_0(L_0);
// _selector = selector;
String_t* L_1 = ___selector1;
__this->set__selector_1(L_1);
// _index = -1;
__this->set__index_2((-1));
// if (_source != null)
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_2 = __this->get__source_0();
if (!L_2)
{
goto IL_0030;
}
}
{
// _total = _source.Count;
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_3 = __this->get__source_0();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_inline(L_3, /*hidden argument*/List_1_get_Count_m9087F02573C22FB11A2C83285221245015FF7A3D_RuntimeMethod_var);
__this->set__total_3(L_4);
goto IL_0037;
}
IL_0030:
{
// _total = 0;
__this->set__total_3(0);
}
IL_0037:
{
// _current = null;
__this->set__current_4((XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 *)NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E_AdjustorThunk (RuntimeObject * __this, List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ___source0, String_t* ___selector1, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * _thisAdjusted = reinterpret_cast<Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E *>(__this + _offset);
Enumerator__ctor_mE6FC2C04DF67047D2969FF6CF38759FD3E9F718E(_thisAdjusted, ___source0, ___selector1, method);
}
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList_Enumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method)
{
{
// get { return _current; }
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_0 = __this->get__current_4();
return L_0;
}
}
IL2CPP_EXTERN_C XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * _thisAdjusted = reinterpret_cast<Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E *>(__this + _offset);
return Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_inline(_thisAdjusted, method);
}
// System.Boolean FairyGUI.Utils.XMLList_Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
goto IL_003b;
}
IL_0002:
{
// _current = _source[_index];
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * L_0 = __this->get__source_0();
int32_t L_1 = __this->get__index_2();
NullCheck(L_0);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_2 = List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m636193B15510574A4005F0A6242F7A28A1541656_RuntimeMethod_var);
__this->set__current_4(L_2);
// if (_selector == null || _current.name == _selector)
String_t* L_3 = __this->get__selector_1();
if (!L_3)
{
goto IL_0039;
}
}
{
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_4 = __this->get__current_4();
NullCheck(L_4);
String_t* L_5 = XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline(L_4, /*hidden argument*/NULL);
String_t* L_6 = __this->get__selector_1();
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003b;
}
}
IL_0039:
{
// return true;
return (bool)1;
}
IL_003b:
{
// while (++_index < _total)
int32_t L_8 = __this->get__index_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
int32_t L_9 = V_0;
__this->set__index_2(L_9);
int32_t L_10 = V_0;
int32_t L_11 = __this->get__total_3();
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_0002;
}
}
{
// return false;
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * _thisAdjusted = reinterpret_cast<Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E *>(__this + _offset);
return Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A(_thisAdjusted, method);
}
// System.Void FairyGUI.Utils.XMLList_Enumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m97EAF4FBE8661011CB5F9BDF0659EAFB514012B3 (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method)
{
{
// _index = -1;
__this->set__index_2((-1));
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_m97EAF4FBE8661011CB5F9BDF0659EAFB514012B3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * _thisAdjusted = reinterpret_cast<Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E *>(__this + _offset);
Enumerator_Reset_m97EAF4FBE8661011CB5F9BDF0659EAFB514012B3(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String FairyGUI.Utils.XMLUtils::DecodeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801 (String_t* ___aSource0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLUtils_DecodeString_mB4557235AB8BFB7EDF79C7C99A8CADE733BB8801_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
String_t* V_5 = NULL;
int32_t V_6 = 0;
{
// int len = aSource.Length;
String_t* L_0 = ___aSource0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// StringBuilder sb = new StringBuilder();
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_1 = L_2;
// int pos1 = 0, pos2 = 0;
V_2 = 0;
// int pos1 = 0, pos2 = 0;
V_3 = 0;
}
IL_0011:
{
// pos2 = aSource.IndexOf('&', pos1);
String_t* L_3 = ___aSource0;
int32_t L_4 = V_2;
NullCheck(L_3);
int32_t L_5 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_3, ((int32_t)38), L_4, /*hidden argument*/NULL);
V_3 = L_5;
// if (pos2 == -1)
int32_t L_6 = V_3;
if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
{
goto IL_0032;
}
}
{
// sb.Append(aSource.Substring(pos1));
StringBuilder_t * L_7 = V_1;
String_t* L_8 = ___aSource0;
int32_t L_9 = V_2;
NullCheck(L_8);
String_t* L_10 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_7);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, L_10, /*hidden argument*/NULL);
// break;
goto IL_019a;
}
IL_0032:
{
// sb.Append(aSource.Substring(pos1, pos2 - pos1));
StringBuilder_t * L_11 = V_1;
String_t* L_12 = ___aSource0;
int32_t L_13 = V_2;
int32_t L_14 = V_3;
int32_t L_15 = V_2;
NullCheck(L_12);
String_t* L_16 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL);
NullCheck(L_11);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, L_16, /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_17 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
// pos2 = pos1;
int32_t L_18 = V_2;
V_3 = L_18;
// int end = Math.Min(len, pos2 + 10);
int32_t L_19 = V_0;
int32_t L_20 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_21 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)10))), /*hidden argument*/NULL);
V_4 = L_21;
goto IL_0066;
}
IL_0057:
{
// if (aSource[pos2] == ';')
String_t* L_22 = ___aSource0;
int32_t L_23 = V_3;
NullCheck(L_22);
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, L_23, /*hidden argument*/NULL);
if ((((int32_t)L_24) == ((int32_t)((int32_t)59))))
{
goto IL_006b;
}
}
{
// for (; pos2 < end; pos2++)
int32_t L_25 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0066:
{
// for (; pos2 < end; pos2++)
int32_t L_26 = V_3;
int32_t L_27 = V_4;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0057;
}
}
IL_006b:
{
// if (pos2 < end && pos2 > pos1)
int32_t L_28 = V_3;
int32_t L_29 = V_4;
if ((((int32_t)L_28) >= ((int32_t)L_29)))
{
goto IL_018c;
}
}
{
int32_t L_30 = V_3;
int32_t L_31 = V_2;
if ((((int32_t)L_30) <= ((int32_t)L_31)))
{
goto IL_018c;
}
}
{
// string entity = aSource.Substring(pos1, pos2 - pos1);
String_t* L_32 = ___aSource0;
int32_t L_33 = V_2;
int32_t L_34 = V_3;
int32_t L_35 = V_2;
NullCheck(L_32);
String_t* L_36 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_32, L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
V_5 = L_36;
// int u = 0;
V_6 = 0;
// if (entity[0] == '#')
String_t* L_37 = V_5;
NullCheck(L_37);
Il2CppChar L_38 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_37, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)35)))))
{
goto IL_00ee;
}
}
{
// if (entity.Length > 1)
String_t* L_39 = V_5;
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL);
if ((((int32_t)L_40) <= ((int32_t)1)))
{
goto IL_00e0;
}
}
{
// if (entity[1] == 'x')
String_t* L_41 = V_5;
NullCheck(L_41);
Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_41, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)120)))))
{
goto IL_00be;
}
}
{
// u = Convert.ToInt16(entity.Substring(2), 16);
String_t* L_43 = V_5;
NullCheck(L_43);
String_t* L_44 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_43, 2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_45 = Convert_ToInt16_mE45C6C06FA6664B29F1C763C08CF4846A06B27D5(L_44, ((int32_t)16), /*hidden argument*/NULL);
V_6 = L_45;
goto IL_00cd;
}
IL_00be:
{
// u = Convert.ToInt16(entity.Substring(1));
String_t* L_46 = V_5;
NullCheck(L_46);
String_t* L_47 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_46, 1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_48 = Convert_ToInt16_m1BF9827660E87026C2DE7A53443D65A00B6AA5BC(L_47, /*hidden argument*/NULL);
V_6 = L_48;
}
IL_00cd:
{
// sb.Append((char)u);
StringBuilder_t * L_49 = V_1;
int32_t L_50 = V_6;
NullCheck(L_49);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_49, (((int32_t)((uint16_t)L_50))), /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_51 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
// }
goto IL_0011;
}
IL_00e0:
{
// sb.Append('&');
StringBuilder_t * L_52 = V_1;
NullCheck(L_52);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_52, ((int32_t)38), /*hidden argument*/NULL);
// }
goto IL_0011;
}
IL_00ee:
{
// switch (entity)
String_t* L_53 = V_5;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteral65F59EC6B1ECD6170D5044474043CCA9560A8071, /*hidden argument*/NULL);
if (L_54)
{
goto IL_0144;
}
}
{
String_t* L_55 = V_5;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteral616998B237EE9C3DBBF79DB6CA02275975880AE0, /*hidden argument*/NULL);
if (L_56)
{
goto IL_014a;
}
}
{
String_t* L_57 = V_5;
bool L_58 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, _stringLiteral7DDF988C838812A4318332F2967BBE1035B2DB75, /*hidden argument*/NULL);
if (L_58)
{
goto IL_0150;
}
}
{
String_t* L_59 = V_5;
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_59, _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281, /*hidden argument*/NULL);
if (L_60)
{
goto IL_0156;
}
}
{
String_t* L_61 = V_5;
bool L_62 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_61, _stringLiteral2026BB4246FA381817C88E4D303DFFCDFD96BCAA, /*hidden argument*/NULL);
if (L_62)
{
goto IL_015c;
}
}
{
String_t* L_63 = V_5;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteral11FF44718A597D1A371E7DA9C818486F238E49E2, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0162;
}
}
{
goto IL_0166;
}
IL_0144:
{
// u = 38;
V_6 = ((int32_t)38);
// break;
goto IL_0166;
}
IL_014a:
{
// u = 39;
V_6 = ((int32_t)39);
// break;
goto IL_0166;
}
IL_0150:
{
// u = 62;
V_6 = ((int32_t)62);
// break;
goto IL_0166;
}
IL_0156:
{
// u = 60;
V_6 = ((int32_t)60);
// break;
goto IL_0166;
}
IL_015c:
{
// u = 32;
V_6 = ((int32_t)32);
// break;
goto IL_0166;
}
IL_0162:
{
// u = 34;
V_6 = ((int32_t)34);
}
IL_0166:
{
// if (u > 0)
int32_t L_65 = V_6;
if ((((int32_t)L_65) <= ((int32_t)0)))
{
goto IL_017e;
}
}
{
// sb.Append((char)u);
StringBuilder_t * L_66 = V_1;
int32_t L_67 = V_6;
NullCheck(L_66);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_66, (((int32_t)((uint16_t)L_67))), /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_68 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
// }
goto IL_0011;
}
IL_017e:
{
// sb.Append('&');
StringBuilder_t * L_69 = V_1;
NullCheck(L_69);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_69, ((int32_t)38), /*hidden argument*/NULL);
// }
goto IL_0011;
}
IL_018c:
{
// sb.Append('&');
StringBuilder_t * L_70 = V_1;
NullCheck(L_70);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_70, ((int32_t)38), /*hidden argument*/NULL);
// while (true)
goto IL_0011;
}
IL_019a:
{
// return sb.ToString();
StringBuilder_t * L_71 = V_1;
NullCheck(L_71);
String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_71);
return L_72;
}
}
// System.String FairyGUI.Utils.XMLUtils::EncodeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLUtils_EncodeString_m4A4C103C382124C100F599689A6D83272BD8B455 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XMLUtils_EncodeString_m4A4C103C382124C100F599689A6D83272BD8B455_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (str == null || str.Length == 0)
String_t* L_0 = ___str0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___str0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0011;
}
}
IL_000b:
{
// return "";
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0011:
{
// return str.Replace("&", "&amp;").Replace("<", "&lt;").Replace(">", "&gt;").Replace("'", "&apos;");
String_t* L_3 = ___str0;
NullCheck(L_3);
String_t* L_4 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_3, _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996, _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_5 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_4, _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29, _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_6 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_5, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A, /*hidden argument*/NULL);
NullCheck(L_6);
String_t* L_7 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void FairyGUI.Utils.XMLUtils::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XMLUtils__ctor_m391D3B2C1B0DBAC52B8BA64DA7585C3F43AD2126 (XMLUtils_tFF208F166E4B5B1C987FBA8A71AA123D59352485 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.ZipReader::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipReader__ctor_mCCA7CA0B736C7142406939A8DF46B2C377006D7A (ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ZipReader__ctor_mCCA7CA0B736C7142406939A8DF46B2C377006D7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// public ZipReader(byte[] data)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _stream = new ByteBuffer(data);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 *)il2cpp_codegen_object_new(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var);
ByteBuffer__ctor_mAB38FCDC18EE23064866F5569F1F7E6F2DAE1F9A(L_1, L_0, 0, (-1), /*hidden argument*/NULL);
__this->set__stream_0(L_1);
// _stream.littleEndian = true;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = __this->get__stream_0();
NullCheck(L_2);
L_2->set_littleEndian_0((bool)1);
// int pos = _stream.length - 22;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = __this->get__stream_0();
NullCheck(L_3);
int32_t L_4 = ByteBuffer_get_length_m7E12EB7BDBC85439654AFA87F74DCB4D2933423C_inline(L_3, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)22)));
// _stream.position = pos + 10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = __this->get__stream_0();
int32_t L_6 = V_0;
NullCheck(L_5);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)10))), /*hidden argument*/NULL);
// _entryCount = _stream.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = __this->get__stream_0();
NullCheck(L_7);
int16_t L_8 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_7, /*hidden argument*/NULL);
__this->set__entryCount_1(L_8);
// _stream.position = pos + 16;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = __this->get__stream_0();
int32_t L_10 = V_0;
NullCheck(L_9);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)16))), /*hidden argument*/NULL);
// _pos = _stream.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = __this->get__stream_0();
NullCheck(L_11);
int32_t L_12 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_11, /*hidden argument*/NULL);
__this->set__pos_2(L_12);
// }
return;
}
}
// System.Int32 FairyGUI.Utils.ZipReader::get_entryCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZipReader_get_entryCount_mFAFC1C59CE44F45A2F4A5A9EAFB763D56188AB66 (ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54 * __this, const RuntimeMethod* method)
{
{
// get { return _entryCount; }
int32_t L_0 = __this->get__entryCount_1();
return L_0;
}
}
// System.Boolean FairyGUI.Utils.ZipReader::GetNextEntry(FairyGUI.Utils.ZipReader_ZipEntry)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZipReader_GetNextEntry_m869744131BB625EB6CB6460E73457A319CAB824E (ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54 * __this, ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * ___entry0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ZipReader_GetNextEntry_m869744131BB625EB6CB6460E73457A319CAB824E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
int32_t V_3 = 0;
{
// if (_index >= _entryCount)
int32_t L_0 = __this->get__index_3();
int32_t L_1 = __this->get__entryCount_1();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
IL_0010:
{
// _stream.position = _pos + 28;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = __this->get__stream_0();
int32_t L_3 = __this->get__pos_2();
NullCheck(L_2);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)28))), /*hidden argument*/NULL);
// int len = _stream.ReadUshort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = __this->get__stream_0();
NullCheck(L_4);
uint16_t L_5 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// int len2 = _stream.ReadUshort() + _stream.ReadUshort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = __this->get__stream_0();
NullCheck(L_6);
uint16_t L_7 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(L_6, /*hidden argument*/NULL);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_8 = __this->get__stream_0();
NullCheck(L_8);
uint16_t L_9 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(L_8, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9));
// _stream.position = _pos + 46;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = __this->get__stream_0();
int32_t L_11 = __this->get__pos_2();
NullCheck(L_10);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)46))), /*hidden argument*/NULL);
// string name = _stream.ReadString(len);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = __this->get__stream_0();
int32_t L_13 = V_0;
NullCheck(L_12);
String_t* L_14 = ByteBuffer_ReadString_mB1281387CF31F04DBBA7AFF10F3FF6BA99BB03B9(L_12, L_13, /*hidden argument*/NULL);
V_2 = L_14;
// name = name.Replace("\\", "/");
String_t* L_15 = V_2;
NullCheck(L_15);
String_t* L_16 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_15, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_2 = L_16;
// entry.name = name;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_17 = ___entry0;
String_t* L_18 = V_2;
NullCheck(L_17);
L_17->set_name_0(L_18);
// if (name[name.Length - 1] == '/') //directory
String_t* L_19 = V_2;
String_t* L_20 = V_2;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)47)))))
{
goto IL_00c4;
}
}
{
// entry.isDirectory = true;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_23 = ___entry0;
NullCheck(L_23);
L_23->set_isDirectory_6((bool)1);
// entry.compress = 0;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_24 = ___entry0;
NullCheck(L_24);
L_24->set_compress_1(0);
// entry.crc = 0;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_25 = ___entry0;
NullCheck(L_25);
L_25->set_crc_2(0);
// entry.size = entry.sourceSize = 0;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_26 = ___entry0;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_27 = ___entry0;
int32_t L_28 = 0;
V_3 = L_28;
NullCheck(L_27);
L_27->set_sourceSize_4(L_28);
int32_t L_29 = V_3;
NullCheck(L_26);
L_26->set_size_3(L_29);
// entry.offset = 0;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_30 = ___entry0;
NullCheck(L_30);
L_30->set_offset_5(0);
// }
goto IL_0161;
}
IL_00c4:
{
// entry.isDirectory = false;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_31 = ___entry0;
NullCheck(L_31);
L_31->set_isDirectory_6((bool)0);
// _stream.position = _pos + 10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_32 = __this->get__stream_0();
int32_t L_33 = __this->get__pos_2();
NullCheck(L_32);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)10))), /*hidden argument*/NULL);
// entry.compress = _stream.ReadUshort();
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_34 = ___entry0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_35 = __this->get__stream_0();
NullCheck(L_35);
uint16_t L_36 = ByteBuffer_ReadUshort_m80229C35293467569936382E01CAEFB961452024(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
L_34->set_compress_1(L_36);
// _stream.position = _pos + 16;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_37 = __this->get__stream_0();
int32_t L_38 = __this->get__pos_2();
NullCheck(L_37);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_37, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)16))), /*hidden argument*/NULL);
// entry.crc = _stream.ReadUint();
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_39 = ___entry0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_40 = __this->get__stream_0();
NullCheck(L_40);
uint32_t L_41 = ByteBuffer_ReadUint_m7A7855F7C17C6823ED2E6F09D1B7B8BE83252DAB(L_40, /*hidden argument*/NULL);
NullCheck(L_39);
L_39->set_crc_2(L_41);
// entry.size = _stream.ReadInt();
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_42 = ___entry0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_43 = __this->get__stream_0();
NullCheck(L_43);
int32_t L_44 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_43, /*hidden argument*/NULL);
NullCheck(L_42);
L_42->set_size_3(L_44);
// entry.sourceSize = _stream.ReadInt();
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_45 = ___entry0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_46 = __this->get__stream_0();
NullCheck(L_46);
int32_t L_47 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_46, /*hidden argument*/NULL);
NullCheck(L_45);
L_45->set_sourceSize_4(L_47);
// _stream.position = _pos + 42;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_48 = __this->get__stream_0();
int32_t L_49 = __this->get__pos_2();
NullCheck(L_48);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)((int32_t)42))), /*hidden argument*/NULL);
// entry.offset = _stream.ReadInt() + 30 + len;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_50 = ___entry0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_51 = __this->get__stream_0();
NullCheck(L_51);
int32_t L_52 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_51, /*hidden argument*/NULL);
int32_t L_53 = V_0;
NullCheck(L_50);
L_50->set_offset_5(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)((int32_t)30))), (int32_t)L_53)));
}
IL_0161:
{
// _pos += 46 + len + len2;
int32_t L_54 = __this->get__pos_2();
int32_t L_55 = V_0;
int32_t L_56 = V_1;
__this->set__pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)46), (int32_t)L_55)), (int32_t)L_56)))));
// _index++;
int32_t L_57 = __this->get__index_3();
__this->set__index_3(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)));
// return true;
return (bool)1;
}
}
// System.Byte[] FairyGUI.Utils.ZipReader::GetEntryData(FairyGUI.Utils.ZipReader_ZipEntry)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZipReader_GetEntryData_m8E8519A8C512264FAABC8D0C002350CE0CCBBCC5 (ZipReader_t38C6FE9B994E4932DFE1220DC37E548D34240D54 * __this, ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * ___entry0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ZipReader_GetEntryData_m8E8519A8C512264FAABC8D0C002350CE0CCBBCC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
// byte[] data = new byte[entry.size];
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_0 = ___entry0;
NullCheck(L_0);
int32_t L_1 = L_0->get_size_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
// if (entry.size > 0)
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_3 = ___entry0;
NullCheck(L_3);
int32_t L_4 = L_3->get_size_3();
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_003a;
}
}
{
// _stream.position = entry.offset;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = __this->get__stream_0();
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_6 = ___entry0;
NullCheck(L_6);
int32_t L_7 = L_6->get_offset_5();
NullCheck(L_5);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_5, L_7, /*hidden argument*/NULL);
// _stream.ReadBytes(data, 0, entry.size);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_8 = __this->get__stream_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * L_10 = ___entry0;
NullCheck(L_10);
int32_t L_11 = L_10->get_size_3();
NullCheck(L_8);
ByteBuffer_ReadBytes_m23E27DF6B07396529C612130B021B94C089310F9(L_8, L_9, 0, L_11, /*hidden argument*/NULL);
}
IL_003a:
{
// return data;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Utils.ZipReader_ZipEntry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZipEntry__ctor_mF10A8EB15A315056C81C66CDD9C7697E66A0C27C (ZipEntry_t1CFFB06CC11073BDE9227DF4BB07E14C0946C5D8 * __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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_pool.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * L_0 = ((VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields*)il2cpp_codegen_static_fields_for(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var))->get__pool_11();
NullCheck(L_0);
int32_t L_1 = Stack_1_get_Count_m4CFB2410189E040CB2125C9AA3DEED44D24037F1_inline(L_0, /*hidden argument*/Stack_1_get_Count_m4CFB2410189E040CB2125C9AA3DEED44D24037F1_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_001e;
}
}
{
// VertexBuffer inst = _pool.Pop();
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * L_2 = ((VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields*)il2cpp_codegen_static_fields_for(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var))->get__pool_11();
NullCheck(L_2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_3 = Stack_1_Pop_m8C6347B4C5D4843816D94EDD3FA8E9FF94BA4F2D(L_2, /*hidden argument*/Stack_1_Pop_m8C6347B4C5D4843816D94EDD3FA8E9FF94BA4F2D_RuntimeMethod_var);
// inst.Clear();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = L_3;
NullCheck(L_4);
VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE(L_4, /*hidden argument*/NULL);
// return inst;
return L_4;
}
IL_001e:
{
// return new VertexBuffer();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_5 = (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B *)il2cpp_codegen_object_new(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
VertexBuffer__ctor_mEFB99297FEC40D0C82F869F48064CB5FDACD13F5(L_5, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void FairyGUI.VertexBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer__ctor_mEFB99297FEC40D0C82F869F48064CB5FDACD13F5 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer__ctor_mEFB99297FEC40D0C82F869F48064CB5FDACD13F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private VertexBuffer()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// vertices = new List<Vector3>();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *)il2cpp_codegen_object_new(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var);
List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171(L_0, /*hidden argument*/List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var);
__this->set_vertices_3(L_0);
// colors = new List<Color32>();
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_1 = (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *)il2cpp_codegen_object_new(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_il2cpp_TypeInfo_var);
List_1__ctor_m0AA961F7D579F0A8B7BF5D6FBD3D54E6CAEACC6F(L_1, /*hidden argument*/List_1__ctor_m0AA961F7D579F0A8B7BF5D6FBD3D54E6CAEACC6F_RuntimeMethod_var);
__this->set_colors_4(L_1);
// uv0 = new List<Vector4>();
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_2 = (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)il2cpp_codegen_object_new(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_il2cpp_TypeInfo_var);
List_1__ctor_m8EE49DEE250A3669BDA5EB1E3A058B13D72F67F1(L_2, /*hidden argument*/List_1__ctor_m8EE49DEE250A3669BDA5EB1E3A058B13D72F67F1_RuntimeMethod_var);
__this->set_uv0_5(L_2);
// triangles = new List<int>();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_3 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_3, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
__this->set_triangles_6(L_3);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _pool.Push(this);
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * L_0 = ((VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields*)il2cpp_codegen_static_fields_for(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var))->get__pool_11();
NullCheck(L_0);
Stack_1_Push_m94445FCD71948E95FABCC5DD5373E50994B8B77D(L_0, __this, /*hidden argument*/Stack_1_Push_m94445FCD71948E95FABCC5DD5373E50994B8B77D_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// vertices.Clear();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = __this->get_vertices_3();
NullCheck(L_0);
List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8(L_0, /*hidden argument*/List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var);
// colors.Clear();
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_1 = __this->get_colors_4();
NullCheck(L_1);
List_1_Clear_mC32B60C91F8D0BCA37EA5EFEEDEB971D90CE201E(L_1, /*hidden argument*/List_1_Clear_mC32B60C91F8D0BCA37EA5EFEEDEB971D90CE201E_RuntimeMethod_var);
// uv0.Clear();
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_2 = __this->get_uv0_5();
NullCheck(L_2);
List_1_Clear_m3FD4CE348D6810CBC5473E2C6F6B541208A7C490(L_2, /*hidden argument*/List_1_Clear_m3FD4CE348D6810CBC5473E2C6F6B541208A7C490_RuntimeMethod_var);
// triangles.Clear();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_3 = __this->get_triangles_6();
NullCheck(L_3);
List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477(L_3, /*hidden argument*/List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var);
// _isArbitraryQuad = false;
__this->set__isArbitraryQuad_10((bool)0);
// _alphaInVertexColor = false;
__this->set__alphaInVertexColor_9((bool)0);
// }
return;
}
}
// System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return vertices.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = __this->get_vertices_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_0, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
return L_1;
}
}
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// position.y = -position.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0;
float L_1 = L_0.get_y_3();
(&___position0)->set_y_3(((-L_1)));
// vertices.Add(position);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = __this->get_vertices_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___position0;
NullCheck(L_2);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_2, L_3, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// colors.Add(vertexColor);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_4 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_5 = __this->get_vertexColor_2();
NullCheck(L_4);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_4, L_5, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// uv0.Add(new Vector4(
// Mathf.Lerp(uvRect.xMin, uvRect.xMax, (position.x - contentRect.xMin) / contentRect.width),
// Mathf.Lerp(uvRect.yMax, uvRect.yMin, (-position.y - contentRect.yMin) / contentRect.height),
// 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_6 = __this->get_uv0_5();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = __this->get_address_of_uvRect_1();
float L_8 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_9 = __this->get_address_of_uvRect_1();
float L_10 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_9, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = ___position0;
float L_12 = L_11.get_x_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_13 = __this->get_address_of_contentRect_0();
float L_14 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_13, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_15 = __this->get_address_of_contentRect_0();
float L_16 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_15, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_17 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_8, L_10, ((float)((float)((float)il2cpp_codegen_subtract((float)L_12, (float)L_14))/(float)L_16)), /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_18 = __this->get_address_of_uvRect_1();
float L_19 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_18, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_20 = __this->get_address_of_uvRect_1();
float L_21 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_20, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = ___position0;
float L_23 = L_22.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = __this->get_address_of_contentRect_0();
float L_25 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = __this->get_address_of_contentRect_0();
float L_27 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
float L_28 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_19, L_21, ((float)((float)((float)il2cpp_codegen_subtract((float)((-L_23)), (float)L_25))/(float)L_27)), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_29;
memset((&L_29), 0, sizeof(L_29));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_29), L_17, L_28, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_6);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_6, L_29, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// position.y = -position.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0;
float L_1 = L_0.get_y_3();
(&___position0)->set_y_3(((-L_1)));
// vertices.Add(position);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = __this->get_vertices_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___position0;
NullCheck(L_2);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_2, L_3, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// colors.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_4 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_5 = ___color1;
NullCheck(L_4);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_4, L_5, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// if (color.a != 255)
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = ___color1;
uint8_t L_7 = L_6.get_a_4();
if ((((int32_t)L_7) == ((int32_t)((int32_t)255))))
{
goto IL_003a;
}
}
{
// _alphaInVertexColor = true;
__this->set__alphaInVertexColor_9((bool)1);
}
IL_003a:
{
// uv0.Add(new Vector4(
// Mathf.Lerp(uvRect.xMin, uvRect.xMax, (position.x - contentRect.xMin) / contentRect.width),
// Mathf.Lerp(uvRect.yMax, uvRect.yMin, (-position.y - contentRect.yMin) / contentRect.height),
// 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_8 = __this->get_uv0_5();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_9 = __this->get_address_of_uvRect_1();
float L_10 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_9, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_11 = __this->get_address_of_uvRect_1();
float L_12 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_11, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = ___position0;
float L_14 = L_13.get_x_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_15 = __this->get_address_of_contentRect_0();
float L_16 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_15, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_17 = __this->get_address_of_contentRect_0();
float L_18 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_17, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_19 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_10, L_12, ((float)((float)((float)il2cpp_codegen_subtract((float)L_14, (float)L_16))/(float)L_18)), /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_20 = __this->get_address_of_uvRect_1();
float L_21 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_20, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = __this->get_address_of_uvRect_1();
float L_23 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = ___position0;
float L_25 = L_24.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = __this->get_address_of_contentRect_0();
float L_27 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_28 = __this->get_address_of_contentRect_0();
float L_29 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_28, /*hidden argument*/NULL);
float L_30 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_21, L_23, ((float)((float)((float)il2cpp_codegen_subtract((float)((-L_25)), (float)L_27))/(float)L_29)), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_31;
memset((&L_31), 0, sizeof(L_31));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_31), L_19, L_30, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_8);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_8, L_31, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// position.y = -position.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0;
float L_1 = L_0.get_y_3();
(&___position0)->set_y_3(((-L_1)));
// vertices.Add(position);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = __this->get_vertices_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___position0;
NullCheck(L_2);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_2, L_3, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// uv0.Add(new Vector4(uv.x, uv.y, 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_4 = __this->get_uv0_5();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___uv2;
float L_6 = L_5.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = ___uv2;
float L_8 = L_7.get_y_1();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_9;
memset((&L_9), 0, sizeof(L_9));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_9), L_6, L_8, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_4);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_4, L_9, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// colors.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_10 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_11 = ___color1;
NullCheck(L_10);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_10, L_11, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// if (color.a != 255)
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_12 = ___color1;
uint8_t L_13 = L_12.get_a_4();
if ((((int32_t)L_13) == ((int32_t)((int32_t)255))))
{
goto IL_0060;
}
}
{
// _alphaInVertexColor = true;
__this->set__alphaInVertexColor_9((bool)1);
}
IL_0060:
{
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect0, const RuntimeMethod* method)
{
{
// AddVert(new Vector3(vertRect.xMin, vertRect.yMax, 0f));
float L_0 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_1 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_2), L_0, L_1, (0.0f), /*hidden argument*/NULL);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(__this, L_2, /*hidden argument*/NULL);
// AddVert(new Vector3(vertRect.xMin, vertRect.yMin, 0f));
float L_3 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_4 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5;
memset((&L_5), 0, sizeof(L_5));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_5), L_3, L_4, (0.0f), /*hidden argument*/NULL);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(__this, L_5, /*hidden argument*/NULL);
// AddVert(new Vector3(vertRect.xMax, vertRect.yMin, 0f));
float L_6 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_7 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_8), L_6, L_7, (0.0f), /*hidden argument*/NULL);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(__this, L_8, /*hidden argument*/NULL);
// AddVert(new Vector3(vertRect.xMax, vertRect.yMax, 0f));
float L_9 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_10 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11;
memset((&L_11), 0, sizeof(L_11));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_11), L_9, L_10, (0.0f), /*hidden argument*/NULL);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(__this, L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, const RuntimeMethod* method)
{
{
// AddVert(new Vector3(vertRect.xMin, vertRect.yMax, 0f), color);
float L_0 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_1 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_2), L_0, L_1, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_3 = ___color1;
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(__this, L_2, L_3, /*hidden argument*/NULL);
// AddVert(new Vector3(vertRect.xMin, vertRect.yMin, 0f), color);
float L_4 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_5 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_6), L_4, L_5, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_7 = ___color1;
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(__this, L_6, L_7, /*hidden argument*/NULL);
// AddVert(new Vector3(vertRect.xMax, vertRect.yMin, 0f), color);
float L_8 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_9 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10;
memset((&L_10), 0, sizeof(L_10));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_10), L_8, L_9, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_11 = ___color1;
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(__this, L_10, L_11, /*hidden argument*/NULL);
// AddVert(new Vector3(vertRect.xMax, vertRect.yMax, 0f), color);
float L_12 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_13 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14;
memset((&L_14), 0, sizeof(L_14));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_14), L_12, L_13, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_15 = ___color1;
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(__this, L_14, L_15, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// vertices.Add(new Vector3(vertRect.xMin, -vertRect.yMax, 0f));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = __this->get_vertices_3();
float L_1 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_2 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3;
memset((&L_3), 0, sizeof(L_3));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_3), L_1, ((-L_2)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_0);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_0, L_3, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertices.Add(new Vector3(vertRect.xMin, -vertRect.yMin, 0f));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_4 = __this->get_vertices_3();
float L_5 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_6 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7;
memset((&L_7), 0, sizeof(L_7));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_7), L_5, ((-L_6)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_4);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_4, L_7, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertices.Add(new Vector3(vertRect.xMax, -vertRect.yMin, 0f));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_8 = __this->get_vertices_3();
float L_9 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_10 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11;
memset((&L_11), 0, sizeof(L_11));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_11), L_9, ((-L_10)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_8);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_8, L_11, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertices.Add(new Vector3(vertRect.xMax, -vertRect.yMax, 0f));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_12 = __this->get_vertices_3();
float L_13 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
float L_14 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15;
memset((&L_15), 0, sizeof(L_15));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_15), L_13, ((-L_14)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_12);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_12, L_15, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// uv0.Add(new Vector4(uvRect.xMin, uvRect.yMin, 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_16 = __this->get_uv0_5();
float L_17 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
float L_18 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_19;
memset((&L_19), 0, sizeof(L_19));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_19), L_17, L_18, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_16);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_16, L_19, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uv0.Add(new Vector4(uvRect.xMin, uvRect.yMax, 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_20 = __this->get_uv0_5();
float L_21 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
float L_22 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_23;
memset((&L_23), 0, sizeof(L_23));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_23), L_21, L_22, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_20);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_20, L_23, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uv0.Add(new Vector4(uvRect.xMax, uvRect.yMax, 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_24 = __this->get_uv0_5();
float L_25 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
float L_26 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_27;
memset((&L_27), 0, sizeof(L_27));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_27), L_25, L_26, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_24);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_24, L_27, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uv0.Add(new Vector4(uvRect.xMax, uvRect.yMin, 0, 1));
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_28 = __this->get_uv0_5();
float L_29 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
float L_30 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_31;
memset((&L_31), 0, sizeof(L_31));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_31), L_29, L_30, (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_28);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_28, L_31, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// colors.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_32 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_33 = ___color1;
NullCheck(L_32);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_32, L_33, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colors.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_34 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_35 = ___color1;
NullCheck(L_34);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_34, L_35, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colors.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_36 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_37 = ___color1;
NullCheck(L_36);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_36, L_37, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colors.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_38 = __this->get_colors_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_39 = ___color1;
NullCheck(L_38);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_38, L_39, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// if (color.a != 255)
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_40 = ___color1;
uint8_t L_41 = L_40.get_a_4();
if ((((int32_t)L_41) == ((int32_t)((int32_t)255))))
{
goto IL_0174;
}
}
{
// _alphaInVertexColor = true;
__this->set__alphaInVertexColor_9((bool)1);
}
IL_0174:
{
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::FixUVForArbitraryQuad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_FixUVForArbitraryQuad_m90FB0F65BF9C6C4A15CA316978786AEDE09890D8 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_FixUVForArbitraryQuad_m90FB0F65BF9C6C4A15CA316978786AEDE09890D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
float V_4 = 0.0f;
float V_5 = 0.0f;
float V_6 = 0.0f;
int32_t V_7 = 0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_8;
memset((&V_8), 0, sizeof(V_8));
float V_9 = 0.0f;
{
// Vector4 qq = Vector4.one;
IL2CPP_RUNTIME_CLASS_INIT(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = Vector4_get_one_mBB426339BA1CAC21CCBA115E783254A0E9C5BC29(/*hidden argument*/NULL);
V_0 = L_0;
// Vector2 a = vertices[2] - vertices[0];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = __this->get_vertices_3();
NullCheck(L_1);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_1, 2, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_3 = __this->get_vertices_3();
NullCheck(L_3);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_3, 0, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_2, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_5, /*hidden argument*/NULL);
V_1 = L_6;
// Vector2 b = vertices[1] - vertices[3];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_7 = __this->get_vertices_3();
NullCheck(L_7);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_7, 1, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_9 = __this->get_vertices_3();
NullCheck(L_9);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_9, 3, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_8, L_10, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_11, /*hidden argument*/NULL);
V_2 = L_12;
// Vector2 c = vertices[0] - vertices[3];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_13 = __this->get_vertices_3();
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_13, 0, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_15 = __this->get_vertices_3();
NullCheck(L_15);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_15, 3, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_14, L_16, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_17, /*hidden argument*/NULL);
V_3 = L_18;
// float cross = a.x * b.y - a.y * b.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_1;
float L_20 = L_19.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_2;
float L_22 = L_21.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_1;
float L_24 = L_23.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = V_2;
float L_26 = L_25.get_x_0();
V_4 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_20, (float)L_22)), (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_26))));
// if (cross != 0)
float L_27 = V_4;
if ((((float)L_27) == ((float)(0.0f))))
{
goto IL_0147;
}
}
{
// float s = (a.x * c.y - a.y * c.x) / cross;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = V_1;
float L_29 = L_28.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = V_3;
float L_31 = L_30.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = V_1;
float L_33 = L_32.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34 = V_3;
float L_35 = L_34.get_x_0();
float L_36 = V_4;
V_5 = ((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_31)), (float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_35))))/(float)L_36));
// if (s > 0 && s < 1)
float L_37 = V_5;
if ((!(((float)L_37) > ((float)(0.0f)))))
{
goto IL_0147;
}
}
{
float L_38 = V_5;
if ((!(((float)L_38) < ((float)(1.0f)))))
{
goto IL_0147;
}
}
{
// float t = (b.x * c.y - b.y * c.x) / cross;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = V_2;
float L_40 = L_39.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = V_3;
float L_42 = L_41.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_2;
float L_44 = L_43.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = V_3;
float L_46 = L_45.get_x_0();
float L_47 = V_4;
V_6 = ((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_40, (float)L_42)), (float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_46))))/(float)L_47));
// if (t > 0 && t < 1)
float L_48 = V_6;
if ((!(((float)L_48) > ((float)(0.0f)))))
{
goto IL_0147;
}
}
{
float L_49 = V_6;
if ((!(((float)L_49) < ((float)(1.0f)))))
{
goto IL_0147;
}
}
{
// qq.x = 1 / (1 - t);
float L_50 = V_6;
(&V_0)->set_x_1(((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_50)))));
// qq.y = 1 / s;
float L_51 = V_5;
(&V_0)->set_y_2(((float)((float)(1.0f)/(float)L_51)));
// qq.z = 1 / t;
float L_52 = V_6;
(&V_0)->set_z_3(((float)((float)(1.0f)/(float)L_52)));
// qq.w = 1 / (1 - s);
float L_53 = V_5;
(&V_0)->set_w_4(((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_53)))));
}
IL_0147:
{
// for (int i = 0; i < 4; i++)
V_7 = 0;
goto IL_019e;
}
IL_014c:
{
// Vector4 v = uv0[i];
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_54 = __this->get_uv0_5();
int32_t L_55 = V_7;
NullCheck(L_54);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_56 = List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_inline(L_54, L_55, /*hidden argument*/List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var);
V_8 = L_56;
// float q = qq[i];
int32_t L_57 = V_7;
float L_58 = Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_0), L_57, /*hidden argument*/NULL);
V_9 = L_58;
// v.x *= q;
float* L_59 = (&V_8)->get_address_of_x_1();
float* L_60 = L_59;
float L_61 = *((float*)L_60);
float L_62 = V_9;
*((float*)L_60) = (float)((float)il2cpp_codegen_multiply((float)L_61, (float)L_62));
// v.y *= q;
float* L_63 = (&V_8)->get_address_of_y_2();
float* L_64 = L_63;
float L_65 = *((float*)L_64);
float L_66 = V_9;
*((float*)L_64) = (float)((float)il2cpp_codegen_multiply((float)L_65, (float)L_66));
// v.w = q;
float L_67 = V_9;
(&V_8)->set_w_4(L_67);
// uv0[i] = v;
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_68 = __this->get_uv0_5();
int32_t L_69 = V_7;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_70 = V_8;
NullCheck(L_68);
List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6(L_68, L_69, L_70, /*hidden argument*/List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_RuntimeMethod_var);
// for (int i = 0; i < 4; i++)
int32_t L_71 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
}
IL_019e:
{
// for (int i = 0; i < 4; i++)
int32_t L_72 = V_7;
if ((((int32_t)L_72) < ((int32_t)4)))
{
goto IL_014c;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::RepeatColors(UnityEngine.Color32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_RepeatColors_m12D263CE2342F78D807D7B58F67AC572128838FC (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_RepeatColors_m12D263CE2342F78D807D7B58F67AC572128838FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// int len = Mathf.Min(startIndex + count, vertices.Count);
int32_t L_0 = ___startIndex1;
int32_t L_1 = ___count2;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = __this->get_vertices_3();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_2, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_4 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), L_3, /*hidden argument*/NULL);
V_0 = L_4;
// int colorCount = value.Length;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_5 = ___value0;
NullCheck(L_5);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))));
// int k = 0;
V_2 = 0;
// for (int i = startIndex; i < len; i++)
int32_t L_6 = ___startIndex1;
V_3 = L_6;
goto IL_0054;
}
IL_001e:
{
// Color32 c = value[(k++) % colorCount];
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_7 = ___value0;
int32_t L_8 = V_2;
int32_t L_9 = L_8;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
int32_t L_10 = V_1;
NullCheck(L_7);
int32_t L_11 = ((int32_t)((int32_t)L_9%(int32_t)L_10));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_12 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_4 = L_12;
// colors[i] = c;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_13 = __this->get_colors_4();
int32_t L_14 = V_3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_15 = V_4;
NullCheck(L_13);
List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C(L_13, L_14, L_15, /*hidden argument*/List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var);
// if (c.a != 255)
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_16 = V_4;
uint8_t L_17 = L_16.get_a_4();
if ((((int32_t)L_17) == ((int32_t)((int32_t)255))))
{
goto IL_0050;
}
}
{
// _alphaInVertexColor = true;
__this->set__alphaInVertexColor_9((bool)1);
}
IL_0050:
{
// for (int i = startIndex; i < len; i++)
int32_t L_18 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0054:
{
// for (int i = startIndex; i < len; i++)
int32_t L_19 = V_3;
int32_t L_20 = V_0;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_001e;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddTriangle(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___idx00, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// triangles.Add(idx0);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_0 = __this->get_triangles_6();
int32_t L_1 = ___idx00;
NullCheck(L_0);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_0, L_1, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(idx1);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_2 = __this->get_triangles_6();
int32_t L_3 = ___idx11;
NullCheck(L_2);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_2, L_3, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(idx2);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_4 = __this->get_triangles_6();
int32_t L_5 = ___idx22;
NullCheck(L_4);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_4, L_5, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___idxList0, int32_t ___startVertexIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (startVertexIndex != 0)
int32_t L_0 = ___startVertexIndex1;
if (!L_0)
{
goto IL_0037;
}
}
{
// if (startVertexIndex < 0)
int32_t L_1 = ___startVertexIndex1;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_0016;
}
}
{
// startVertexIndex = vertices.Count + startVertexIndex;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = __this->get_vertices_3();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_2, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
int32_t L_4 = ___startVertexIndex1;
___startVertexIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
}
IL_0016:
{
// int cnt = idxList.Length;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___idxList0;
NullCheck(L_5);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0032;
}
IL_001e:
{
// triangles.Add(idxList[i] + startVertexIndex);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_6 = __this->get_triangles_6();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ___idxList0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
int32_t L_11 = ___startVertexIndex1;
NullCheck(L_6);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0032:
{
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_1;
int32_t L_14 = V_0;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_001e;
}
}
{
// }
return;
}
IL_0037:
{
// triangles.AddRange(idxList);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_15 = __this->get_triangles_6();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = ___idxList0;
NullCheck(L_15);
List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7(L_15, (RuntimeObject*)(RuntimeObject*)L_16, /*hidden argument*/List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___startVertexIndex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = vertices.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = __this->get_vertices_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_0, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
V_0 = L_1;
// if (startVertexIndex < 0)
int32_t L_2 = ___startVertexIndex0;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0015;
}
}
{
// startVertexIndex = cnt + startVertexIndex;
int32_t L_3 = V_0;
int32_t L_4 = ___startVertexIndex0;
___startVertexIndex0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
}
IL_0015:
{
// for (int i = startVertexIndex; i < cnt; i += 4)
int32_t L_5 = ___startVertexIndex0;
V_1 = L_5;
goto IL_006d;
}
IL_0019:
{
// triangles.Add(i);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_6 = __this->get_triangles_6();
int32_t L_7 = V_1;
NullCheck(L_6);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_6, L_7, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(i + 1);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_8 = __this->get_triangles_6();
int32_t L_9 = V_1;
NullCheck(L_8);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(i + 2);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_10 = __this->get_triangles_6();
int32_t L_11 = V_1;
NullCheck(L_10);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(i + 2);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_12 = __this->get_triangles_6();
int32_t L_13 = V_1;
NullCheck(L_12);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(i + 3);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_14 = __this->get_triangles_6();
int32_t L_15 = V_1;
NullCheck(L_14);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)3)), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// triangles.Add(i);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_16 = __this->get_triangles_6();
int32_t L_17 = V_1;
NullCheck(L_16);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_16, L_17, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// for (int i = startVertexIndex; i < cnt; i += 4)
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4));
}
IL_006d:
{
// for (int i = startVertexIndex; i < cnt; i += 4)
int32_t L_19 = V_1;
int32_t L_20 = V_0;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_0019;
}
}
{
// }
return;
}
}
// UnityEngine.Vector3 FairyGUI.VertexBuffer::GetPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (index < 0)
int32_t L_0 = ___index0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0013;
}
}
{
// index = vertices.Count + index;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = __this->get_vertices_3();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_1, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
int32_t L_3 = ___index0;
___index0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
}
IL_0013:
{
// Vector3 vec = vertices[index];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_4 = __this->get_vertices_3();
int32_t L_5 = ___index0;
NullCheck(L_4);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_0 = L_6;
// vec.y = -vec.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_0;
float L_8 = L_7.get_y_3();
(&V_0)->set_y_3(((-L_8)));
// return vec;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = V_0;
return L_9;
}
}
// UnityEngine.Vector2 FairyGUI.VertexBuffer::GetUVAtPosition(UnityEngine.Vector2,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D VertexBuffer_GetUVAtPosition_m5F036DD6924EB613939AC1A9C620190C369E7021 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___position0, bool ___usePercent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_GetUVAtPosition_m5F036DD6924EB613939AC1A9C620190C369E7021_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (usePercent)
bool L_0 = ___usePercent1;
if (!L_0)
{
goto IL_004b;
}
}
{
// return new Vector2(Mathf.Lerp(uvRect.xMin, uvRect.xMax, position.x),
// Mathf.Lerp(uvRect.yMax, uvRect.yMin, position.y));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = __this->get_address_of_uvRect_1();
float L_2 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_3 = __this->get_address_of_uvRect_1();
float L_4 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_3, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___position0;
float L_6 = L_5.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_7 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_2, L_4, L_6, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_8 = __this->get_address_of_uvRect_1();
float L_9 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_8, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = __this->get_address_of_uvRect_1();
float L_11 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = ___position0;
float L_13 = L_12.get_y_1();
float L_14 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_9, L_11, L_13, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15;
memset((&L_15), 0, sizeof(L_15));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_15), L_7, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_004b:
{
// return new Vector2(Mathf.Lerp(uvRect.xMin, uvRect.xMax, (position.x - contentRect.xMin) / contentRect.width),
// Mathf.Lerp(uvRect.yMax, uvRect.yMin, (position.y - contentRect.yMin) / contentRect.height));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = __this->get_address_of_uvRect_1();
float L_17 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_18 = __this->get_address_of_uvRect_1();
float L_19 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_18, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = ___position0;
float L_21 = L_20.get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = __this->get_address_of_contentRect_0();
float L_23 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = __this->get_address_of_contentRect_0();
float L_25 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_26 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_17, L_19, ((float)((float)((float)il2cpp_codegen_subtract((float)L_21, (float)L_23))/(float)L_25)), /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_27 = __this->get_address_of_uvRect_1();
float L_28 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_27, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_29 = __this->get_address_of_uvRect_1();
float L_30 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_29, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = ___position0;
float L_32 = L_31.get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_33 = __this->get_address_of_contentRect_0();
float L_34 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_33, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_35 = __this->get_address_of_contentRect_0();
float L_36 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_35, /*hidden argument*/NULL);
float L_37 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_28, L_30, ((float)((float)((float)il2cpp_codegen_subtract((float)L_32, (float)L_34))/(float)L_36)), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_38;
memset((&L_38), 0, sizeof(L_38));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_38), L_26, L_37, /*hidden argument*/NULL);
return L_38;
}
}
// System.Void FairyGUI.VertexBuffer::Append(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Append_mD2C70B1CBE8106AA32240AC05265B9A497ECC687 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_Append_mD2C70B1CBE8106AA32240AC05265B9A497ECC687_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// int len = vertices.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = __this->get_vertices_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_0, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
V_0 = L_1;
// vertices.AddRange(vb.vertices);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = __this->get_vertices_3();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_3 = ___vb0;
NullCheck(L_3);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_4 = L_3->get_vertices_3();
NullCheck(L_2);
List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F(L_2, L_4, /*hidden argument*/List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_RuntimeMethod_var);
// uv0.AddRange(vb.uv0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_5 = __this->get_uv0_5();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = ___vb0;
NullCheck(L_6);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_7 = L_6->get_uv0_5();
NullCheck(L_5);
List_1_AddRange_m04FA3A257AD0C73B121CA0A1D4BF50BDF03A8857(L_5, L_7, /*hidden argument*/List_1_AddRange_m04FA3A257AD0C73B121CA0A1D4BF50BDF03A8857_RuntimeMethod_var);
// colors.AddRange(vb.colors);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_8 = __this->get_colors_4();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_9 = ___vb0;
NullCheck(L_9);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_10 = L_9->get_colors_4();
NullCheck(L_8);
List_1_AddRange_m5333B4C07439D187128530EB03601CEC9C17E1D8(L_8, L_10, /*hidden argument*/List_1_AddRange_m5333B4C07439D187128530EB03601CEC9C17E1D8_RuntimeMethod_var);
// if (len != 0)
int32_t L_11 = V_0;
if (!L_11)
{
goto IL_0075;
}
}
{
// int len1 = vb.triangles.Count;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_12 = ___vb0;
NullCheck(L_12);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_13 = L_12->get_triangles_6();
NullCheck(L_13);
int32_t L_14 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_13, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
V_1 = L_14;
// for (int i = 0; i < len1; i++)
V_2 = 0;
goto IL_006f;
}
IL_0052:
{
// triangles.Add(vb.triangles[i] + len);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_15 = __this->get_triangles_6();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_16 = ___vb0;
NullCheck(L_16);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_17 = L_16->get_triangles_6();
int32_t L_18 = V_2;
NullCheck(L_17);
int32_t L_19 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
int32_t L_20 = V_0;
NullCheck(L_15);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// for (int i = 0; i < len1; i++)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_006f:
{
// for (int i = 0; i < len1; i++)
int32_t L_22 = V_2;
int32_t L_23 = V_1;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0052;
}
}
{
// }
goto IL_0086;
}
IL_0075:
{
// triangles.AddRange(vb.triangles);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_24 = __this->get_triangles_6();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_25 = ___vb0;
NullCheck(L_25);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_26 = L_25->get_triangles_6();
NullCheck(L_24);
List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7(L_24, L_26, /*hidden argument*/List_1_AddRange_mB209441CE4EEA4393A49284FFDCADAAE1C621AB7_RuntimeMethod_var);
}
IL_0086:
{
// if (vb._alphaInVertexColor)
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_27 = ___vb0;
NullCheck(L_27);
bool L_28 = L_27->get__alphaInVertexColor_9();
if (!L_28)
{
goto IL_0095;
}
}
{
// _alphaInVertexColor = true;
__this->set__alphaInVertexColor_9((bool)1);
}
IL_0095:
{
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::Insert(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Insert_mF5386D514EC3D7215D3A97EEE398FCFE86844A57 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer_Insert_mF5386D514EC3D7215D3A97EEE398FCFE86844A57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * V_3 = NULL;
int32_t V_4 = 0;
{
// vertices.InsertRange(0, vb.vertices);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = __this->get_vertices_3();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_1 = ___vb0;
NullCheck(L_1);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = L_1->get_vertices_3();
NullCheck(L_0);
List_1_InsertRange_m4B3C98ABAD859FE36ECBFA5665422625D325461D(L_0, 0, L_2, /*hidden argument*/List_1_InsertRange_m4B3C98ABAD859FE36ECBFA5665422625D325461D_RuntimeMethod_var);
// uv0.InsertRange(0, vb.uv0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_3 = __this->get_uv0_5();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = ___vb0;
NullCheck(L_4);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_5 = L_4->get_uv0_5();
NullCheck(L_3);
List_1_InsertRange_mBF8C787CA46C6C29770CB4ECF4BE4AC642F4F98B(L_3, 0, L_5, /*hidden argument*/List_1_InsertRange_mBF8C787CA46C6C29770CB4ECF4BE4AC642F4F98B_RuntimeMethod_var);
// colors.InsertRange(0, vb.colors);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_6 = __this->get_colors_4();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_7 = ___vb0;
NullCheck(L_7);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_8 = L_7->get_colors_4();
NullCheck(L_6);
List_1_InsertRange_m31BC754FAF67E8E3FA6A872F5DA284C649E14BA5(L_6, 0, L_8, /*hidden argument*/List_1_InsertRange_m31BC754FAF67E8E3FA6A872F5DA284C649E14BA5_RuntimeMethod_var);
// int len = triangles.Count;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_9 = __this->get_triangles_6();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_9, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
V_0 = L_10;
// if (len != 0)
int32_t L_11 = V_0;
if (!L_11)
{
goto IL_0079;
}
}
{
// int len1 = vb.vertices.Count;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_12 = ___vb0;
NullCheck(L_12);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_13 = L_12->get_vertices_3();
NullCheck(L_13);
int32_t L_14 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_13, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
V_1 = L_14;
// for (int i = 0; i < len; i++)
V_2 = 0;
goto IL_0075;
}
IL_0055:
{
// triangles[i] += len1;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_15 = __this->get_triangles_6();
V_3 = L_15;
int32_t L_16 = V_2;
V_4 = L_16;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_17 = V_3;
int32_t L_18 = V_4;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_19 = V_3;
int32_t L_20 = V_4;
NullCheck(L_19);
int32_t L_21 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_19, L_20, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
int32_t L_22 = V_1;
NullCheck(L_17);
List_1_set_Item_mF0E545D2205064E7EA7A31558198AE763AE44292(L_17, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/List_1_set_Item_mF0E545D2205064E7EA7A31558198AE763AE44292_RuntimeMethod_var);
// for (int i = 0; i < len; i++)
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0075:
{
// for (int i = 0; i < len; i++)
int32_t L_24 = V_2;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0055;
}
}
IL_0079:
{
// triangles.InsertRange(0, vb.triangles);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_26 = __this->get_triangles_6();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_27 = ___vb0;
NullCheck(L_27);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_28 = L_27->get_triangles_6();
NullCheck(L_26);
List_1_InsertRange_m93343D24C499ACC090B9B8D01B6487D2A9213CCF(L_26, 0, L_28, /*hidden argument*/List_1_InsertRange_m93343D24C499ACC090B9B8D01B6487D2A9213CCF_RuntimeMethod_var);
// if (vb._alphaInVertexColor)
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = ___vb0;
NullCheck(L_29);
bool L_30 = L_29->get__alphaInVertexColor_9();
if (!L_30)
{
goto IL_009a;
}
}
{
// _alphaInVertexColor = true;
__this->set__alphaInVertexColor_9((bool)1);
}
IL_009a:
{
// }
return;
}
}
// System.Void FairyGUI.VertexBuffer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer__cctor_mBA5FC3D8A1F0A92EF724935C7B953D622DF797E8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (VertexBuffer__cctor_mBA5FC3D8A1F0A92EF724935C7B953D622DF797E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static public Vector2[] NormalizedUV = new Vector2[] {
// new Vector2(0, 0), new Vector2(0, 1), new Vector2(1, 1), new Vector2(1, 0) };
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_0 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)4);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_1 = L_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_2), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_2);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_3 = L_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_4), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_4);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_5 = L_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_6), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_6);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_7 = L_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_8), (1.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_8);
((VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields*)il2cpp_codegen_static_fields_for(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var))->set_NormalizedUV_7(L_7);
// static public Vector2[] NormalizedPosition = new Vector2[] {
// new Vector2(0, 1), new Vector2(0, 0), new Vector2(1, 0), new Vector2(1, 1) };
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_9 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)4);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_10 = L_9;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11;
memset((&L_11), 0, sizeof(L_11));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_11), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_11);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_12 = L_10;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_13), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_13);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_14 = L_12;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15;
memset((&L_15), 0, sizeof(L_15));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_15), (1.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_15);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_16 = L_14;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17;
memset((&L_17), 0, sizeof(L_17));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_17), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_17);
((VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields*)il2cpp_codegen_static_fields_for(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var))->set_NormalizedPosition_8(L_16);
// static Stack<VertexBuffer> _pool = new Stack<VertexBuffer>();
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * L_18 = (Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 *)il2cpp_codegen_object_new(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045_il2cpp_TypeInfo_var);
Stack_1__ctor_mDF791AD50AE152908D256EB4C263A97D0F408352(L_18, /*hidden argument*/Stack_1__ctor_mDF791AD50AE152908D256EB4C263A97D0F408352_RuntimeMethod_var);
((VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields*)il2cpp_codegen_static_fields_for(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var))->set__pool_11(L_18);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Window::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window__ctor_m1C5780FA9C7A3747E1D83FE772A070B20D72989B (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window__ctor_m1C5780FA9C7A3747E1D83FE772A070B20D72989B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base()
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(__this, /*hidden argument*/NULL);
// _uiSources = new List<IUISource>();
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_0 = (List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA *)il2cpp_codegen_object_new(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA_il2cpp_TypeInfo_var);
List_1__ctor_m576E2E25CDFC98F9840D82694F90AAC421FF105C(L_0, /*hidden argument*/List_1__ctor_m576E2E25CDFC98F9840D82694F90AAC421FF105C_RuntimeMethod_var);
__this->set__uiSources_101(L_0);
// this.focusable = true;
GObject_set_focusable_m36B33C3509119798CD683E98CFE16DC6899F46EE_inline(__this, (bool)1, /*hidden argument*/NULL);
// bringToFontOnClick = UIConfig.bringWindowToFrontOnClick;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_bringWindowToFrontOnClick_27();
__this->set_bringToFontOnClick_93(L_1);
// displayObject.onAddedToStage.Add(__onShown);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2(L_2, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_4, __this, (intptr_t)((intptr_t)Window___onShown_mF463B4F2CD123A6407FAC63C869B2AD304B4E435_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_3);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_3, L_4, /*hidden argument*/NULL);
// displayObject.onRemovedFromStage.Add(__onHide);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_6 = DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A(L_5, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_7 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_7, __this, (intptr_t)((intptr_t)Window___onHide_mE4A49FAE26983EF1DF2E1111C3CED580105FEB03_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_6);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_6, L_7, /*hidden argument*/NULL);
// displayObject.onTouchBegin.AddCapture(__touchBegin);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_9 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_8, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_10 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_10, __this, (intptr_t)((intptr_t)Window___touchBegin_mB1FDFC002DBD3F6284262AB540862CB1AEF9E5D8_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_9, L_10, /*hidden argument*/NULL);
// this.gameObjectName = "Window";
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(__this, _stringLiteral41DFC0A6C92707948578891C51D98C6443BE63CC, /*hidden argument*/NULL);
// SetHome(GRoot.inst);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_11 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4(__this, L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::AddUISource(FairyGUI.IUISource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_AddUISource_m01AF3CFCFDBEEB1830FD6E7E72669AF9B2687FFF (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, RuntimeObject* ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_AddUISource_m01AF3CFCFDBEEB1830FD6E7E72669AF9B2687FFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _uiSources.Add(source);
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_0 = __this->get__uiSources_101();
RuntimeObject* L_1 = ___source0;
NullCheck(L_0);
List_1_Add_m6F7772AD3236AE5C4A9C5E51D83CBB9B30F522BC(L_0, L_1, /*hidden argument*/List_1_Add_m6F7772AD3236AE5C4A9C5E51D83CBB9B30F522BC_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Window::set_contentPane(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_contentPane_m30C340F976C3839574CFED7D0C237219B601FBA0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_set_contentPane_m30C340F976C3839574CFED7D0C237219B601FBA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_contentPane != value)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__contentPane_95();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = ___value0;
if ((((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_0) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_1)))
{
goto IL_0119;
}
}
{
// if (_contentPane != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__contentPane_95();
if (!L_2)
{
goto IL_0021;
}
}
{
// RemoveChild(_contentPane);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__contentPane_95();
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(__this, L_3, /*hidden argument*/NULL);
}
IL_0021:
{
// _contentPane = value;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = ___value0;
__this->set__contentPane_95(L_4);
// if (_contentPane != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__contentPane_95();
if (!L_5)
{
goto IL_0107;
}
}
{
// this.gameObjectName = "Window - " + _contentPane.gameObjectName;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__contentPane_95();
NullCheck(L_6);
String_t* L_7 = GObject_get_gameObjectName_m970BCF4F1B310AD69A8E71D1F6FD749438817FD4(L_6, /*hidden argument*/NULL);
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral1A975F2AC1F0C10633F8E42C9A3C83BBAFAF41FA, L_7, /*hidden argument*/NULL);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(__this, L_8, /*hidden argument*/NULL);
// _contentPane.gameObjectName = "ContentPane";
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__contentPane_95();
NullCheck(L_9);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(L_9, _stringLiteral5CFDFEAD8867DB7883765F60A2F273D9EC2B2AD5, /*hidden argument*/NULL);
// AddChild(_contentPane);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = __this->get__contentPane_95();
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(__this, L_10, /*hidden argument*/NULL);
// this.SetSize(_contentPane.width, _contentPane.height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__contentPane_95();
NullCheck(L_11);
float L_12 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_11, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = __this->get__contentPane_95();
NullCheck(L_13);
float L_14 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_13, /*hidden argument*/NULL);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(__this, L_12, L_14, /*hidden argument*/NULL);
// _contentPane.AddRelation(this, RelationType.Size);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_15 = __this->get__contentPane_95();
NullCheck(L_15);
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(L_15, __this, ((int32_t)24), /*hidden argument*/NULL);
// _contentPane.fairyBatching = true;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__contentPane_95();
NullCheck(L_16);
GComponent_set_fairyBatching_m00A6FC4441DDD2FB263366631A7B608ACFDF97BD(L_16, (bool)1, /*hidden argument*/NULL);
// _frame = _contentPane.GetChild("frame") as GComponent;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = __this->get__contentPane_95();
NullCheck(L_17);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_17, _stringLiteral39D88B573C35D2FF144E946255BD2194366A771F, /*hidden argument*/NULL);
__this->set__frame_94(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_18, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
// if (_frame != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = __this->get__frame_94();
if (!L_19)
{
goto IL_0119;
}
}
{
// this.closeButton = _frame.GetChild("closeButton");
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__frame_94();
NullCheck(L_20);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_20, _stringLiteral0608965E2F75CF6DFDE436BD6D1071787C2CFEB9, /*hidden argument*/NULL);
Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91(__this, L_21, /*hidden argument*/NULL);
// this.dragArea = _frame.GetChild("dragArea");
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_22 = __this->get__frame_94();
NullCheck(L_22);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_22, _stringLiteralDF155CEB8D9E5FCD0A9EE6CF02EBC534E4D5287E, /*hidden argument*/NULL);
Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E(__this, L_23, /*hidden argument*/NULL);
// this.contentArea = _frame.GetChild("contentArea");
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_24 = __this->get__frame_94();
NullCheck(L_24);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_24, _stringLiteral0845F2ADB59C99061C5706BAF8826810A93AD9D0, /*hidden argument*/NULL);
Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499_inline(__this, L_25, /*hidden argument*/NULL);
// }
return;
}
IL_0107:
{
// _frame = null;
__this->set__frame_94((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
// this.gameObjectName = "Window";
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(__this, _stringLiteral41DFC0A6C92707948578891C51D98C6443BE63CC, /*hidden argument*/NULL);
}
IL_0119:
{
// }
return;
}
}
// FairyGUI.GComponent FairyGUI.Window::get_contentPane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * Window_get_contentPane_m2F06F9B0BBA41D15866BB4DC8FD9650039CB3FC6 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// return _contentPane;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__contentPane_95();
return L_0;
}
}
// FairyGUI.GComponent FairyGUI.Window::get_frame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * Window_get_frame_m0F878A5AD974E0B3E53D497F505F9D53695AED87 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _frame; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__frame_94();
return L_0;
}
}
// FairyGUI.GObject FairyGUI.Window::get_closeButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_closeButton_mBBF73F353AD90E1CDC9189C27A33F6A692779451 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _closeButton; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__closeButton_97();
return L_0;
}
}
// System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_set_closeButton_m5F9D5E656F75C4B79FF76B1364B57F968D716C91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_closeButton != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__closeButton_97();
if (!L_0)
{
goto IL_0024;
}
}
{
// _closeButton.onClick.Remove(closeEventHandler);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__closeButton_97();
NullCheck(L_1);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(L_1, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_3, __this, (intptr_t)((intptr_t)Window_closeEventHandler_m0BC952235A4A01BEE5C3D90FFDC7685533DC3FE1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_2);
EventListener_Remove_m2379AAC6F916B28BB2F815442506267B0FED5FE1(L_2, L_3, /*hidden argument*/NULL);
}
IL_0024:
{
// _closeButton = value;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___value0;
__this->set__closeButton_97(L_4);
// if (_closeButton != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__closeButton_97();
if (!L_5)
{
goto IL_004f;
}
}
{
// _closeButton.onClick.Add(closeEventHandler);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__closeButton_97();
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(L_6, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_8 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_8, __this, (intptr_t)((intptr_t)Window_closeEventHandler_m0BC952235A4A01BEE5C3D90FFDC7685533DC3FE1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_7, L_8, /*hidden argument*/NULL);
}
IL_004f:
{
// }
return;
}
}
// FairyGUI.GObject FairyGUI.Window::get_dragArea()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_dragArea_mCA80DA2D3F7CC8E32351C9EDDEE5E8AED0BC7A39 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _dragArea; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__dragArea_98();
return L_0;
}
}
// System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_set_dragArea_m6B1530CD73F537BBED17A99ABD5C0BD97B5D409E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * V_0 = NULL;
{
// if (_dragArea != value)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__dragArea_98();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___value0;
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_0) == ((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_1)))
{
goto IL_00b6;
}
}
{
// if (_dragArea != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__dragArea_98();
if (!L_2)
{
goto IL_003c;
}
}
{
// _dragArea.draggable = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__dragArea_98();
NullCheck(L_3);
GObject_set_draggable_m6E417D48468158CEAEA55ED93B1D608508C98AC3(L_3, (bool)0, /*hidden argument*/NULL);
// _dragArea.onDragStart.Remove(__dragStart);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__dragArea_98();
NullCheck(L_4);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_5 = GObject_get_onDragStart_m7FF5FFCA6C56A90B15FCE142C1AE7A684F6CAF97(L_4, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_6 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_6, __this, (intptr_t)((intptr_t)Window___dragStart_m14BF074A77B2EB28E203FF598164CF38647DDB68_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_5, L_6, /*hidden argument*/NULL);
}
IL_003c:
{
// _dragArea = value;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ___value0;
__this->set__dragArea_98(L_7);
// if (_dragArea != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__dragArea_98();
if (!L_8)
{
goto IL_00b6;
}
}
{
// GGraph graph = _dragArea as GGraph;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__dragArea_98();
V_0 = ((GGraph_tD2F718A15120D167149C9E19B8802F8862458858 *)IsInstClass((RuntimeObject*)L_9, GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var));
// if (graph != null && graph.shape.isEmpty)
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_10 = V_0;
if (!L_10)
{
goto IL_008e;
}
}
{
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_11 = V_0;
NullCheck(L_11);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_12 = GGraph_get_shape_m3BEACEFDBAFD0C5082A96F1C324602ACA08DF8CC_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
bool L_13 = Shape_get_isEmpty_mD7558C9774838346200FA272271339C460745065(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_008e;
}
}
{
// graph.DrawRect(_dragArea.width, _dragArea.height, 0, Color.clear, Color.clear);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_14 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__dragArea_98();
NullCheck(L_15);
float L_16 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_15, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = __this->get__dragArea_98();
NullCheck(L_17);
float L_18 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_17, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_19 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_20 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
NullCheck(L_14);
GGraph_DrawRect_m152CF5D4582C39E0F37EC7A975DDF378AE17FC61(L_14, L_16, L_18, 0, L_19, L_20, /*hidden argument*/NULL);
}
IL_008e:
{
// _dragArea.draggable = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = __this->get__dragArea_98();
NullCheck(L_21);
GObject_set_draggable_m6E417D48468158CEAEA55ED93B1D608508C98AC3(L_21, (bool)1, /*hidden argument*/NULL);
// _dragArea.onDragStart.Add(__dragStart);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__dragArea_98();
NullCheck(L_22);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_23 = GObject_get_onDragStart_m7FF5FFCA6C56A90B15FCE142C1AE7A684F6CAF97(L_22, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_24 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_24, __this, (intptr_t)((intptr_t)Window___dragStart_m14BF074A77B2EB28E203FF598164CF38647DDB68_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_23, L_24, /*hidden argument*/NULL);
}
IL_00b6:
{
// }
return;
}
}
// FairyGUI.GObject FairyGUI.Window::get_contentArea()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_contentArea_mA21032835D12D0A2571F0FD29DC079242FCF9CD4 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _contentArea; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__contentArea_99();
return L_0;
}
}
// System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// set { _contentArea = value; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set__contentArea_99(L_0);
// set { _contentArea = value; }
return;
}
}
// FairyGUI.GObject FairyGUI.Window::get_modalWaitingPane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Window_get_modalWaitingPane_m34531A7DF1DA9231C46BA3F11DD8921C8DF51258 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _modalWaitPane; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__modalWaitPane_96();
return L_0;
}
}
// System.Void FairyGUI.Window::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Show_m201A94C3A8928701921F611C80916D6BDA6E9EF9 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// GRoot.inst.ShowWindow(this);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_0 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
NullCheck(L_0);
GRoot_ShowWindow_mDF8A7ABA7C2768BAE7D934E85936936ED9CF93C0(L_0, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::ShowOn(FairyGUI.GRoot)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowOn_m49293E727A71F96282F6814E149278E435BD97E0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ___r0, const RuntimeMethod* method)
{
{
// r.ShowWindow(this);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_0 = ___r0;
NullCheck(L_0);
GRoot_ShowWindow_mDF8A7ABA7C2768BAE7D934E85936936ED9CF93C0(L_0, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// if (this.isShowing)
bool L_0 = Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000e;
}
}
{
// DoHideAnimation();
VirtActionInvoker0::Invoke(42 /* System.Void FairyGUI.Window::DoHideAnimation() */, __this);
}
IL_000e:
{
// }
return;
}
}
// System.Void FairyGUI.Window::HideImmediately()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_HideImmediately_mF31DD52979EB1719217BA370011B8ADBA6DC87BE (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// this.root.HideWindowImmediately(this);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_0 = GObject_get_root_m1C4DC9603085BCEA94EB98296164BF405CBDE473(__this, /*hidden argument*/NULL);
NullCheck(L_0);
GRoot_HideWindowImmediately_mED41022EC6C2D482FC7D536693BD7746A7179C57(L_0, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::CenterOn(FairyGUI.GRoot,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_CenterOn_mE7D909D880FD1ECED214369E56FACA5FCBEC84BB (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ___r0, bool ___restraint1, const RuntimeMethod* method)
{
{
// this.SetXY((int)((r.width - this.width) / 2), (int)((r.height - this.height) / 2));
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_0 = ___r0;
NullCheck(L_0);
float L_1 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_0, /*hidden argument*/NULL);
float L_2 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_3 = ___r0;
NullCheck(L_3);
float L_4 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_3, /*hidden argument*/NULL);
float L_5 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(__this, (((float)((float)(((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))/(float)(2.0f))))))))), (((float)((float)(((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_subtract((float)L_4, (float)L_5))/(float)(2.0f))))))))), /*hidden argument*/NULL);
// if (restraint)
bool L_6 = ___restraint1;
if (!L_6)
{
goto IL_0044;
}
}
{
// this.AddRelation(r, RelationType.Center_Center);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_7 = ___r0;
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(__this, L_7, 3, /*hidden argument*/NULL);
// this.AddRelation(r, RelationType.Middle_Middle);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_8 = ___r0;
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(__this, L_8, ((int32_t)10), /*hidden argument*/NULL);
}
IL_0044:
{
// }
return;
}
}
// System.Void FairyGUI.Window::ToggleStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ToggleStatus_m565EC5EF552C195BA3B97B718B8E30DEF463A69F (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// if (isTop)
bool L_0 = Window_get_isTop_m41A7C1B9D0628F498FE9A3CE0FBDD6F1F2A8D1D1(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
// Hide();
Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0(__this, /*hidden argument*/NULL);
return;
}
IL_000f:
{
// Show();
Window_Show_m201A94C3A8928701921F611C80916D6BDA6E9EF9(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Window::get_isShowing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return parent != null; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
return (bool)((!(((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Boolean FairyGUI.Window::get_isTop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_isTop_m41A7C1B9D0628F498FE9A3CE0FBDD6F1F2A8D1D1 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return parent != null && parent.GetChildIndex(this) == parent.numChildren - 1; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0024;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_1, __this, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(L_3, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))))? 1 : 0);
}
IL_0024:
{
return (bool)0;
}
}
// System.Boolean FairyGUI.Window::get_modal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _modal; }
bool L_0 = __this->get__modal_100();
return L_0;
}
}
// System.Void FairyGUI.Window::set_modal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_set_modal_m385D020910232FA9DDDBCCC3754BA1BFB2754023 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _modal = value; }
bool L_0 = ___value0;
__this->set__modal_100(L_0);
// set { _modal = value; }
return;
}
}
// System.Void FairyGUI.Window::BringToFront()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_BringToFront_m166A44079246FCE07F1F0190F22D5606C70B89CE (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// this.root.BringToFront(this);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_0 = GObject_get_root_m1C4DC9603085BCEA94EB98296164BF405CBDE473(__this, /*hidden argument*/NULL);
NullCheck(L_0);
GRoot_BringToFront_m715C0C2DE74F76680CB8FFBA498DE6943A6C55AE(L_0, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::ShowModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowModalWait_m7B1536B164C5095B96D988BB37455B2A80B3C324 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// ShowModalWait(0);
Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780(__this, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::ShowModalWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, int32_t ___requestingCmd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_ShowModalWait_mD50FE2325BCA5BFD4966AD09D277568DF3A85780_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (requestingCmd != 0)
int32_t L_0 = ___requestingCmd0;
if (!L_0)
{
goto IL_000a;
}
}
{
// _requestingCmd = requestingCmd;
int32_t L_1 = ___requestingCmd0;
__this->set__requestingCmd_104(L_1);
}
IL_000a:
{
// if (UIConfig.windowModalWaiting != null)
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_2 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_windowModalWaiting_6();
if (!L_2)
{
goto IL_0048;
}
}
{
// if (_modalWaitPane == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__modalWaitPane_96();
if (L_3)
{
goto IL_0035;
}
}
{
// _modalWaitPane = UIPackage.CreateObjectFromURL(UIConfig.windowModalWaiting);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_4 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_windowModalWaiting_6();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_4, /*hidden argument*/NULL);
__this->set__modalWaitPane_96(L_5);
// _modalWaitPane.SetHome(this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__modalWaitPane_96();
NullCheck(L_6);
GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4(L_6, __this, /*hidden argument*/NULL);
}
IL_0035:
{
// LayoutModalWaitPane();
VirtActionInvoker0::Invoke(37 /* System.Void FairyGUI.Window::LayoutModalWaitPane() */, __this);
// AddChild(_modalWaitPane);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__modalWaitPane_96();
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(__this, L_7, /*hidden argument*/NULL);
}
IL_0048:
{
// }
return;
}
}
// System.Void FairyGUI.Window::LayoutModalWaitPane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_LayoutModalWaitPane_mB219A01A988E24391BB7B72435A55E6F0ED233E9 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_LayoutModalWaitPane_mB219A01A988E24391BB7B72435A55E6F0ED233E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (_contentArea != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__contentArea_99();
if (!L_0)
{
goto IL_0076;
}
}
{
// Vector2 pt = _frame.LocalToGlobal(Vector2.zero);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__frame_94();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = GObject_LocalToGlobal_m7CBB2534A13852B8AE2A3D77827B270E184E7618(L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
// pt = this.GlobalToLocal(pt);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_4, /*hidden argument*/NULL);
V_0 = L_5;
// _modalWaitPane.SetXY((int)pt.x + _contentArea.x, (int)pt.y + _contentArea.y);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__modalWaitPane_96();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
float L_8 = L_7.get_x_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__contentArea_99();
NullCheck(L_9);
float L_10 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_9, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = V_0;
float L_12 = L_11.get_y_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = __this->get__contentArea_99();
NullCheck(L_13);
float L_14 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_6);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_6, ((float)il2cpp_codegen_add((float)(((float)((float)(((int32_t)((int32_t)L_8)))))), (float)L_10)), ((float)il2cpp_codegen_add((float)(((float)((float)(((int32_t)((int32_t)L_12)))))), (float)L_14)), /*hidden argument*/NULL);
// _modalWaitPane.SetSize(_contentArea.width, _contentArea.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__modalWaitPane_96();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__contentArea_99();
NullCheck(L_16);
float L_17 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_16, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = __this->get__contentArea_99();
NullCheck(L_18);
float L_19 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_15, L_17, L_19, /*hidden argument*/NULL);
// }
return;
}
IL_0076:
{
// _modalWaitPane.SetSize(this.width, this.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = __this->get__modalWaitPane_96();
float L_21 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_22 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_20, L_21, L_22, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Window::CloseModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_CloseModalWait_m7E3F2EE61BD2A180F792BF9F243FEEB309403ABB (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// return CloseModalWait(0);
bool L_0 = Window_CloseModalWait_m7B21E639A9B1BDB3262D079DE7095C335A7CF630(__this, 0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_CloseModalWait_m7B21E639A9B1BDB3262D079DE7095C335A7CF630 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, int32_t ___requestingCmd0, const RuntimeMethod* method)
{
{
// if (requestingCmd != 0)
int32_t L_0 = ___requestingCmd0;
if (!L_0)
{
goto IL_000e;
}
}
{
// if (_requestingCmd != requestingCmd)
int32_t L_1 = __this->get__requestingCmd_104();
int32_t L_2 = ___requestingCmd0;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_000e;
}
}
{
// return false;
return (bool)0;
}
IL_000e:
{
// _requestingCmd = 0;
__this->set__requestingCmd_104(0);
// if (_modalWaitPane != null && _modalWaitPane.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__modalWaitPane_96();
if (!L_3)
{
goto IL_0037;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__modalWaitPane_96();
NullCheck(L_4);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0037;
}
}
{
// RemoveChild(_modalWaitPane);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__modalWaitPane_96();
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(__this, L_6, /*hidden argument*/NULL);
}
IL_0037:
{
// return true;
return (bool)1;
}
}
// System.Boolean FairyGUI.Window::get_modalWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Window_get_modalWaiting_mEF177802D62B16D60D9F4BE5190A689CC916D090 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return (_modalWaitPane != null) && _modalWaitPane.inContainer; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__modalWaitPane_96();
if (!L_0)
{
goto IL_0014;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__modalWaitPane_96();
NullCheck(L_1);
bool L_2 = GObject_get_inContainer_m6DD441D3DB8A75DA272D55EB10DBF61EEE7865C9(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
// System.Void FairyGUI.Window::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
{
// if (_inited || _loading)
bool L_0 = __this->get__inited_102();
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1 = __this->get__loading_103();
if (!L_1)
{
goto IL_0011;
}
}
IL_0010:
{
// return;
return;
}
IL_0011:
{
// if (_uiSources.Count > 0)
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_2 = __this->get__uiSources_101();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_inline(L_2, /*hidden argument*/List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_RuntimeMethod_var);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_007b;
}
}
{
// _loading = false;
__this->set__loading_103((bool)0);
// int cnt = _uiSources.Count;
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_4 = __this->get__uiSources_101();
NullCheck(L_4);
int32_t L_5 = List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_inline(L_4, /*hidden argument*/List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_RuntimeMethod_var);
V_0 = L_5;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0068;
}
IL_0036:
{
// IUISource lib = _uiSources[i];
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_6 = __this->get__uiSources_101();
int32_t L_7 = V_1;
NullCheck(L_6);
RuntimeObject* L_8 = List_1_get_Item_m19E37811140F861187764C7EEF4BD016A231FC05_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m19E37811140F861187764C7EEF4BD016A231FC05_RuntimeMethod_var);
V_2 = L_8;
// if (!lib.loaded)
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean FairyGUI.IUISource::get_loaded() */, IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_il2cpp_TypeInfo_var, L_9);
if (L_10)
{
goto IL_0064;
}
}
{
// lib.Load(__uiLoadComplete);
RuntimeObject* L_11 = V_2;
UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * L_12 = (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D *)il2cpp_codegen_object_new(UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D_il2cpp_TypeInfo_var);
UILoadCallback__ctor_mCA13B278F0101AE512F08CAD7330E78914F72A14(L_12, __this, (intptr_t)((intptr_t)Window___uiLoadComplete_m7BE5C8F4534ABA867AC449C567AAE2348784E39F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
InterfaceActionInvoker1< UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * >::Invoke(3 /* System.Void FairyGUI.IUISource::Load(FairyGUI.UILoadCallback) */, IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_il2cpp_TypeInfo_var, L_11, L_12);
// _loading = true;
__this->set__loading_103((bool)1);
}
IL_0064:
{
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0068:
{
// for (int i = 0; i < cnt; i++)
int32_t L_14 = V_1;
int32_t L_15 = V_0;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0036;
}
}
{
// if (!_loading)
bool L_16 = __this->get__loading_103();
if (L_16)
{
goto IL_0081;
}
}
{
// _init();
Window__init_m6921EF850C608CBD5F8E1C6C404FFB54B5C68146(__this, /*hidden argument*/NULL);
// }
return;
}
IL_007b:
{
// _init();
Window__init_m6921EF850C608CBD5F8E1C6C404FFB54B5C68146(__this, /*hidden argument*/NULL);
}
IL_0081:
{
// }
return;
}
}
// System.Void FairyGUI.Window::OnInit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_OnInit_m5C2D59B52AA73800C205D3D3DFA1C2632827ED5F (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_OnInit_m5C2D59B52AA73800C205D3D3DFA1C2632827ED5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// CallLua("OnInit");
GComponent_CallLua_m167759F6AD167691E229E1929467369EA1DCF080(__this, _stringLiteralCB2B8C8BFF23F0B5284BD4F85D2C9E04B704D932, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::OnShown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_OnShown_m23F34DDB6A70D01222A7B469CF936C71DA3CE0CA (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_OnShown_m23F34DDB6A70D01222A7B469CF936C71DA3CE0CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// CallLua("OnShown");
GComponent_CallLua_m167759F6AD167691E229E1929467369EA1DCF080(__this, _stringLiteralEF6784EB7AE6CF6EECF3E49D0AC543AA9A94392F, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::OnHide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_OnHide_m4E65AB859EC7BF47BB0561604F056A17FC7E0E9F (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_OnHide_m4E65AB859EC7BF47BB0561604F056A17FC7E0E9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// CallLua("OnHide");
GComponent_CallLua_m167759F6AD167691E229E1929467369EA1DCF080(__this, _stringLiteralC2873E444D3AC44B1903C4D8E546F3E6A7590C69, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::DoShowAnimation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_DoShowAnimation_mE2A7A4681065F3EC0BD91DABD77C750A1E15254B (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_DoShowAnimation_mE2A7A4681065F3EC0BD91DABD77C750A1E15254B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!CallLua("DoShowAnimation"))
bool L_0 = GComponent_CallLua_m167759F6AD167691E229E1929467369EA1DCF080(__this, _stringLiteral7857CDD514C4582E94C98A29595748C3F3DD793B, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0013;
}
}
{
// OnShown();
VirtActionInvoker0::Invoke(39 /* System.Void FairyGUI.Window::OnShown() */, __this);
}
IL_0013:
{
// }
return;
}
}
// System.Void FairyGUI.Window::DoHideAnimation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_DoHideAnimation_mFC022559967E68974A2586A39587A0F6110F0459 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window_DoHideAnimation_mFC022559967E68974A2586A39587A0F6110F0459_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!CallLua("DoHideAnimation"))
bool L_0 = GComponent_CallLua_m167759F6AD167691E229E1929467369EA1DCF080(__this, _stringLiteral7C726354CBD2613B5032C564168285AC5B998C14, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0013;
}
}
{
// HideImmediately();
Window_HideImmediately_mF31DD52979EB1719217BA370011B8ADBA6DC87BE(__this, /*hidden argument*/NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void FairyGUI.Window::__uiLoadComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window___uiLoadComplete_m7BE5C8F4534ABA867AC449C567AAE2348784E39F (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window___uiLoadComplete_m7BE5C8F4534ABA867AC449C567AAE2348784E39F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _uiSources.Count;
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_0 = __this->get__uiSources_101();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_inline(L_0, /*hidden argument*/List_1_get_Count_m8377AB9F1131FAAE7E4C669FDA10EEEE349EB1DD_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0028;
}
IL_0010:
{
// IUISource lib = _uiSources[i];
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * L_2 = __this->get__uiSources_101();
int32_t L_3 = V_1;
NullCheck(L_2);
RuntimeObject* L_4 = List_1_get_Item_m19E37811140F861187764C7EEF4BD016A231FC05_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m19E37811140F861187764C7EEF4BD016A231FC05_RuntimeMethod_var);
// if (!lib.loaded)
NullCheck(L_4);
bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean FairyGUI.IUISource::get_loaded() */, IUISource_tC1220071466910FFC323FA04478EA8A6242B0AC2_il2cpp_TypeInfo_var, L_4);
if (L_5)
{
goto IL_0024;
}
}
{
// return;
return;
}
IL_0024:
{
// for (int i = 0; i < cnt; i++)
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0028:
{
// for (int i = 0; i < cnt; i++)
int32_t L_7 = V_1;
int32_t L_8 = V_0;
if ((((int32_t)L_7) < ((int32_t)L_8)))
{
goto IL_0010;
}
}
{
// _loading = false;
__this->set__loading_103((bool)0);
// _init();
Window__init_m6921EF850C608CBD5F8E1C6C404FFB54B5C68146(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::_init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window__init_m6921EF850C608CBD5F8E1C6C404FFB54B5C68146 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// _inited = true;
__this->set__inited_102((bool)1);
// OnInit();
VirtActionInvoker0::Invoke(38 /* System.Void FairyGUI.Window::OnInit() */, __this);
// if (this.isShowing)
bool L_0 = Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_001b;
}
}
{
// DoShowAnimation();
VirtActionInvoker0::Invoke(41 /* System.Void FairyGUI.Window::DoShowAnimation() */, __this);
}
IL_001b:
{
// }
return;
}
}
// System.Void FairyGUI.Window::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Dispose_mC83BD7B1A4C19E8D98E9512879266A5E256D4459 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// if (_modalWaitPane != null && _modalWaitPane.parent == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__modalWaitPane_96();
if (!L_0)
{
goto IL_0020;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__modalWaitPane_96();
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0020;
}
}
{
// _modalWaitPane.Dispose();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__modalWaitPane_96();
NullCheck(L_3);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_3);
}
IL_0020:
{
// base.Dispose();
GComponent_Dispose_mB38906743197832B23277048B8BE632209D4F282(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::closeEventHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_closeEventHandler_m0BC952235A4A01BEE5C3D90FFDC7685533DC3FE1 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// Hide();
Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Window::__onShown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window___onShown_mF463B4F2CD123A6407FAC63C869B2AD304B4E435 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// if (!_inited)
bool L_0 = __this->get__inited_102();
if (L_0)
{
goto IL_000f;
}
}
{
// Init();
Window_Init_m7938259897B32D85E5212F2D16AB0AEDF1C80017(__this, /*hidden argument*/NULL);
return;
}
IL_000f:
{
// DoShowAnimation();
VirtActionInvoker0::Invoke(41 /* System.Void FairyGUI.Window::DoShowAnimation() */, __this);
// }
return;
}
}
// System.Void FairyGUI.Window::__onHide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window___onHide_mE4A49FAE26983EF1DF2E1111C3CED580105FEB03 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// CloseModalWait();
Window_CloseModalWait_m7E3F2EE61BD2A180F792BF9F243FEEB309403ABB(__this, /*hidden argument*/NULL);
// OnHide();
VirtActionInvoker0::Invoke(40 /* System.Void FairyGUI.Window::OnHide() */, __this);
// }
return;
}
}
// System.Void FairyGUI.Window::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window___touchBegin_mB1FDFC002DBD3F6284262AB540862CB1AEF9E5D8 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// if (this.isShowing && bringToFontOnClick)
bool L_0 = Window_get_isShowing_mF6B3E7540A5200C17535F524760CDDAD4C2808D4(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0016;
}
}
{
bool L_1 = __this->get_bringToFontOnClick_93();
if (!L_1)
{
goto IL_0016;
}
}
{
// BringToFront();
Window_BringToFront_m166A44079246FCE07F1F0190F22D5606C70B89CE(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void FairyGUI.Window::__dragStart(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window___dragStart_m14BF074A77B2EB28E203FF598164CF38647DDB68 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Window___dragStart_m14BF074A77B2EB28E203FF598164CF38647DDB68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_0, /*hidden argument*/NULL);
// this.StartDrag((int)context.data);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
RuntimeObject * L_2 = L_1->get_data_4();
GObject_StartDrag_mE67D7212353EDC7758B75614C23ACB039AD2BFAD(__this, ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), /*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_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_BaseFontWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_BaseFontWrap_Register_mDFED0C21B411374EBBF4E203C6A7C73A35534601 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_Register_mDFED0C21B411374EBBF4E203C6A7C73A35534601_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.BaseFont), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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("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_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50_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_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB_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_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410_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_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87_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_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral703D9C4B7F53F92D649F87CECB5C1A0F5DDBF057, L_14, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_BaseFont);
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_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291_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.RegVar("mainTexture", get_mainTexture, set_mainTexture);
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_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84_RuntimeMethod_var), /*hidden argument*/NULL);
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_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_19, _stringLiteral2ABC9A03789E156B117EC7D15C036D90ECD20143, L_20, L_21, /*hidden argument*/NULL);
// L.RegVar("canTint", get_canTint, set_canTint);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_22 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_23 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_23, NULL, (intptr_t)((intptr_t)FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D_RuntimeMethod_var), /*hidden argument*/NULL);
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_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_22);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_22, _stringLiteral4922AB90349CF274643C1F87E2C56239B2F6E0B2, L_23, L_24, /*hidden argument*/NULL);
// L.RegVar("customBold", get_customBold, set_customBold);
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_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5_RuntimeMethod_var), /*hidden argument*/NULL);
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_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_25, _stringLiteral4950E14FBB23422854142C9853A962A7D15B011F, L_26, L_27, /*hidden argument*/NULL);
// L.RegVar("customBoldAndItalic", get_customBoldAndItalic, set_customBoldAndItalic);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_28 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_29 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_29, NULL, (intptr_t)((intptr_t)FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360_RuntimeMethod_var), /*hidden argument*/NULL);
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_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_28);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_28, _stringLiteralFEB83C17B3B793CC16EFD49E9B96C9DC4B4E9633, L_29, L_30, /*hidden argument*/NULL);
// L.RegVar("shader", get_shader, set_shader);
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_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247_RuntimeMethod_var), /*hidden argument*/NULL);
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_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_31, _stringLiteral9F839265B432555BD17DBDD023966FCBED8C2C6D, L_32, L_33, /*hidden argument*/NULL);
// L.RegVar("keepCrisp", get_keepCrisp, set_keepCrisp);
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_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB_RuntimeMethod_var), /*hidden argument*/NULL);
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_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_34);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_34, _stringLiteral23B299F683CE4FB1973B67C163EBFAD16FE35382, L_35, L_36, /*hidden argument*/NULL);
// L.RegVar("packageItem", get_packageItem, set_packageItem);
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_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228_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_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_37, _stringLiteralC4ADF15F9A48C4E8C1AF00F7EB9B0FAF1B8EA4BB, L_38, L_39, /*hidden argument*/NULL);
// L.RegVar("name", get_name, 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_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_40);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_40, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_41, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_42 = ___L0;
NullCheck(L_42);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_42, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_BaseFontWrap::_CreateFairyGUI_BaseFont(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap__CreateFairyGUI_BaseFont_m9FEEF31B98D51290D5FF3FE490B4D3B3524E9291_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) * 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.BaseFont obj = new FairyGUI.BaseFont();
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_2 = (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)il2cpp_codegen_object_new(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var);
BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * 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.BaseFont.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, _stringLiteralAEF63FF761EFD20C830991A01F3779896EAAB82B, /*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_BaseFontWrap::SetFormat(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_SetFormat_m773FBE36845260242EBB0E6499DD1083655E9E50_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.BaseFont obj = (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.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(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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_BaseFontWrap::PrepareCharacters(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_PrepareCharacters_mBA07CAF140DBD6ECC30DE85E023A403EC05B27DB_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 obj = (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 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(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void FairyGUI.BaseFont::PrepareCharacters(System.String) */, ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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_BaseFontWrap::GetGlyphSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_GetGlyphSize_mA9DD4931C3A7C4128E6A342DA8E8B7D91B2E1410_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.BaseFont obj = (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);
// 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(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_6 = VirtFuncInvoker3< bool, Il2CppChar, float*, float* >::Invoke(6 /* System.Boolean FairyGUI.BaseFont::GetGlyphSize(System.Char,System.Single&,System.Single&) */, ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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_BaseFontWrap::GetGlyph(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_GetGlyph_mAF755CAADC9CCF537FD120080999A071D5DEDC87_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.BaseFont obj = (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);
// 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(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_9 = VirtFuncInvoker2< bool, Il2CppChar, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * >::Invoke(7 /* System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&) */, ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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_BaseFontWrap::HasCharacter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_HasCharacter_m68D2EF55C766A9EE2EBAC6F6E63E6BF242B37D82_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.BaseFont obj = (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);
// 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(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_6 = VirtFuncInvoker1< bool, Il2CppChar >::Invoke(8 /* System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char) */, ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_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.Int32 FairyGUI_BaseFontWrap::get_mainTexture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_mainTexture_mA25CA26A41864562129CFC2C035D80FEA0162F84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * 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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.NTexture ret = obj.mainTexture;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_mainTexture_1();
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * 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 mainTexture 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, _stringLiteral7F797C1D38CA7EBB8F143E19F6D88B9B87D6D868, /*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_BaseFontWrap::get_canTint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_canTint_mE3F16B17F33121036A696AF2F75E449890410B0D_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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.canTint;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_canTint_2();
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 canTint 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, _stringLiteral595EF9223E526DA054F833548CF538AD325F4F4F, /*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_BaseFontWrap::get_customBold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_customBold_m0653AC599624DC5D72CDC5B9581A25D04B07A8D5_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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.customBold;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_customBold_3();
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 customBold 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, _stringLiteral6F0B26D564F53D5228F1C8E09ED3BDB6484A36B8, /*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_BaseFontWrap::get_customBoldAndItalic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_customBoldAndItalic_m3FAEC91A15219796C424C7F450832D7B3F68E360_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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.customBoldAndItalic;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_customBoldAndItalic_4();
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 customBoldAndItalic 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, _stringLiteralBC44837A1FB9246537BABA27924028E5ABEB14D9, /*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_BaseFontWrap::get_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_shader_m35665A034A1C9647898E8E2F28B465740CA9A247_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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.shader;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
String_t* L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_shader_5();
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_BaseFontWrap::get_keepCrisp(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_keepCrisp_m4B228CF6FE7C5922C172AFE534AC95152FF0B5EB_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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.keepCrisp;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
bool L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_keepCrisp_6();
V_1 = L_3;
// LuaDLL.lua_pushboolean(L, ret);
intptr_t L_4 = ___L0;
bool L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0032;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0021;
throw e;
}
CATCH_0021:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index keepCrisp 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, _stringLiteralFFBBA78281690A78DACDC7DFE51260DE18D344B2, /*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_BaseFontWrap::get_packageItem(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_packageItem_m37C71A7D8798344EDE8FA9A8473A1879AD752228_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// 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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.PackageItem ret = obj.packageItem;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->get_packageItem_7();
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * 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 packageItem 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, _stringLiteralDC90ECFDF61F055232B1B32331392430349B8504, /*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_BaseFontWrap::get_name(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_get_name_m23D197DE99A6504687865766C8302AC70E33184D_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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// string ret = obj.name;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
String_t* L_3 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// LuaDLL.lua_pushstring(L, ret);
intptr_t L_4 = ___L0;
String_t* L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0032;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0021;
throw e;
}
CATCH_0021:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index name on a nil value");
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_3;
RuntimeObject * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0032;
} // end catch (depth: 1)
IL_0032:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 FairyGUI_BaseFontWrap::set_mainTexture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_mainTexture_m9650B4C911F57261EED6F6ABC31FC96307A59858_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * 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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.NTexture arg0 = (FairyGUI.NTexture)ToLua.CheckObject<FairyGUI.NTexture>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisNTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_mF1987BD8E451B18211B7134E29E03E6E5F845575((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisNTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_mF1987BD8E451B18211B7134E29E03E6E5F845575_RuntimeMethod_var);
V_1 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)CastclassClass((RuntimeObject*)L_4, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var));
// obj.mainTexture = arg0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = V_1;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_mainTexture_1(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 mainTexture 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, _stringLiteral7F797C1D38CA7EBB8F143E19F6D88B9B87D6D868, /*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_BaseFontWrap::set_canTint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_canTint_mE088D64BC129B2116101B84741E02A554ECFFBCF_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.BaseFont obj = (FairyGUI.BaseFont)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.canTint = arg0;
bool L_5 = V_1;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_canTint_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 canTint 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, _stringLiteral595EF9223E526DA054F833548CF538AD325F4F4F, /*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_BaseFontWrap::set_customBold(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_customBold_m318488A6BAAFA09B3C9063EA9B4A13F3A245E2C9_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.BaseFont obj = (FairyGUI.BaseFont)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.customBold = arg0;
bool L_5 = V_1;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_customBold_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 customBold 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, _stringLiteral6F0B26D564F53D5228F1C8E09ED3BDB6484A36B8, /*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_BaseFontWrap::set_customBoldAndItalic(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_customBoldAndItalic_m3BA1CCE480F4F358C172688CBE3D302A15ED56FA_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.BaseFont obj = (FairyGUI.BaseFont)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.customBoldAndItalic = arg0;
bool L_5 = V_1;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_customBoldAndItalic_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 customBoldAndItalic 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, _stringLiteralBC44837A1FB9246537BABA27924028E5ABEB14D9, /*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_BaseFontWrap::set_shader(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_shader_m962EDF366A99BE2807218DD110BAD4119712FB87_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.BaseFont obj = (FairyGUI.BaseFont)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(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_shader_5(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index 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_BaseFontWrap::set_keepCrisp(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_keepCrisp_m94204A418F37FC26465230735184AC6FC02D2470_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.BaseFont obj = (FairyGUI.BaseFont)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.keepCrisp = arg0;
bool L_5 = V_1;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_keepCrisp_6(L_5);
// return 0;
V_2 = 0;
goto IL_0033;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index keepCrisp 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, _stringLiteralFFBBA78281690A78DACDC7DFE51260DE18D344B2, /*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_BaseFontWrap::set_packageItem(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BaseFontWrap_set_packageItem_mB8F4A790ADCE4684833986DB91DB3C7F488616F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// 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.BaseFont obj = (FairyGUI.BaseFont)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.PackageItem arg0 = (FairyGUI.PackageItem)ToLua.CheckObject<FairyGUI.PackageItem>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m24A6B661157895DBEAD521E1C0F27639A85C66E3((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisPackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_m24A6B661157895DBEAD521E1C0F27639A85C66E3_RuntimeMethod_var);
V_1 = ((PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)CastclassClass((RuntimeObject*)L_4, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var));
// obj.packageItem = arg0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_1;
NullCheck(((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var)));
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)CastclassClass((RuntimeObject*)L_2, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var))->set_packageItem_7(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 packageItem 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, _stringLiteralDC90ECFDF61F055232B1B32331392430349B8504, /*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_BaseFontWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_BaseFontWrap__ctor_m16168AAB8BE9F6DE0D99E406F0AF9D95282B5C3A (FairyGUI_BaseFontWrap_tBC43A40D1E2CCB689C4AE544C24ACE402E4DC5D4 * __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_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_BlurFilterWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_BlurFilterWrap_Register_m9C6821BD933FD5B66B6B839BDD30EDF01E99187B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_Register_m9C6821BD933FD5B66B6B839BDD30EDF01E99187B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.BlurFilter), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_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("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_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_6, /*hidden argument*/NULL);
// L.RegFunction("Update", Update);
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_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902, L_8, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_BlurFilter);
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_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_10, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_12, /*hidden argument*/NULL);
// L.RegVar("blurSize", get_blurSize, set_blurSize);
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_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_15 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_15, NULL, (intptr_t)((intptr_t)FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_13, _stringLiteral1D1CF9FDB55675874A5AB014DEE30B4565B5D581, L_14, L_15, /*hidden argument*/NULL);
// L.RegVar("target", get_target, set_target);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_16 = ___L0;
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_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A_RuntimeMethod_var), /*hidden argument*/NULL);
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_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_16);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_16, _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD, L_17, 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_BlurFilterWrap::_CreateFairyGUI_BlurFilter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap__CreateFairyGUI_BlurFilter_mAF3F1AD6A2BDF6F4A6A146FD12B7580F988F9D45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * 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.BlurFilter obj = new FairyGUI.BlurFilter();
BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * L_2 = (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)il2cpp_codegen_object_new(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var);
BlurFilter__ctor_m56B364907205FF197A55A1A74DA4C82C779A0268(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * 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.BlurFilter.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, _stringLiteral8243DC5CB8B92753F13104DB0D10B19C3F57EB35, /*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_BlurFilterWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_Dispose_mC4C854176F6F8DD83FF96DAC0470AB44D92B5521_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.BlurFilter obj = (FairyGUI.BlurFilter)ToLua.CheckObject<FairyGUI.BlurFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisBlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_m40880051995D106DE582D752039064B39E69B574((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisBlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_m40880051995D106DE582D752039064B39E69B574_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)));
BlurFilter_Dispose_mC7866603EF39E2D47BE1D9A0592C9D414957C17A(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_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_BlurFilterWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_Update_m4784887F7410168069FD9E601186D2049FFFF00F_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.BlurFilter obj = (FairyGUI.BlurFilter)ToLua.CheckObject<FairyGUI.BlurFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisBlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_m40880051995D106DE582D752039064B39E69B574((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisBlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_m40880051995D106DE582D752039064B39E69B574_RuntimeMethod_var);
// obj.Update();
NullCheck(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)));
BlurFilter_Update_mBA19AC1E305E9585855E16A316E987AA14104F02(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_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_BlurFilterWrap::get_blurSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_get_blurSize_m587AA4B9E866D5CEFD6816A3BD02FE848665D04A_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.BlurFilter obj = (FairyGUI.BlurFilter)o;
RuntimeObject * L_2 = V_0;
// float ret = obj.blurSize;
NullCheck(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)));
float L_3 = ((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var))->get_blurSize_0();
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 blurSize 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, _stringLiteralA55607EF48AB00259FFAE674D72627A85A250052, /*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_BlurFilterWrap::get_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_get_target_m2AD43A3D15E757D92655CB3AD36A55218425F61A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.BlurFilter obj = (FairyGUI.BlurFilter)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.DisplayObject ret = obj.target;
NullCheck(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = BlurFilter_get_target_mC4F8A8DA6CD892F824C94ECBB04ADA8138F14F4E_inline(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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 target 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, _stringLiteral6623E0D329C9A617E19A90A19117432267C9B3F7, /*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_BlurFilterWrap::set_blurSize(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_set_blurSize_mC689662C90F1F6A993E0A5BCD43B4701A076C835_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.BlurFilter obj = (FairyGUI.BlurFilter)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.blurSize = arg0;
float L_5 = V_1;
NullCheck(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)));
((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var))->set_blurSize_0(L_5);
// return 0;
V_2 = 0;
goto IL_0034;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index blurSize 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, _stringLiteralA55607EF48AB00259FFAE674D72627A85A250052, /*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_BlurFilterWrap::set_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_BlurFilterWrap_set_target_m071C15842071FD9AD7CAFAAFF3DACCEA51538231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.BlurFilter obj = (FairyGUI.BlurFilter)o;
RuntimeObject * L_2 = V_0;
// 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_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_4, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// obj.target = arg0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_1;
NullCheck(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_il2cpp_TypeInfo_var)));
BlurFilter_set_target_mA47BA0876DE50AA10356E6CE0A8A14C22FF0FB63(((BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 *)CastclassClass((RuntimeObject*)L_2, BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2_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 target 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, _stringLiteral6623E0D329C9A617E19A90A19117432267C9B3F7, /*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_BlurFilterWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_BlurFilterWrap__ctor_mE7DA5EFFD77ABA77DB3646474897636D634A7A0E (FairyGUI_BlurFilterWrap_t7FDEF559EE02A12F811CBD8F5233801814B76423 * __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_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_ColorFilterWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ColorFilterWrap_Register_mC087A282C61D701CC080F26A706F5EC263B30F82 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_Register_mC087A282C61D701CC080F26A706F5EC263B30F82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.ColorFilter), typeof(System.Object));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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("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_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_6, /*hidden argument*/NULL);
// L.RegFunction("Update", Update);
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_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902, L_8, /*hidden argument*/NULL);
// L.RegFunction("Invert", Invert);
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_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralE844690A2086D9678B13582FD4701152C826641F, L_10, /*hidden argument*/NULL);
// L.RegFunction("AdjustSaturation", AdjustSaturation);
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_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralAA709B46C4423CCE14FDC82C25CFF411F9002673, L_12, /*hidden argument*/NULL);
// L.RegFunction("AdjustContrast", AdjustContrast);
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_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteralC26671916DE87FF8A16576C06FABE35EBA8105E9, L_14, /*hidden argument*/NULL);
// L.RegFunction("AdjustBrightness", AdjustBrightness);
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_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral382BEF3A15B83564D4393064B61676D0401083B0, L_16, /*hidden argument*/NULL);
// L.RegFunction("AdjustHue", AdjustHue);
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_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralC1B00BFC0E30C06DE1D3B45706FEB21B25548BEB, L_18, /*hidden argument*/NULL);
// L.RegFunction("Tint", Tint);
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_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral773F359D6690B744E87A83A46267D73C585EA667, L_20, /*hidden argument*/NULL);
// L.RegFunction("Reset", Reset);
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_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral44C57ABD888A66B36D4B7C902134063E4A097223, L_22, /*hidden argument*/NULL);
// L.RegFunction("ConcatValues", ConcatValues);
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_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteralDABEC6335FBA4D513F888D8F2CE2ABDB0D74FFEC, L_24, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_ColorFilter);
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_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_26, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_28, /*hidden argument*/NULL);
// L.RegVar("target", get_target, set_target);
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_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93_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_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD, L_30, L_31, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_32 = ___L0;
NullCheck(L_32);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_32, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_ColorFilterWrap::_CreateFairyGUI_ColorFilter(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap__CreateFairyGUI_ColorFilter_m2870B0FE13580459506DD390D2BBB780F858A2D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * 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.ColorFilter obj = new FairyGUI.ColorFilter();
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_2 = (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)il2cpp_codegen_object_new(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.PushObject(L, obj);
intptr_t L_3 = ___L0;
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * 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.ColorFilter.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, _stringLiteral5E905882CD9F72C19389579F4734A07B7770732B, /*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_ColorFilterWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_Dispose_mDDF91058C4E6207E108111B7578E6FB66DC04894_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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_Dispose_m2404BE6EFB0F395A89F2FC4E4CE5EF8992B6C70A(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_Update_mEA94F26B20A6CA5A8C6044534EBCFABB1C33371B_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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// obj.Update();
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_Update_m4B7082D0755DA906F13AE49EDAE1D130745E4CD8(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::Invert(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_Invert_m68249E21C926A250E40D754BA9FC5C53059B5A88_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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// obj.Invert();
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_Invert_mF2EBA304D6A5D8ECEC51F19D9E007887C2E3196B(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::AdjustSaturation(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_AdjustSaturation_m28A9ACD8FCE8B692D4A6AA2FF958CBC48F8DB557_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_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)));
// obj.AdjustSaturation(arg0);
float L_5 = V_0;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_AdjustSaturation_m87319527149B905A21AF6FC7D96172FD9BB7EE14(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::AdjustContrast(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_AdjustContrast_m85668D2B315C702A0DA2D3A28E9F0CEECB2C0E87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_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)));
// obj.AdjustContrast(arg0);
float L_5 = V_0;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_AdjustContrast_mC1E4F828C1153E724FC920C21CBD8F78C287389B(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::AdjustBrightness(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_AdjustBrightness_mAAF17FA1588BEF7B8F50553D4D79B0054A8D0FDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_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)));
// obj.AdjustBrightness(arg0);
float L_5 = V_0;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_AdjustBrightness_mE854FCD359B42B3E34DF3819EBA7170228A747A2(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::AdjustHue(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_AdjustHue_mE9D5EB484018376C5E385B9811FB2E92EF892053_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_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)));
// obj.AdjustHue(arg0);
float L_5 = V_0;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_AdjustHue_mBFB435B170F12756723F734627B03D4F3ADCE559(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::Tint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_Tint_m2D279D08DF88ECBA7C8867E894972F0277EC639B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_3;
memset((&V_3), 0, sizeof(V_3));
float V_4 = 0.0f;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
// int count = LuaDLL.lua_gettop(L);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (count == 2)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_002e;
}
}
IL_000b:
{
// FairyGUI.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// UnityEngine.Color arg0 = ToLua.ToColor(L, 2);
intptr_t L_5 = ___L0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5((intptr_t)L_5, 2, /*hidden argument*/NULL);
V_1 = L_6;
// obj.Tint(arg0);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = V_1;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_4, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_Tint_mB34BA5A3D2964A449191FA5E40A351968C205CF9(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_4, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)), L_7, (1.0f), /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0077;
}
IL_002e:
{
// else if (count == 3)
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
{
goto IL_005c;
}
}
IL_0032:
{
// FairyGUI.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_10 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// UnityEngine.Color arg0 = ToLua.ToColor(L, 2);
intptr_t L_11 = ___L0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5((intptr_t)L_11, 2, /*hidden argument*/NULL);
V_3 = L_12;
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_13 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_14 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_13, 3, /*hidden argument*/NULL);
V_4 = (((float)((float)L_14)));
// obj.Tint(arg0, arg1);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = V_3;
float L_16 = V_4;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_10, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_Tint_mB34BA5A3D2964A449191FA5E40A351968C205CF9(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_10, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0077;
}
IL_005c:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.ColorFilter.Tint");
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, _stringLiteralFEA7D52348E8D5A95D49F6EF37D892ABD0ABA5C1, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_0077;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_006a;
throw e;
}
CATCH_006a:
{ // 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_0077;
} // end catch (depth: 1)
IL_0077:
{
// }
int32_t L_22 = V_2;
return L_22;
}
}
// System.Int32 FairyGUI_ColorFilterWrap::Reset(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_Reset_m52C363F87AE8AF1B4D68E1479D9ADD468B19FA9C_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.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// obj.Reset();
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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_ColorFilterWrap::ConcatValues(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_ConcatValues_mA2A66A58850EB96A60ADED3DAD39F177C5DD21A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* 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)
// int count = LuaDLL.lua_gettop(L);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
// FairyGUI.ColorFilter obj = (FairyGUI.ColorFilter)ToLua.CheckObject<FairyGUI.ColorFilter>(L, 1);
intptr_t L_2 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43((intptr_t)L_2, 1, /*hidden argument*/ToLua_CheckObject_TisColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_m5A21074765FE9C34E6515A111691216E91E95F43_RuntimeMethod_var);
// float[] arg0 = ToLua.CheckParamsNumber<float>(L, 2, count - 1);
intptr_t L_4 = ___L0;
int32_t L_5 = V_0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_6 = ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071((intptr_t)L_4, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071_RuntimeMethod_var);
V_1 = L_6;
// obj.ConcatValues(arg0);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_7 = V_1;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_3, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_ConcatValues_m5B98046DC72B7B7FE76C0483F9D5D52C9DC5F25F(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_3, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)), L_7, /*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_0028;
throw e;
}
CATCH_0028:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_8 = ___L0;
Exception_t * L_9 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
V_2 = L_10;
goto IL_0033;
} // end catch (depth: 1)
IL_0033:
{
// }
int32_t L_11 = V_2;
return L_11;
}
}
// System.Int32 FairyGUI_ColorFilterWrap::get_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_get_target_mCC3DBE69D497CE5EAC3922BFCDFFC4A2C8AB1B93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.ColorFilter obj = (FairyGUI.ColorFilter)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.DisplayObject ret = obj.target;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = ColorFilter_get_target_mFA89F33C63ABD4C70609E9A59B840B60F8334658_inline(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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 target 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, _stringLiteral6623E0D329C9A617E19A90A19117432267C9B3F7, /*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_ColorFilterWrap::set_target(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ColorFilterWrap_set_target_m721C194759094EA087BCD369BE6475F41ADF1BD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.ColorFilter obj = (FairyGUI.ColorFilter)o;
RuntimeObject * L_2 = V_0;
// 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_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_4, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// obj.target = arg0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_1;
NullCheck(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var)));
ColorFilter_set_target_m5FE485DF3953B32D13B30856163AD651558CC496(((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)CastclassClass((RuntimeObject*)L_2, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_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 target 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, _stringLiteral6623E0D329C9A617E19A90A19117432267C9B3F7, /*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_ColorFilterWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ColorFilterWrap__ctor_mFB36270A71809FDFC482E7B59A809A27BA17CDB9 (FairyGUI_ColorFilterWrap_t73EA584BA4360A568E4FBC5B5C3928145DC18869 * __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_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334(___L0, NULL);
return returnValue;
}
// System.Void FairyGUI_ContainerWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ContainerWrap_Register_m097F69762A2F1CEA83C1BF691966C515BDD04C98 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_Register_m097F69762A2F1CEA83C1BF691966C515BDD04C98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(FairyGUI.Container), typeof(FairyGUI.DisplayObject));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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> (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_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("AddChild", AddChild);
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_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral90347A651E1B76FE1B7D8A804AD8CBD8EDEB0C4D, L_6, /*hidden argument*/NULL);
// L.RegFunction("AddChildAt", AddChildAt);
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_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral9DC2CBFB02257E6C792A214B4D338D329F3FE3E4, L_8, /*hidden argument*/NULL);
// L.RegFunction("Contains", Contains);
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_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral33E15D008D511F3101566A2E25203EF2A3F605A0, L_10, /*hidden argument*/NULL);
// L.RegFunction("GetChildAt", GetChildAt);
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_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral6625F1C9EE7DABE55196FD8FFDB383BAA8CE7FB2, L_12, /*hidden argument*/NULL);
// L.RegFunction("GetChild", GetChild);
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_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral2DA1BF77403BC6C51B041D045FFE4FEF716D964E, L_14, /*hidden argument*/NULL);
// L.RegFunction("GetChildIndex", GetChildIndex);
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_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_15);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralC6008BE068A7D64974298447728B8672397762F0, L_16, /*hidden argument*/NULL);
// L.RegFunction("RemoveChild", RemoveChild);
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_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralB258C7565D4AFE74D7AB5725C7A3CA88829FBE84, L_18, /*hidden argument*/NULL);
// L.RegFunction("RemoveChildAt", RemoveChildAt);
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_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralBA42919885C5C4E314BFD8CDDF8C8DAD1DBC888B, L_20, /*hidden argument*/NULL);
// L.RegFunction("RemoveChildren", RemoveChildren);
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_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteralFD880F368BE36566037C6A551F362E9D9E39E48A, L_22, /*hidden argument*/NULL);
// L.RegFunction("SetChildIndex", SetChildIndex);
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_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral5DBF856FFBC4BEB337AAF59345165AB3C2DA9E43, L_24, /*hidden argument*/NULL);
// L.RegFunction("SwapChildren", SwapChildren);
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_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteralBE8321E8EBB5E29E84C4A0B63465C8361197BD63, L_26, /*hidden argument*/NULL);
// L.RegFunction("SwapChildrenAt", SwapChildrenAt);
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_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteralB7D76BC8F4B437BF5E19707A97AC3F2451BAA9A3, L_28, /*hidden argument*/NULL);
// L.RegFunction("ChangeChildrenOrder", ChangeChildrenOrder);
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_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral57A0772045A64365DA732FAC8A579B9C882311C6, L_30, /*hidden argument*/NULL);
// L.RegFunction("GetBounds", GetBounds);
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_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteralE71B9970057D1AC6CEEF70C1B90D21DB7352D2D4, L_32, /*hidden argument*/NULL);
// L.RegFunction("GetRenderCamera", GetRenderCamera);
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_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteralBE6BCE672928C9F2F1942DE2D30D91021E381E02, L_34, /*hidden argument*/NULL);
// L.RegFunction("HitTest", HitTest);
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_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_35);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral05B3B8AF3C7B0DC8E5023EF55FD8D6D7E1EA2EA8, L_36, /*hidden argument*/NULL);
// L.RegFunction("IsAncestorOf", IsAncestorOf);
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_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteral0BBE45419FAFDB420C2E5BD76E5934F75985435E, L_38, /*hidden argument*/NULL);
// L.RegFunction("InvalidateBatchingState", InvalidateBatchingState);
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_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_39, _stringLiteral79EBF4E56A4E7398494DB43DC42E14E485332A97, L_40, /*hidden argument*/NULL);
// L.RegFunction("SetChildrenLayer", SetChildrenLayer);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_41);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteral832647B8127F55A3707E00FA46208E92146AEA39, L_42, /*hidden argument*/NULL);
// L.RegFunction("Update", Update);
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_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_43);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_43, _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902, L_44, /*hidden argument*/NULL);
// L.RegFunction("Dispose", Dispose);
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_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_45);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_45, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_46, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateFairyGUI_Container);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_47 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_47);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_47, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_48, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_50 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_50, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_49);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_49, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_50, /*hidden argument*/NULL);
// L.RegVar("renderMode", get_renderMode, set_renderMode);
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_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8_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_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_51);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_51, _stringLiteralC1EF76AACDCDA2CE7B7A4C718AC8B99FEF0A4009, L_52, L_53, /*hidden argument*/NULL);
// L.RegVar("renderCamera", get_renderCamera, set_renderCamera);
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_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7_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_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_54);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_54, _stringLiteralB1EE7376E6F53E4A7766B03B67A2DEDD5CFBADAA, L_55, L_56, /*hidden argument*/NULL);
// L.RegVar("opaque", get_opaque, set_opaque);
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_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0_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_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_57);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_57, _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8, L_58, L_59, /*hidden argument*/NULL);
// L.RegVar("clipSoftness", get_clipSoftness, set_clipSoftness);
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_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA_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_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_60);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_60, _stringLiteral2FD8096AF23B8BC4B9FAF5C05C38A7D9B9B4E7D8, L_61, L_62, /*hidden argument*/NULL);
// L.RegVar("hitArea", get_hitArea, set_hitArea);
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_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1_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_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_63);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_63, _stringLiteral0709C88C23938ADF0BD5726B35B1347D9B8D6C7A, L_64, L_65, /*hidden argument*/NULL);
// L.RegVar("touchChildren", get_touchChildren, set_touchChildren);
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_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F_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_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_66);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_66, _stringLiteralD122885B71DFA3503A87997D3805519AA1855914, L_67, L_68, /*hidden argument*/NULL);
// L.RegVar("onUpdate", get_onUpdate, set_onUpdate);
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_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082_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_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_69);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_69, _stringLiteralB0E1B51CF7193B8A1332F88E6A7B684144528E13, L_70, L_71, /*hidden argument*/NULL);
// L.RegVar("reversedMask", get_reversedMask, set_reversedMask);
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_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838_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_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_72);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_72, _stringLiteralA2276A5794DDF534AF15FFD3F062C70A0DBD2AD8, L_73, L_74, /*hidden argument*/NULL);
// L.RegVar("numChildren", get_numChildren, 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_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_75);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_75, _stringLiteralB432E8EB4D1A794582A5A5D81E41D8DD27E4F4F5, L_76, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
// L.RegVar("clipRect", get_clipRect, set_clipRect);
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_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_79 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_79, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_77);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_77, _stringLiteral1FD5EE64164066A3EDE20D0F736E9DBD8C5D1F30, L_78, L_79, /*hidden argument*/NULL);
// L.RegVar("mask", get_mask, set_mask);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_80 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_81 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_81, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_82 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_82, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_80);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_80, _stringLiteral9D4CCA1595C30E43D23F14AEDF815846F837956A, L_81, L_82, /*hidden argument*/NULL);
// L.RegVar("touchable", get_touchable, set_touchable);
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_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_85 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_85, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_83);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_83, _stringLiteral31AE2A6FFF91F81C6C92817022E58770C22DC6B2, L_84, L_85, /*hidden argument*/NULL);
// L.RegVar("fairyBatching", get_fairyBatching, set_fairyBatching);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_86 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_87 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_87, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_88 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_88, NULL, (intptr_t)((intptr_t)FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_86);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_86, _stringLiteral826D3705BC2836CB3C679EA732E2CC599DCBD2F7, L_87, L_88, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_89 = ___L0;
NullCheck(L_89);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_89, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI_ContainerWrap::_CreateFairyGUI_Container(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap__CreateFairyGUI_Container_m6236FEBEECAF460DFC0F707D3F831C39C88FF149_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_1 = NULL;
int32_t V_2 = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_3 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * 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) * 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 == 0)
int32_t L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
IL_000a:
{
// FairyGUI.Container obj = new FairyGUI.Container();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)il2cpp_codegen_object_new(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var);
Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5(L_3, /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, obj);
intptr_t L_4 = ___L0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0087;
}
IL_001b:
{
// else if (count == 1 && TypeChecker.CheckTypes<string>(L, 1))
int32_t L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_0040;
}
}
IL_001f:
{
intptr_t L_7 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_8 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_7, 1, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
if (!L_8)
{
goto IL_0040;
}
}
IL_0028:
{
// string arg0 = ToLua.ToString(L, 1);
intptr_t L_9 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
String_t* L_10 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_9, 1, /*hidden argument*/NULL);
// FairyGUI.Container obj = new FairyGUI.Container(arg0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)il2cpp_codegen_object_new(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var);
Container__ctor_mEDBCC6167D52EBAA45EDDEA6FA6C25B94D14D3F2(L_11, L_10, /*hidden argument*/NULL);
V_3 = L_11;
// ToLua.PushObject(L, obj);
intptr_t L_12 = ___L0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = V_3;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_12, L_13, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0087;
}
IL_0040:
{
// else if (count == 1 && TypeChecker.CheckTypes<UnityEngine.GameObject>(L, 1))
int32_t L_14 = V_0;
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_006c;
}
}
IL_0044:
{
intptr_t L_15 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_16 = TypeChecker_CheckTypes_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m19A1FBBE63EBDD14147CDE7D856F9C691083E875((intptr_t)L_15, 1, /*hidden argument*/TypeChecker_CheckTypes_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m19A1FBBE63EBDD14147CDE7D856F9C691083E875_RuntimeMethod_var);
if (!L_16)
{
goto IL_006c;
}
}
IL_004d:
{
// UnityEngine.GameObject arg0 = (UnityEngine.GameObject)ToLua.ToObject(L, 1);
intptr_t L_17 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_18 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_17, 1, /*hidden argument*/NULL);
// FairyGUI.Container obj = new FairyGUI.Container(arg0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_19 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)il2cpp_codegen_object_new(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var);
Container__ctor_mFD3E40CF8D4A666A0CF8843DA89CB0B61357996C(L_19, ((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)CastclassSealed((RuntimeObject*)L_18, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_4 = L_19;
// ToLua.PushObject(L, obj);
intptr_t L_20 = ___L0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_21 = V_4;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_20, L_21, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0087;
}
IL_006c:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: FairyGUI.Container.New");
intptr_t L_22 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_23 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_22, _stringLiteral8861D9D176E5AC52BE7A8EFC7A7FB27A3ED7B60C, /*hidden argument*/NULL);
V_2 = L_23;
goto IL_0087;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_007a;
throw e;
}
CATCH_007a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_5 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_24 = ___L0;
Exception_t * L_25 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_26 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_24, L_25, /*hidden argument*/NULL);
V_2 = L_26;
goto IL_0087;
} // end catch (depth: 1)
IL_0087:
{
// }
int32_t L_27 = V_2;
return L_27;
}
}
// System.Int32 FairyGUI_ContainerWrap::AddChild(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_AddChild_m1ED17C29E7120724ECECADCC73580BCC0F919AB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// FairyGUI.DisplayObject o = obj.AddChild(arg0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.PushObject(L, o);
intptr_t L_7 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_003d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0032;
throw e;
}
CATCH_0032:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_003d;
} // end catch (depth: 1)
IL_003d:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_ContainerWrap::AddChildAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_AddChildAt_mD4E5B02A855B2E32814F9BCFBF8C923A1E0DD830_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
int32_t V_1 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
int32_t V_3 = 0;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// 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)));
// FairyGUI.DisplayObject o = obj.AddChildAt(arg0, arg1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// ToLua.PushObject(L, o);
intptr_t L_10 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = V_2;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_10, L_11, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0049;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003c;
throw e;
}
CATCH_003c:
{ // begin catch(System.Exception)
// 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_0049;
} // end catch (depth: 1)
IL_0049:
{
// }
int32_t L_15 = V_3;
return L_15;
}
}
// System.Int32 FairyGUI_ContainerWrap::Contains(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_Contains_m161A3932212B9A6A01DC650AFB2FEE20209A3ADE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// bool o = obj.Contains(arg0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_6 = Container_Contains_m59DBC9CA96A60565B94EF758B8DC71A61D5C95FB(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_7 = ___L0;
bool L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_003d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0032;
throw e;
}
CATCH_0032:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_003d;
} // end catch (depth: 1)
IL_003d:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_ContainerWrap::GetChildAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_GetChildAt_m956C472C11347FCC927C131A6426564381BB8E6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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)));
// FairyGUI.DisplayObject o = obj.GetChildAt(arg0);
int32_t L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.PushObject(L, o);
intptr_t L_7 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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_ContainerWrap::GetChild(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_GetChild_mEBB4B9614DEEA74846ED1440EB1A75D44DDDA01D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// string arg0 = ToLua.CheckString(L, 2);
intptr_t L_3 = ___L0;
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = L_4;
// FairyGUI.DisplayObject o = obj.GetChild(arg0);
String_t* L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = Container_GetChild_m72B24C0DD49BACC4859591C72B1FD407082C629F(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// ToLua.PushObject(L, o);
intptr_t L_7 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0038;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_002d;
throw e;
}
CATCH_002d:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_0038;
} // end catch (depth: 1)
IL_0038:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_ContainerWrap::GetChildIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_GetChildIndex_mC60C7F52F02A35AD3DC0694641D82715E1CFD06E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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, 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// int o = obj.GetChildIndex(arg0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
int32_t L_6 = Container_GetChildIndex_m574928B46F12DBF4FB86CFB2B523EB6E1AF8D79E(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// LuaDLL.lua_pushinteger(L, o);
intptr_t L_7 = ___L0;
int32_t L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_003d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0032;
throw e;
}
CATCH_0032:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_003d;
} // end catch (depth: 1)
IL_003d:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_ContainerWrap::RemoveChild(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_RemoveChild_m6FA62BC4F7466BBDDFAEAC82B9F283CDB84BA890_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
int32_t V_3 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_4 = NULL;
bool V_5 = false;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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) * 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_0036;
}
}
IL_000b:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// FairyGUI.DisplayObject arg0 = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 2);
intptr_t L_5 = ___L0;
RuntimeObject * L_6 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
V_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_6, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// FairyGUI.DisplayObject o = obj.RemoveChild(arg0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
V_2 = L_8;
// ToLua.PushObject(L, o);
intptr_t L_9 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = V_2;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_9, L_10, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_008f;
}
IL_0036:
{
// else if (count == 3)
int32_t L_11 = V_0;
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
{
goto IL_0074;
}
}
IL_003a:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_12 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_13 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// FairyGUI.DisplayObject arg0 = (FairyGUI.DisplayObject)ToLua.CheckObject<FairyGUI.DisplayObject>(L, 2);
intptr_t L_14 = ___L0;
RuntimeObject * L_15 = ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB((intptr_t)L_14, 2, /*hidden argument*/ToLua_CheckObject_TisDisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_m3CCC96B21E66F2D570756CB24275A0538603BEBB_RuntimeMethod_var);
V_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_15, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_16 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_17 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_16, 3, /*hidden argument*/NULL);
V_5 = L_17;
// FairyGUI.DisplayObject o = obj.RemoveChild(arg0, arg1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_18 = V_4;
bool L_19 = V_5;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_13, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_20 = Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_13, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_18, L_19, /*hidden argument*/NULL);
V_6 = L_20;
// ToLua.PushObject(L, o);
intptr_t L_21 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_6;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_21, L_22, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_008f;
}
IL_0074:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Container.RemoveChild");
intptr_t L_23 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_24 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_23, _stringLiteral2D324A497325829C16EE885FBBE4539A0FEB7BDB, /*hidden argument*/NULL);
V_3 = L_24;
goto IL_008f;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0082;
throw e;
}
CATCH_0082:
{ // begin catch(System.Exception)
// catch (Exception e)
V_7 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_25 = ___L0;
Exception_t * L_26 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_27 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_25, L_26, /*hidden argument*/NULL);
V_3 = L_27;
goto IL_008f;
} // end catch (depth: 1)
IL_008f:
{
// }
int32_t L_28 = V_3;
return L_28;
}
}
// System.Int32 FairyGUI_ContainerWrap::RemoveChildAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_RemoveChildAt_m37F92FBF07DFA5D0CB8EEB6CED03A3BC73AEB1ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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) * 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_0032;
}
}
IL_000b:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 2, /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_6)));
// FairyGUI.DisplayObject o = obj.RemoveChildAt(arg0);
int32_t L_7 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = Container_RemoveChildAt_m67A40EE0DFA62027AA66DC8593A8AC90030900C4(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
V_2 = L_8;
// ToLua.PushObject(L, o);
intptr_t L_9 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = V_2;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_9, L_10, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0087;
}
IL_0032:
{
// else if (count == 3)
int32_t L_11 = V_0;
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
{
goto IL_006c;
}
}
IL_0036:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_12 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_13 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_14 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
V_4 = (((int32_t)((int32_t)L_15)));
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_16 = ___L0;
bool L_17 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_16, 3, /*hidden argument*/NULL);
V_5 = L_17;
// FairyGUI.DisplayObject o = obj.RemoveChildAt(arg0, arg1);
int32_t L_18 = V_4;
bool L_19 = V_5;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_13, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_20 = Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_13, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_18, L_19, /*hidden argument*/NULL);
V_6 = L_20;
// ToLua.PushObject(L, o);
intptr_t L_21 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_6;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_21, L_22, /*hidden argument*/NULL);
// return 1;
V_3 = 1;
goto IL_0087;
}
IL_006c:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Container.RemoveChildAt");
intptr_t L_23 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_24 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_23, _stringLiteral54E99E1682DA9244E61FC36B7276B2E7DC3329CC, /*hidden argument*/NULL);
V_3 = L_24;
goto IL_0087;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_007a;
throw e;
}
CATCH_007a:
{ // begin catch(System.Exception)
// catch (Exception e)
V_7 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_25 = ___L0;
Exception_t * L_26 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_27 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_25, L_26, /*hidden argument*/NULL);
V_3 = L_27;
goto IL_0087;
} // end catch (depth: 1)
IL_0087:
{
// }
int32_t L_28 = V_3;
return L_28;
}
}
// System.Int32 FairyGUI_ContainerWrap::RemoveChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_RemoveChildren_m3CA2FB86942001C7278BD02E7E294C4E3CFD3F84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
// int count = LuaDLL.lua_gettop(L);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (count == 1)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0020;
}
}
IL_000b:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// obj.RemoveChildren();
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_RemoveChildren_mB94B602C678C4DEF63516EF43B7B583D1052CAEB(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0073;
}
IL_0020:
{
// else if (count == 4)
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)4))))
{
goto IL_0058;
}
}
IL_0024:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
double L_9 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = (((int32_t)((int32_t)L_9)));
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_10 = ___L0;
double L_11 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_10, 3, /*hidden argument*/NULL);
V_3 = (((int32_t)((int32_t)L_11)));
// bool arg2 = LuaDLL.luaL_checkboolean(L, 4);
intptr_t L_12 = ___L0;
bool L_13 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_12, 4, /*hidden argument*/NULL);
V_4 = L_13;
// obj.RemoveChildren(arg0, arg1, arg2);
int32_t L_14 = V_2;
int32_t L_15 = V_3;
bool L_16 = V_4;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_7, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_RemoveChildren_mFEB8959BF262BF009D57CE88E5A81DAC15CDDBA6(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_7, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_14, L_15, L_16, /*hidden argument*/NULL);
// return 0;
V_1 = 0;
goto IL_0073;
}
IL_0058:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Container.RemoveChildren");
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, _stringLiteral51FE1D6E14FEA44EEA876750E18033ED2ED052AF, /*hidden argument*/NULL);
V_1 = L_18;
goto IL_0073;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0066;
throw e;
}
CATCH_0066:
{ // 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_1 = L_21;
goto IL_0073;
} // end catch (depth: 1)
IL_0073:
{
// }
int32_t L_22 = V_1;
return L_22;
}
}
// System.Int32 FairyGUI_ContainerWrap::SetChildIndex(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_SetChildIndex_m2777B234683C554BD92584380F207B310AA749CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// 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.SetChildIndex(arg0, arg1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// 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_ContainerWrap::SwapChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_SwapChildren_m9D2638AFD4FCB2A48CA88C69225674FF8BDF74BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// 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));
// obj.SwapChildren(arg0, arg1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
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_0038;
throw e;
}
CATCH_0038:
{ // 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_0043;
} // end catch (depth: 1)
IL_0043:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_ContainerWrap::SwapChildrenAt(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_SwapChildrenAt_m00FE74769F37BC14ACE0CAE5764A52B347DABCA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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)));
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
intptr_t L_5 = ___L0;
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_6)));
// obj.SwapChildrenAt(arg0, arg1);
int32_t L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::ChangeChildrenOrder(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_ChangeChildrenOrder_mDE4DF40DB3EF4DA9DA7EADAB0AE98B3E4DD1C6A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * V_0 = NULL;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 3);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// System.Collections.Generic.List<int> arg0 = (System.Collections.Generic.List<int>)ToLua.CheckObject(L, 2, typeof(System.Collections.Generic.List<int>));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_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_0 = ((List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)CastclassClass((RuntimeObject*)L_6, List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var));
// System.Collections.Generic.List<FairyGUI.DisplayObject> arg1 = (System.Collections.Generic.List<FairyGUI.DisplayObject>)ToLua.CheckObject(L, 3, typeof(System.Collections.Generic.List<FairyGUI.DisplayObject>));
intptr_t L_7 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (List_1_t11A30662822286DF8036D0D1993807262B502B70_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
RuntimeObject * L_10 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_7, 3, L_9, /*hidden argument*/NULL);
V_1 = ((List_1_t11A30662822286DF8036D0D1993807262B502B70 *)CastclassClass((RuntimeObject*)L_10, List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var));
// obj.ChangeChildrenOrder(arg0, arg1);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_11 = V_0;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_12 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
// return 0;
V_2 = 0;
goto IL_0057;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004c;
throw e;
}
CATCH_004c:
{ // 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_2 = L_15;
goto IL_0057;
} // end catch (depth: 1)
IL_0057:
{
// }
int32_t L_16 = V_2;
return L_16;
}
}
// System.Int32 FairyGUI_ContainerWrap::GetBounds(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_GetBounds_m1585BB1C21E07E20866CB6DAA35339475716DE56_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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::GetRenderCamera(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_GetRenderCamera_m15FDD0ED7B8081A4F6D6E10C80CF554935B1E888_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// UnityEngine.Camera o = obj.GetRenderCamera();
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_3;
// ToLua.PushSealed(L, o);
intptr_t L_4 = ___L0;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = V_0;
ToLua_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCD61DA80A80BCC432D6ED92173231A7D3639994C((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCD61DA80A80BCC432D6ED92173231A7D3639994C_RuntimeMethod_var);
// return 1;
V_1 = 1;
goto IL_002f;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0024;
throw e;
}
CATCH_0024:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_002f;
} // end catch (depth: 1)
IL_002f:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 FairyGUI_ContainerWrap::HitTest(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_HitTest_mA37F84F986A07D1C64E0157188BBB8461E491AAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_3 = NULL;
int32_t V_4 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t V_7 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_8 = NULL;
Exception_t * V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
// int count = LuaDLL.lua_gettop(L);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (count == 3)
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_003c;
}
}
IL_000b:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_5 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_5, 2, /*hidden argument*/NULL);
V_1 = L_6;
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_7 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_8 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_7, 3, /*hidden argument*/NULL);
V_2 = L_8;
// FairyGUI.DisplayObject o = obj.HitTest(arg0, arg1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_1;
bool L_10 = V_2;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_9, L_10, (-1), /*hidden argument*/NULL);
V_3 = L_11;
// ToLua.PushObject(L, o);
intptr_t L_12 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = V_3;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_12, L_13, /*hidden argument*/NULL);
// return 1;
V_4 = 1;
goto IL_009f;
}
IL_003c:
{
// else if (count == 4)
int32_t L_14 = V_0;
if ((!(((uint32_t)L_14) == ((uint32_t)4))))
{
goto IL_0082;
}
}
IL_0040:
{
// FairyGUI.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_15 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_16 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_15, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// UnityEngine.Vector2 arg0 = ToLua.ToVector2(L, 2);
intptr_t L_17 = ___L0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_17, 2, /*hidden argument*/NULL);
V_5 = L_18;
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
intptr_t L_19 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_20 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_19, 3, /*hidden argument*/NULL);
V_6 = L_20;
// int arg2 = (int)LuaDLL.luaL_checknumber(L, 4);
intptr_t L_21 = ___L0;
double L_22 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_21, 4, /*hidden argument*/NULL);
V_7 = (((int32_t)((int32_t)L_22)));
// FairyGUI.DisplayObject o = obj.HitTest(arg0, arg1, arg2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_5;
bool L_24 = V_6;
int32_t L_25 = V_7;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_16, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_26 = Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_16, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_23, L_24, L_25, /*hidden argument*/NULL);
V_8 = L_26;
// ToLua.PushObject(L, o);
intptr_t L_27 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_28 = V_8;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_27, L_28, /*hidden argument*/NULL);
// return 1;
V_4 = 1;
goto IL_009f;
}
IL_0082:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to method: FairyGUI.Container.HitTest");
intptr_t L_29 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_30 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_29, _stringLiteralE841B74E96495CAE6B5295DD0BB046199CBE7DDF, /*hidden argument*/NULL);
V_4 = L_30;
goto IL_009f;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0091;
throw e;
}
CATCH_0091:
{ // begin catch(System.Exception)
// catch (Exception e)
V_9 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_31 = ___L0;
Exception_t * L_32 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_33 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_31, L_32, /*hidden argument*/NULL);
V_4 = L_33;
goto IL_009f;
} // end catch (depth: 1)
IL_009f:
{
// }
int32_t L_34 = V_4;
return L_34;
}
}
// System.Int32 FairyGUI_ContainerWrap::IsAncestorOf(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_IsAncestorOf_m8A55ABAF76A47C927EB8CFF8BC7F8FA5A64C69F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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));
// bool o = obj.IsAncestorOf(arg0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_6 = Container_IsAncestorOf_m60FEB641610C67EC5794370A91292C43EE90FD5C(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_7 = ___L0;
bool L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_003d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0032;
throw e;
}
CATCH_0032:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_003d;
} // end catch (depth: 1)
IL_003d:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 FairyGUI_ContainerWrap::InvalidateBatchingState(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_InvalidateBatchingState_mEF64D5F0752F516BA9689AB40C2209C9B0B43F10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_3 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_4 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// obj.InvalidateBatchingState();
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_6 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
intptr_t L_8 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
bool L_9 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_8, 2, /*hidden argument*/NULL);
V_2 = L_9;
// obj.InvalidateBatchingState(arg0);
bool L_10 = V_2;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_7, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_7, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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.Container.InvalidateBatchingState");
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, _stringLiteral5FD88463587ED6F5A7644A9A5BC06B6483BFCE78, /*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_ContainerWrap::SetChildrenLayer(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_SetChildrenLayer_m85C8F92C2700994FB5E06B83CF2B5701399E3F70_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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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.SetChildrenLayer(arg0);
int32_t L_5 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_Update_mCCDEF07327256289855E6C095B8469B652E9188E_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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_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(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::Dispose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_Dispose_mF92EC01E6FBFDA162706AB9B835B96F9D488FC16_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.Container obj = (FairyGUI.Container)ToLua.CheckObject<FairyGUI.Container>(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisContainer_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_m721B68A608A21E4B8C23EDDE08F82A792D5E936E_RuntimeMethod_var);
// obj.Dispose();
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::get_renderMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_renderMode_m7F8B7DE934F52EF5EC8BFC5547FBB6AE9A984FB8_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.RenderMode ret = obj.renderMode;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
int32_t L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_renderMode_52();
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(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60_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 renderMode 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, _stringLiteral7EE36F54539F8A817451E23B1C233E97B1D7E38B, /*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_ContainerWrap::get_renderCamera(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_renderCamera_mC87E6CD7EE3DE4ED7DE30EF0DB362AE45324C9F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Camera ret = obj.renderCamera;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_renderCamera_53();
V_1 = L_3;
// ToLua.PushSealed(L, ret);
intptr_t L_4 = ___L0;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = V_1;
ToLua_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCD61DA80A80BCC432D6ED92173231A7D3639994C((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCD61DA80A80BCC432D6ED92173231A7D3639994C_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 renderCamera 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, _stringLiteralD71ACC80B4B15D2EE03C90522B4B59CED4F5274D, /*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_ContainerWrap::get_opaque(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_opaque_m409A36C1D8CF7903BE98E49D96583077F30AC2C0_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.opaque;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_opaque_54();
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 opaque 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, _stringLiteral749F06737A91AA992A45526BBD2883F8D4ADA39F, /*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_ContainerWrap::get_clipSoftness(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_clipSoftness_m5A0D58E74287A08657B96EB17A49C80A38AB74AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// System.Nullable<UnityEngine.Vector4> ret = obj.clipSoftness;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_clipSoftness_55();
V_1 = L_3;
// ToLua.PusNullable(L, ret);
intptr_t L_4 = ___L0;
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 L_5 = V_1;
ToLua_PusNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m61217F6945C22FA238D97B2D04E50DB41B8B923B((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PusNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m61217F6945C22FA238D97B2D04E50DB41B8B923B_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 clipSoftness 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, _stringLiteral9D03CFB4DE5659FF03AD612AB390BCD9B654FC34, /*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_ContainerWrap::get_hitArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_hitArea_m8B3D5C84EC60629E8802DBC375EA2234F3420BB1_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.IHitTest ret = obj.hitArea;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
RuntimeObject* L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_hitArea_56();
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 hitArea 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, _stringLiteral9268C1F291D6A2291F6657F5798506AEE80BC2C5, /*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_ContainerWrap::get_touchChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_touchChildren_m056CA9C3C682B435B3BFC002F004471A7132C43F_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.touchChildren;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_touchChildren_57();
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 touchChildren 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, _stringLiteralC1C17C8C72AB7BD2AD816A9E632AD09C467116F8, /*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_ContainerWrap::get_onUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_onUpdate_m375430CAC44A1988547347C2F222A24A27C21082_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.EventCallback0 ret = obj.onUpdate;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_onUpdate_58();
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 onUpdate 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, _stringLiteral320EA26D59CA1909396F22F0F7A875B38FE93F9E, /*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_ContainerWrap::get_reversedMask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_reversedMask_m1A1D296143356D79D650F3F44596565C39DE9838_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.reversedMask;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_reversedMask_59();
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 reversedMask 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, _stringLiteral01A25DC3CEBA9B907EB99EFA3F6E2BC5F05561E8, /*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_ContainerWrap::get_numChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_numChildren_m3730636882DAA9197CC3D9142CC4CEDE59F18C10_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// int ret = obj.numChildren;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
int32_t L_3 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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 numChildren 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, _stringLiteral050C1F1CB2C7FA125A9E6FF92A1A9C77F3A6BEC7, /*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_ContainerWrap::get_clipRect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_clipRect_mE85F79E311990CA69EB626AC14E0F9E9D3D9F3FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// System.Nullable<UnityEngine.Rect> ret = obj.clipRect;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_3 = Container_get_clipRect_mBC5F666F5B6EEC53973734E8223E53A4A9DA78BF_inline(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PusNullable(L, ret);
intptr_t L_4 = ___L0;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_5 = V_1;
ToLua_PusNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDB929CFD1850E3DDF303793C094C381E1EAC3662((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PusNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDB929CFD1850E3DDF303793C094C381E1EAC3662_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 clipRect 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, _stringLiteralEB82AC22C77073319E67C0380058D6C259A183E8, /*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_ContainerWrap::get_mask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_mask_mB931E92AC497054AE8C86DFBC0698641C333C3FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.DisplayObject ret = obj.mask;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = Container_get_mask_m14AADC909884DCBDF56DE8F8D87F012D9E969F77_inline(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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 mask 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, _stringLiteral602F1EF10DB700C12F4D4E9271ADEB33A640A419, /*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_ContainerWrap::get_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_touchable_m00B601913CE04BAB4D806231B15C0D57B0420A9D_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.touchable;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_3 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean FairyGUI.DisplayObject::get_touchable() */, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::get_fairyBatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_get_fairyBatching_m4461C80F7E6D6B589B85431210141A8A8269B725_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// bool ret = obj.fairyBatching;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_3 = Container_get_fairyBatching_mEA615A6135AFE01A8BDF4B8AF2C39F5BD385117B_inline(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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 fairyBatching 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, _stringLiteral41546C1DF970DC0954360FE461B1486C7525AF7C, /*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_ContainerWrap::set_renderMode(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_renderMode_mEC9C7EC8A4D40DF91CC0A73D398F05C47D608582_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.RenderMode arg0 = (UnityEngine.RenderMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.RenderMode));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60_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, RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60_il2cpp_TypeInfo_var))));
// obj.renderMode = arg0;
int32_t L_7 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_renderMode_52(L_7);
// return 0;
V_2 = 0;
goto IL_0042;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index renderMode 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, _stringLiteral7EE36F54539F8A817451E23B1C233E97B1D7E38B, /*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_ContainerWrap::set_renderCamera(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_renderCamera_m3BD7811F9FE68B2DAD4A8C7B436057E642902E9E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.Camera arg0 = (UnityEngine.Camera)ToLua.CheckObject(L, 2, typeof(UnityEngine.Camera));
intptr_t L_3 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_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 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *)CastclassSealed((RuntimeObject*)L_6, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var));
// obj.renderCamera = arg0;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_7 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_renderCamera_53(L_7);
// return 0;
V_2 = 0;
goto IL_0042;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0031;
throw e;
}
CATCH_0031:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index renderCamera 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, _stringLiteralD71ACC80B4B15D2EE03C90522B4B59CED4F5274D, /*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_ContainerWrap::set_opaque(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_opaque_m7BAAA627C42BAF6F645EFB456678D48F2991E245_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.Container obj = (FairyGUI.Container)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.opaque = arg0;
bool L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_opaque_54(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 opaque 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, _stringLiteral749F06737A91AA992A45526BBD2883F8D4ADA39F, /*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_ContainerWrap::set_clipSoftness(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_clipSoftness_m2B8812F769348A6581DC8B25AE7487AA1A0247C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// System.Nullable<UnityEngine.Vector4> arg0 = ToLua.CheckNullable<UnityEngine.Vector4>(L, 2);
intptr_t L_3 = ___L0;
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 L_4 = ToLua_CheckNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m7CEE7CA4B9A56CE3422D658617DC48AE685CA525((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckNullable_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m7CEE7CA4B9A56CE3422D658617DC48AE685CA525_RuntimeMethod_var);
V_1 = L_4;
// obj.clipSoftness = arg0;
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_clipSoftness_55(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 clipSoftness 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, _stringLiteral9D03CFB4DE5659FF03AD612AB390BCD9B654FC34, /*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_ContainerWrap::set_hitArea(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_hitArea_mE297A0208CEF7A94C929341ACE3B5329E5D98E49_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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// FairyGUI.IHitTest arg0 = (FairyGUI.IHitTest)ToLua.CheckObject<FairyGUI.IHitTest>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisIHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_m4EF11A8D6E2FEDB31BC11DA31B1809C7E921AE57((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisIHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_m4EF11A8D6E2FEDB31BC11DA31B1809C7E921AE57_RuntimeMethod_var);
V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var));
// obj.hitArea = arg0;
RuntimeObject* L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_hitArea_56(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 hitArea 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, _stringLiteral9268C1F291D6A2291F6657F5798506AEE80BC2C5, /*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_ContainerWrap::set_touchChildren(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_touchChildren_m0CE6C77B90D312A3E4F3963B9FAED984C02EEDE6_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.Container obj = (FairyGUI.Container)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.touchChildren = arg0;
bool L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_touchChildren_57(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 touchChildren 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, _stringLiteralC1C17C8C72AB7BD2AD816A9E632AD09C467116F8, /*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_ContainerWrap::set_onUpdate(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_onUpdate_mCA9D6FCEB210CD909A84CD1E469F9E047DFB8FF7_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.Container obj = (FairyGUI.Container)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.onUpdate = arg0;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_onUpdate_58(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 onUpdate 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, _stringLiteral320EA26D59CA1909396F22F0F7A875B38FE93F9E, /*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_ContainerWrap::set_reversedMask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_reversedMask_mDF859B2F2C8D462FBE1F0FFE2E167FFE6792D0DF_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.Container obj = (FairyGUI.Container)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.reversedMask = arg0;
bool L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->set_reversedMask_59(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 reversedMask 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, _stringLiteral01A25DC3CEBA9B907EB99EFA3F6E2BC5F05561E8, /*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_ContainerWrap::set_clipRect(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_clipRect_m329F749E0CD05414026E623CE4FB186C1A7EB7BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// System.Nullable<UnityEngine.Rect> arg0 = ToLua.CheckNullable<UnityEngine.Rect>(L, 2);
intptr_t L_3 = ___L0;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_4 = ToLua_CheckNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mF96A72CEC0FF94339202D7DCFF193A83A3C408D2((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckNullable_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mF96A72CEC0FF94339202D7DCFF193A83A3C408D2_RuntimeMethod_var);
V_1 = L_4;
// obj.clipRect = arg0;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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 clipRect 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, _stringLiteralEB82AC22C77073319E67C0380058D6C259A183E8, /*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_ContainerWrap::set_mask(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_mask_m4B634006EE0F1009DFDA55C9402EB3D7D4E4E268_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * 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.Container obj = (FairyGUI.Container)o;
RuntimeObject * L_2 = V_0;
// 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_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_4, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
// obj.mask = arg0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_set_mask_mE6180A8B0FF737E14D3A28F3EF50BB27206F0C6A(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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 mask 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, _stringLiteral602F1EF10DB700C12F4D4E9271ADEB33A640A419, /*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_ContainerWrap::set_touchable(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_touchable_m9E2321CC0DEBE7FC6DF69B06143F31D1CBE04438_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.Container obj = (FairyGUI.Container)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(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
VirtActionInvoker1< bool >::Invoke(20 /* System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean) */, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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_ContainerWrap::set_fairyBatching(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_ContainerWrap_set_fairyBatching_m58F970F245AA08438CE95EE1DF9B5EFB44074334_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.Container obj = (FairyGUI.Container)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.fairyBatching = arg0;
bool L_5 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_set_fairyBatching_mE4A4C1809FB99F571ED2A2287594D551D865A4C8(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_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 fairyBatching 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, _stringLiteral41546C1DF970DC0954360FE461B1486C7525AF7C, /*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_ContainerWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ContainerWrap__ctor_mA435D5F24AC64A02D7403F431CFAC8A39DAE7CBD (FairyGUI_ContainerWrap_tB0F10D5083C35A7DF75625B6C0AF64C21D940D5B * __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 void HtmlButton_set_button_m8C117B0288472F6B4295DDF45D5D5D29F4167BDE_inline (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method)
{
{
// public GComponent button { get; private set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___value0;
__this->set_U3CbuttonU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * HtmlButton_get_button_mC1AD7E631019EE169DD8C99B0AF8BD1985F9802F_inline (HtmlButton_t27BCAA7D630D1BA814E9D248CF578C3FF8AEF9E4 * __this, const RuntimeMethod* method)
{
{
// public GComponent button { get; private set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get_U3CbuttonU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public DisplayObject displayObject { get; protected set; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get_U3CdisplayObjectU3Ek__BackingField_16();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _width;
float L_0 = __this->get__width_61();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _height;
float L_0 = __this->get__height_62();
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 int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HtmlImage_set_loader_m047B3F208559C910DE956C1ECE87DF75DA5AB687_inline (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, GLoader_t79DB886430214FA5031328823142509230E0E4A8 * ___value0, const RuntimeMethod* method)
{
{
// public GLoader loader { get; private set; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = ___value0;
__this->set_U3CloaderU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * HtmlImage_get_loader_m80AFBD36873D9B30A2A73BB7CC8C4EA362B8E4A4_inline (HtmlImage_t3AB697F7067FE80B21C15C8FC057FBD5A428DC50 * __this, const RuntimeMethod* method)
{
{
// public GLoader loader { get; private set; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get_U3CloaderU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public IHtmlPageContext htmlPageContext { get; set; }
RuntimeObject* L_0 = __this->get_U3ChtmlPageContextU3Ek__BackingField_69();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HtmlInput_set_textInput_m2AD5728E9DBD18AC6FC8D0623920BEBE2441D23F_inline (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * ___value0, const RuntimeMethod* method)
{
{
// public GTextInput textInput { get; private set; }
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = ___value0;
__this->set_U3CtextInputU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * HtmlInput_get_textInput_mC1937FFC1B9B8E1034ED4EAE3ECF97350E6B4A0D_inline (HtmlInput_t24D95009F585BF8342C76D9534F28D550797B4A5 * __this, const RuntimeMethod* method)
{
{
// public GTextInput textInput { get; private set; }
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_0 = __this->get_U3CtextInputU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CgraphicsU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * 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 HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public HtmlParseOptions htmlParseOptions { get; private set; }
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_0 = __this->get_U3ChtmlParseOptionsU3Ek__BackingField_70();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public TextField textField { get; private set; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get_U3CtextFieldU3Ek__BackingField_72();
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 void HtmlSelect_set_comboBox_m47A2954A902366926045C478A157F6D03CB1463C_inline (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * ___value0, const RuntimeMethod* method)
{
{
// public GComboBox comboBox { get; private set; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = ___value0;
__this->set_U3CcomboBoxU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * HtmlSelect_get_comboBox_m6D90A7CCB30AB0FB9224AAA433346533760886E8_inline (HtmlSelect_t664259D10F6EDF64BD7D50E87CAA97905C9DFB96 * __this, const RuntimeMethod* method)
{
{
// public GComboBox comboBox { get; private set; }
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_0 = __this->get_U3CcomboBoxU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XML_get_name_m747E7D472AB92ABE3504BE00BF6B6B6020B06AEB_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XML_set_name_m02582FBD381D1A2F8AA85DFDAC3835B149A8561C_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XML_set_text_m6D81B75392842E0E25D8489CB765C2A8F7D89276_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string text { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CtextU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_inline (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method)
{
{
// get { return _current; }
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_0 = __this->get__current_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_length_m7E12EB7BDBC85439654AFA87F74DCB4D2933423C_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _length; }
int32_t L_0 = __this->get__length_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _pointer = value; }
int32_t L_0 = ___value0;
__this->set__pointer_3(L_0);
// set { _pointer = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GObject_set_focusable_m36B33C3509119798CD683E98CFE16DC6899F46EE_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _focusable = value; }
bool L_0 = ___value0;
__this->set__focusable_38(L_0);
// set { _focusable = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Window_set_contentArea_m26AD85CB7A09FF3ED2520E475E50F3285865B499_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// set { _contentArea = value; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set__contentArea_99(L_0);
// set { _contentArea = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * GGraph_get_shape_m3BEACEFDBAFD0C5082A96F1C324602ACA08DF8CC_inline (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, const RuntimeMethod* method)
{
{
// get { return _shape; }
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_0 = __this->get__shape_74();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public GComponent parent { get; private set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get_U3CparentU3Ek__BackingField_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _x; }
float L_0 = __this->get__x_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _y; }
float L_0 = __this->get__y_20();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * BlurFilter_get_target_mC4F8A8DA6CD892F824C94ECBB04ADA8138F14F4E_inline (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ColorFilter_get_target_mFA89F33C63ABD4C70609E9A59B840B60F8334658_inline (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 Container_get_clipRect_mBC5F666F5B6EEC53973734E8223E53A4A9DA78BF_inline (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return _clipRect; }
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_0 = __this->get__clipRect_62();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_get_mask_m14AADC909884DCBDF56DE8F8D87F012D9E969F77_inline (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return _mask; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__mask_61();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Container_get_fairyBatching_mEA615A6135AFE01A8BDF4B8AF2C39F5BD385117B_inline (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return _fBatching; }
bool L_0 = __this->get__fBatching_65();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m0C56A8A0D4F58D8BA2845DC3E5E1611F663124A6_gshared_inline (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m65C40B0AE1E4C24CEBA27EC854EBE4137D6A5DE4_gshared_inline (Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_gshared_inline (const RuntimeMethod* method)
{
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ((EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_2 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)__this->get__items_1();
int32_t L_3 = ___index0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_gshared_inline (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_2 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)__this->get__items_1();
int32_t L_3 = ___index0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)__this->get__items_1();
int32_t L_3 = ___index0;
int32_t L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_2, (int32_t)L_3);
return L_4;
}
}