xiangtan/xiangtan_104/fk101/wb_xcode/Classes/Native/Assembly-CSharp4.cpp

41285 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 T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
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 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 T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericVirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
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>
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>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericInterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.BlendModeUtils/BlendFactor
struct BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC;
// FairyGUI.BlendModeUtils/BlendFactor[]
struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A;
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.ControllerAction
struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.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.FillMesh
struct FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371;
// FairyGUI.GButton
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17;
// FairyGUI.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F;
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D;
// 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.Image
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.InputTextField/CopyHandler
struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078;
// FairyGUI.InputTextField/PasteHandler
struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14;
// FairyGUI.LineMesh
struct LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241;
// FairyGUI.ListItemProvider
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1;
// FairyGUI.ListItemRenderer
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9;
// FairyGUI.LongPressGesture
struct LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.MeshColliderHitTest
struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5;
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547;
// FairyGUI.MovieClip/Frame
struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B;
// FairyGUI.MovieClip/Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NMaterial
struct NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C;
// FairyGUI.NMaterial[]
struct NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3;
// FairyGUI.PinchGesture
struct PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3;
// FairyGUI.PixelHitTest
struct PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.PlaneMesh
struct PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C;
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554;
// FairyGUI.PlayTransitionAction
struct PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918;
// FairyGUI.PolygonMesh
struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88;
// FairyGUI.PopupMenu
struct PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8;
// FairyGUI.RTLSupport
struct RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22;
// FairyGUI.RectHitTest
struct RectHitTest_t6D0D255B09956A73884478F6E18696E405420860;
// FairyGUI.RectMesh
struct RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3;
// FairyGUI.RegularPolygonMesh
struct RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2;
// FairyGUI.RelationDef
struct RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93;
// FairyGUI.RelationDef[]
struct RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0;
// FairyGUI.RelationItem
struct RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857;
// FairyGUI.RelationItem[]
struct RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294;
// FairyGUI.RotationGesture
struct RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F;
// FairyGUI.RoundedRectMesh
struct RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.SelectionShape
struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429;
// FairyGUI.ShaderConfig/GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA;
// FairyGUI.ShaderConfig/PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71;
// 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.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879;
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3;
// FairyGUI.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06;
// FairyGUI.TouchInfo[]
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
// FairyGUI.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA;
// FairyGUI.TransitionItem[]
struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807;
// FairyGUI.Transition[]
struct TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI.Utils.HtmlElement
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E;
// FairyGUI.Utils.HtmlElement[]
struct HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC;
// FairyGUI.Utils.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67;
// FairyGUI.Utils.IHtmlObject
struct IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036;
// FairyGUI.Utils.IHtmlPageContext
struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA;
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B;
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char[]>[]
struct EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.MaterialManager>[]
struct EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1;
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,FairyGUI.Emoji>[]
struct EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char[]>
struct KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.MaterialManager>
struct KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,FairyGUI.Emoji>
struct KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char[]>
struct ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.MaterialManager>
struct ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,FairyGUI.Emoji>
struct ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>
struct Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>
struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>
struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949;
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.UInt32>
struct IEqualityComparer_1_tA74C9F2C80A3BFA5A7BE17C48871B702741C8733;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T>
struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65;
// System.Collections.Generic.List`1<FairyGUI.Controller>
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction>
struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70;
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728;
// System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>
struct List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991;
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.GPath/Segment>
struct List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3;
// System.Collections.Generic.List`1<FairyGUI.GPathPoint>
struct List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E;
// System.Collections.Generic.List`1<FairyGUI.NMaterial>
struct List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D;
// System.Collections.Generic.List`1<FairyGUI.NMaterial>[]
struct List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456;
// System.Collections.Generic.List`1<FairyGUI.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// System.Collections.Generic.List`1<FairyGUI.PackageItem>
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822;
// System.Collections.Generic.List`1<FairyGUI.RelationDef>
struct List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146;
// System.Collections.Generic.List`1<FairyGUI.RelationItem>
struct List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D;
// 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.UIPackage>
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
// System.Collections.Generic.List`1<System.Char>
struct List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5;
// 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.Single>
struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E;
// 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.Vector2>
struct List_1_t7EF66508193EA1747FD65EC53012A60FF1697964;
// 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.VertexBuffer>
struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// 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.String[][]
struct StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C;
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB;
// UnityEngine.AudioClip/PCMSetPositionCallback
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Gradient
struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshCollider
struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4;
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA;
// UnityEngine.Sprite
struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
IL2CPP_EXTERN_C RuntimeClass* BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_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* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_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* IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7EF66508193EA1747FD65EC53012A60FF1697964_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_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* VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____007B00E34209B4455CE53672DEBFC48AD71826C7_0_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____03A095F9656AAECD356A9BB7678E1049B80A7634_1_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____087C2FB428952F5A6F9B4BA7B31019344382A2F7_2_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____279F628214A27FCE96C9A6A1C7E8079091509C60_7_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____383F819F26286BE8253A93B33225C2789B500FAA_9_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3B773972479C38582ED076B0294CB801B14EBCB8_11_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____40C8B4499FB123D4600247361F1D311B5B786EFC_13_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____45E887FCADFD2D2A201151E57F41722228E25191_15_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6818C542B63B905DA7AA3E792496006A79F2AF9A_16_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____797D7400516FFD35D49EB1BAF960660F46667662_19_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8029B4BFD3AA93C76711AF616C14163A1456D360_21_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____80B74EA5D41848E8432CEAFA9961AC11263301F1_23_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____98DC13D2837951F7E90A7317F587453B3641AEF8_27_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9CFFD52FD0E555EE90F7563881D85243554810B3_28_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9DB9891E900FED075409C1116FB43BE2A5C99CE3_29_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____AD6701E75A5CF7306C0EE9691368B44A5289E170_33_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____C4CE4356C59D41913E1D60E4497C031B67B1B86B_36_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D4BDB99F00532ACDB317B92D161D27C7448A01FD_38_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____E9F4121A731C95C166E9FAEF48EC5D95FB224445_42_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____EF711242CC520CD5836CD071EF05A5DC78CA34D7_43_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FE6C78086F5333BA3E88D035426FC0244E8FC585_45_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FF8523802A3ADEB52E78A9CF613AA30033944FE6_46_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral1D142ADD1EBA80E95526BFE4D29BEB4D2B2FDCD1;
IL2CPP_EXTERN_C String_t* _stringLiteral24ED7B0EEDEADB0ED278E6BA7FB5E93EB4895A06;
IL2CPP_EXTERN_C String_t* _stringLiteral27471B7A64C7E059B0BA89E0FB9E48AFA99B6548;
IL2CPP_EXTERN_C String_t* _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7;
IL2CPP_EXTERN_C String_t* _stringLiteral3AFBDB3D4E411EA6DA27A39ED5DC06757742E25D;
IL2CPP_EXTERN_C String_t* _stringLiteral3D40E1546802C5D1498FBDB6CF352AEEE82B7134;
IL2CPP_EXTERN_C String_t* _stringLiteral3DDEC39941440D88FA1BC9229601B0A6CD94A169;
IL2CPP_EXTERN_C String_t* _stringLiteral3E1EF58475AECE1A2D561996553DE1F2EBB5C051;
IL2CPP_EXTERN_C String_t* _stringLiteral4CC0A930CFC2D87ECB6EE3C3A24E631B86582F7A;
IL2CPP_EXTERN_C String_t* _stringLiteral5335FEFC87999E1BE83930ABB633D46D8E1017E9;
IL2CPP_EXTERN_C String_t* _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787;
IL2CPP_EXTERN_C String_t* _stringLiteral58C4A3206CA3E20433B647AD48CB4FBAF151D5EF;
IL2CPP_EXTERN_C String_t* _stringLiteral691EA9452F9F27EC71AB0726C4757BCE004B4DED;
IL2CPP_EXTERN_C String_t* _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C;
IL2CPP_EXTERN_C String_t* _stringLiteral7D63D53BEB2221C51FE9A6EECD044AEB78D952A3;
IL2CPP_EXTERN_C String_t* _stringLiteral843C2EAC6626DBED487A80B589FB76F047AA68C8;
IL2CPP_EXTERN_C String_t* _stringLiteral85F81D09EAB0BD38C0580B562FEFEFB77664CAE8;
IL2CPP_EXTERN_C String_t* _stringLiteral966250E6212D85349D5C41B68500F3084EF56F82;
IL2CPP_EXTERN_C String_t* _stringLiteral9D353BE3C641CF436D244063C23C2AEB2624DE52;
IL2CPP_EXTERN_C String_t* _stringLiteralB6AF838F2104B3F16A97C65CC804C44EDC5F0C47;
IL2CPP_EXTERN_C String_t* _stringLiteralBBB4C80179B3654BB690DAF6172753181273D4A4;
IL2CPP_EXTERN_C String_t* _stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB;
IL2CPP_EXTERN_C String_t* _stringLiteralCAAD5F1D85DF3ED91E823FE73FAB29FD673B6D78;
IL2CPP_EXTERN_C String_t* _stringLiteralCB0F25AC9D3ADE27EAFFB582AF54E3C3D017E845;
IL2CPP_EXTERN_C String_t* _stringLiteralD83626F95D8825286A50AB33EF6C930E6407D865;
IL2CPP_EXTERN_C String_t* _stringLiteralE8F563E80B23D444F46CCFFB3E2F32466A26696E;
IL2CPP_EXTERN_C String_t* _stringLiteralF9967F5B1993E5CB8B826296BEB9CB857F6507D3;
IL2CPP_EXTERN_C String_t* _stringLiteralFC66FAE220AB6F413F0FBB79E64249FA18984538;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m42D7CB44F13A7824EA1E6AF5DE8B239CBFED4912_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mD288E53573EA7DAF452C41F3371B630B7899811C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0F6CCCBDF901C4AA50AFE8DFC5978AC16044A30A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3F899F5B814FEF8C238145E65463D2C61B9E683C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m117DBA827C1519DD070DCE71CDC0D5884D1D40EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6A451654E978DFA0C4E9F35EC9DB462588E02C65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m04990554E8F515DD150E8A845F040D7C0F331518_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC1D443241EEB660844DB8D850A61D7F249BA4ABF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m40A3A72D73B66D5EB093C6BBE23C2E9D2626600A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mEE3EF1E1FB8A8758BB2F60E987A5A1D817834593_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m61D0568020E919A81262C87BB8FF72884FE3105B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m980D2F68A698CE1B4CFED988FEDE610F998FCAF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA1CE78F6F990CF62C39DBBBAD017B1C1A57C52A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m128438306F7664AF7D93680EF7F527543B82F4A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m397E16600D8AA9F7B003B7353BC7B3FED6690084_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mDC290EBD7D834A95139C5D160C72609DA7AD10CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m87F804CE762D4F86CD7E50140C612E78EB9C7199_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD8D0EA24D98859418CD694248A79DB34BA698BA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m1D039AAD8D84B7E39AAE14B1E05D4D9C90594A2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m08357DABF31693759FA56DF59DA72CD01E57D7DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31_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_mF1545D7B01CEDA3B242633F65C216EBBBC314C06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_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_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_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_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PopupMenu___addedToStage_mF093C59CD6FC72EFE464C7995B6875FCDDB653A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_RuntimeMethod_var;
IL2CPP_EXTERN_C const uint32_t LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineMesh_OnPopulateMesh_mF939922F409E5AFB8F32490B6F6D6ABE7EBE79B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineMesh__cctor_mAB6D67632497B0A98C801A478B5103E9F6B4C158_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineMesh__ctor_m471674AC7315F795421FE06351E01ECECA523282_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListItemProvider_BeginInvoke_m01E933F7A9838144ED57122CC713B71DFE14AA40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListItemRenderer_BeginInvoke_m2A6827C614C446332AD88B1A4C57313D3872C31B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture_Cancel_m71DDA23279B7F8A771FC241D7FB0EA039E9E5048_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture__cctor_m5FA7815931E49AEBBEEDDBACA7AAC57EB3A7E810_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LongPressGesture__ctor_m7BEAD594B3996553966D5E5C647AAA5211D07440_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MaterialManager_CreateMaterial_m4BED69487D3B11B8EA2E6026ABCB8479F0012316_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MaterialManager_RefreshMaterials_mE8DAF24D06BE88FBBC772458A2C88C43A3015B34_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MaterialManager__cctor_mAD9F517B4C839086609BFB2CA2416362E2DD39E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MaterialManager__ctor_m13B4384CDA716947B613DB41A2B65DC575DB57CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MeshColliderHitTest_HitTest_m8B010ED4D862096C813A95F5504DC9F79F4A2678_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip_Advance_m05E80CD015D01A2BB7A937A7A10037D4488D2D5C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip__ctor_m0B9EA211D032FECC5F7E76483F5B30AC94A35802_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MovieClip_get_onPlayEnd_mF900CBA8E89ECB18D28C0A6023A8F87D73127FBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_ChangeAlpha_m59C59B56D3C8156A75E945FD61649F8EA13D2AE7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_OnPopulateMesh_m1A8E79872724AE0BA40489E4E802D8EBBC07190E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_Tint_mA6F19B6CEAA76F2EF9324A0AB473A50DF99D2740_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics__PreUpdateMask_m6D1E04627E91D3D2752BC47840EE7B2A974AC228_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NMaterial__ctor_mEDB4091A8B63169FD8AEC39D9DE92AA66BEEEFBE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_DestroyMaterialManager_mE9B58C3A09020A83F99EB7E596FD850506F5842B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_DestroyMaterials_mE01A4D9415C5D3C759BDD0908097F9D146F5FC0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_DisposeEmpty_m9BCFED7A3560858ACFD265F6BE9DBC8D6BA260C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PinchGesture__ctor_m55FC0B2736EBD35D838BA65B16B6EE411F78A75D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PixelHitTest_HitTest_m3769AAC0AE83951F30D1667E148F652C1AB222D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PlaneMesh_OnPopulateMesh_mB72047341009E009C0D25765182EE529BEE6D623_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PolygonMesh_Add_mD49EAECB069ABB42FBC0BE5564172FD4C3E53940_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PolygonMesh_Add_mF8FAB5E67FE0B14847AECB54BFCC55627CB775CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PolygonMesh_HitTest_mCC6CBC8E87B281B0351F95F992C52C9E626E3C51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PolygonMesh_OnPopulateMesh_mE2A5947396F58B59438D39C91974E6A183859B74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PolygonMesh__cctor_mFCE7D39EAABEE0ADDDAD1DF333712E05F8EC5533_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PolygonMesh__ctor_m2AAA5C822FE8AC33FF08C6D39E9305DDB0BF59FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItemAt_mB6CBEB35CB1E49A9D73DBD3DEA7D0B307A217384_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItemAt_mBB38541794C259A5B4A6D2FC8934984C5E0A8BDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItem_mB35AF8140FB95C640512B81663D92E502FECAF80_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItem_mD7F84802BF08416A36CE88925EF12D6A37ECEA4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_AddSeperator_m0489147CB30D1AF56D189816CAAF6F94B5D0AB1A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_SetItemCheckable_mA840497E133D65EAB280E25522615FFE22F04574_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_SetItemChecked_m275E8C3FE26EB67E3D55B860B56A64F73B1CB61E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_Show_mCF2BFB9DC7537882190237C7FDC747368CD33E4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PopupMenu_isItemChecked_m9C4FD89A180C05B898EEC998D2C3CFC7605EF54F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_ConvertLineL_mF732838A5E91FCD934C856CD3EFE867C7AAF0D06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_ConvertLineR_mC8694CF545CBFC0AFF58B1D5F7322A369E511BBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_DetectTextDirection_m1C0B916A90F3C009D0038DF7F87F64EBBD758BB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_DoMapping_mBC4655579A5D15770DD809A50F01B080AEEE9D4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport_InitChars_mC9E4220F864DE06615083C269DCDCDFCE44FEDB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport__IsEndPunctuation_m493255A3E1C31799C192114918B1435029F360D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RTLSupport__cctor_m6EBCF09FBF868ADF47370CF045C3ABA394A1A740_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RectMesh_HitTest_m91B826995009D417D2A29D19A2F2602140C87412_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RectMesh_OnPopulateMesh_m5FB583FF19AD30D1D6546940E7955E1078D1FB3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RegularPolygonMesh_HitTest_m460BD3BC90E44311F203BAEB226B434EF02C90CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RegularPolygonMesh_OnPopulateMesh_m10CD47AC16AA574F5DE8433A4633F8D464B4ACFA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_AddRefTarget_mB6291E44ED38C5462DB1C8B18E760B3B971EA309_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_ApplyOnSelfSizeChanged_m5E43A50876809E166A30AF27269A956931356B0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_CopyFrom_mDD8A144D46C3C8CF4D363AEEA728A2254FC27D58_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RelationItem_get_isEmpty_mF1C4AFE97EDD56A8D3E153D8808B96234D0D1D8B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_Add_mDAA559ED7F5AEA961CD8686E8E9DEF0FE33D6C6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_ClearFor_m637C2836CB1304759565A307F90C375EB29DB539_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_Contains_mA2FEA8245BB5247544BB571F632A46DDAA5C1F3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_CopyFrom_mAA2338DF61D7B7AD917C8C363B9DCC4C3A9D985F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_OnOwnerSizeChanged_m333AC0B520BBCD6A064F95EADEE9A9A0BA149238_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_Remove_m91B97D6EF73C95493047E9917F51D22905365ECC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_Setup_mE315B3DF345ACED83631106500CE9DB512EFD0CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations__ctor_m7D8D1B5FA3028A9E909A0CA780E5D4CF5F981F00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Relations_get_isEmpty_m03C04453C355CA287E22E69E01218EE82574BB39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField_GetHtmlElementAt_m2942096CD0C591E00BF85ECCEC4DFD11EA229386_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField_GetHtmlElement_mF8A6923B403ADE3D121BCB6EF5465651E837D31D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField_RefreshObjects_m7E2E1A4953D417FD40DC89AD6BC36F5EF2EBE0B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RichTextField_get_htmlElementCount_mE398D110BD9CA7E6E011E47F01EB154A37F031C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RotationGesture__ctor_m62CA651C20C125D53E93AFC58279C429A4833905_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RoundedRectMesh_HitTest_m0106FD85604D9D5ED1F9F1A006892436B9854E0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RoundedRectMesh_OnPopulateMesh_m611BDAE9FEA6D70E1ABA0AF62876786CED851867_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A;
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F;
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.BlendModeUtils
struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE : public RuntimeObject
{
public:
public:
};
struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields
{
public:
// FairyGUI.BlendModeUtils_BlendFactor[] FairyGUI.BlendModeUtils::Factors
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* ___Factors_0;
public:
inline static int32_t get_offset_of_Factors_0() { return static_cast<int32_t>(offsetof(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields, ___Factors_0)); }
inline BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* get_Factors_0() const { return ___Factors_0; }
inline BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A** get_address_of_Factors_0() { return &___Factors_0; }
inline void set_Factors_0(BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* value)
{
___Factors_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Factors_0), (void*)value);
}
};
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 : public RuntimeObject
{
public:
// UnityEngine.Collider FairyGUI.ColliderHitTest::collider
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___collider_0;
public:
inline static int32_t get_offset_of_collider_0() { return static_cast<int32_t>(offsetof(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67, ___collider_0)); }
inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * get_collider_0() const { return ___collider_0; }
inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF ** get_address_of_collider_0() { return &___collider_0; }
inline void set_collider_0(Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * value)
{
___collider_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collider_0), (void*)value);
}
};
// FairyGUI.ControllerAction
struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 : public RuntimeObject
{
public:
// System.String[] FairyGUI.ControllerAction::fromPage
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fromPage_0;
// System.String[] FairyGUI.ControllerAction::toPage
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___toPage_1;
public:
inline static int32_t get_offset_of_fromPage_0() { return static_cast<int32_t>(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___fromPage_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fromPage_0() const { return ___fromPage_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fromPage_0() { return &___fromPage_0; }
inline void set_fromPage_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___fromPage_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fromPage_0), (void*)value);
}
inline static int32_t get_offset_of_toPage_1() { return static_cast<int32_t>(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___toPage_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_toPage_1() const { return ___toPage_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_toPage_1() { return &___toPage_1; }
inline void set_toPage_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___toPage_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___toPage_1), (void*)value);
}
};
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject
{
public:
// FairyGUI.EventDispatcher FairyGUI.EventContext::<sender>k__BackingField
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0;
// System.Object FairyGUI.EventContext::<initiator>k__BackingField
RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1;
// FairyGUI.InputEvent FairyGUI.EventContext::<inputEvent>k__BackingField
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___U3CinputEventU3Ek__BackingField_2;
// System.String FairyGUI.EventContext::type
String_t* ___type_3;
// System.Object FairyGUI.EventContext::data
RuntimeObject * ___data_4;
// System.Boolean FairyGUI.EventContext::_defaultPrevented
bool ____defaultPrevented_5;
// System.Boolean FairyGUI.EventContext::_stopsPropagation
bool ____stopsPropagation_6;
// System.Boolean FairyGUI.EventContext::_touchCapture
bool ____touchCapture_7;
// System.Collections.Generic.List`1<FairyGUI.EventBridge> FairyGUI.EventContext::callChain
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8;
public:
inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CsenderU3Ek__BackingField_0)); }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * get_U3CsenderU3Ek__BackingField_0() const { return ___U3CsenderU3Ek__BackingField_0; }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 ** get_address_of_U3CsenderU3Ek__BackingField_0() { return &___U3CsenderU3Ek__BackingField_0; }
inline void set_U3CsenderU3Ek__BackingField_0(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * value)
{
___U3CsenderU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsenderU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CinitiatorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinitiatorU3Ek__BackingField_1)); }
inline RuntimeObject * get_U3CinitiatorU3Ek__BackingField_1() const { return ___U3CinitiatorU3Ek__BackingField_1; }
inline RuntimeObject ** get_address_of_U3CinitiatorU3Ek__BackingField_1() { return &___U3CinitiatorU3Ek__BackingField_1; }
inline void set_U3CinitiatorU3Ek__BackingField_1(RuntimeObject * value)
{
___U3CinitiatorU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinitiatorU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CinputEventU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinputEventU3Ek__BackingField_2)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_U3CinputEventU3Ek__BackingField_2() const { return ___U3CinputEventU3Ek__BackingField_2; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_U3CinputEventU3Ek__BackingField_2() { return &___U3CinputEventU3Ek__BackingField_2; }
inline void set_U3CinputEventU3Ek__BackingField_2(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___U3CinputEventU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputEventU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___type_3)); }
inline String_t* get_type_3() const { return ___type_3; }
inline String_t** get_address_of_type_3() { return &___type_3; }
inline void set_type_3(String_t* value)
{
___type_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of__defaultPrevented_5() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____defaultPrevented_5)); }
inline bool get__defaultPrevented_5() const { return ____defaultPrevented_5; }
inline bool* get_address_of__defaultPrevented_5() { return &____defaultPrevented_5; }
inline void set__defaultPrevented_5(bool value)
{
____defaultPrevented_5 = value;
}
inline static int32_t get_offset_of__stopsPropagation_6() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____stopsPropagation_6)); }
inline bool get__stopsPropagation_6() const { return ____stopsPropagation_6; }
inline bool* get_address_of__stopsPropagation_6() { return &____stopsPropagation_6; }
inline void set__stopsPropagation_6(bool value)
{
____stopsPropagation_6 = value;
}
inline static int32_t get_offset_of__touchCapture_7() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____touchCapture_7)); }
inline bool get__touchCapture_7() const { return ____touchCapture_7; }
inline bool* get_address_of__touchCapture_7() { return &____touchCapture_7; }
inline void set__touchCapture_7(bool value)
{
____touchCapture_7 = value;
}
inline static int32_t get_offset_of_callChain_8() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___callChain_8)); }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 * get_callChain_8() const { return ___callChain_8; }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 ** get_address_of_callChain_8() { return &___callChain_8; }
inline void set_callChain_8(List_1_t96F9041444F491A9089B15870662D9839D1B9728 * value)
{
___callChain_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callChain_8), (void*)value);
}
};
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.EventContext> FairyGUI.EventContext::pool
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9;
public:
inline static int32_t get_offset_of_pool_9() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields, ___pool_9)); }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * get_pool_9() const { return ___pool_9; }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A ** get_address_of_pool_9() { return &___pool_9; }
inline void set_pool_9(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * value)
{
___pool_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pool_9), (void*)value);
}
};
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge> FairyGUI.EventDispatcher::_dic
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0;
public:
inline static int32_t get_offset_of__dic_0() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7, ____dic_0)); }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * get__dic_0() const { return ____dic_0; }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B ** get_address_of__dic_0() { return &____dic_0; }
inline void set__dic_0(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * value)
{
____dic_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dic_0), (void*)value);
}
};
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields
{
public:
// FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___sCurrentInputEvent_1;
public:
inline static int32_t get_offset_of_sCurrentInputEvent_1() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields, ___sCurrentInputEvent_1)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_sCurrentInputEvent_1() const { return ___sCurrentInputEvent_1; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_sCurrentInputEvent_1() { return &___sCurrentInputEvent_1; }
inline void set_sCurrentInputEvent_1(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___sCurrentInputEvent_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sCurrentInputEvent_1), (void*)value);
}
};
// FairyGUI.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.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<FairyGUI.GPath_Segment> FairyGUI.GPath::_segments
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * ____segments_0;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.GPath::_points
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ____points_1;
// System.Single FairyGUI.GPath::_fullLength
float ____fullLength_2;
public:
inline static int32_t get_offset_of__segments_0() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____segments_0)); }
inline List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * get__segments_0() const { return ____segments_0; }
inline List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 ** get_address_of__segments_0() { return &____segments_0; }
inline void set__segments_0(List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * value)
{
____segments_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____segments_0), (void*)value);
}
inline static int32_t get_offset_of__points_1() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____points_1)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get__points_1() const { return ____points_1; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of__points_1() { return &____points_1; }
inline void set__points_1(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
____points_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____points_1), (void*)value);
}
inline static int32_t get_offset_of__fullLength_2() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____fullLength_2)); }
inline float get__fullLength_2() const { return ____fullLength_2; }
inline float* get_address_of__fullLength_2() { return &____fullLength_2; }
inline void set__fullLength_2(float value)
{
____fullLength_2 = value;
}
};
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields
{
public:
// System.Collections.Generic.List`1<FairyGUI.GPathPoint> FairyGUI.GPath::helperList
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * ___helperList_3;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.GPath::splinePoints
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___splinePoints_4;
public:
inline static int32_t get_offset_of_helperList_3() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields, ___helperList_3)); }
inline List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * get_helperList_3() const { return ___helperList_3; }
inline List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E ** get_address_of_helperList_3() { return &___helperList_3; }
inline void set_helperList_3(List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * value)
{
___helperList_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___helperList_3), (void*)value);
}
inline static int32_t get_offset_of_splinePoints_4() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields, ___splinePoints_4)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_splinePoints_4() const { return ___splinePoints_4; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_splinePoints_4() { return &___splinePoints_4; }
inline void set_splinePoints_4(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___splinePoints_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___splinePoints_4), (void*)value);
}
};
// FairyGUI.LineMesh
struct LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241 : public RuntimeObject
{
public:
// FairyGUI.GPath FairyGUI.LineMesh::path
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ___path_0;
// System.Single FairyGUI.LineMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.AnimationCurve FairyGUI.LineMesh::lineWidthCurve
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * ___lineWidthCurve_2;
// UnityEngine.Gradient FairyGUI.LineMesh::gradient
Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * ___gradient_3;
// System.Boolean FairyGUI.LineMesh::roundEdge
bool ___roundEdge_4;
// System.Single FairyGUI.LineMesh::fillStart
float ___fillStart_5;
// System.Single FairyGUI.LineMesh::fillEnd
float ___fillEnd_6;
// System.Single FairyGUI.LineMesh::pointDensity
float ___pointDensity_7;
public:
inline static int32_t get_offset_of_path_0() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___path_0)); }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * get_path_0() const { return ___path_0; }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 ** get_address_of_path_0() { return &___path_0; }
inline void set_path_0(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * value)
{
___path_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value);
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineWidthCurve_2() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___lineWidthCurve_2)); }
inline AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * get_lineWidthCurve_2() const { return ___lineWidthCurve_2; }
inline AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C ** get_address_of_lineWidthCurve_2() { return &___lineWidthCurve_2; }
inline void set_lineWidthCurve_2(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * value)
{
___lineWidthCurve_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lineWidthCurve_2), (void*)value);
}
inline static int32_t get_offset_of_gradient_3() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___gradient_3)); }
inline Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * get_gradient_3() const { return ___gradient_3; }
inline Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A ** get_address_of_gradient_3() { return &___gradient_3; }
inline void set_gradient_3(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * value)
{
___gradient_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gradient_3), (void*)value);
}
inline static int32_t get_offset_of_roundEdge_4() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___roundEdge_4)); }
inline bool get_roundEdge_4() const { return ___roundEdge_4; }
inline bool* get_address_of_roundEdge_4() { return &___roundEdge_4; }
inline void set_roundEdge_4(bool value)
{
___roundEdge_4 = value;
}
inline static int32_t get_offset_of_fillStart_5() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___fillStart_5)); }
inline float get_fillStart_5() const { return ___fillStart_5; }
inline float* get_address_of_fillStart_5() { return &___fillStart_5; }
inline void set_fillStart_5(float value)
{
___fillStart_5 = value;
}
inline static int32_t get_offset_of_fillEnd_6() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___fillEnd_6)); }
inline float get_fillEnd_6() const { return ___fillEnd_6; }
inline float* get_address_of_fillEnd_6() { return &___fillEnd_6; }
inline void set_fillEnd_6(float value)
{
___fillEnd_6 = value;
}
inline static int32_t get_offset_of_pointDensity_7() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___pointDensity_7)); }
inline float get_pointDensity_7() const { return ___pointDensity_7; }
inline float* get_address_of_pointDensity_7() { return &___pointDensity_7; }
inline void set_pointDensity_7(float value)
{
___pointDensity_7 = value;
}
};
struct LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields
{
public:
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.LineMesh::points
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___points_8;
// System.Collections.Generic.List`1<System.Single> FairyGUI.LineMesh::ts
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * ___ts_9;
public:
inline static int32_t get_offset_of_points_8() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields, ___points_8)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_points_8() const { return ___points_8; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_points_8() { return &___points_8; }
inline void set_points_8(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___points_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___points_8), (void*)value);
}
inline static int32_t get_offset_of_ts_9() { return static_cast<int32_t>(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields, ___ts_9)); }
inline List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * get_ts_9() const { return ___ts_9; }
inline List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E ** get_address_of_ts_9() { return &___ts_9; }
inline void set_ts_9(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * value)
{
___ts_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ts_9), (void*)value);
}
};
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 : public RuntimeObject
{
public:
// FairyGUI.NTexture FairyGUI.MaterialManager::_texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_0;
// UnityEngine.Shader FairyGUI.MaterialManager::_shader
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ____shader_1;
// System.String[] FairyGUI.MaterialManager::_keywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____keywords_2;
// System.Collections.Generic.List`1<FairyGUI.NMaterial>[] FairyGUI.MaterialManager::_materials
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* ____materials_3;
// System.String FairyGUI.MaterialManager::_managerKey
String_t* ____managerKey_4;
public:
inline static int32_t get_offset_of__texture_0() { return static_cast<int32_t>(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____texture_0)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_0() const { return ____texture_0; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_0() { return &____texture_0; }
inline void set__texture_0(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____texture_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_0), (void*)value);
}
inline static int32_t get_offset_of__shader_1() { return static_cast<int32_t>(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____shader_1)); }
inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * get__shader_1() const { return ____shader_1; }
inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA ** get_address_of__shader_1() { return &____shader_1; }
inline void set__shader_1(Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * value)
{
____shader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shader_1), (void*)value);
}
inline static int32_t get_offset_of__keywords_2() { return static_cast<int32_t>(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____keywords_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__keywords_2() const { return ____keywords_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__keywords_2() { return &____keywords_2; }
inline void set__keywords_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____keywords_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keywords_2), (void*)value);
}
inline static int32_t get_offset_of__materials_3() { return static_cast<int32_t>(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____materials_3)); }
inline List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* get__materials_3() const { return ____materials_3; }
inline List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456** get_address_of__materials_3() { return &____materials_3; }
inline void set__materials_3(List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* value)
{
____materials_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materials_3), (void*)value);
}
inline static int32_t get_offset_of__managerKey_4() { return static_cast<int32_t>(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____managerKey_4)); }
inline String_t* get__managerKey_4() const { return ____managerKey_4; }
inline String_t** get_address_of__managerKey_4() { return &____managerKey_4; }
inline void set__managerKey_4(String_t* value)
{
____managerKey_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____managerKey_4), (void*)value);
}
};
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_StaticFields
{
public:
// System.String[][] FairyGUI.MaterialManager::internalKeywords
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* ___internalKeywords_5;
public:
inline static int32_t get_offset_of_internalKeywords_5() { return static_cast<int32_t>(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_StaticFields, ___internalKeywords_5)); }
inline StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* get_internalKeywords_5() const { return ___internalKeywords_5; }
inline StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F** get_address_of_internalKeywords_5() { return &___internalKeywords_5; }
inline void set_internalKeywords_5(StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* value)
{
___internalKeywords_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___internalKeywords_5), (void*)value);
}
};
// FairyGUI.MovieClip_Frame
struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B : public RuntimeObject
{
public:
// FairyGUI.NTexture FairyGUI.MovieClip_Frame::texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_0;
// System.Single FairyGUI.MovieClip_Frame::addDelay
float ___addDelay_1;
public:
inline static int32_t get_offset_of_texture_0() { return static_cast<int32_t>(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___texture_0)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_0() const { return ___texture_0; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_0() { return &___texture_0; }
inline void set_texture_0(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___texture_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texture_0), (void*)value);
}
inline static int32_t get_offset_of_addDelay_1() { return static_cast<int32_t>(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___addDelay_1)); }
inline float get_addDelay_1() const { return ___addDelay_1; }
inline float* get_address_of_addDelay_1() { return &___addDelay_1; }
inline void set_addDelay_1(float value)
{
___addDelay_1 = value;
}
};
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 : public RuntimeObject
{
public:
// FairyGUI.Controller FairyGUI.PageOption::_controller
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____controller_0;
// System.String FairyGUI.PageOption::_id
String_t* ____id_1;
public:
inline static int32_t get_offset_of__controller_0() { return static_cast<int32_t>(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____controller_0)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__controller_0() const { return ____controller_0; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__controller_0() { return &____controller_0; }
inline void set__controller_0(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____controller_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controller_0), (void*)value);
}
inline static int32_t get_offset_of__id_1() { return static_cast<int32_t>(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____id_1)); }
inline String_t* get__id_1() const { return ____id_1; }
inline String_t** get_address_of__id_1() { return &____id_1; }
inline void set__id_1(String_t* value)
{
____id_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____id_1), (void*)value);
}
};
// FairyGUI.PixelHitTest
struct PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B : public RuntimeObject
{
public:
// System.Int32 FairyGUI.PixelHitTest::offsetX
int32_t ___offsetX_0;
// System.Int32 FairyGUI.PixelHitTest::offsetY
int32_t ___offsetY_1;
// System.Single FairyGUI.PixelHitTest::sourceWidth
float ___sourceWidth_2;
// System.Single FairyGUI.PixelHitTest::sourceHeight
float ___sourceHeight_3;
// FairyGUI.PixelHitTestData FairyGUI.PixelHitTest::_data
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ____data_4;
public:
inline static int32_t get_offset_of_offsetX_0() { return static_cast<int32_t>(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___offsetX_0)); }
inline int32_t get_offsetX_0() const { return ___offsetX_0; }
inline int32_t* get_address_of_offsetX_0() { return &___offsetX_0; }
inline void set_offsetX_0(int32_t value)
{
___offsetX_0 = value;
}
inline static int32_t get_offset_of_offsetY_1() { return static_cast<int32_t>(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___offsetY_1)); }
inline int32_t get_offsetY_1() const { return ___offsetY_1; }
inline int32_t* get_address_of_offsetY_1() { return &___offsetY_1; }
inline void set_offsetY_1(int32_t value)
{
___offsetY_1 = value;
}
inline static int32_t get_offset_of_sourceWidth_2() { return static_cast<int32_t>(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___sourceWidth_2)); }
inline float get_sourceWidth_2() const { return ___sourceWidth_2; }
inline float* get_address_of_sourceWidth_2() { return &___sourceWidth_2; }
inline void set_sourceWidth_2(float value)
{
___sourceWidth_2 = value;
}
inline static int32_t get_offset_of_sourceHeight_3() { return static_cast<int32_t>(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___sourceHeight_3)); }
inline float get_sourceHeight_3() const { return ___sourceHeight_3; }
inline float* get_address_of_sourceHeight_3() { return &___sourceHeight_3; }
inline void set_sourceHeight_3(float value)
{
___sourceHeight_3 = value;
}
inline static int32_t get_offset_of__data_4() { return static_cast<int32_t>(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ____data_4)); }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * get__data_4() const { return ____data_4; }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 ** get_address_of__data_4() { return &____data_4; }
inline void set__data_4(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * value)
{
____data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_4), (void*)value);
}
};
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.PixelHitTestData::pixelWidth
int32_t ___pixelWidth_0;
// System.Single FairyGUI.PixelHitTestData::scale
float ___scale_1;
// System.Byte[] FairyGUI.PixelHitTestData::pixels
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___pixels_2;
// System.Int32 FairyGUI.PixelHitTestData::pixelsLength
int32_t ___pixelsLength_3;
// System.Int32 FairyGUI.PixelHitTestData::pixelsOffset
int32_t ___pixelsOffset_4;
public:
inline static int32_t get_offset_of_pixelWidth_0() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelWidth_0)); }
inline int32_t get_pixelWidth_0() const { return ___pixelWidth_0; }
inline int32_t* get_address_of_pixelWidth_0() { return &___pixelWidth_0; }
inline void set_pixelWidth_0(int32_t value)
{
___pixelWidth_0 = value;
}
inline static int32_t get_offset_of_scale_1() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___scale_1)); }
inline float get_scale_1() const { return ___scale_1; }
inline float* get_address_of_scale_1() { return &___scale_1; }
inline void set_scale_1(float value)
{
___scale_1 = value;
}
inline static int32_t get_offset_of_pixels_2() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixels_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_pixels_2() const { return ___pixels_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_pixels_2() { return &___pixels_2; }
inline void set_pixels_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___pixels_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pixels_2), (void*)value);
}
inline static int32_t get_offset_of_pixelsLength_3() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsLength_3)); }
inline int32_t get_pixelsLength_3() const { return ___pixelsLength_3; }
inline int32_t* get_address_of_pixelsLength_3() { return &___pixelsLength_3; }
inline void set_pixelsLength_3(int32_t value)
{
___pixelsLength_3 = value;
}
inline static int32_t get_offset_of_pixelsOffset_4() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsOffset_4)); }
inline int32_t get_pixelsOffset_4() const { return ___pixelsOffset_4; }
inline int32_t* get_address_of_pixelsOffset_4() { return &___pixelsOffset_4; }
inline void set_pixelsOffset_4(int32_t value)
{
___pixelsOffset_4 = value;
}
};
// FairyGUI.PlaneMesh
struct PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C : public RuntimeObject
{
public:
// System.Int32 FairyGUI.PlaneMesh::gridSize
int32_t ___gridSize_0;
public:
inline static int32_t get_offset_of_gridSize_0() { return static_cast<int32_t>(offsetof(PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C, ___gridSize_0)); }
inline int32_t get_gridSize_0() const { return ___gridSize_0; }
inline int32_t* get_address_of_gridSize_0() { return &___gridSize_0; }
inline void set_gridSize_0(int32_t value)
{
___gridSize_0 = value;
}
};
// FairyGUI.PopupMenu
struct PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 : public RuntimeObject
{
public:
// FairyGUI.GComponent FairyGUI.PopupMenu::_contentPane
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____contentPane_0;
// FairyGUI.GList FairyGUI.PopupMenu::_list
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ____list_1;
public:
inline static int32_t get_offset_of__contentPane_0() { return static_cast<int32_t>(offsetof(PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8, ____contentPane_0)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__contentPane_0() const { return ____contentPane_0; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__contentPane_0() { return &____contentPane_0; }
inline void set__contentPane_0(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____contentPane_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentPane_0), (void*)value);
}
inline static int32_t get_offset_of__list_1() { return static_cast<int32_t>(offsetof(PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8, ____list_1)); }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get__list_1() const { return ____list_1; }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of__list_1() { return &____list_1; }
inline void set__list_1(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value)
{
____list_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____list_1), (void*)value);
}
};
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF : public RuntimeObject
{
public:
// FairyGUI.GObject FairyGUI.Relations::_owner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____owner_0;
// System.Collections.Generic.List`1<FairyGUI.RelationItem> FairyGUI.Relations::_items
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * ____items_1;
// FairyGUI.GObject FairyGUI.Relations::handling
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___handling_2;
public:
inline static int32_t get_offset_of__owner_0() { return static_cast<int32_t>(offsetof(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF, ____owner_0)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__owner_0() const { return ____owner_0; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__owner_0() { return &____owner_0; }
inline void set__owner_0(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value);
}
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF, ____items_1)); }
inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * get__items_1() const { return ____items_1; }
inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D ** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of_handling_2() { return static_cast<int32_t>(offsetof(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF, ___handling_2)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_handling_2() const { return ___handling_2; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_handling_2() { return &___handling_2; }
inline void set_handling_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___handling_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handling_2), (void*)value);
}
};
// FairyGUI.ShaderConfig
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A : public RuntimeObject
{
public:
public:
};
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields
{
public:
// FairyGUI.ShaderConfig_GetFunction FairyGUI.ShaderConfig::Get
GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * ___Get_0;
// System.String FairyGUI.ShaderConfig::imageShader
String_t* ___imageShader_1;
// System.String FairyGUI.ShaderConfig::textShader
String_t* ___textShader_2;
// System.String FairyGUI.ShaderConfig::bmFontShader
String_t* ___bmFontShader_3;
// FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::_properyIDs
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ____properyIDs_4;
public:
inline static int32_t get_offset_of_Get_0() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___Get_0)); }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * get_Get_0() const { return ___Get_0; }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA ** get_address_of_Get_0() { return &___Get_0; }
inline void set_Get_0(GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * value)
{
___Get_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Get_0), (void*)value);
}
inline static int32_t get_offset_of_imageShader_1() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___imageShader_1)); }
inline String_t* get_imageShader_1() const { return ___imageShader_1; }
inline String_t** get_address_of_imageShader_1() { return &___imageShader_1; }
inline void set_imageShader_1(String_t* value)
{
___imageShader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___imageShader_1), (void*)value);
}
inline static int32_t get_offset_of_textShader_2() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___textShader_2)); }
inline String_t* get_textShader_2() const { return ___textShader_2; }
inline String_t** get_address_of_textShader_2() { return &___textShader_2; }
inline void set_textShader_2(String_t* value)
{
___textShader_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textShader_2), (void*)value);
}
inline static int32_t get_offset_of_bmFontShader_3() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___bmFontShader_3)); }
inline String_t* get_bmFontShader_3() const { return ___bmFontShader_3; }
inline String_t** get_address_of_bmFontShader_3() { return &___bmFontShader_3; }
inline void set_bmFontShader_3(String_t* value)
{
___bmFontShader_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bmFontShader_3), (void*)value);
}
inline static int32_t get_offset_of__properyIDs_4() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ____properyIDs_4)); }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * get__properyIDs_4() const { return ____properyIDs_4; }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 ** get_address_of__properyIDs_4() { return &____properyIDs_4; }
inline void set__properyIDs_4(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * value)
{
____properyIDs_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____properyIDs_4), (void*)value);
}
};
// FairyGUI.ShaderConfig_PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipBox
int32_t ____ClipBox_0;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipSoftness
int32_t ____ClipSoftness_1;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_AlphaTex
int32_t ____AlphaTex_2;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilComp
int32_t ____StencilComp_3;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_Stencil
int32_t ____Stencil_4;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilOp
int32_t ____StencilOp_5;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilReadMask
int32_t ____StencilReadMask_6;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMask
int32_t ____ColorMask_7;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMatrix
int32_t ____ColorMatrix_8;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOffset
int32_t ____ColorOffset_9;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendSrcFactor
int32_t ____BlendSrcFactor_10;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendDstFactor
int32_t ____BlendDstFactor_11;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOption
int32_t ____ColorOption_12;
public:
inline static int32_t get_offset_of__ClipBox_0() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipBox_0)); }
inline int32_t get__ClipBox_0() const { return ____ClipBox_0; }
inline int32_t* get_address_of__ClipBox_0() { return &____ClipBox_0; }
inline void set__ClipBox_0(int32_t value)
{
____ClipBox_0 = value;
}
inline static int32_t get_offset_of__ClipSoftness_1() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipSoftness_1)); }
inline int32_t get__ClipSoftness_1() const { return ____ClipSoftness_1; }
inline int32_t* get_address_of__ClipSoftness_1() { return &____ClipSoftness_1; }
inline void set__ClipSoftness_1(int32_t value)
{
____ClipSoftness_1 = value;
}
inline static int32_t get_offset_of__AlphaTex_2() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____AlphaTex_2)); }
inline int32_t get__AlphaTex_2() const { return ____AlphaTex_2; }
inline int32_t* get_address_of__AlphaTex_2() { return &____AlphaTex_2; }
inline void set__AlphaTex_2(int32_t value)
{
____AlphaTex_2 = value;
}
inline static int32_t get_offset_of__StencilComp_3() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilComp_3)); }
inline int32_t get__StencilComp_3() const { return ____StencilComp_3; }
inline int32_t* get_address_of__StencilComp_3() { return &____StencilComp_3; }
inline void set__StencilComp_3(int32_t value)
{
____StencilComp_3 = value;
}
inline static int32_t get_offset_of__Stencil_4() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____Stencil_4)); }
inline int32_t get__Stencil_4() const { return ____Stencil_4; }
inline int32_t* get_address_of__Stencil_4() { return &____Stencil_4; }
inline void set__Stencil_4(int32_t value)
{
____Stencil_4 = value;
}
inline static int32_t get_offset_of__StencilOp_5() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilOp_5)); }
inline int32_t get__StencilOp_5() const { return ____StencilOp_5; }
inline int32_t* get_address_of__StencilOp_5() { return &____StencilOp_5; }
inline void set__StencilOp_5(int32_t value)
{
____StencilOp_5 = value;
}
inline static int32_t get_offset_of__StencilReadMask_6() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilReadMask_6)); }
inline int32_t get__StencilReadMask_6() const { return ____StencilReadMask_6; }
inline int32_t* get_address_of__StencilReadMask_6() { return &____StencilReadMask_6; }
inline void set__StencilReadMask_6(int32_t value)
{
____StencilReadMask_6 = value;
}
inline static int32_t get_offset_of__ColorMask_7() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMask_7)); }
inline int32_t get__ColorMask_7() const { return ____ColorMask_7; }
inline int32_t* get_address_of__ColorMask_7() { return &____ColorMask_7; }
inline void set__ColorMask_7(int32_t value)
{
____ColorMask_7 = value;
}
inline static int32_t get_offset_of__ColorMatrix_8() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMatrix_8)); }
inline int32_t get__ColorMatrix_8() const { return ____ColorMatrix_8; }
inline int32_t* get_address_of__ColorMatrix_8() { return &____ColorMatrix_8; }
inline void set__ColorMatrix_8(int32_t value)
{
____ColorMatrix_8 = value;
}
inline static int32_t get_offset_of__ColorOffset_9() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOffset_9)); }
inline int32_t get__ColorOffset_9() const { return ____ColorOffset_9; }
inline int32_t* get_address_of__ColorOffset_9() { return &____ColorOffset_9; }
inline void set__ColorOffset_9(int32_t value)
{
____ColorOffset_9 = value;
}
inline static int32_t get_offset_of__BlendSrcFactor_10() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendSrcFactor_10)); }
inline int32_t get__BlendSrcFactor_10() const { return ____BlendSrcFactor_10; }
inline int32_t* get_address_of__BlendSrcFactor_10() { return &____BlendSrcFactor_10; }
inline void set__BlendSrcFactor_10(int32_t value)
{
____BlendSrcFactor_10 = value;
}
inline static int32_t get_offset_of__BlendDstFactor_11() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendDstFactor_11)); }
inline int32_t get__BlendDstFactor_11() const { return ____BlendDstFactor_11; }
inline int32_t* get_address_of__BlendDstFactor_11() { return &____BlendDstFactor_11; }
inline void set__BlendDstFactor_11(int32_t value)
{
____BlendDstFactor_11 = value;
}
inline static int32_t get_offset_of__ColorOption_12() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOption_12)); }
inline int32_t get__ColorOption_12() const { return ____ColorOption_12; }
inline int32_t* get_address_of__ColorOption_12() { return &____ColorOption_12; }
inline void set__ColorOption_12(int32_t value)
{
____ColorOption_12 = value;
}
};
// FairyGUI.Stats
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 : public RuntimeObject
{
public:
public:
};
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields
{
public:
// System.Int32 FairyGUI.Stats::ObjectCount
int32_t ___ObjectCount_0;
// System.Int32 FairyGUI.Stats::GraphicsCount
int32_t ___GraphicsCount_1;
// System.Int32 FairyGUI.Stats::LatestObjectCreation
int32_t ___LatestObjectCreation_2;
// System.Int32 FairyGUI.Stats::LatestGraphicsCreation
int32_t ___LatestGraphicsCreation_3;
public:
inline static int32_t get_offset_of_ObjectCount_0() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___ObjectCount_0)); }
inline int32_t get_ObjectCount_0() const { return ___ObjectCount_0; }
inline int32_t* get_address_of_ObjectCount_0() { return &___ObjectCount_0; }
inline void set_ObjectCount_0(int32_t value)
{
___ObjectCount_0 = value;
}
inline static int32_t get_offset_of_GraphicsCount_1() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___GraphicsCount_1)); }
inline int32_t get_GraphicsCount_1() const { return ___GraphicsCount_1; }
inline int32_t* get_address_of_GraphicsCount_1() { return &___GraphicsCount_1; }
inline void set_GraphicsCount_1(int32_t value)
{
___GraphicsCount_1 = value;
}
inline static int32_t get_offset_of_LatestObjectCreation_2() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestObjectCreation_2)); }
inline int32_t get_LatestObjectCreation_2() const { return ___LatestObjectCreation_2; }
inline int32_t* get_address_of_LatestObjectCreation_2() { return &___LatestObjectCreation_2; }
inline void set_LatestObjectCreation_2(int32_t value)
{
___LatestObjectCreation_2 = value;
}
inline static int32_t get_offset_of_LatestGraphicsCreation_3() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestGraphicsCreation_3)); }
inline int32_t get_LatestGraphicsCreation_3() const { return ___LatestGraphicsCreation_3; }
inline int32_t* get_address_of_LatestGraphicsCreation_3() { return &___LatestGraphicsCreation_3; }
inline void set_LatestGraphicsCreation_3(int32_t value)
{
___LatestGraphicsCreation_3 = value;
}
};
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.StencilEraser::gameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject_0;
// UnityEngine.MeshFilter FairyGUI.StencilEraser::meshFilter
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___meshFilter_1;
// UnityEngine.MeshRenderer FairyGUI.StencilEraser::meshRenderer
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___meshRenderer_2;
public:
inline static int32_t get_offset_of_gameObject_0() { return static_cast<int32_t>(offsetof(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B, ___gameObject_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_gameObject_0() const { return ___gameObject_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_gameObject_0() { return &___gameObject_0; }
inline void set_gameObject_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___gameObject_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gameObject_0), (void*)value);
}
inline static int32_t get_offset_of_meshFilter_1() { return static_cast<int32_t>(offsetof(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B, ___meshFilter_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_meshFilter_1() const { return ___meshFilter_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_meshFilter_1() { return &___meshFilter_1; }
inline void set_meshFilter_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___meshFilter_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshFilter_1), (void*)value);
}
inline static int32_t get_offset_of_meshRenderer_2() { return static_cast<int32_t>(offsetof(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B, ___meshRenderer_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_meshRenderer_2() const { return ___meshRenderer_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_meshRenderer_2() { return &___meshRenderer_2; }
inline void set_meshRenderer_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___meshRenderer_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshRenderer_2), (void*)value);
}
};
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T> FairyGUI.Timers::_items
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____items_3;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T> FairyGUI.Timers::_toAdd
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____toAdd_4;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T> FairyGUI.Timers::_toRemove
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____toRemove_5;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T> FairyGUI.Timers::_pool
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____pool_6;
// FairyGUI.TimersEngine FairyGUI.Timers::_engine
TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * ____engine_7;
// UnityEngine.GameObject FairyGUI.Timers::gameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject_8;
public:
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____items_3)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get__items_3() const { return ____items_3; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__toAdd_4() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____toAdd_4)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get__toAdd_4() const { return ____toAdd_4; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of__toAdd_4() { return &____toAdd_4; }
inline void set__toAdd_4(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
____toAdd_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toAdd_4), (void*)value);
}
inline static int32_t get_offset_of__toRemove_5() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____toRemove_5)); }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * get__toRemove_5() const { return ____toRemove_5; }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 ** get_address_of__toRemove_5() { return &____toRemove_5; }
inline void set__toRemove_5(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * value)
{
____toRemove_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toRemove_5), (void*)value);
}
inline static int32_t get_offset_of__pool_6() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____pool_6)); }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * get__pool_6() const { return ____pool_6; }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 ** get_address_of__pool_6() { return &____pool_6; }
inline void set__pool_6(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * value)
{
____pool_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_6), (void*)value);
}
inline static int32_t get_offset_of__engine_7() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____engine_7)); }
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * get__engine_7() const { return ____engine_7; }
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 ** get_address_of__engine_7() { return &____engine_7; }
inline void set__engine_7(TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * value)
{
____engine_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____engine_7), (void*)value);
}
inline static int32_t get_offset_of_gameObject_8() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ___gameObject_8)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_gameObject_8() const { return ___gameObject_8; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_gameObject_8() { return &___gameObject_8; }
inline void set_gameObject_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___gameObject_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gameObject_8), (void*)value);
}
};
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields
{
public:
// System.Int32 FairyGUI.Timers::repeat
int32_t ___repeat_0;
// System.Single FairyGUI.Timers::time
float ___time_1;
// System.Boolean FairyGUI.Timers::catchCallbackExceptions
bool ___catchCallbackExceptions_2;
// FairyGUI.Timers FairyGUI.Timers::_inst
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * ____inst_9;
public:
inline static int32_t get_offset_of_repeat_0() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___repeat_0)); }
inline int32_t get_repeat_0() const { return ___repeat_0; }
inline int32_t* get_address_of_repeat_0() { return &___repeat_0; }
inline void set_repeat_0(int32_t value)
{
___repeat_0 = value;
}
inline static int32_t get_offset_of_time_1() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___time_1)); }
inline float get_time_1() const { return ___time_1; }
inline float* get_address_of_time_1() { return &___time_1; }
inline void set_time_1(float value)
{
___time_1 = value;
}
inline static int32_t get_offset_of_catchCallbackExceptions_2() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___catchCallbackExceptions_2)); }
inline bool get_catchCallbackExceptions_2() const { return ___catchCallbackExceptions_2; }
inline bool* get_address_of_catchCallbackExceptions_2() { return &___catchCallbackExceptions_2; }
inline void set_catchCallbackExceptions_2(bool value)
{
___catchCallbackExceptions_2 = value;
}
inline static int32_t get_offset_of__inst_9() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ____inst_9)); }
inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * get__inst_9() const { return ____inst_9; }
inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 ** get_address_of__inst_9() { return &____inst_9; }
inline void set__inst_9(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * value)
{
____inst_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_9), (void*)value);
}
};
// FairyGUI.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA : public RuntimeObject
{
public:
// System.String FairyGUI.Transition::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// System.Boolean FairyGUI.Transition::invalidateBatchingEveryFrame
bool ___invalidateBatchingEveryFrame_1;
// FairyGUI.GComponent FairyGUI.Transition::_owner
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_2;
// FairyGUI.TransitionItem[] FairyGUI.Transition::_items
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* ____items_3;
// System.Int32 FairyGUI.Transition::_totalTimes
int32_t ____totalTimes_4;
// System.Int32 FairyGUI.Transition::_totalTasks
int32_t ____totalTasks_5;
// System.Boolean FairyGUI.Transition::_playing
bool ____playing_6;
// System.Boolean FairyGUI.Transition::_paused
bool ____paused_7;
// System.Single FairyGUI.Transition::_ownerBaseX
float ____ownerBaseX_8;
// System.Single FairyGUI.Transition::_ownerBaseY
float ____ownerBaseY_9;
// FairyGUI.PlayCompleteCallback FairyGUI.Transition::_onComplete
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ____onComplete_10;
// System.Int32 FairyGUI.Transition::_options
int32_t ____options_11;
// System.Boolean FairyGUI.Transition::_reversed
bool ____reversed_12;
// System.Single FairyGUI.Transition::_totalDuration
float ____totalDuration_13;
// System.Boolean FairyGUI.Transition::_autoPlay
bool ____autoPlay_14;
// System.Int32 FairyGUI.Transition::_autoPlayTimes
int32_t ____autoPlayTimes_15;
// System.Single FairyGUI.Transition::_autoPlayDelay
float ____autoPlayDelay_16;
// System.Single FairyGUI.Transition::_timeScale
float ____timeScale_17;
// System.Boolean FairyGUI.Transition::_ignoreEngineTimeScale
bool ____ignoreEngineTimeScale_18;
// System.Single FairyGUI.Transition::_startTime
float ____startTime_19;
// System.Single FairyGUI.Transition::_endTime
float ____endTime_20;
// FairyGUI.GTweenCallback FairyGUI.Transition::_delayedCallDelegate
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____delayedCallDelegate_21;
// FairyGUI.GTweenCallback1 FairyGUI.Transition::_delayedCallDelegate2
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____delayedCallDelegate2_22;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___U3CnameU3Ek__BackingField_0)); }
inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; }
inline void set_U3CnameU3Ek__BackingField_0(String_t* value)
{
___U3CnameU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_invalidateBatchingEveryFrame_1() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___invalidateBatchingEveryFrame_1)); }
inline bool get_invalidateBatchingEveryFrame_1() const { return ___invalidateBatchingEveryFrame_1; }
inline bool* get_address_of_invalidateBatchingEveryFrame_1() { return &___invalidateBatchingEveryFrame_1; }
inline void set_invalidateBatchingEveryFrame_1(bool value)
{
___invalidateBatchingEveryFrame_1 = value;
}
inline static int32_t get_offset_of__owner_2() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____owner_2)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_2() const { return ____owner_2; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_2() { return &____owner_2; }
inline void set__owner_2(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____owner_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____items_3)); }
inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* get__items_3() const { return ____items_3; }
inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__totalTimes_4() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTimes_4)); }
inline int32_t get__totalTimes_4() const { return ____totalTimes_4; }
inline int32_t* get_address_of__totalTimes_4() { return &____totalTimes_4; }
inline void set__totalTimes_4(int32_t value)
{
____totalTimes_4 = value;
}
inline static int32_t get_offset_of__totalTasks_5() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTasks_5)); }
inline int32_t get__totalTasks_5() const { return ____totalTasks_5; }
inline int32_t* get_address_of__totalTasks_5() { return &____totalTasks_5; }
inline void set__totalTasks_5(int32_t value)
{
____totalTasks_5 = value;
}
inline static int32_t get_offset_of__playing_6() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____playing_6)); }
inline bool get__playing_6() const { return ____playing_6; }
inline bool* get_address_of__playing_6() { return &____playing_6; }
inline void set__playing_6(bool value)
{
____playing_6 = value;
}
inline static int32_t get_offset_of__paused_7() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____paused_7)); }
inline bool get__paused_7() const { return ____paused_7; }
inline bool* get_address_of__paused_7() { return &____paused_7; }
inline void set__paused_7(bool value)
{
____paused_7 = value;
}
inline static int32_t get_offset_of__ownerBaseX_8() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseX_8)); }
inline float get__ownerBaseX_8() const { return ____ownerBaseX_8; }
inline float* get_address_of__ownerBaseX_8() { return &____ownerBaseX_8; }
inline void set__ownerBaseX_8(float value)
{
____ownerBaseX_8 = value;
}
inline static int32_t get_offset_of__ownerBaseY_9() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseY_9)); }
inline float get__ownerBaseY_9() const { return ____ownerBaseY_9; }
inline float* get_address_of__ownerBaseY_9() { return &____ownerBaseY_9; }
inline void set__ownerBaseY_9(float value)
{
____ownerBaseY_9 = value;
}
inline static int32_t get_offset_of__onComplete_10() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____onComplete_10)); }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get__onComplete_10() const { return ____onComplete_10; }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of__onComplete_10() { return &____onComplete_10; }
inline void set__onComplete_10(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value)
{
____onComplete_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete_10), (void*)value);
}
inline static int32_t get_offset_of__options_11() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____options_11)); }
inline int32_t get__options_11() const { return ____options_11; }
inline int32_t* get_address_of__options_11() { return &____options_11; }
inline void set__options_11(int32_t value)
{
____options_11 = value;
}
inline static int32_t get_offset_of__reversed_12() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____reversed_12)); }
inline bool get__reversed_12() const { return ____reversed_12; }
inline bool* get_address_of__reversed_12() { return &____reversed_12; }
inline void set__reversed_12(bool value)
{
____reversed_12 = value;
}
inline static int32_t get_offset_of__totalDuration_13() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalDuration_13)); }
inline float get__totalDuration_13() const { return ____totalDuration_13; }
inline float* get_address_of__totalDuration_13() { return &____totalDuration_13; }
inline void set__totalDuration_13(float value)
{
____totalDuration_13 = value;
}
inline static int32_t get_offset_of__autoPlay_14() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlay_14)); }
inline bool get__autoPlay_14() const { return ____autoPlay_14; }
inline bool* get_address_of__autoPlay_14() { return &____autoPlay_14; }
inline void set__autoPlay_14(bool value)
{
____autoPlay_14 = value;
}
inline static int32_t get_offset_of__autoPlayTimes_15() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayTimes_15)); }
inline int32_t get__autoPlayTimes_15() const { return ____autoPlayTimes_15; }
inline int32_t* get_address_of__autoPlayTimes_15() { return &____autoPlayTimes_15; }
inline void set__autoPlayTimes_15(int32_t value)
{
____autoPlayTimes_15 = value;
}
inline static int32_t get_offset_of__autoPlayDelay_16() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayDelay_16)); }
inline float get__autoPlayDelay_16() const { return ____autoPlayDelay_16; }
inline float* get_address_of__autoPlayDelay_16() { return &____autoPlayDelay_16; }
inline void set__autoPlayDelay_16(float value)
{
____autoPlayDelay_16 = value;
}
inline static int32_t get_offset_of__timeScale_17() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____timeScale_17)); }
inline float get__timeScale_17() const { return ____timeScale_17; }
inline float* get_address_of__timeScale_17() { return &____timeScale_17; }
inline void set__timeScale_17(float value)
{
____timeScale_17 = value;
}
inline static int32_t get_offset_of__ignoreEngineTimeScale_18() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ignoreEngineTimeScale_18)); }
inline bool get__ignoreEngineTimeScale_18() const { return ____ignoreEngineTimeScale_18; }
inline bool* get_address_of__ignoreEngineTimeScale_18() { return &____ignoreEngineTimeScale_18; }
inline void set__ignoreEngineTimeScale_18(bool value)
{
____ignoreEngineTimeScale_18 = value;
}
inline static int32_t get_offset_of__startTime_19() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____startTime_19)); }
inline float get__startTime_19() const { return ____startTime_19; }
inline float* get_address_of__startTime_19() { return &____startTime_19; }
inline void set__startTime_19(float value)
{
____startTime_19 = value;
}
inline static int32_t get_offset_of__endTime_20() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____endTime_20)); }
inline float get__endTime_20() const { return ____endTime_20; }
inline float* get_address_of__endTime_20() { return &____endTime_20; }
inline void set__endTime_20(float value)
{
____endTime_20 = value;
}
inline static int32_t get_offset_of__delayedCallDelegate_21() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate_21)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__delayedCallDelegate_21() const { return ____delayedCallDelegate_21; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__delayedCallDelegate_21() { return &____delayedCallDelegate_21; }
inline void set__delayedCallDelegate_21(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____delayedCallDelegate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate_21), (void*)value);
}
inline static int32_t get_offset_of__delayedCallDelegate2_22() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate2_22)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__delayedCallDelegate2_22() const { return ____delayedCallDelegate2_22; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__delayedCallDelegate2_22() { return &____delayedCallDelegate2_22; }
inline void set__delayedCallDelegate2_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____delayedCallDelegate2_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate2_22), (void*)value);
}
};
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject
{
public:
// System.String FairyGUI.UIPackage::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_0;
// System.String FairyGUI.UIPackage::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_1;
// System.String FairyGUI.UIPackage::<assetPath>k__BackingField
String_t* ___U3CassetPathU3Ek__BackingField_2;
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::_items
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsById
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsByName
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsByName_5;
// System.String FairyGUI.UIPackage::_customId
String_t* ____customId_6;
// System.Boolean FairyGUI.UIPackage::_resourceMode
bool ____resourceMode_7;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage_AtlasSprite> FairyGUI.UIPackage::_sprites
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CidU3Ek__BackingField_0)); }
inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; }
inline void set_U3CidU3Ek__BackingField_0(String_t* value)
{
___U3CidU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CnameU3Ek__BackingField_1)); }
inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; }
inline void set_U3CnameU3Ek__BackingField_1(String_t* value)
{
___U3CnameU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CassetPathU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CassetPathU3Ek__BackingField_2)); }
inline String_t* get_U3CassetPathU3Ek__BackingField_2() const { return ___U3CassetPathU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CassetPathU3Ek__BackingField_2() { return &___U3CassetPathU3Ek__BackingField_2; }
inline void set_U3CassetPathU3Ek__BackingField_2(String_t* value)
{
___U3CassetPathU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CassetPathU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____items_3)); }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * get__items_3() const { return ____items_3; }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__itemsById_4() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsById_4)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsById_4() const { return ____itemsById_4; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsById_4() { return &____itemsById_4; }
inline void set__itemsById_4(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsById_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsById_4), (void*)value);
}
inline static int32_t get_offset_of__itemsByName_5() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsByName_5)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsByName_5() const { return ____itemsByName_5; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsByName_5() { return &____itemsByName_5; }
inline void set__itemsByName_5(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsByName_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsByName_5), (void*)value);
}
inline static int32_t get_offset_of__customId_6() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____customId_6)); }
inline String_t* get__customId_6() const { return ____customId_6; }
inline String_t** get_address_of__customId_6() { return &____customId_6; }
inline void set__customId_6(String_t* value)
{
____customId_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____customId_6), (void*)value);
}
inline static int32_t get_offset_of__resourceMode_7() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____resourceMode_7)); }
inline bool get__resourceMode_7() const { return ____resourceMode_7; }
inline bool* get_address_of__resourceMode_7() { return &____resourceMode_7; }
inline void set__resourceMode_7(bool value)
{
____resourceMode_7 = value;
}
inline static int32_t get_offset_of__sprites_8() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____sprites_8)); }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * get__sprites_8() const { return ____sprites_8; }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 ** get_address_of__sprites_8() { return &____sprites_8; }
inline void set__sprites_8(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * value)
{
____sprites_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sprites_8), (void*)value);
}
};
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstById
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstByName
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10;
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::_packageList
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ____packageList_11;
// System.Int32 FairyGUI.UIPackage::_constructing
int32_t ____constructing_12;
public:
inline static int32_t get_offset_of__packageInstById_9() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstById_9)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstById_9() const { return ____packageInstById_9; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstById_9() { return &____packageInstById_9; }
inline void set__packageInstById_9(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstById_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstById_9), (void*)value);
}
inline static int32_t get_offset_of__packageInstByName_10() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstByName_10)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstByName_10() const { return ____packageInstByName_10; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstByName_10() { return &____packageInstByName_10; }
inline void set__packageInstByName_10(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstByName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstByName_10), (void*)value);
}
inline static int32_t get_offset_of__packageList_11() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageList_11)); }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * get__packageList_11() const { return ____packageList_11; }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC ** get_address_of__packageList_11() { return &____packageList_11; }
inline void set__packageList_11(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * value)
{
____packageList_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageList_11), (void*)value);
}
inline static int32_t get_offset_of__constructing_12() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____constructing_12)); }
inline int32_t get__constructing_12() const { return ____constructing_12; }
inline int32_t* get_address_of__constructing_12() { return &____constructing_12; }
inline void set__constructing_12(int32_t value)
{
____constructing_12 = value;
}
};
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian
bool ___littleEndian_0;
// System.String[] FairyGUI.Utils.ByteBuffer::stringTable
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1;
// System.Int32 FairyGUI.Utils.ByteBuffer::version
int32_t ___version_2;
// System.Int32 FairyGUI.Utils.ByteBuffer::_pointer
int32_t ____pointer_3;
// System.Int32 FairyGUI.Utils.ByteBuffer::_offset
int32_t ____offset_4;
// System.Int32 FairyGUI.Utils.ByteBuffer::_length
int32_t ____length_5;
// System.Byte[] FairyGUI.Utils.ByteBuffer::_data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6;
public:
inline static int32_t get_offset_of_littleEndian_0() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___littleEndian_0)); }
inline bool get_littleEndian_0() const { return ___littleEndian_0; }
inline bool* get_address_of_littleEndian_0() { return &___littleEndian_0; }
inline void set_littleEndian_0(bool value)
{
___littleEndian_0 = value;
}
inline static int32_t get_offset_of_stringTable_1() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___stringTable_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_stringTable_1() const { return ___stringTable_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_stringTable_1() { return &___stringTable_1; }
inline void set_stringTable_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___stringTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stringTable_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__pointer_3() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____pointer_3)); }
inline int32_t get__pointer_3() const { return ____pointer_3; }
inline int32_t* get_address_of__pointer_3() { return &____pointer_3; }
inline void set__pointer_3(int32_t value)
{
____pointer_3 = value;
}
inline static int32_t get_offset_of__offset_4() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____offset_4)); }
inline int32_t get__offset_4() const { return ____offset_4; }
inline int32_t* get_address_of__offset_4() { return &____offset_4; }
inline void set__offset_4(int32_t value)
{
____offset_4 = value;
}
inline static int32_t get_offset_of__length_5() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____length_5)); }
inline int32_t get__length_5() const { return ____length_5; }
inline int32_t* get_address_of__length_5() { return &____length_5; }
inline void set__length_5(int32_t value)
{
____length_5 = value;
}
inline static int32_t get_offset_of__data_6() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____data_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_6() const { return ____data_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_6() { return &____data_6; }
inline void set__data_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____data_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_6), (void*)value);
}
};
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields
{
public:
// System.Byte[] FairyGUI.Utils.ByteBuffer::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_7;
public:
inline static int32_t get_offset_of_temp_7() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields, ___temp_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_7() const { return ___temp_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_7() { return &___temp_7; }
inline void set_temp_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_7), (void*)value);
}
};
// FairyGUI.Utils.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);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>
struct Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 : 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_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665* ___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_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA * ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___entries_1)); }
inline EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665* 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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___keys_7)); }
inline KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 * 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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___values_8)); }
inline ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA * get_values_8() const { return ___values_8; }
inline ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA * 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_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ____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,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE : 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_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1* ___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_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA * ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___entries_1)); }
inline EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1* 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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___keys_7)); }
inline KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 * 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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___values_8)); }
inline ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA * get_values_8() const { return ___values_8; }
inline ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA * 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_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ____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.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 : 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_t2907AACABE745A646F290C673664EB3E9A1748B0* ___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_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 * ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___entries_1)); }
inline EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0* 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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___keys_7)); }
inline KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * 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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___values_8)); }
inline ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 * get_values_8() const { return ___values_8; }
inline ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 * 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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ____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.NMaterial>
struct List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* ____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_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____items_1)); }
inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* get__items_1() const { return ____items_1; }
inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* 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_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____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_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____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_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____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_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_StaticFields, ____emptyArray_5)); }
inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* get__emptyArray_5() const { return ____emptyArray_5; }
inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.RelationDef>
struct List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* ____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_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____items_1)); }
inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* get__items_1() const { return ____items_1; }
inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* 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_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____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_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____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_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____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_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_StaticFields, ____emptyArray_5)); }
inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* get__emptyArray_5() const { return ____emptyArray_5; }
inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.RelationItem>
struct List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* ____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_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____items_1)); }
inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* get__items_1() const { return ____items_1; }
inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* 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_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____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_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____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_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____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_t873AE03E22BE3800461CE4C5D69BF440282C880D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D_StaticFields, ____emptyArray_5)); }
inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* get__emptyArray_5() const { return ____emptyArray_5; }
inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* ____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_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____items_1)); }
inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* get__items_1() const { return ____items_1; }
inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* 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_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____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_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____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_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____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_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281_StaticFields, ____emptyArray_5)); }
inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* get__emptyArray_5() const { return ____emptyArray_5; }
inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* 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<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____items_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__items_1() const { return ____items_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields, ____emptyArray_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__emptyArray_5() const { return ____emptyArray_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Char>
struct List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____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_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____items_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__items_1() const { return ____items_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____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_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____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_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____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_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_StaticFields, ____emptyArray_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__emptyArray_5() const { return ____emptyArray_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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.Single>
struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____items_1)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__items_1() const { return ____items_1; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* 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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields, ____emptyArray_5)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__emptyArray_5() const { return ____emptyArray_5; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* 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.Vector2>
struct List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ____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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____items_1)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get__items_1() const { return ____items_1; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* 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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____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_t7EF66508193EA1747FD65EC53012A60FF1697964_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964_StaticFields, ____emptyArray_5)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get__emptyArray_5() const { return ____emptyArray_5; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* 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.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.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
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216
struct __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176__padding[216];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80
struct __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE__padding[80];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96
struct __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E__padding[96];
};
public:
};
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.Controller::name
String_t* ___name_2;
// FairyGUI.GComponent FairyGUI.Controller::parent
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___parent_3;
// System.Boolean FairyGUI.Controller::autoRadioGroupDepth
bool ___autoRadioGroupDepth_4;
// System.Boolean FairyGUI.Controller::changing
bool ___changing_5;
// System.Int32 FairyGUI.Controller::_selectedIndex
int32_t ____selectedIndex_6;
// System.Int32 FairyGUI.Controller::_previousIndex
int32_t ____previousIndex_7;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageIds
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction> FairyGUI.Controller::_actions
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * ____actions_10;
// FairyGUI.EventListener FairyGUI.Controller::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_11;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_parent_3() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___parent_3)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_parent_3() const { return ___parent_3; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_parent_3() { return &___parent_3; }
inline void set_parent_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___parent_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_3), (void*)value);
}
inline static int32_t get_offset_of_autoRadioGroupDepth_4() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___autoRadioGroupDepth_4)); }
inline bool get_autoRadioGroupDepth_4() const { return ___autoRadioGroupDepth_4; }
inline bool* get_address_of_autoRadioGroupDepth_4() { return &___autoRadioGroupDepth_4; }
inline void set_autoRadioGroupDepth_4(bool value)
{
___autoRadioGroupDepth_4 = value;
}
inline static int32_t get_offset_of_changing_5() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___changing_5)); }
inline bool get_changing_5() const { return ___changing_5; }
inline bool* get_address_of_changing_5() { return &___changing_5; }
inline void set_changing_5(bool value)
{
___changing_5 = value;
}
inline static int32_t get_offset_of__selectedIndex_6() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____selectedIndex_6)); }
inline int32_t get__selectedIndex_6() const { return ____selectedIndex_6; }
inline int32_t* get_address_of__selectedIndex_6() { return &____selectedIndex_6; }
inline void set__selectedIndex_6(int32_t value)
{
____selectedIndex_6 = value;
}
inline static int32_t get_offset_of__previousIndex_7() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____previousIndex_7)); }
inline int32_t get__previousIndex_7() const { return ____previousIndex_7; }
inline int32_t* get_address_of__previousIndex_7() { return &____previousIndex_7; }
inline void set__previousIndex_7(int32_t value)
{
____previousIndex_7 = value;
}
inline static int32_t get_offset_of__pageIds_8() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageIds_8)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageIds_8() const { return ____pageIds_8; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageIds_8() { return &____pageIds_8; }
inline void set__pageIds_8(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageIds_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageIds_8), (void*)value);
}
inline static int32_t get_offset_of__pageNames_9() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageNames_9)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageNames_9() const { return ____pageNames_9; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageNames_9() { return &____pageNames_9; }
inline void set__pageNames_9(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageNames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageNames_9), (void*)value);
}
inline static int32_t get_offset_of__actions_10() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____actions_10)); }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * get__actions_10() const { return ____actions_10; }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF ** get_address_of__actions_10() { return &____actions_10; }
inline void set__actions_10(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * value)
{
____actions_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____actions_10), (void*)value);
}
inline static int32_t get_offset_of__onChanged_11() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____onChanged_11)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_11() const { return ____onChanged_11; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_11() { return &____onChanged_11; }
inline void set__onChanged_11(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_11), (void*)value);
}
};
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields
{
public:
// System.UInt32 FairyGUI.Controller::_nextPageId
uint32_t ____nextPageId_12;
public:
inline static int32_t get_offset_of__nextPageId_12() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields, ____nextPageId_12)); }
inline uint32_t get__nextPageId_12() const { return ____nextPageId_12; }
inline uint32_t* get_address_of__nextPageId_12() { return &____nextPageId_12; }
inline void set__nextPageId_12(uint32_t value)
{
____nextPageId_12 = value;
}
};
// FairyGUI.Margin
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
{
public:
// System.Int32 FairyGUI.Margin::left
int32_t ___left_0;
// System.Int32 FairyGUI.Margin::right
int32_t ___right_1;
// System.Int32 FairyGUI.Margin::top
int32_t ___top_2;
// System.Int32 FairyGUI.Margin::bottom
int32_t ___bottom_3;
public:
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
inline int32_t get_left_0() const { return ___left_0; }
inline int32_t* get_address_of_left_0() { return &___left_0; }
inline void set_left_0(int32_t value)
{
___left_0 = value;
}
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
inline int32_t get_right_1() const { return ___right_1; }
inline int32_t* get_address_of_right_1() { return &___right_1; }
inline void set_right_1(int32_t value)
{
___right_1 = value;
}
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
inline int32_t get_top_2() const { return ___top_2; }
inline int32_t* get_address_of_top_2() { return &___top_2; }
inline void set_top_2(int32_t value)
{
___top_2 = value;
}
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
inline int32_t get_bottom_3() const { return ___bottom_3; }
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
inline void set_bottom_3(int32_t value)
{
___bottom_3 = value;
}
};
// FairyGUI.PinchGesture
struct PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.GObject FairyGUI.PinchGesture::<host>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2;
// FairyGUI.EventListener FairyGUI.PinchGesture::<onBegin>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3;
// FairyGUI.EventListener FairyGUI.PinchGesture::<onEnd>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4;
// FairyGUI.EventListener FairyGUI.PinchGesture::<onAction>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_5;
// System.Single FairyGUI.PinchGesture::scale
float ___scale_6;
// System.Single FairyGUI.PinchGesture::delta
float ___delta_7;
// System.Single FairyGUI.PinchGesture::_startDistance
float ____startDistance_8;
// System.Single FairyGUI.PinchGesture::_lastScale
float ____lastScale_9;
// System.Int32[] FairyGUI.PinchGesture::_touches
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____touches_10;
// System.Boolean FairyGUI.PinchGesture::_started
bool ____started_11;
// System.Boolean FairyGUI.PinchGesture::_touchBegan
bool ____touchBegan_12;
public:
inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ChostU3Ek__BackingField_2)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; }
inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3ChostU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ConBeginU3Ek__BackingField_3)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; }
inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConBeginU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ConEndU3Ek__BackingField_4)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; }
inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConEndU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ConActionU3Ek__BackingField_5)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_5() const { return ___U3ConActionU3Ek__BackingField_5; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_5() { return &___U3ConActionU3Ek__BackingField_5; }
inline void set_U3ConActionU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConActionU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_scale_6() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___scale_6)); }
inline float get_scale_6() const { return ___scale_6; }
inline float* get_address_of_scale_6() { return &___scale_6; }
inline void set_scale_6(float value)
{
___scale_6 = value;
}
inline static int32_t get_offset_of_delta_7() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___delta_7)); }
inline float get_delta_7() const { return ___delta_7; }
inline float* get_address_of_delta_7() { return &___delta_7; }
inline void set_delta_7(float value)
{
___delta_7 = value;
}
inline static int32_t get_offset_of__startDistance_8() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____startDistance_8)); }
inline float get__startDistance_8() const { return ____startDistance_8; }
inline float* get_address_of__startDistance_8() { return &____startDistance_8; }
inline void set__startDistance_8(float value)
{
____startDistance_8 = value;
}
inline static int32_t get_offset_of__lastScale_9() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____lastScale_9)); }
inline float get__lastScale_9() const { return ____lastScale_9; }
inline float* get_address_of__lastScale_9() { return &____lastScale_9; }
inline void set__lastScale_9(float value)
{
____lastScale_9 = value;
}
inline static int32_t get_offset_of__touches_10() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____touches_10)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__touches_10() const { return ____touches_10; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__touches_10() { return &____touches_10; }
inline void set__touches_10(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____touches_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touches_10), (void*)value);
}
inline static int32_t get_offset_of__started_11() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____started_11)); }
inline bool get__started_11() const { return ____started_11; }
inline bool* get_address_of__started_11() { return &____started_11; }
inline void set__started_11(bool value)
{
____started_11 = value;
}
inline static int32_t get_offset_of__touchBegan_12() { return static_cast<int32_t>(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____touchBegan_12)); }
inline bool get__touchBegan_12() const { return ____touchBegan_12; }
inline bool* get_address_of__touchBegan_12() { return &____touchBegan_12; }
inline void set__touchBegan_12(bool value)
{
____touchBegan_12 = value;
}
};
// FairyGUI.PlayTransitionAction
struct PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 : public ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7
{
public:
// System.String FairyGUI.PlayTransitionAction::transitionName
String_t* ___transitionName_2;
// System.Int32 FairyGUI.PlayTransitionAction::playTimes
int32_t ___playTimes_3;
// System.Single FairyGUI.PlayTransitionAction::delay
float ___delay_4;
// System.Boolean FairyGUI.PlayTransitionAction::stopOnExit
bool ___stopOnExit_5;
// FairyGUI.Transition FairyGUI.PlayTransitionAction::_currentTransition
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ____currentTransition_6;
public:
inline static int32_t get_offset_of_transitionName_2() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___transitionName_2)); }
inline String_t* get_transitionName_2() const { return ___transitionName_2; }
inline String_t** get_address_of_transitionName_2() { return &___transitionName_2; }
inline void set_transitionName_2(String_t* value)
{
___transitionName_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___transitionName_2), (void*)value);
}
inline static int32_t get_offset_of_playTimes_3() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___playTimes_3)); }
inline int32_t get_playTimes_3() const { return ___playTimes_3; }
inline int32_t* get_address_of_playTimes_3() { return &___playTimes_3; }
inline void set_playTimes_3(int32_t value)
{
___playTimes_3 = value;
}
inline static int32_t get_offset_of_delay_4() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___delay_4)); }
inline float get_delay_4() const { return ___delay_4; }
inline float* get_address_of_delay_4() { return &___delay_4; }
inline void set_delay_4(float value)
{
___delay_4 = value;
}
inline static int32_t get_offset_of_stopOnExit_5() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___stopOnExit_5)); }
inline bool get_stopOnExit_5() const { return ___stopOnExit_5; }
inline bool* get_address_of_stopOnExit_5() { return &___stopOnExit_5; }
inline void set_stopOnExit_5(bool value)
{
___stopOnExit_5 = value;
}
inline static int32_t get_offset_of__currentTransition_6() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ____currentTransition_6)); }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get__currentTransition_6() const { return ____currentTransition_6; }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of__currentTransition_6() { return &____currentTransition_6; }
inline void set__currentTransition_6(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value)
{
____currentTransition_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____currentTransition_6), (void*)value);
}
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.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,FairyGUI.MaterialManager>
struct KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720, ___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_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720, ___value_1)); }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get_value_1() const { return ___value_1; }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<FairyGUI.RelationDef>
struct Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___list_0)); }
inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * get_list_0() const { return ___list_0; }
inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___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_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___current_3)); }
inline RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * get_current_3() const { return ___current_3; }
inline RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<FairyGUI.RelationItem>
struct Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___list_0)); }
inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * get_list_0() const { return ___list_0; }
inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___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_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___current_3)); }
inline RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * get_current_3() const { return ___current_3; }
inline RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)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.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;
}
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields
{
public:
// System.Int64 <PrivateImplementationDetails>::007B00E34209B4455CE53672DEBFC48AD71826C7
int64_t ___007B00E34209B4455CE53672DEBFC48AD71826C7_0;
// System.Int64 <PrivateImplementationDetails>::03A095F9656AAECD356A9BB7678E1049B80A7634
int64_t ___03A095F9656AAECD356A9BB7678E1049B80A7634_1;
// System.Int64 <PrivateImplementationDetails>::087C2FB428952F5A6F9B4BA7B31019344382A2F7
int64_t ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::0C26110E719C695B53866AF29BD7FE98A72596F3
__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 ___0C26110E719C695B53866AF29BD7FE98A72596F3_3;
// System.Int64 <PrivateImplementationDetails>::0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C
int64_t ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4;
// System.Int64 <PrivateImplementationDetails>::2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48
int64_t ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5;
// System.Int64 <PrivateImplementationDetails>::238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC
int64_t ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6;
// System.Int64 <PrivateImplementationDetails>::279F628214A27FCE96C9A6A1C7E8079091509C60
int64_t ___279F628214A27FCE96C9A6A1C7E8079091509C60_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::335BB7CBEE0951D5B5545B3AF1873199CFE13674
__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8;
// System.Int64 <PrivateImplementationDetails>::383F819F26286BE8253A93B33225C2789B500FAA
int64_t ___383F819F26286BE8253A93B33225C2789B500FAA_9;
// System.Int64 <PrivateImplementationDetails>::3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1
int64_t ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10;
// System.Int64 <PrivateImplementationDetails>::3B773972479C38582ED076B0294CB801B14EBCB8
int64_t ___3B773972479C38582ED076B0294CB801B14EBCB8_11;
// System.Int64 <PrivateImplementationDetails>::3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86
int64_t ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12;
// System.Int64 <PrivateImplementationDetails>::40C8B4499FB123D4600247361F1D311B5B786EFC
int64_t ___40C8B4499FB123D4600247361F1D311B5B786EFC_13;
// System.Int64 <PrivateImplementationDetails>::43A75A2A789D7B64CD84A53AEE60097E4378BDAF
int64_t ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14;
// System.Int64 <PrivateImplementationDetails>::45E887FCADFD2D2A201151E57F41722228E25191
int64_t ___45E887FCADFD2D2A201151E57F41722228E25191_15;
// System.Int64 <PrivateImplementationDetails>::6818C542B63B905DA7AA3E792496006A79F2AF9A
int64_t ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96 <PrivateImplementationDetails>::6D90B721AD0313E43506A66F721242CF2358462B
__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E ___6D90B721AD0313E43506A66F721242CF2358462B_17;
// System.Int64 <PrivateImplementationDetails>::741E8E322ADCC6A381EC7DAEA6EADB92E44B250D
int64_t ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18;
// System.Int64 <PrivateImplementationDetails>::797D7400516FFD35D49EB1BAF960660F46667662
int64_t ___797D7400516FFD35D49EB1BAF960660F46667662_19;
// System.Int64 <PrivateImplementationDetails>::7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A
int64_t ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20;
// System.Int64 <PrivateImplementationDetails>::8029B4BFD3AA93C76711AF616C14163A1456D360
int64_t ___8029B4BFD3AA93C76711AF616C14163A1456D360_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::806BC28C08532BB7F7A6471F4796475FF255663B
__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 ___806BC28C08532BB7F7A6471F4796475FF255663B_22;
// System.Int64 <PrivateImplementationDetails>::80B74EA5D41848E8432CEAFA9961AC11263301F1
int64_t ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23;
// System.Int64 <PrivateImplementationDetails>::8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892
int64_t ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24;
// System.Int64 <PrivateImplementationDetails>::8C384FCEEF5A89AB66900B58C2BC762041F2BAAA
int64_t ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25;
// System.Int64 <PrivateImplementationDetails>::94A42B7852CD856D7DF09B14FEEDFE55ECFD242A
int64_t ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26;
// System.Int64 <PrivateImplementationDetails>::98DC13D2837951F7E90A7317F587453B3641AEF8
int64_t ___98DC13D2837951F7E90A7317F587453B3641AEF8_27;
// System.Int64 <PrivateImplementationDetails>::9CFFD52FD0E555EE90F7563881D85243554810B3
int64_t ___9CFFD52FD0E555EE90F7563881D85243554810B3_28;
// System.Int64 <PrivateImplementationDetails>::9DB9891E900FED075409C1116FB43BE2A5C99CE3
int64_t ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216 <PrivateImplementationDetails>::A07B68A3ADBCD0C683EB16067435A02C31BC097E
__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30;
// System.Int64 <PrivateImplementationDetails>::A1AAE38F8C9CA93B8B576352DB0347E85ACE981D
int64_t ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31;
// System.Int64 <PrivateImplementationDetails>::A952E7EC53B80A9543AB5F02AF9B12F708D4C867
int64_t ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32;
// System.Int64 <PrivateImplementationDetails>::AD6701E75A5CF7306C0EE9691368B44A5289E170
int64_t ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80 <PrivateImplementationDetails>::B91404C2FE5F0C772E097415A13F88376EC8F24F
__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34;
// System.Int64 <PrivateImplementationDetails>::BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D
int64_t ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35;
// System.Int64 <PrivateImplementationDetails>::C4CE4356C59D41913E1D60E4497C031B67B1B86B
int64_t ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36;
// System.Int64 <PrivateImplementationDetails>::CB5C136EE31BD57814DA5895C0852C5FF1C4068A
int64_t ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37;
// System.Int64 <PrivateImplementationDetails>::D4BDB99F00532ACDB317B92D161D27C7448A01FD
int64_t ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38;
// System.Int64 <PrivateImplementationDetails>::D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1
int64_t ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39;
// System.Int64 <PrivateImplementationDetails>::D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A
int64_t ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40;
// System.Int64 <PrivateImplementationDetails>::DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13
int64_t ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41;
// System.Int64 <PrivateImplementationDetails>::E9F4121A731C95C166E9FAEF48EC5D95FB224445
int64_t ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42;
// System.Int64 <PrivateImplementationDetails>::EF711242CC520CD5836CD071EF05A5DC78CA34D7
int64_t ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43;
// System.Int64 <PrivateImplementationDetails>::FA033773B4E9EA7CC64D9E13E965FA55418F4B48
int64_t ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44;
// System.Int64 <PrivateImplementationDetails>::FE6C78086F5333BA3E88D035426FC0244E8FC585
int64_t ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45;
// System.Int64 <PrivateImplementationDetails>::FF8523802A3ADEB52E78A9CF613AA30033944FE6
int64_t ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46;
public:
inline static int32_t get_offset_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___007B00E34209B4455CE53672DEBFC48AD71826C7_0)); }
inline int64_t get_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() const { return ___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline int64_t* get_address_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return &___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline void set_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0(int64_t value)
{
___007B00E34209B4455CE53672DEBFC48AD71826C7_0 = value;
}
inline static int32_t get_offset_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___03A095F9656AAECD356A9BB7678E1049B80A7634_1)); }
inline int64_t get_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() const { return ___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline int64_t* get_address_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return &___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline void set_U303A095F9656AAECD356A9BB7678E1049B80A7634_1(int64_t value)
{
___03A095F9656AAECD356A9BB7678E1049B80A7634_1 = value;
}
inline static int32_t get_offset_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2)); }
inline int64_t get_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() const { return ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline int64_t* get_address_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return &___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline void set_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2(int64_t value)
{
___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2 = value;
}
inline static int32_t get_offset_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0C26110E719C695B53866AF29BD7FE98A72596F3_3)); }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 get_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() const { return ___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 * get_address_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return &___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline void set_U30C26110E719C695B53866AF29BD7FE98A72596F3_3(__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 value)
{
___0C26110E719C695B53866AF29BD7FE98A72596F3_3 = value;
}
inline static int32_t get_offset_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4)); }
inline int64_t get_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() const { return ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline int64_t* get_address_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return &___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline void set_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4(int64_t value)
{
___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4 = value;
}
inline static int32_t get_offset_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5)); }
inline int64_t get_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() const { return ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline int64_t* get_address_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return &___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline void set_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5(int64_t value)
{
___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5 = value;
}
inline static int32_t get_offset_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6)); }
inline int64_t get_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() const { return ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline int64_t* get_address_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return &___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline void set_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6(int64_t value)
{
___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6 = value;
}
inline static int32_t get_offset_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___279F628214A27FCE96C9A6A1C7E8079091509C60_7)); }
inline int64_t get_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() const { return ___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline int64_t* get_address_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return &___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline void set_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7(int64_t value)
{
___279F628214A27FCE96C9A6A1C7E8079091509C60_7 = value;
}
inline static int32_t get_offset_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8)); }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 get_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() const { return ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 * get_address_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return &___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline void set_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8(__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 value)
{
___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8 = value;
}
inline static int32_t get_offset_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___383F819F26286BE8253A93B33225C2789B500FAA_9)); }
inline int64_t get_U3383F819F26286BE8253A93B33225C2789B500FAA_9() const { return ___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline int64_t* get_address_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return &___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline void set_U3383F819F26286BE8253A93B33225C2789B500FAA_9(int64_t value)
{
___383F819F26286BE8253A93B33225C2789B500FAA_9 = value;
}
inline static int32_t get_offset_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10)); }
inline int64_t get_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() const { return ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline int64_t* get_address_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return &___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline void set_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10(int64_t value)
{
___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10 = value;
}
inline static int32_t get_offset_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3B773972479C38582ED076B0294CB801B14EBCB8_11)); }
inline int64_t get_U33B773972479C38582ED076B0294CB801B14EBCB8_11() const { return ___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline int64_t* get_address_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return &___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline void set_U33B773972479C38582ED076B0294CB801B14EBCB8_11(int64_t value)
{
___3B773972479C38582ED076B0294CB801B14EBCB8_11 = value;
}
inline static int32_t get_offset_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12)); }
inline int64_t get_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() const { return ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline int64_t* get_address_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return &___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline void set_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12(int64_t value)
{
___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12 = value;
}
inline static int32_t get_offset_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___40C8B4499FB123D4600247361F1D311B5B786EFC_13)); }
inline int64_t get_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() const { return ___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline int64_t* get_address_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return &___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline void set_U340C8B4499FB123D4600247361F1D311B5B786EFC_13(int64_t value)
{
___40C8B4499FB123D4600247361F1D311B5B786EFC_13 = value;
}
inline static int32_t get_offset_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14)); }
inline int64_t get_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() const { return ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline int64_t* get_address_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return &___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline void set_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14(int64_t value)
{
___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14 = value;
}
inline static int32_t get_offset_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___45E887FCADFD2D2A201151E57F41722228E25191_15)); }
inline int64_t get_U345E887FCADFD2D2A201151E57F41722228E25191_15() const { return ___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline int64_t* get_address_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return &___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline void set_U345E887FCADFD2D2A201151E57F41722228E25191_15(int64_t value)
{
___45E887FCADFD2D2A201151E57F41722228E25191_15 = value;
}
inline static int32_t get_offset_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16)); }
inline int64_t get_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() const { return ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline int64_t* get_address_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return &___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline void set_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16(int64_t value)
{
___6818C542B63B905DA7AA3E792496006A79F2AF9A_16 = value;
}
inline static int32_t get_offset_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6D90B721AD0313E43506A66F721242CF2358462B_17)); }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E get_U36D90B721AD0313E43506A66F721242CF2358462B_17() const { return ___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E * get_address_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return &___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline void set_U36D90B721AD0313E43506A66F721242CF2358462B_17(__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E value)
{
___6D90B721AD0313E43506A66F721242CF2358462B_17 = value;
}
inline static int32_t get_offset_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18)); }
inline int64_t get_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() const { return ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline int64_t* get_address_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return &___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline void set_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18(int64_t value)
{
___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18 = value;
}
inline static int32_t get_offset_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___797D7400516FFD35D49EB1BAF960660F46667662_19)); }
inline int64_t get_U3797D7400516FFD35D49EB1BAF960660F46667662_19() const { return ___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline int64_t* get_address_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return &___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline void set_U3797D7400516FFD35D49EB1BAF960660F46667662_19(int64_t value)
{
___797D7400516FFD35D49EB1BAF960660F46667662_19 = value;
}
inline static int32_t get_offset_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20)); }
inline int64_t get_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() const { return ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline int64_t* get_address_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return &___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline void set_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20(int64_t value)
{
___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20 = value;
}
inline static int32_t get_offset_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8029B4BFD3AA93C76711AF616C14163A1456D360_21)); }
inline int64_t get_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() const { return ___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline int64_t* get_address_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return &___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline void set_U38029B4BFD3AA93C76711AF616C14163A1456D360_21(int64_t value)
{
___8029B4BFD3AA93C76711AF616C14163A1456D360_21 = value;
}
inline static int32_t get_offset_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___806BC28C08532BB7F7A6471F4796475FF255663B_22)); }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 get_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() const { return ___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 * get_address_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return &___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline void set_U3806BC28C08532BB7F7A6471F4796475FF255663B_22(__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 value)
{
___806BC28C08532BB7F7A6471F4796475FF255663B_22 = value;
}
inline static int32_t get_offset_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23)); }
inline int64_t get_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() const { return ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline int64_t* get_address_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return &___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline void set_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23(int64_t value)
{
___80B74EA5D41848E8432CEAFA9961AC11263301F1_23 = value;
}
inline static int32_t get_offset_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24)); }
inline int64_t get_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() const { return ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline int64_t* get_address_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return &___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline void set_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24(int64_t value)
{
___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24 = value;
}
inline static int32_t get_offset_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25)); }
inline int64_t get_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() const { return ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline int64_t* get_address_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return &___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline void set_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25(int64_t value)
{
___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25 = value;
}
inline static int32_t get_offset_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26)); }
inline int64_t get_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() const { return ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline int64_t* get_address_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return &___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline void set_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26(int64_t value)
{
___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26 = value;
}
inline static int32_t get_offset_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___98DC13D2837951F7E90A7317F587453B3641AEF8_27)); }
inline int64_t get_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() const { return ___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline int64_t* get_address_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return &___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline void set_U398DC13D2837951F7E90A7317F587453B3641AEF8_27(int64_t value)
{
___98DC13D2837951F7E90A7317F587453B3641AEF8_27 = value;
}
inline static int32_t get_offset_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9CFFD52FD0E555EE90F7563881D85243554810B3_28)); }
inline int64_t get_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() const { return ___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline int64_t* get_address_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return &___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline void set_U39CFFD52FD0E555EE90F7563881D85243554810B3_28(int64_t value)
{
___9CFFD52FD0E555EE90F7563881D85243554810B3_28 = value;
}
inline static int32_t get_offset_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29)); }
inline int64_t get_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() const { return ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline int64_t* get_address_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return &___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline void set_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29(int64_t value)
{
___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29 = value;
}
inline static int32_t get_offset_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30)); }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 get_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() const { return ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 * get_address_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return &___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline void set_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30(__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 value)
{
___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30 = value;
}
inline static int32_t get_offset_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31)); }
inline int64_t get_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() const { return ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline int64_t* get_address_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return &___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline void set_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31(int64_t value)
{
___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31 = value;
}
inline static int32_t get_offset_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32)); }
inline int64_t get_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() const { return ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline int64_t* get_address_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return &___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline void set_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32(int64_t value)
{
___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32 = value;
}
inline static int32_t get_offset_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33)); }
inline int64_t get_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() const { return ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline int64_t* get_address_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return &___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline void set_AD6701E75A5CF7306C0EE9691368B44A5289E170_33(int64_t value)
{
___AD6701E75A5CF7306C0EE9691368B44A5289E170_33 = value;
}
inline static int32_t get_offset_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34)); }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE get_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() const { return ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE * get_address_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return &___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline void set_B91404C2FE5F0C772E097415A13F88376EC8F24F_34(__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE value)
{
___B91404C2FE5F0C772E097415A13F88376EC8F24F_34 = value;
}
inline static int32_t get_offset_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35)); }
inline int64_t get_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() const { return ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline int64_t* get_address_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return &___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline void set_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35(int64_t value)
{
___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35 = value;
}
inline static int32_t get_offset_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36)); }
inline int64_t get_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() const { return ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline int64_t* get_address_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return &___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline void set_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36(int64_t value)
{
___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36 = value;
}
inline static int32_t get_offset_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37)); }
inline int64_t get_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() const { return ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline int64_t* get_address_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return &___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline void set_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37(int64_t value)
{
___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37 = value;
}
inline static int32_t get_offset_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38)); }
inline int64_t get_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() const { return ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline int64_t* get_address_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return &___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline void set_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38(int64_t value)
{
___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38 = value;
}
inline static int32_t get_offset_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39)); }
inline int64_t get_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() const { return ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline int64_t* get_address_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return &___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline void set_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39(int64_t value)
{
___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39 = value;
}
inline static int32_t get_offset_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40)); }
inline int64_t get_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() const { return ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline int64_t* get_address_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return &___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline void set_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40(int64_t value)
{
___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40 = value;
}
inline static int32_t get_offset_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41)); }
inline int64_t get_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() const { return ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline int64_t* get_address_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return &___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline void set_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41(int64_t value)
{
___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41 = value;
}
inline static int32_t get_offset_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42)); }
inline int64_t get_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() const { return ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline int64_t* get_address_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return &___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline void set_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42(int64_t value)
{
___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42 = value;
}
inline static int32_t get_offset_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43)); }
inline int64_t get_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() const { return ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline int64_t* get_address_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return &___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline void set_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43(int64_t value)
{
___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43 = value;
}
inline static int32_t get_offset_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44)); }
inline int64_t get_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() const { return ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline int64_t* get_address_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return &___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline void set_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44(int64_t value)
{
___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44 = value;
}
inline static int32_t get_offset_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45)); }
inline int64_t get_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() const { return ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline int64_t* get_address_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return &___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline void set_FE6C78086F5333BA3E88D035426FC0244E8FC585_45(int64_t value)
{
___FE6C78086F5333BA3E88D035426FC0244E8FC585_45 = value;
}
inline static int32_t get_offset_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46)); }
inline int64_t get_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() const { return ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline int64_t* get_address_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return &___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline void set_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46(int64_t value)
{
___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46 = value;
}
};
// FairyGUI.AlignType
struct AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55
{
public:
// System.Int32 FairyGUI.AlignType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.AutoSizeType
struct AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7
{
public:
// System.Int32 FairyGUI.AutoSizeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.BlendMode
struct BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4
{
public:
// System.Int32 FairyGUI.BlendMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ButtonMode
struct ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8
{
public:
// System.Int32 FairyGUI.ButtonMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ChildrenRenderOrder
struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280
{
public:
// System.Int32 FairyGUI.ChildrenRenderOrder::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.DestroyMethod
struct DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D
{
public:
// System.Int32 FairyGUI.DestroyMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.GroupLayoutType
struct GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D
{
public:
// System.Int32 FairyGUI.GroupLayoutType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D, ___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.HitTestContext
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E : public RuntimeObject
{
public:
public:
};
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields
{
public:
// UnityEngine.Vector2 FairyGUI.HitTestContext::screenPoint
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPoint_0;
// UnityEngine.Vector3 FairyGUI.HitTestContext::worldPoint
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint_1;
// UnityEngine.Vector3 FairyGUI.HitTestContext::direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_2;
// System.Boolean FairyGUI.HitTestContext::forTouch
bool ___forTouch_3;
// UnityEngine.Camera FairyGUI.HitTestContext::camera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_4;
// System.Int32 FairyGUI.HitTestContext::displayIndex
int32_t ___displayIndex_5;
// System.Int32 FairyGUI.HitTestContext::layerMask
int32_t ___layerMask_6;
// System.Single FairyGUI.HitTestContext::maxDistance
float ___maxDistance_7;
// UnityEngine.Camera FairyGUI.HitTestContext::cachedMainCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedMainCamera_8;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>> FairyGUI.HitTestContext::raycastHits
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * ___raycastHits_9;
public:
inline static int32_t get_offset_of_screenPoint_0() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___screenPoint_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPoint_0() const { return ___screenPoint_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPoint_0() { return &___screenPoint_0; }
inline void set_screenPoint_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___screenPoint_0 = value;
}
inline static int32_t get_offset_of_worldPoint_1() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___worldPoint_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPoint_1() const { return ___worldPoint_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPoint_1() { return &___worldPoint_1; }
inline void set_worldPoint_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___worldPoint_1 = value;
}
inline static int32_t get_offset_of_direction_2() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___direction_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_direction_2() const { return ___direction_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_direction_2() { return &___direction_2; }
inline void set_direction_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___direction_2 = value;
}
inline static int32_t get_offset_of_forTouch_3() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___forTouch_3)); }
inline bool get_forTouch_3() const { return ___forTouch_3; }
inline bool* get_address_of_forTouch_3() { return &___forTouch_3; }
inline void set_forTouch_3(bool value)
{
___forTouch_3 = value;
}
inline static int32_t get_offset_of_camera_4() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___camera_4)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_camera_4() const { return ___camera_4; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_camera_4() { return &___camera_4; }
inline void set_camera_4(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___camera_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___camera_4), (void*)value);
}
inline static int32_t get_offset_of_displayIndex_5() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___displayIndex_5)); }
inline int32_t get_displayIndex_5() const { return ___displayIndex_5; }
inline int32_t* get_address_of_displayIndex_5() { return &___displayIndex_5; }
inline void set_displayIndex_5(int32_t value)
{
___displayIndex_5 = value;
}
inline static int32_t get_offset_of_layerMask_6() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___layerMask_6)); }
inline int32_t get_layerMask_6() const { return ___layerMask_6; }
inline int32_t* get_address_of_layerMask_6() { return &___layerMask_6; }
inline void set_layerMask_6(int32_t value)
{
___layerMask_6 = value;
}
inline static int32_t get_offset_of_maxDistance_7() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___maxDistance_7)); }
inline float get_maxDistance_7() const { return ___maxDistance_7; }
inline float* get_address_of_maxDistance_7() { return &___maxDistance_7; }
inline void set_maxDistance_7(float value)
{
___maxDistance_7 = value;
}
inline static int32_t get_offset_of_cachedMainCamera_8() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___cachedMainCamera_8)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedMainCamera_8() const { return ___cachedMainCamera_8; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedMainCamera_8() { return &___cachedMainCamera_8; }
inline void set_cachedMainCamera_8(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedMainCamera_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedMainCamera_8), (void*)value);
}
inline static int32_t get_offset_of_raycastHits_9() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___raycastHits_9)); }
inline Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * get_raycastHits_9() const { return ___raycastHits_9; }
inline Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 ** get_address_of_raycastHits_9() { return &___raycastHits_9; }
inline void set_raycastHits_9(Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * value)
{
___raycastHits_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raycastHits_9), (void*)value);
}
};
// FairyGUI.ListLayoutType
struct ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723
{
public:
// System.Int32 FairyGUI.ListLayoutType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ListSelectionMode
struct ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D
{
public:
// System.Int32 FairyGUI.ListSelectionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.LongPressGesture
struct LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.GObject FairyGUI.LongPressGesture::<host>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2;
// FairyGUI.EventListener FairyGUI.LongPressGesture::<onBegin>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3;
// FairyGUI.EventListener FairyGUI.LongPressGesture::<onEnd>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4;
// FairyGUI.EventListener FairyGUI.LongPressGesture::<onAction>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_5;
// System.Single FairyGUI.LongPressGesture::trigger
float ___trigger_6;
// System.Single FairyGUI.LongPressGesture::interval
float ___interval_7;
// System.Boolean FairyGUI.LongPressGesture::once
bool ___once_8;
// System.Int32 FairyGUI.LongPressGesture::holdRangeRadius
int32_t ___holdRangeRadius_9;
// UnityEngine.Vector2 FairyGUI.LongPressGesture::_startPoint
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____startPoint_10;
// System.Boolean FairyGUI.LongPressGesture::_started
bool ____started_11;
public:
inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ChostU3Ek__BackingField_2)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; }
inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3ChostU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ConBeginU3Ek__BackingField_3)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; }
inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConBeginU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ConEndU3Ek__BackingField_4)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; }
inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConEndU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ConActionU3Ek__BackingField_5)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_5() const { return ___U3ConActionU3Ek__BackingField_5; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_5() { return &___U3ConActionU3Ek__BackingField_5; }
inline void set_U3ConActionU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConActionU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_trigger_6() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___trigger_6)); }
inline float get_trigger_6() const { return ___trigger_6; }
inline float* get_address_of_trigger_6() { return &___trigger_6; }
inline void set_trigger_6(float value)
{
___trigger_6 = value;
}
inline static int32_t get_offset_of_interval_7() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___interval_7)); }
inline float get_interval_7() const { return ___interval_7; }
inline float* get_address_of_interval_7() { return &___interval_7; }
inline void set_interval_7(float value)
{
___interval_7 = value;
}
inline static int32_t get_offset_of_once_8() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___once_8)); }
inline bool get_once_8() const { return ___once_8; }
inline bool* get_address_of_once_8() { return &___once_8; }
inline void set_once_8(bool value)
{
___once_8 = value;
}
inline static int32_t get_offset_of_holdRangeRadius_9() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___holdRangeRadius_9)); }
inline int32_t get_holdRangeRadius_9() const { return ___holdRangeRadius_9; }
inline int32_t* get_address_of_holdRangeRadius_9() { return &___holdRangeRadius_9; }
inline void set_holdRangeRadius_9(int32_t value)
{
___holdRangeRadius_9 = value;
}
inline static int32_t get_offset_of__startPoint_10() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ____startPoint_10)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__startPoint_10() const { return ____startPoint_10; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__startPoint_10() { return &____startPoint_10; }
inline void set__startPoint_10(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____startPoint_10 = value;
}
inline static int32_t get_offset_of__started_11() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ____started_11)); }
inline bool get__started_11() const { return ____started_11; }
inline bool* get_address_of__started_11() { return &____started_11; }
inline void set__started_11(bool value)
{
____started_11 = value;
}
};
struct LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields
{
public:
// System.Single FairyGUI.LongPressGesture::TRIGGER
float ___TRIGGER_12;
// System.Single FairyGUI.LongPressGesture::INTERVAL
float ___INTERVAL_13;
public:
inline static int32_t get_offset_of_TRIGGER_12() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields, ___TRIGGER_12)); }
inline float get_TRIGGER_12() const { return ___TRIGGER_12; }
inline float* get_address_of_TRIGGER_12() { return &___TRIGGER_12; }
inline void set_TRIGGER_12(float value)
{
___TRIGGER_12 = value;
}
inline static int32_t get_offset_of_INTERVAL_13() { return static_cast<int32_t>(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields, ___INTERVAL_13)); }
inline float get_INTERVAL_13() const { return ___INTERVAL_13; }
inline float* get_address_of_INTERVAL_13() { return &___INTERVAL_13; }
inline void set_INTERVAL_13(float value)
{
___INTERVAL_13 = value;
}
};
// FairyGUI.MeshColliderHitTest
struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 : public ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67
{
public:
// UnityEngine.Vector2 FairyGUI.MeshColliderHitTest::lastHit
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastHit_1;
public:
inline static int32_t get_offset_of_lastHit_1() { return static_cast<int32_t>(offsetof(MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5, ___lastHit_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastHit_1() const { return ___lastHit_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastHit_1() { return &___lastHit_1; }
inline void set_lastHit_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___lastHit_1 = 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.Origin180
struct Origin180_tF738D6B6618A89A8C62974BA32E8626DCC1F500B
{
public:
// System.Int32 FairyGUI.Origin180::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Origin180_tF738D6B6618A89A8C62974BA32E8626DCC1F500B, ___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.Origin360
struct Origin360_t551675D43DB4B5AA691CA5BEDA22F745B0ABF5CA
{
public:
// System.Int32 FairyGUI.Origin360::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Origin360_t551675D43DB4B5AA691CA5BEDA22F745B0ABF5CA, ___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.Origin90
struct Origin90_t571044E3EC57960A833823FFD9A0A681D17677BE
{
public:
// System.Int32 FairyGUI.Origin90::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Origin90_t571044E3EC57960A833823FFD9A0A681D17677BE, ___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.OriginHorizontal
struct OriginHorizontal_tF3075A3017AB785F8B532205FE4676C534800AB6
{
public:
// System.Int32 FairyGUI.OriginHorizontal::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OriginHorizontal_tF3075A3017AB785F8B532205FE4676C534800AB6, ___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.OriginVertical
struct OriginVertical_tBAB61C8934D5D5B634798CFD680FAF5A5DF6B489
{
public:
// System.Int32 FairyGUI.OriginVertical::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OriginVertical_tBAB61C8934D5D5B634798CFD680FAF5A5DF6B489, ___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.OverflowType
struct OverflowType_tF51FD85CBD87D036128866F939FB2946C47715BE
{
public:
// System.Int32 FairyGUI.OverflowType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OverflowType_tF51FD85CBD87D036128866F939FB2946C47715BE, ___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.ProgressTitleType
struct ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418
{
public:
// System.Int32 FairyGUI.ProgressTitleType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418, ___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.RTLSupport_CharState
struct CharState_tF292932FF4D75A0F9D12DA7EAB487F6B3059E78B
{
public:
// System.Int32 FairyGUI.RTLSupport_CharState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharState_tF292932FF4D75A0F9D12DA7EAB487F6B3059E78B, ___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.RTLSupport_DirectionType
struct DirectionType_tB990F20BD0716FE0D5ECC769D51892FB52A6500D
{
public:
// System.Int32 FairyGUI.RTLSupport_DirectionType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DirectionType_tB990F20BD0716FE0D5ECC769D51892FB52A6500D, ___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.RectHitTest
struct RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.RectHitTest::rect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
public:
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(RectHitTest_t6D0D255B09956A73884478F6E18696E405420860, ___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;
}
};
// FairyGUI.RelationItem
struct RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 : public RuntimeObject
{
public:
// FairyGUI.GObject FairyGUI.RelationItem::_owner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____owner_0;
// FairyGUI.GObject FairyGUI.RelationItem::_target
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____target_1;
// System.Collections.Generic.List`1<FairyGUI.RelationDef> FairyGUI.RelationItem::_defs
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * ____defs_2;
// UnityEngine.Vector4 FairyGUI.RelationItem::_targetData
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ____targetData_3;
public:
inline static int32_t get_offset_of__owner_0() { return static_cast<int32_t>(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____owner_0)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__owner_0() const { return ____owner_0; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__owner_0() { return &____owner_0; }
inline void set__owner_0(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value);
}
inline static int32_t get_offset_of__target_1() { return static_cast<int32_t>(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____target_1)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__target_1() const { return ____target_1; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__target_1() { return &____target_1; }
inline void set__target_1(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____target_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_1), (void*)value);
}
inline static int32_t get_offset_of__defs_2() { return static_cast<int32_t>(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____defs_2)); }
inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * get__defs_2() const { return ____defs_2; }
inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 ** get_address_of__defs_2() { return &____defs_2; }
inline void set__defs_2(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * value)
{
____defs_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defs_2), (void*)value);
}
inline static int32_t get_offset_of__targetData_3() { return static_cast<int32_t>(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____targetData_3)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get__targetData_3() const { return ____targetData_3; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of__targetData_3() { return &____targetData_3; }
inline void set__targetData_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
____targetData_3 = 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.RotationGesture
struct RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.GObject FairyGUI.RotationGesture::<host>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2;
// FairyGUI.EventListener FairyGUI.RotationGesture::<onBegin>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3;
// FairyGUI.EventListener FairyGUI.RotationGesture::<onEnd>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4;
// FairyGUI.EventListener FairyGUI.RotationGesture::<onAction>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_5;
// System.Single FairyGUI.RotationGesture::rotation
float ___rotation_6;
// System.Single FairyGUI.RotationGesture::delta
float ___delta_7;
// System.Boolean FairyGUI.RotationGesture::snapping
bool ___snapping_8;
// UnityEngine.Vector2 FairyGUI.RotationGesture::_startVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____startVector_9;
// System.Single FairyGUI.RotationGesture::_lastRotation
float ____lastRotation_10;
// System.Int32[] FairyGUI.RotationGesture::_touches
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____touches_11;
// System.Boolean FairyGUI.RotationGesture::_started
bool ____started_12;
// System.Boolean FairyGUI.RotationGesture::_touchBegan
bool ____touchBegan_13;
public:
inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ChostU3Ek__BackingField_2)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; }
inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3ChostU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ConBeginU3Ek__BackingField_3)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; }
inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConBeginU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ConEndU3Ek__BackingField_4)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; }
inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConEndU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ConActionU3Ek__BackingField_5)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_5() const { return ___U3ConActionU3Ek__BackingField_5; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_5() { return &___U3ConActionU3Ek__BackingField_5; }
inline void set_U3ConActionU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConActionU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_rotation_6() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___rotation_6)); }
inline float get_rotation_6() const { return ___rotation_6; }
inline float* get_address_of_rotation_6() { return &___rotation_6; }
inline void set_rotation_6(float value)
{
___rotation_6 = value;
}
inline static int32_t get_offset_of_delta_7() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___delta_7)); }
inline float get_delta_7() const { return ___delta_7; }
inline float* get_address_of_delta_7() { return &___delta_7; }
inline void set_delta_7(float value)
{
___delta_7 = value;
}
inline static int32_t get_offset_of_snapping_8() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___snapping_8)); }
inline bool get_snapping_8() const { return ___snapping_8; }
inline bool* get_address_of_snapping_8() { return &___snapping_8; }
inline void set_snapping_8(bool value)
{
___snapping_8 = value;
}
inline static int32_t get_offset_of__startVector_9() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____startVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__startVector_9() const { return ____startVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__startVector_9() { return &____startVector_9; }
inline void set__startVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____startVector_9 = value;
}
inline static int32_t get_offset_of__lastRotation_10() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____lastRotation_10)); }
inline float get__lastRotation_10() const { return ____lastRotation_10; }
inline float* get_address_of__lastRotation_10() { return &____lastRotation_10; }
inline void set__lastRotation_10(float value)
{
____lastRotation_10 = value;
}
inline static int32_t get_offset_of__touches_11() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____touches_11)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__touches_11() const { return ____touches_11; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__touches_11() { return &____touches_11; }
inline void set__touches_11(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____touches_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touches_11), (void*)value);
}
inline static int32_t get_offset_of__started_12() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____started_12)); }
inline bool get__started_12() const { return ____started_12; }
inline bool* get_address_of__started_12() { return &____started_12; }
inline void set__started_12(bool value)
{
____started_12 = value;
}
inline static int32_t get_offset_of__touchBegan_13() { return static_cast<int32_t>(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____touchBegan_13)); }
inline bool get__touchBegan_13() const { return ____touchBegan_13; }
inline bool* get_address_of__touchBegan_13() { return &____touchBegan_13; }
inline void set__touchBegan_13(bool value)
{
____touchBegan_13 = 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.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.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);
}
};
// 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,FairyGUI.MaterialManager>
struct Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * ___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_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 ___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_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___dictionary_0)); }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * 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_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___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_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___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_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___current_3)); }
inline KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 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_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Nullable`1<UnityEngine.Color32>
struct Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF
{
public:
// T System.Nullable`1::value
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___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_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF, ___value_0)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_value_0() const { return ___value_0; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Matrix4x4>
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
{
public:
// T System.Nullable`1::value
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Rect>
struct Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10
{
public:
// T System.Nullable`1::value
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___value_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_value_0() const { return ___value_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector3>
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
{
public:
// T System.Nullable`1::value
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector4>
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
{
public:
// T System.Nullable`1::value
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.AnimationCurve::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.EventModifiers
struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061
{
public:
// System.Int32 UnityEngine.EventModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Gradient
struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Gradient::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Gradient
struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Gradient
struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.HideFlags
struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37
{
public:
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.KeyCode
struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C
{
public:
// System.Int32 UnityEngine.KeyCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
public:
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
inline void set_m_CachedPtr_0(intptr_t value)
{
___m_CachedPtr_0 = value;
}
};
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
{
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.RaycastHit
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
{
public:
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
uint32_t ___m_FaceID_2;
// System.Single UnityEngine.RaycastHit::m_Distance
float ___m_Distance_3;
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
// System.Int32 UnityEngine.RaycastHit::m_Collider
int32_t ___m_Collider_5;
public:
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Point_0 = value;
}
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Normal_1 = value;
}
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
inline void set_m_FaceID_2(uint32_t value)
{
___m_FaceID_2 = value;
}
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
inline float get_m_Distance_3() const { return ___m_Distance_3; }
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
inline void set_m_Distance_3(float value)
{
___m_Distance_3 = value;
}
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_UV_4 = value;
}
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
inline void set_m_Collider_5(int32_t value)
{
___m_Collider_5 = value;
}
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Rendering.BlendMode
struct BlendMode_tC5F270C1FFAF80DB1780A0F46B88D65984B23C4A
{
public:
// System.Int32 UnityEngine.Rendering.BlendMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_tC5F270C1FFAF80DB1780A0F46B88D65984B23C4A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Rendering.ReflectionProbeUsage
struct ReflectionProbeUsage_tAFF366D7F5E43B871C7302C4D7D0F48859E7B31A
{
public:
// System.Int32 UnityEngine.Rendering.ReflectionProbeUsage::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReflectionProbeUsage_tAFF366D7F5E43B871C7302C4D7D0F48859E7B31A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Rendering.ShadowCastingMode
struct ShadowCastingMode_t699023357D66025632B533A17D0FB1E4548141FF
{
public:
// System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ShadowCastingMode_t699023357D66025632B533A17D0FB1E4548141FF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.TextureFormat
struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE
{
public:
// System.Int32 UnityEngine.TextureFormat::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.BlendModeUtils_BlendFactor
struct BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC : public RuntimeObject
{
public:
// UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils_BlendFactor::srcFactor
int32_t ___srcFactor_0;
// UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils_BlendFactor::dstFactor
int32_t ___dstFactor_1;
// System.Boolean FairyGUI.BlendModeUtils_BlendFactor::pma
bool ___pma_2;
public:
inline static int32_t get_offset_of_srcFactor_0() { return static_cast<int32_t>(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___srcFactor_0)); }
inline int32_t get_srcFactor_0() const { return ___srcFactor_0; }
inline int32_t* get_address_of_srcFactor_0() { return &___srcFactor_0; }
inline void set_srcFactor_0(int32_t value)
{
___srcFactor_0 = value;
}
inline static int32_t get_offset_of_dstFactor_1() { return static_cast<int32_t>(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___dstFactor_1)); }
inline int32_t get_dstFactor_1() const { return ___dstFactor_1; }
inline int32_t* get_address_of_dstFactor_1() { return &___dstFactor_1; }
inline void set_dstFactor_1(int32_t value)
{
___dstFactor_1 = value;
}
inline static int32_t get_offset_of_pma_2() { return static_cast<int32_t>(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___pma_2)); }
inline bool get_pma_2() const { return ___pma_2; }
inline bool* get_address_of_pma_2() { return &___pma_2; }
inline void set_pma_2(bool value)
{
___pma_2 = value;
}
};
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.DisplayObject::name
String_t* ___name_2;
// FairyGUI.Container FairyGUI.DisplayObject::<parent>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3;
// UnityEngine.GameObject FairyGUI.DisplayObject::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4;
// UnityEngine.Transform FairyGUI.DisplayObject::<cachedTransform>k__BackingField
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<graphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<paintingGraphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CpaintingGraphicsU3Ek__BackingField_7;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::onPaint
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onPaint_8;
// FairyGUI.GObject FairyGUI.DisplayObject::gOwner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___gOwner_9;
// System.UInt32 FairyGUI.DisplayObject::id
uint32_t ___id_10;
// System.Boolean FairyGUI.DisplayObject::_visible
bool ____visible_11;
// System.Boolean FairyGUI.DisplayObject::_touchable
bool ____touchable_12;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pivot_13;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____pivotOffset_14;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_skew
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____skew_15;
// System.Int32 FairyGUI.DisplayObject::_renderingOrder
int32_t ____renderingOrder_16;
// System.Single FairyGUI.DisplayObject::_alpha
float ____alpha_17;
// System.Boolean FairyGUI.DisplayObject::_grayed
bool ____grayed_18;
// FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode
int32_t ____blendMode_19;
// FairyGUI.IFilter FairyGUI.DisplayObject::_filter
RuntimeObject* ____filter_20;
// UnityEngine.Transform FairyGUI.DisplayObject::_home
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____home_21;
// System.Boolean FairyGUI.DisplayObject::_perspective
bool ____perspective_22;
// System.Int32 FairyGUI.DisplayObject::_focalLength
int32_t ____focalLength_23;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____rotation_24;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_25;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_26;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_27;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_28;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_29;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_30;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_31;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onMouseWheel_32;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_33;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_34;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_35;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_36;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::_captureDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____captureDelegate_37;
// System.Int32 FairyGUI.DisplayObject::_paintingMode
int32_t ____paintingMode_38;
// FairyGUI.Margin FairyGUI.DisplayObject::_paintingMargin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____paintingMargin_39;
// System.Int32 FairyGUI.DisplayObject::_paintingFlag
int32_t ____paintingFlag_40;
// UnityEngine.Material FairyGUI.DisplayObject::_paintingMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____paintingMaterial_41;
// System.Boolean FairyGUI.DisplayObject::_cacheAsBitmap
bool ____cacheAsBitmap_42;
// UnityEngine.Rect FairyGUI.DisplayObject::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_43;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.DisplayObject::_transformMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____transformMatrix_44;
// System.Boolean FairyGUI.DisplayObject::_ownsGameObject
bool ____ownsGameObject_45;
// System.Boolean FairyGUI.DisplayObject::_disposed
bool ____disposed_46;
// System.Boolean FairyGUI.DisplayObject::_touchDisabled
bool ____touchDisabled_47;
// System.Single[] FairyGUI.DisplayObject::_internal_bounds
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____internal_bounds_48;
// System.Boolean FairyGUI.DisplayObject::_skipInFairyBatching
bool ____skipInFairyBatching_49;
// System.Boolean FairyGUI.DisplayObject::_outlineChanged
bool ____outlineChanged_50;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CparentU3Ek__BackingField_3)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CparentU3Ek__BackingField_3() const { return ___U3CparentU3Ek__BackingField_3; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CparentU3Ek__BackingField_3() { return &___U3CparentU3Ek__BackingField_3; }
inline void set_U3CparentU3Ek__BackingField_3(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CparentU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgameObjectU3Ek__BackingField_4)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_4() const { return ___U3CgameObjectU3Ek__BackingField_4; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_4() { return &___U3CgameObjectU3Ek__BackingField_4; }
inline void set_U3CgameObjectU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CcachedTransformU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CcachedTransformU3Ek__BackingField_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CcachedTransformU3Ek__BackingField_5() const { return ___U3CcachedTransformU3Ek__BackingField_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CcachedTransformU3Ek__BackingField_5() { return &___U3CcachedTransformU3Ek__BackingField_5; }
inline void set_U3CcachedTransformU3Ek__BackingField_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___U3CcachedTransformU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcachedTransformU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CgraphicsU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgraphicsU3Ek__BackingField_6)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CgraphicsU3Ek__BackingField_6() const { return ___U3CgraphicsU3Ek__BackingField_6; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CgraphicsU3Ek__BackingField_6() { return &___U3CgraphicsU3Ek__BackingField_6; }
inline void set_U3CgraphicsU3Ek__BackingField_6(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CgraphicsU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicsU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CpaintingGraphicsU3Ek__BackingField_7)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CpaintingGraphicsU3Ek__BackingField_7() const { return ___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return &___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline void set_U3CpaintingGraphicsU3Ek__BackingField_7(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CpaintingGraphicsU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpaintingGraphicsU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_onPaint_8() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___onPaint_8)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onPaint_8() const { return ___onPaint_8; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onPaint_8() { return &___onPaint_8; }
inline void set_onPaint_8(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onPaint_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPaint_8), (void*)value);
}
inline static int32_t get_offset_of_gOwner_9() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___gOwner_9)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_gOwner_9() const { return ___gOwner_9; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_gOwner_9() { return &___gOwner_9; }
inline void set_gOwner_9(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___gOwner_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gOwner_9), (void*)value);
}
inline static int32_t get_offset_of_id_10() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___id_10)); }
inline uint32_t get_id_10() const { return ___id_10; }
inline uint32_t* get_address_of_id_10() { return &___id_10; }
inline void set_id_10(uint32_t value)
{
___id_10 = value;
}
inline static int32_t get_offset_of__visible_11() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____visible_11)); }
inline bool get__visible_11() const { return ____visible_11; }
inline bool* get_address_of__visible_11() { return &____visible_11; }
inline void set__visible_11(bool value)
{
____visible_11 = value;
}
inline static int32_t get_offset_of__touchable_12() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchable_12)); }
inline bool get__touchable_12() const { return ____touchable_12; }
inline bool* get_address_of__touchable_12() { return &____touchable_12; }
inline void set__touchable_12(bool value)
{
____touchable_12 = value;
}
inline static int32_t get_offset_of__pivot_13() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivot_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pivot_13() const { return ____pivot_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pivot_13() { return &____pivot_13; }
inline void set__pivot_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____pivot_13 = value;
}
inline static int32_t get_offset_of__pivotOffset_14() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivotOffset_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__pivotOffset_14() const { return ____pivotOffset_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__pivotOffset_14() { return &____pivotOffset_14; }
inline void set__pivotOffset_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____pivotOffset_14 = value;
}
inline static int32_t get_offset_of__skew_15() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skew_15)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__skew_15() const { return ____skew_15; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__skew_15() { return &____skew_15; }
inline void set__skew_15(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____skew_15 = value;
}
inline static int32_t get_offset_of__renderingOrder_16() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____renderingOrder_16)); }
inline int32_t get__renderingOrder_16() const { return ____renderingOrder_16; }
inline int32_t* get_address_of__renderingOrder_16() { return &____renderingOrder_16; }
inline void set__renderingOrder_16(int32_t value)
{
____renderingOrder_16 = value;
}
inline static int32_t get_offset_of__alpha_17() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____alpha_17)); }
inline float get__alpha_17() const { return ____alpha_17; }
inline float* get_address_of__alpha_17() { return &____alpha_17; }
inline void set__alpha_17(float value)
{
____alpha_17 = value;
}
inline static int32_t get_offset_of__grayed_18() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____grayed_18)); }
inline bool get__grayed_18() const { return ____grayed_18; }
inline bool* get_address_of__grayed_18() { return &____grayed_18; }
inline void set__grayed_18(bool value)
{
____grayed_18 = value;
}
inline static int32_t get_offset_of__blendMode_19() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____blendMode_19)); }
inline int32_t get__blendMode_19() const { return ____blendMode_19; }
inline int32_t* get_address_of__blendMode_19() { return &____blendMode_19; }
inline void set__blendMode_19(int32_t value)
{
____blendMode_19 = value;
}
inline static int32_t get_offset_of__filter_20() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____filter_20)); }
inline RuntimeObject* get__filter_20() const { return ____filter_20; }
inline RuntimeObject** get_address_of__filter_20() { return &____filter_20; }
inline void set__filter_20(RuntimeObject* value)
{
____filter_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filter_20), (void*)value);
}
inline static int32_t get_offset_of__home_21() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____home_21)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__home_21() const { return ____home_21; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__home_21() { return &____home_21; }
inline void set__home_21(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____home_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____home_21), (void*)value);
}
inline static int32_t get_offset_of__perspective_22() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____perspective_22)); }
inline bool get__perspective_22() const { return ____perspective_22; }
inline bool* get_address_of__perspective_22() { return &____perspective_22; }
inline void set__perspective_22(bool value)
{
____perspective_22 = value;
}
inline static int32_t get_offset_of__focalLength_23() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____focalLength_23)); }
inline int32_t get__focalLength_23() const { return ____focalLength_23; }
inline int32_t* get_address_of__focalLength_23() { return &____focalLength_23; }
inline void set__focalLength_23(int32_t value)
{
____focalLength_23 = value;
}
inline static int32_t get_offset_of__rotation_24() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____rotation_24)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__rotation_24() const { return ____rotation_24; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__rotation_24() { return &____rotation_24; }
inline void set__rotation_24(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____rotation_24 = value;
}
inline static int32_t get_offset_of__onClick_25() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClick_25)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_25() const { return ____onClick_25; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_25() { return &____onClick_25; }
inline void set__onClick_25(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_25), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_26() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRightClick_26)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_26() const { return ____onRightClick_26; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_26() { return &____onRightClick_26; }
inline void set__onRightClick_26(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_26), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_27() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchBegin_27)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_27() const { return ____onTouchBegin_27; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_27() { return &____onTouchBegin_27; }
inline void set__onTouchBegin_27(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_27), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_28() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchMove_28)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_28() const { return ____onTouchMove_28; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_28() { return &____onTouchMove_28; }
inline void set__onTouchMove_28(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_28), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_29() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchEnd_29)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_29() const { return ____onTouchEnd_29; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_29() { return &____onTouchEnd_29; }
inline void set__onTouchEnd_29(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_29), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_30() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOver_30)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_30() const { return ____onRollOver_30; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_30() { return &____onRollOver_30; }
inline void set__onRollOver_30(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_30), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_31() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOut_31)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_31() const { return ____onRollOut_31; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_31() { return &____onRollOut_31; }
inline void set__onRollOut_31(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_31), (void*)value);
}
inline static int32_t get_offset_of__onMouseWheel_32() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onMouseWheel_32)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onMouseWheel_32() const { return ____onMouseWheel_32; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onMouseWheel_32() { return &____onMouseWheel_32; }
inline void set__onMouseWheel_32(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onMouseWheel_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onMouseWheel_32), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_33() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onAddedToStage_33)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_33() const { return ____onAddedToStage_33; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_33() { return &____onAddedToStage_33; }
inline void set__onAddedToStage_33(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_33), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_34() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRemovedFromStage_34)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_34() const { return ____onRemovedFromStage_34; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_34() { return &____onRemovedFromStage_34; }
inline void set__onRemovedFromStage_34(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_34), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_35() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onKeyDown_35)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_35() const { return ____onKeyDown_35; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_35() { return &____onKeyDown_35; }
inline void set__onKeyDown_35(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_35), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_36() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClickLink_36)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_36() const { return ____onClickLink_36; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_36() { return &____onClickLink_36; }
inline void set__onClickLink_36(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_36), (void*)value);
}
inline static int32_t get_offset_of__captureDelegate_37() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____captureDelegate_37)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__captureDelegate_37() const { return ____captureDelegate_37; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__captureDelegate_37() { return &____captureDelegate_37; }
inline void set__captureDelegate_37(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____captureDelegate_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureDelegate_37), (void*)value);
}
inline static int32_t get_offset_of__paintingMode_38() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMode_38)); }
inline int32_t get__paintingMode_38() const { return ____paintingMode_38; }
inline int32_t* get_address_of__paintingMode_38() { return &____paintingMode_38; }
inline void set__paintingMode_38(int32_t value)
{
____paintingMode_38 = value;
}
inline static int32_t get_offset_of__paintingMargin_39() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMargin_39)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__paintingMargin_39() const { return ____paintingMargin_39; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__paintingMargin_39() { return &____paintingMargin_39; }
inline void set__paintingMargin_39(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____paintingMargin_39 = value;
}
inline static int32_t get_offset_of__paintingFlag_40() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingFlag_40)); }
inline int32_t get__paintingFlag_40() const { return ____paintingFlag_40; }
inline int32_t* get_address_of__paintingFlag_40() { return &____paintingFlag_40; }
inline void set__paintingFlag_40(int32_t value)
{
____paintingFlag_40 = value;
}
inline static int32_t get_offset_of__paintingMaterial_41() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMaterial_41)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__paintingMaterial_41() const { return ____paintingMaterial_41; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__paintingMaterial_41() { return &____paintingMaterial_41; }
inline void set__paintingMaterial_41(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____paintingMaterial_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____paintingMaterial_41), (void*)value);
}
inline static int32_t get_offset_of__cacheAsBitmap_42() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____cacheAsBitmap_42)); }
inline bool get__cacheAsBitmap_42() const { return ____cacheAsBitmap_42; }
inline bool* get_address_of__cacheAsBitmap_42() { return &____cacheAsBitmap_42; }
inline void set__cacheAsBitmap_42(bool value)
{
____cacheAsBitmap_42 = value;
}
inline static int32_t get_offset_of__contentRect_43() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____contentRect_43)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_43() const { return ____contentRect_43; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_43() { return &____contentRect_43; }
inline void set__contentRect_43(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_43 = value;
}
inline static int32_t get_offset_of__transformMatrix_44() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____transformMatrix_44)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__transformMatrix_44() const { return ____transformMatrix_44; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__transformMatrix_44() { return &____transformMatrix_44; }
inline void set__transformMatrix_44(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____transformMatrix_44 = value;
}
inline static int32_t get_offset_of__ownsGameObject_45() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____ownsGameObject_45)); }
inline bool get__ownsGameObject_45() const { return ____ownsGameObject_45; }
inline bool* get_address_of__ownsGameObject_45() { return &____ownsGameObject_45; }
inline void set__ownsGameObject_45(bool value)
{
____ownsGameObject_45 = value;
}
inline static int32_t get_offset_of__disposed_46() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____disposed_46)); }
inline bool get__disposed_46() const { return ____disposed_46; }
inline bool* get_address_of__disposed_46() { return &____disposed_46; }
inline void set__disposed_46(bool value)
{
____disposed_46 = value;
}
inline static int32_t get_offset_of__touchDisabled_47() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchDisabled_47)); }
inline bool get__touchDisabled_47() const { return ____touchDisabled_47; }
inline bool* get_address_of__touchDisabled_47() { return &____touchDisabled_47; }
inline void set__touchDisabled_47(bool value)
{
____touchDisabled_47 = value;
}
inline static int32_t get_offset_of__internal_bounds_48() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____internal_bounds_48)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__internal_bounds_48() const { return ____internal_bounds_48; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__internal_bounds_48() { return &____internal_bounds_48; }
inline void set__internal_bounds_48(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____internal_bounds_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____internal_bounds_48), (void*)value);
}
inline static int32_t get_offset_of__skipInFairyBatching_49() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skipInFairyBatching_49)); }
inline bool get__skipInFairyBatching_49() const { return ____skipInFairyBatching_49; }
inline bool* get_address_of__skipInFairyBatching_49() { return &____skipInFairyBatching_49; }
inline void set__skipInFairyBatching_49(bool value)
{
____skipInFairyBatching_49 = value;
}
inline static int32_t get_offset_of__outlineChanged_50() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____outlineChanged_50)); }
inline bool get__outlineChanged_50() const { return ____outlineChanged_50; }
inline bool* get_address_of__outlineChanged_50() { return &____outlineChanged_50; }
inline void set__outlineChanged_50(bool value)
{
____outlineChanged_50 = value;
}
};
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields
{
public:
// System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter
uint32_t ____gInstanceCounter_51;
public:
inline static int32_t get_offset_of__gInstanceCounter_51() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields, ____gInstanceCounter_51)); }
inline uint32_t get__gInstanceCounter_51() const { return ____gInstanceCounter_51; }
inline uint32_t* get_address_of__gInstanceCounter_51() { return &____gInstanceCounter_51; }
inline void set__gInstanceCounter_51(uint32_t value)
{
____gInstanceCounter_51 = value;
}
};
// FairyGUI.DisplayOptions
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070 : public RuntimeObject
{
public:
public:
};
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields
{
public:
// UnityEngine.HideFlags FairyGUI.DisplayOptions::hideFlags
int32_t ___hideFlags_0;
public:
inline static int32_t get_offset_of_hideFlags_0() { return static_cast<int32_t>(offsetof(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields, ___hideFlags_0)); }
inline int32_t get_hideFlags_0() const { return ___hideFlags_0; }
inline int32_t* get_address_of_hideFlags_0() { return &___hideFlags_0; }
inline void set_hideFlags_0(int32_t value)
{
___hideFlags_0 = value;
}
};
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.GObject::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_2;
// System.String FairyGUI.GObject::name
String_t* ___name_3;
// System.Object FairyGUI.GObject::data
RuntimeObject * ___data_4;
// System.Int32 FairyGUI.GObject::sourceWidth
int32_t ___sourceWidth_5;
// System.Int32 FairyGUI.GObject::sourceHeight
int32_t ___sourceHeight_6;
// System.Int32 FairyGUI.GObject::initWidth
int32_t ___initWidth_7;
// System.Int32 FairyGUI.GObject::initHeight
int32_t ___initHeight_8;
// System.Int32 FairyGUI.GObject::minWidth
int32_t ___minWidth_9;
// System.Int32 FairyGUI.GObject::maxWidth
int32_t ___maxWidth_10;
// System.Int32 FairyGUI.GObject::minHeight
int32_t ___minHeight_11;
// System.Int32 FairyGUI.GObject::maxHeight
int32_t ___maxHeight_12;
// FairyGUI.Relations FairyGUI.GObject::<relations>k__BackingField
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.GObject::dragBounds
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14;
// FairyGUI.GComponent FairyGUI.GObject::<parent>k__BackingField
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15;
// FairyGUI.DisplayObject FairyGUI.GObject::<displayObject>k__BackingField
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___U3CdisplayObjectU3Ek__BackingField_16;
// FairyGUI.PackageItem FairyGUI.GObject::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_18;
// System.Single FairyGUI.GObject::_x
float ____x_19;
// System.Single FairyGUI.GObject::_y
float ____y_20;
// System.Single FairyGUI.GObject::_z
float ____z_21;
// System.Single FairyGUI.GObject::_pivotX
float ____pivotX_22;
// System.Single FairyGUI.GObject::_pivotY
float ____pivotY_23;
// System.Boolean FairyGUI.GObject::_pivotAsAnchor
bool ____pivotAsAnchor_24;
// System.Single FairyGUI.GObject::_alpha
float ____alpha_25;
// System.Single FairyGUI.GObject::_rotation
float ____rotation_26;
// System.Single FairyGUI.GObject::_rotationX
float ____rotationX_27;
// System.Single FairyGUI.GObject::_rotationY
float ____rotationY_28;
// System.Boolean FairyGUI.GObject::_visible
bool ____visible_29;
// System.Boolean FairyGUI.GObject::_internalVisible
bool ____internalVisible_30;
// System.Boolean FairyGUI.GObject::_handlingController
bool ____handlingController_31;
// System.Boolean FairyGUI.GObject::_touchable
bool ____touchable_32;
// System.Boolean FairyGUI.GObject::_grayed
bool ____grayed_33;
// System.Boolean FairyGUI.GObject::_draggable
bool ____draggable_34;
// System.Single FairyGUI.GObject::_scaleX
float ____scaleX_35;
// System.Single FairyGUI.GObject::_scaleY
float ____scaleY_36;
// System.Int32 FairyGUI.GObject::_sortingOrder
int32_t ____sortingOrder_37;
// System.Boolean FairyGUI.GObject::_focusable
bool ____focusable_38;
// System.String FairyGUI.GObject::_tooltips
String_t* ____tooltips_39;
// System.Boolean FairyGUI.GObject::_pixelSnapping
bool ____pixelSnapping_40;
// FairyGUI.GGroup FairyGUI.GObject::_group
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * ____group_41;
// FairyGUI.GearBase[] FairyGUI.GObject::_gears
GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* ____gears_42;
// FairyGUI.EventListener FairyGUI.GObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_43;
// FairyGUI.EventListener FairyGUI.GObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_44;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_45;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_46;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_47;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_48;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_49;
// FairyGUI.EventListener FairyGUI.GObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_50;
// FairyGUI.EventListener FairyGUI.GObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_51;
// FairyGUI.EventListener FairyGUI.GObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_52;
// FairyGUI.EventListener FairyGUI.GObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_53;
// FairyGUI.EventListener FairyGUI.GObject::_onPositionChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPositionChanged_54;
// FairyGUI.EventListener FairyGUI.GObject::_onSizeChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSizeChanged_55;
// FairyGUI.EventListener FairyGUI.GObject::_onDragStart
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragStart_56;
// FairyGUI.EventListener FairyGUI.GObject::_onDragMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragMove_57;
// FairyGUI.EventListener FairyGUI.GObject::_onDragEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragEnd_58;
// FairyGUI.EventListener FairyGUI.GObject::_onGearStop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGearStop_59;
// System.Boolean FairyGUI.GObject::underConstruct
bool ___underConstruct_60;
// System.Single FairyGUI.GObject::_width
float ____width_61;
// System.Single FairyGUI.GObject::_height
float ____height_62;
// System.Single FairyGUI.GObject::_rawWidth
float ____rawWidth_63;
// System.Single FairyGUI.GObject::_rawHeight
float ____rawHeight_64;
// System.Boolean FairyGUI.GObject::_gearLocked
bool ____gearLocked_65;
// System.Single FairyGUI.GObject::_sizePercentInGroup
float ____sizePercentInGroup_66;
// System.Boolean FairyGUI.GObject::_disposed
bool ____disposed_67;
// UnityEngine.Vector2 FairyGUI.GObject::_dragTouchStartPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragTouchStartPos_69;
// System.Boolean FairyGUI.GObject::_dragTesting
bool ____dragTesting_70;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CidU3Ek__BackingField_2)); }
inline String_t* get_U3CidU3Ek__BackingField_2() const { return ___U3CidU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_2() { return &___U3CidU3Ek__BackingField_2; }
inline void set_U3CidU3Ek__BackingField_2(String_t* value)
{
___U3CidU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of_sourceWidth_5() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceWidth_5)); }
inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; }
inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; }
inline void set_sourceWidth_5(int32_t value)
{
___sourceWidth_5 = value;
}
inline static int32_t get_offset_of_sourceHeight_6() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceHeight_6)); }
inline int32_t get_sourceHeight_6() const { return ___sourceHeight_6; }
inline int32_t* get_address_of_sourceHeight_6() { return &___sourceHeight_6; }
inline void set_sourceHeight_6(int32_t value)
{
___sourceHeight_6 = value;
}
inline static int32_t get_offset_of_initWidth_7() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initWidth_7)); }
inline int32_t get_initWidth_7() const { return ___initWidth_7; }
inline int32_t* get_address_of_initWidth_7() { return &___initWidth_7; }
inline void set_initWidth_7(int32_t value)
{
___initWidth_7 = value;
}
inline static int32_t get_offset_of_initHeight_8() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initHeight_8)); }
inline int32_t get_initHeight_8() const { return ___initHeight_8; }
inline int32_t* get_address_of_initHeight_8() { return &___initHeight_8; }
inline void set_initHeight_8(int32_t value)
{
___initHeight_8 = value;
}
inline static int32_t get_offset_of_minWidth_9() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minWidth_9)); }
inline int32_t get_minWidth_9() const { return ___minWidth_9; }
inline int32_t* get_address_of_minWidth_9() { return &___minWidth_9; }
inline void set_minWidth_9(int32_t value)
{
___minWidth_9 = value;
}
inline static int32_t get_offset_of_maxWidth_10() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxWidth_10)); }
inline int32_t get_maxWidth_10() const { return ___maxWidth_10; }
inline int32_t* get_address_of_maxWidth_10() { return &___maxWidth_10; }
inline void set_maxWidth_10(int32_t value)
{
___maxWidth_10 = value;
}
inline static int32_t get_offset_of_minHeight_11() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minHeight_11)); }
inline int32_t get_minHeight_11() const { return ___minHeight_11; }
inline int32_t* get_address_of_minHeight_11() { return &___minHeight_11; }
inline void set_minHeight_11(int32_t value)
{
___minHeight_11 = value;
}
inline static int32_t get_offset_of_maxHeight_12() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxHeight_12)); }
inline int32_t get_maxHeight_12() const { return ___maxHeight_12; }
inline int32_t* get_address_of_maxHeight_12() { return &___maxHeight_12; }
inline void set_maxHeight_12(int32_t value)
{
___maxHeight_12 = value;
}
inline static int32_t get_offset_of_U3CrelationsU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CrelationsU3Ek__BackingField_13)); }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * get_U3CrelationsU3Ek__BackingField_13() const { return ___U3CrelationsU3Ek__BackingField_13; }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF ** get_address_of_U3CrelationsU3Ek__BackingField_13() { return &___U3CrelationsU3Ek__BackingField_13; }
inline void set_U3CrelationsU3Ek__BackingField_13(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * value)
{
___U3CrelationsU3Ek__BackingField_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrelationsU3Ek__BackingField_13), (void*)value);
}
inline static int32_t get_offset_of_dragBounds_14() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___dragBounds_14)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_dragBounds_14() const { return ___dragBounds_14; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_dragBounds_14() { return &___dragBounds_14; }
inline void set_dragBounds_14(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___dragBounds_14 = value;
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CparentU3Ek__BackingField_15)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CparentU3Ek__BackingField_15() const { return ___U3CparentU3Ek__BackingField_15; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CparentU3Ek__BackingField_15() { return &___U3CparentU3Ek__BackingField_15; }
inline void set_U3CparentU3Ek__BackingField_15(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___U3CparentU3Ek__BackingField_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_15), (void*)value);
}
inline static int32_t get_offset_of_U3CdisplayObjectU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CdisplayObjectU3Ek__BackingField_16)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_U3CdisplayObjectU3Ek__BackingField_16() const { return ___U3CdisplayObjectU3Ek__BackingField_16; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_U3CdisplayObjectU3Ek__BackingField_16() { return &___U3CdisplayObjectU3Ek__BackingField_16; }
inline void set_U3CdisplayObjectU3Ek__BackingField_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___U3CdisplayObjectU3Ek__BackingField_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayObjectU3Ek__BackingField_16), (void*)value);
}
inline static int32_t get_offset_of_packageItem_18() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___packageItem_18)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_18() const { return ___packageItem_18; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_18() { return &___packageItem_18; }
inline void set_packageItem_18(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_18), (void*)value);
}
inline static int32_t get_offset_of__x_19() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____x_19)); }
inline float get__x_19() const { return ____x_19; }
inline float* get_address_of__x_19() { return &____x_19; }
inline void set__x_19(float value)
{
____x_19 = value;
}
inline static int32_t get_offset_of__y_20() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____y_20)); }
inline float get__y_20() const { return ____y_20; }
inline float* get_address_of__y_20() { return &____y_20; }
inline void set__y_20(float value)
{
____y_20 = value;
}
inline static int32_t get_offset_of__z_21() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____z_21)); }
inline float get__z_21() const { return ____z_21; }
inline float* get_address_of__z_21() { return &____z_21; }
inline void set__z_21(float value)
{
____z_21 = value;
}
inline static int32_t get_offset_of__pivotX_22() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotX_22)); }
inline float get__pivotX_22() const { return ____pivotX_22; }
inline float* get_address_of__pivotX_22() { return &____pivotX_22; }
inline void set__pivotX_22(float value)
{
____pivotX_22 = value;
}
inline static int32_t get_offset_of__pivotY_23() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotY_23)); }
inline float get__pivotY_23() const { return ____pivotY_23; }
inline float* get_address_of__pivotY_23() { return &____pivotY_23; }
inline void set__pivotY_23(float value)
{
____pivotY_23 = value;
}
inline static int32_t get_offset_of__pivotAsAnchor_24() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotAsAnchor_24)); }
inline bool get__pivotAsAnchor_24() const { return ____pivotAsAnchor_24; }
inline bool* get_address_of__pivotAsAnchor_24() { return &____pivotAsAnchor_24; }
inline void set__pivotAsAnchor_24(bool value)
{
____pivotAsAnchor_24 = value;
}
inline static int32_t get_offset_of__alpha_25() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____alpha_25)); }
inline float get__alpha_25() const { return ____alpha_25; }
inline float* get_address_of__alpha_25() { return &____alpha_25; }
inline void set__alpha_25(float value)
{
____alpha_25 = value;
}
inline static int32_t get_offset_of__rotation_26() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotation_26)); }
inline float get__rotation_26() const { return ____rotation_26; }
inline float* get_address_of__rotation_26() { return &____rotation_26; }
inline void set__rotation_26(float value)
{
____rotation_26 = value;
}
inline static int32_t get_offset_of__rotationX_27() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationX_27)); }
inline float get__rotationX_27() const { return ____rotationX_27; }
inline float* get_address_of__rotationX_27() { return &____rotationX_27; }
inline void set__rotationX_27(float value)
{
____rotationX_27 = value;
}
inline static int32_t get_offset_of__rotationY_28() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationY_28)); }
inline float get__rotationY_28() const { return ____rotationY_28; }
inline float* get_address_of__rotationY_28() { return &____rotationY_28; }
inline void set__rotationY_28(float value)
{
____rotationY_28 = value;
}
inline static int32_t get_offset_of__visible_29() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____visible_29)); }
inline bool get__visible_29() const { return ____visible_29; }
inline bool* get_address_of__visible_29() { return &____visible_29; }
inline void set__visible_29(bool value)
{
____visible_29 = value;
}
inline static int32_t get_offset_of__internalVisible_30() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____internalVisible_30)); }
inline bool get__internalVisible_30() const { return ____internalVisible_30; }
inline bool* get_address_of__internalVisible_30() { return &____internalVisible_30; }
inline void set__internalVisible_30(bool value)
{
____internalVisible_30 = value;
}
inline static int32_t get_offset_of__handlingController_31() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____handlingController_31)); }
inline bool get__handlingController_31() const { return ____handlingController_31; }
inline bool* get_address_of__handlingController_31() { return &____handlingController_31; }
inline void set__handlingController_31(bool value)
{
____handlingController_31 = value;
}
inline static int32_t get_offset_of__touchable_32() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____touchable_32)); }
inline bool get__touchable_32() const { return ____touchable_32; }
inline bool* get_address_of__touchable_32() { return &____touchable_32; }
inline void set__touchable_32(bool value)
{
____touchable_32 = value;
}
inline static int32_t get_offset_of__grayed_33() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____grayed_33)); }
inline bool get__grayed_33() const { return ____grayed_33; }
inline bool* get_address_of__grayed_33() { return &____grayed_33; }
inline void set__grayed_33(bool value)
{
____grayed_33 = value;
}
inline static int32_t get_offset_of__draggable_34() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____draggable_34)); }
inline bool get__draggable_34() const { return ____draggable_34; }
inline bool* get_address_of__draggable_34() { return &____draggable_34; }
inline void set__draggable_34(bool value)
{
____draggable_34 = value;
}
inline static int32_t get_offset_of__scaleX_35() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleX_35)); }
inline float get__scaleX_35() const { return ____scaleX_35; }
inline float* get_address_of__scaleX_35() { return &____scaleX_35; }
inline void set__scaleX_35(float value)
{
____scaleX_35 = value;
}
inline static int32_t get_offset_of__scaleY_36() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleY_36)); }
inline float get__scaleY_36() const { return ____scaleY_36; }
inline float* get_address_of__scaleY_36() { return &____scaleY_36; }
inline void set__scaleY_36(float value)
{
____scaleY_36 = value;
}
inline static int32_t get_offset_of__sortingOrder_37() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sortingOrder_37)); }
inline int32_t get__sortingOrder_37() const { return ____sortingOrder_37; }
inline int32_t* get_address_of__sortingOrder_37() { return &____sortingOrder_37; }
inline void set__sortingOrder_37(int32_t value)
{
____sortingOrder_37 = value;
}
inline static int32_t get_offset_of__focusable_38() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____focusable_38)); }
inline bool get__focusable_38() const { return ____focusable_38; }
inline bool* get_address_of__focusable_38() { return &____focusable_38; }
inline void set__focusable_38(bool value)
{
____focusable_38 = value;
}
inline static int32_t get_offset_of__tooltips_39() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____tooltips_39)); }
inline String_t* get__tooltips_39() const { return ____tooltips_39; }
inline String_t** get_address_of__tooltips_39() { return &____tooltips_39; }
inline void set__tooltips_39(String_t* value)
{
____tooltips_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltips_39), (void*)value);
}
inline static int32_t get_offset_of__pixelSnapping_40() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pixelSnapping_40)); }
inline bool get__pixelSnapping_40() const { return ____pixelSnapping_40; }
inline bool* get_address_of__pixelSnapping_40() { return &____pixelSnapping_40; }
inline void set__pixelSnapping_40(bool value)
{
____pixelSnapping_40 = value;
}
inline static int32_t get_offset_of__group_41() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____group_41)); }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * get__group_41() const { return ____group_41; }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 ** get_address_of__group_41() { return &____group_41; }
inline void set__group_41(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * value)
{
____group_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____group_41), (void*)value);
}
inline static int32_t get_offset_of__gears_42() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gears_42)); }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* get__gears_42() const { return ____gears_42; }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A** get_address_of__gears_42() { return &____gears_42; }
inline void set__gears_42(GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* value)
{
____gears_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&____gears_42), (void*)value);
}
inline static int32_t get_offset_of__onClick_43() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClick_43)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_43() const { return ____onClick_43; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_43() { return &____onClick_43; }
inline void set__onClick_43(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_43 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_43), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_44() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRightClick_44)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_44() const { return ____onRightClick_44; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_44() { return &____onRightClick_44; }
inline void set__onRightClick_44(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_44 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_44), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_45() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchBegin_45)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_45() const { return ____onTouchBegin_45; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_45() { return &____onTouchBegin_45; }
inline void set__onTouchBegin_45(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_45), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_46() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchMove_46)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_46() const { return ____onTouchMove_46; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_46() { return &____onTouchMove_46; }
inline void set__onTouchMove_46(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_46 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_46), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_47() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchEnd_47)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_47() const { return ____onTouchEnd_47; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_47() { return &____onTouchEnd_47; }
inline void set__onTouchEnd_47(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_47 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_47), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_48() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOver_48)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_48() const { return ____onRollOver_48; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_48() { return &____onRollOver_48; }
inline void set__onRollOver_48(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_48), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_49() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOut_49)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_49() const { return ____onRollOut_49; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_49() { return &____onRollOut_49; }
inline void set__onRollOut_49(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_49 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_49), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_50() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onAddedToStage_50)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_50() const { return ____onAddedToStage_50; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_50() { return &____onAddedToStage_50; }
inline void set__onAddedToStage_50(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_50), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_51() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRemovedFromStage_51)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_51() const { return ____onRemovedFromStage_51; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_51() { return &____onRemovedFromStage_51; }
inline void set__onRemovedFromStage_51(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_51), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_52() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onKeyDown_52)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_52() const { return ____onKeyDown_52; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_52() { return &____onKeyDown_52; }
inline void set__onKeyDown_52(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_52), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_53() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClickLink_53)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_53() const { return ____onClickLink_53; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_53() { return &____onClickLink_53; }
inline void set__onClickLink_53(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_53), (void*)value);
}
inline static int32_t get_offset_of__onPositionChanged_54() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onPositionChanged_54)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPositionChanged_54() const { return ____onPositionChanged_54; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPositionChanged_54() { return &____onPositionChanged_54; }
inline void set__onPositionChanged_54(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPositionChanged_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPositionChanged_54), (void*)value);
}
inline static int32_t get_offset_of__onSizeChanged_55() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onSizeChanged_55)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSizeChanged_55() const { return ____onSizeChanged_55; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSizeChanged_55() { return &____onSizeChanged_55; }
inline void set__onSizeChanged_55(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSizeChanged_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSizeChanged_55), (void*)value);
}
inline static int32_t get_offset_of__onDragStart_56() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragStart_56)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragStart_56() const { return ____onDragStart_56; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragStart_56() { return &____onDragStart_56; }
inline void set__onDragStart_56(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragStart_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragStart_56), (void*)value);
}
inline static int32_t get_offset_of__onDragMove_57() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragMove_57)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragMove_57() const { return ____onDragMove_57; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragMove_57() { return &____onDragMove_57; }
inline void set__onDragMove_57(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragMove_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragMove_57), (void*)value);
}
inline static int32_t get_offset_of__onDragEnd_58() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragEnd_58)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragEnd_58() const { return ____onDragEnd_58; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragEnd_58() { return &____onDragEnd_58; }
inline void set__onDragEnd_58(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragEnd_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragEnd_58), (void*)value);
}
inline static int32_t get_offset_of__onGearStop_59() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onGearStop_59)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGearStop_59() const { return ____onGearStop_59; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGearStop_59() { return &____onGearStop_59; }
inline void set__onGearStop_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onGearStop_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onGearStop_59), (void*)value);
}
inline static int32_t get_offset_of_underConstruct_60() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___underConstruct_60)); }
inline bool get_underConstruct_60() const { return ___underConstruct_60; }
inline bool* get_address_of_underConstruct_60() { return &___underConstruct_60; }
inline void set_underConstruct_60(bool value)
{
___underConstruct_60 = value;
}
inline static int32_t get_offset_of__width_61() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____width_61)); }
inline float get__width_61() const { return ____width_61; }
inline float* get_address_of__width_61() { return &____width_61; }
inline void set__width_61(float value)
{
____width_61 = value;
}
inline static int32_t get_offset_of__height_62() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____height_62)); }
inline float get__height_62() const { return ____height_62; }
inline float* get_address_of__height_62() { return &____height_62; }
inline void set__height_62(float value)
{
____height_62 = value;
}
inline static int32_t get_offset_of__rawWidth_63() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawWidth_63)); }
inline float get__rawWidth_63() const { return ____rawWidth_63; }
inline float* get_address_of__rawWidth_63() { return &____rawWidth_63; }
inline void set__rawWidth_63(float value)
{
____rawWidth_63 = value;
}
inline static int32_t get_offset_of__rawHeight_64() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawHeight_64)); }
inline float get__rawHeight_64() const { return ____rawHeight_64; }
inline float* get_address_of__rawHeight_64() { return &____rawHeight_64; }
inline void set__rawHeight_64(float value)
{
____rawHeight_64 = value;
}
inline static int32_t get_offset_of__gearLocked_65() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gearLocked_65)); }
inline bool get__gearLocked_65() const { return ____gearLocked_65; }
inline bool* get_address_of__gearLocked_65() { return &____gearLocked_65; }
inline void set__gearLocked_65(bool value)
{
____gearLocked_65 = value;
}
inline static int32_t get_offset_of__sizePercentInGroup_66() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sizePercentInGroup_66)); }
inline float get__sizePercentInGroup_66() const { return ____sizePercentInGroup_66; }
inline float* get_address_of__sizePercentInGroup_66() { return &____sizePercentInGroup_66; }
inline void set__sizePercentInGroup_66(float value)
{
____sizePercentInGroup_66 = value;
}
inline static int32_t get_offset_of__disposed_67() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____disposed_67)); }
inline bool get__disposed_67() const { return ____disposed_67; }
inline bool* get_address_of__disposed_67() { return &____disposed_67; }
inline void set__disposed_67(bool value)
{
____disposed_67 = value;
}
inline static int32_t get_offset_of__dragTouchStartPos_69() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTouchStartPos_69)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragTouchStartPos_69() const { return ____dragTouchStartPos_69; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragTouchStartPos_69() { return &____dragTouchStartPos_69; }
inline void set__dragTouchStartPos_69(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____dragTouchStartPos_69 = value;
}
inline static int32_t get_offset_of__dragTesting_70() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTesting_70)); }
inline bool get__dragTesting_70() const { return ____dragTesting_70; }
inline bool* get_address_of__dragTesting_70() { return &____dragTesting_70; }
inline void set__dragTesting_70(bool value)
{
____dragTesting_70 = value;
}
};
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields
{
public:
// FairyGUI.GObject FairyGUI.GObject::<draggingObject>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3CdraggingObjectU3Ek__BackingField_17;
// System.UInt32 FairyGUI.GObject::_gInstanceCounter
uint32_t ____gInstanceCounter_68;
// UnityEngine.Vector2 FairyGUI.GObject::sGlobalDragStart
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sGlobalDragStart_71;
// UnityEngine.Rect FairyGUI.GObject::sGlobalRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___sGlobalRect_72;
// System.Boolean FairyGUI.GObject::sUpdateInDragging
bool ___sUpdateInDragging_73;
public:
inline static int32_t get_offset_of_U3CdraggingObjectU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___U3CdraggingObjectU3Ek__BackingField_17)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3CdraggingObjectU3Ek__BackingField_17() const { return ___U3CdraggingObjectU3Ek__BackingField_17; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3CdraggingObjectU3Ek__BackingField_17() { return &___U3CdraggingObjectU3Ek__BackingField_17; }
inline void set_U3CdraggingObjectU3Ek__BackingField_17(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3CdraggingObjectU3Ek__BackingField_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingObjectU3Ek__BackingField_17), (void*)value);
}
inline static int32_t get_offset_of__gInstanceCounter_68() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ____gInstanceCounter_68)); }
inline uint32_t get__gInstanceCounter_68() const { return ____gInstanceCounter_68; }
inline uint32_t* get_address_of__gInstanceCounter_68() { return &____gInstanceCounter_68; }
inline void set__gInstanceCounter_68(uint32_t value)
{
____gInstanceCounter_68 = value;
}
inline static int32_t get_offset_of_sGlobalDragStart_71() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalDragStart_71)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_sGlobalDragStart_71() const { return ___sGlobalDragStart_71; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_sGlobalDragStart_71() { return &___sGlobalDragStart_71; }
inline void set_sGlobalDragStart_71(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___sGlobalDragStart_71 = value;
}
inline static int32_t get_offset_of_sGlobalRect_72() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalRect_72)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_sGlobalRect_72() const { return ___sGlobalRect_72; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_sGlobalRect_72() { return &___sGlobalRect_72; }
inline void set_sGlobalRect_72(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___sGlobalRect_72 = value;
}
inline static int32_t get_offset_of_sUpdateInDragging_73() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); }
inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; }
inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; }
inline void set_sUpdateInDragging_73(bool value)
{
___sUpdateInDragging_73 = value;
}
};
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 : public RuntimeObject
{
public:
// System.Single FairyGUI.InputEvent::<x>k__BackingField
float ___U3CxU3Ek__BackingField_0;
// System.Single FairyGUI.InputEvent::<y>k__BackingField
float ___U3CyU3Ek__BackingField_1;
// UnityEngine.KeyCode FairyGUI.InputEvent::<keyCode>k__BackingField
int32_t ___U3CkeyCodeU3Ek__BackingField_2;
// System.Char FairyGUI.InputEvent::<character>k__BackingField
Il2CppChar ___U3CcharacterU3Ek__BackingField_3;
// UnityEngine.EventModifiers FairyGUI.InputEvent::<modifiers>k__BackingField
int32_t ___U3CmodifiersU3Ek__BackingField_4;
// System.Int32 FairyGUI.InputEvent::<mouseWheelDelta>k__BackingField
int32_t ___U3CmouseWheelDeltaU3Ek__BackingField_5;
// System.Int32 FairyGUI.InputEvent::<touchId>k__BackingField
int32_t ___U3CtouchIdU3Ek__BackingField_6;
// System.Int32 FairyGUI.InputEvent::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_7;
// System.Int32 FairyGUI.InputEvent::clickCount
int32_t ___clickCount_8;
public:
inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CxU3Ek__BackingField_0)); }
inline float get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; }
inline float* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; }
inline void set_U3CxU3Ek__BackingField_0(float value)
{
___U3CxU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CyU3Ek__BackingField_1)); }
inline float get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; }
inline float* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; }
inline void set_U3CyU3Ek__BackingField_1(float value)
{
___U3CyU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CkeyCodeU3Ek__BackingField_2)); }
inline int32_t get_U3CkeyCodeU3Ek__BackingField_2() const { return ___U3CkeyCodeU3Ek__BackingField_2; }
inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_2() { return &___U3CkeyCodeU3Ek__BackingField_2; }
inline void set_U3CkeyCodeU3Ek__BackingField_2(int32_t value)
{
___U3CkeyCodeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CcharacterU3Ek__BackingField_3)); }
inline Il2CppChar get_U3CcharacterU3Ek__BackingField_3() const { return ___U3CcharacterU3Ek__BackingField_3; }
inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_3() { return &___U3CcharacterU3Ek__BackingField_3; }
inline void set_U3CcharacterU3Ek__BackingField_3(Il2CppChar value)
{
___U3CcharacterU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmodifiersU3Ek__BackingField_4)); }
inline int32_t get_U3CmodifiersU3Ek__BackingField_4() const { return ___U3CmodifiersU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_4() { return &___U3CmodifiersU3Ek__BackingField_4; }
inline void set_U3CmodifiersU3Ek__BackingField_4(int32_t value)
{
___U3CmodifiersU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmouseWheelDeltaU3Ek__BackingField_5)); }
inline int32_t get_U3CmouseWheelDeltaU3Ek__BackingField_5() const { return ___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return &___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline void set_U3CmouseWheelDeltaU3Ek__BackingField_5(int32_t value)
{
___U3CmouseWheelDeltaU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CtouchIdU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CtouchIdU3Ek__BackingField_6)); }
inline int32_t get_U3CtouchIdU3Ek__BackingField_6() const { return ___U3CtouchIdU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CtouchIdU3Ek__BackingField_6() { return &___U3CtouchIdU3Ek__BackingField_6; }
inline void set_U3CtouchIdU3Ek__BackingField_6(int32_t value)
{
___U3CtouchIdU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CbuttonU3Ek__BackingField_7)); }
inline int32_t get_U3CbuttonU3Ek__BackingField_7() const { return ___U3CbuttonU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CbuttonU3Ek__BackingField_7() { return &___U3CbuttonU3Ek__BackingField_7; }
inline void set_U3CbuttonU3Ek__BackingField_7(int32_t value)
{
___U3CbuttonU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_clickCount_8() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___clickCount_8)); }
inline int32_t get_clickCount_8() const { return ___clickCount_8; }
inline int32_t* get_address_of_clickCount_8() { return &___clickCount_8; }
inline void set_clickCount_8(int32_t value)
{
___clickCount_8 = value;
}
};
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields
{
public:
// System.Boolean FairyGUI.InputEvent::shiftDown
bool ___shiftDown_9;
public:
inline static int32_t get_offset_of_shiftDown_9() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields, ___shiftDown_9)); }
inline bool get_shiftDown_9() const { return ___shiftDown_9; }
inline bool* get_address_of_shiftDown_9() { return &___shiftDown_9; }
inline void set_shiftDown_9(bool value)
{
___shiftDown_9 = value;
}
};
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 : public RuntimeObject
{
public:
// FairyGUI.DestroyMethod FairyGUI.NAudioClip::destroyMethod
int32_t ___destroyMethod_0;
// UnityEngine.AudioClip FairyGUI.NAudioClip::nativeClip
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___nativeClip_1;
public:
inline static int32_t get_offset_of_destroyMethod_0() { return static_cast<int32_t>(offsetof(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96, ___destroyMethod_0)); }
inline int32_t get_destroyMethod_0() const { return ___destroyMethod_0; }
inline int32_t* get_address_of_destroyMethod_0() { return &___destroyMethod_0; }
inline void set_destroyMethod_0(int32_t value)
{
___destroyMethod_0 = value;
}
inline static int32_t get_offset_of_nativeClip_1() { return static_cast<int32_t>(offsetof(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96, ___nativeClip_1)); }
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * get_nativeClip_1() const { return ___nativeClip_1; }
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 ** get_address_of_nativeClip_1() { return &___nativeClip_1; }
inline void set_nativeClip_1(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * value)
{
___nativeClip_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeClip_1), (void*)value);
}
};
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.NGraphics::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_0;
// UnityEngine.MeshFilter FairyGUI.NGraphics::<meshFilter>k__BackingField
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___U3CmeshFilterU3Ek__BackingField_1;
// UnityEngine.MeshRenderer FairyGUI.NGraphics::<meshRenderer>k__BackingField
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___U3CmeshRendererU3Ek__BackingField_2;
// UnityEngine.Mesh FairyGUI.NGraphics::<mesh>k__BackingField
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CmeshU3Ek__BackingField_3;
// FairyGUI.BlendMode FairyGUI.NGraphics::blendMode
int32_t ___blendMode_4;
// System.Boolean FairyGUI.NGraphics::dontClip
bool ___dontClip_5;
// FairyGUI.NGraphics_MeshModifier FairyGUI.NGraphics::meshModifier
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * ___meshModifier_6;
// FairyGUI.NTexture FairyGUI.NGraphics::_texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_7;
// System.String FairyGUI.NGraphics::_shader
String_t* ____shader_8;
// UnityEngine.Material FairyGUI.NGraphics::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_9;
// System.Boolean FairyGUI.NGraphics::_customMatarial
bool ____customMatarial_10;
// FairyGUI.MaterialManager FairyGUI.NGraphics::_manager
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ____manager_11;
// System.String[] FairyGUI.NGraphics::_materialKeywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____materialKeywords_12;
// FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory
RuntimeObject* ____meshFactory_13;
// System.Single FairyGUI.NGraphics::_alpha
float ____alpha_14;
// UnityEngine.Color FairyGUI.NGraphics::_color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____color_15;
// System.Boolean FairyGUI.NGraphics::_meshDirty
bool ____meshDirty_16;
// UnityEngine.Rect FairyGUI.NGraphics::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_17;
// FairyGUI.FlipType FairyGUI.NGraphics::_flip
int32_t ____flip_18;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::_vertexMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____vertexMatrix_19;
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::_cameraPosition
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ____cameraPosition_20;
// System.Boolean FairyGUI.NGraphics::hasAlphaBackup
bool ___hasAlphaBackup_21;
// System.Collections.Generic.List`1<System.Byte> FairyGUI.NGraphics::_alphaBackup
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ____alphaBackup_22;
// System.Int32 FairyGUI.NGraphics::_maskFlag
int32_t ____maskFlag_23;
// FairyGUI.StencilEraser FairyGUI.NGraphics::_stencilEraser
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * ____stencilEraser_24;
public:
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CgameObjectU3Ek__BackingField_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_0() const { return ___U3CgameObjectU3Ek__BackingField_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_0() { return &___U3CgameObjectU3Ek__BackingField_0; }
inline void set_U3CgameObjectU3Ek__BackingField_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshFilterU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshFilterU3Ek__BackingField_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_U3CmeshFilterU3Ek__BackingField_1() const { return ___U3CmeshFilterU3Ek__BackingField_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_U3CmeshFilterU3Ek__BackingField_1() { return &___U3CmeshFilterU3Ek__BackingField_1; }
inline void set_U3CmeshFilterU3Ek__BackingField_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___U3CmeshFilterU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshFilterU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshRendererU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshRendererU3Ek__BackingField_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_U3CmeshRendererU3Ek__BackingField_2() const { return ___U3CmeshRendererU3Ek__BackingField_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_U3CmeshRendererU3Ek__BackingField_2() { return &___U3CmeshRendererU3Ek__BackingField_2; }
inline void set_U3CmeshRendererU3Ek__BackingField_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___U3CmeshRendererU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshRendererU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshU3Ek__BackingField_3)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CmeshU3Ek__BackingField_3() const { return ___U3CmeshU3Ek__BackingField_3; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CmeshU3Ek__BackingField_3() { return &___U3CmeshU3Ek__BackingField_3; }
inline void set_U3CmeshU3Ek__BackingField_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___U3CmeshU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_blendMode_4() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___blendMode_4)); }
inline int32_t get_blendMode_4() const { return ___blendMode_4; }
inline int32_t* get_address_of_blendMode_4() { return &___blendMode_4; }
inline void set_blendMode_4(int32_t value)
{
___blendMode_4 = value;
}
inline static int32_t get_offset_of_dontClip_5() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___dontClip_5)); }
inline bool get_dontClip_5() const { return ___dontClip_5; }
inline bool* get_address_of_dontClip_5() { return &___dontClip_5; }
inline void set_dontClip_5(bool value)
{
___dontClip_5 = value;
}
inline static int32_t get_offset_of_meshModifier_6() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___meshModifier_6)); }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * get_meshModifier_6() const { return ___meshModifier_6; }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 ** get_address_of_meshModifier_6() { return &___meshModifier_6; }
inline void set_meshModifier_6(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * value)
{
___meshModifier_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshModifier_6), (void*)value);
}
inline static int32_t get_offset_of__texture_7() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____texture_7)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_7() const { return ____texture_7; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_7() { return &____texture_7; }
inline void set__texture_7(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____texture_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_7), (void*)value);
}
inline static int32_t get_offset_of__shader_8() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____shader_8)); }
inline String_t* get__shader_8() const { return ____shader_8; }
inline String_t** get_address_of__shader_8() { return &____shader_8; }
inline void set__shader_8(String_t* value)
{
____shader_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shader_8), (void*)value);
}
inline static int32_t get_offset_of__material_9() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____material_9)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_9() const { return ____material_9; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_9() { return &____material_9; }
inline void set__material_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_9), (void*)value);
}
inline static int32_t get_offset_of__customMatarial_10() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____customMatarial_10)); }
inline bool get__customMatarial_10() const { return ____customMatarial_10; }
inline bool* get_address_of__customMatarial_10() { return &____customMatarial_10; }
inline void set__customMatarial_10(bool value)
{
____customMatarial_10 = value;
}
inline static int32_t get_offset_of__manager_11() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____manager_11)); }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get__manager_11() const { return ____manager_11; }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of__manager_11() { return &____manager_11; }
inline void set__manager_11(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
{
____manager_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_11), (void*)value);
}
inline static int32_t get_offset_of__materialKeywords_12() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____materialKeywords_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__materialKeywords_12() const { return ____materialKeywords_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__materialKeywords_12() { return &____materialKeywords_12; }
inline void set__materialKeywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____materialKeywords_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialKeywords_12), (void*)value);
}
inline static int32_t get_offset_of__meshFactory_13() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshFactory_13)); }
inline RuntimeObject* get__meshFactory_13() const { return ____meshFactory_13; }
inline RuntimeObject** get_address_of__meshFactory_13() { return &____meshFactory_13; }
inline void set__meshFactory_13(RuntimeObject* value)
{
____meshFactory_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____meshFactory_13), (void*)value);
}
inline static int32_t get_offset_of__alpha_14() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alpha_14)); }
inline float get__alpha_14() const { return ____alpha_14; }
inline float* get_address_of__alpha_14() { return &____alpha_14; }
inline void set__alpha_14(float value)
{
____alpha_14 = value;
}
inline static int32_t get_offset_of__color_15() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____color_15)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__color_15() const { return ____color_15; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__color_15() { return &____color_15; }
inline void set__color_15(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____color_15 = value;
}
inline static int32_t get_offset_of__meshDirty_16() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshDirty_16)); }
inline bool get__meshDirty_16() const { return ____meshDirty_16; }
inline bool* get_address_of__meshDirty_16() { return &____meshDirty_16; }
inline void set__meshDirty_16(bool value)
{
____meshDirty_16 = value;
}
inline static int32_t get_offset_of__contentRect_17() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____contentRect_17)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_17() const { return ____contentRect_17; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_17() { return &____contentRect_17; }
inline void set__contentRect_17(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_17 = value;
}
inline static int32_t get_offset_of__flip_18() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____flip_18)); }
inline int32_t get__flip_18() const { return ____flip_18; }
inline int32_t* get_address_of__flip_18() { return &____flip_18; }
inline void set__flip_18(int32_t value)
{
____flip_18 = value;
}
inline static int32_t get_offset_of__vertexMatrix_19() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____vertexMatrix_19)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__vertexMatrix_19() const { return ____vertexMatrix_19; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__vertexMatrix_19() { return &____vertexMatrix_19; }
inline void set__vertexMatrix_19(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____vertexMatrix_19 = value;
}
inline static int32_t get_offset_of__cameraPosition_20() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____cameraPosition_20)); }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 get__cameraPosition_20() const { return ____cameraPosition_20; }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * get_address_of__cameraPosition_20() { return &____cameraPosition_20; }
inline void set__cameraPosition_20(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 value)
{
____cameraPosition_20 = value;
}
inline static int32_t get_offset_of_hasAlphaBackup_21() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___hasAlphaBackup_21)); }
inline bool get_hasAlphaBackup_21() const { return ___hasAlphaBackup_21; }
inline bool* get_address_of_hasAlphaBackup_21() { return &___hasAlphaBackup_21; }
inline void set_hasAlphaBackup_21(bool value)
{
___hasAlphaBackup_21 = value;
}
inline static int32_t get_offset_of__alphaBackup_22() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alphaBackup_22)); }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get__alphaBackup_22() const { return ____alphaBackup_22; }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of__alphaBackup_22() { return &____alphaBackup_22; }
inline void set__alphaBackup_22(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
{
____alphaBackup_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaBackup_22), (void*)value);
}
inline static int32_t get_offset_of__maskFlag_23() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____maskFlag_23)); }
inline int32_t get__maskFlag_23() const { return ____maskFlag_23; }
inline int32_t* get_address_of__maskFlag_23() { return &____maskFlag_23; }
inline void set__maskFlag_23(int32_t value)
{
____maskFlag_23 = value;
}
inline static int32_t get_offset_of__stencilEraser_24() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____stencilEraser_24)); }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * get__stencilEraser_24() const { return ____stencilEraser_24; }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B ** get_address_of__stencilEraser_24() { return &____stencilEraser_24; }
inline void set__stencilEraser_24(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * value)
{
____stencilEraser_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stencilEraser_24), (void*)value);
}
};
// FairyGUI.NMaterial
struct NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C : public RuntimeObject
{
public:
// System.UInt32 FairyGUI.NMaterial::frameId
uint32_t ___frameId_0;
// System.UInt32 FairyGUI.NMaterial::clipId
uint32_t ___clipId_1;
// System.Boolean FairyGUI.NMaterial::stencilSet
bool ___stencilSet_2;
// FairyGUI.BlendMode FairyGUI.NMaterial::blendMode
int32_t ___blendMode_3;
// System.Boolean FairyGUI.NMaterial::combined
bool ___combined_4;
// UnityEngine.Material FairyGUI.NMaterial::material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_5;
// System.Boolean FairyGUI.NMaterial::_firstInstance
bool ____firstInstance_6;
public:
inline static int32_t get_offset_of_frameId_0() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ___frameId_0)); }
inline uint32_t get_frameId_0() const { return ___frameId_0; }
inline uint32_t* get_address_of_frameId_0() { return &___frameId_0; }
inline void set_frameId_0(uint32_t value)
{
___frameId_0 = value;
}
inline static int32_t get_offset_of_clipId_1() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ___clipId_1)); }
inline uint32_t get_clipId_1() const { return ___clipId_1; }
inline uint32_t* get_address_of_clipId_1() { return &___clipId_1; }
inline void set_clipId_1(uint32_t value)
{
___clipId_1 = value;
}
inline static int32_t get_offset_of_stencilSet_2() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ___stencilSet_2)); }
inline bool get_stencilSet_2() const { return ___stencilSet_2; }
inline bool* get_address_of_stencilSet_2() { return &___stencilSet_2; }
inline void set_stencilSet_2(bool value)
{
___stencilSet_2 = value;
}
inline static int32_t get_offset_of_blendMode_3() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ___blendMode_3)); }
inline int32_t get_blendMode_3() const { return ___blendMode_3; }
inline int32_t* get_address_of_blendMode_3() { return &___blendMode_3; }
inline void set_blendMode_3(int32_t value)
{
___blendMode_3 = value;
}
inline static int32_t get_offset_of_combined_4() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ___combined_4)); }
inline bool get_combined_4() const { return ___combined_4; }
inline bool* get_address_of_combined_4() { return &___combined_4; }
inline void set_combined_4(bool value)
{
___combined_4 = value;
}
inline static int32_t get_offset_of_material_5() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ___material_5)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_5() const { return ___material_5; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_5() { return &___material_5; }
inline void set_material_5(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___material_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___material_5), (void*)value);
}
inline static int32_t get_offset_of__firstInstance_6() { return static_cast<int32_t>(offsetof(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C, ____firstInstance_6)); }
inline bool get__firstInstance_6() const { return ____firstInstance_6; }
inline bool* get_address_of__firstInstance_6() { return &____firstInstance_6; }
inline void set__firstInstance_6(bool value)
{
____firstInstance_6 = 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.PolygonMesh
struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<UnityEngine.Vector2> FairyGUI.PolygonMesh::points
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * ___points_0;
// System.Collections.Generic.List`1<UnityEngine.Vector2> FairyGUI.PolygonMesh::texcoords
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * ___texcoords_1;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.PolygonMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_2;
// UnityEngine.Color32[] FairyGUI.PolygonMesh::colors
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors_3;
// System.Boolean FairyGUI.PolygonMesh::usePercentPositions
bool ___usePercentPositions_4;
public:
inline static int32_t get_offset_of_points_0() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___points_0)); }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * get_points_0() const { return ___points_0; }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 ** get_address_of_points_0() { return &___points_0; }
inline void set_points_0(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * value)
{
___points_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___points_0), (void*)value);
}
inline static int32_t get_offset_of_texcoords_1() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___texcoords_1)); }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * get_texcoords_1() const { return ___texcoords_1; }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 ** get_address_of_texcoords_1() { return &___texcoords_1; }
inline void set_texcoords_1(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * value)
{
___texcoords_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texcoords_1), (void*)value);
}
inline static int32_t get_offset_of_fillColor_2() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___fillColor_2)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_2() const { return ___fillColor_2; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_2() { return &___fillColor_2; }
inline void set_fillColor_2(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_2 = value;
}
inline static int32_t get_offset_of_colors_3() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___colors_3)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors_3() const { return ___colors_3; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors_3() { return &___colors_3; }
inline void set_colors_3(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___colors_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_3), (void*)value);
}
inline static int32_t get_offset_of_usePercentPositions_4() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___usePercentPositions_4)); }
inline bool get_usePercentPositions_4() const { return ___usePercentPositions_4; }
inline bool* get_address_of_usePercentPositions_4() { return &___usePercentPositions_4; }
inline void set_usePercentPositions_4(bool value)
{
___usePercentPositions_4 = value;
}
};
struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields
{
public:
// System.Collections.Generic.List`1<System.Int32> FairyGUI.PolygonMesh::sRestIndices
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___sRestIndices_5;
public:
inline static int32_t get_offset_of_sRestIndices_5() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields, ___sRestIndices_5)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_sRestIndices_5() const { return ___sRestIndices_5; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_sRestIndices_5() { return &___sRestIndices_5; }
inline void set_sRestIndices_5(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___sRestIndices_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sRestIndices_5), (void*)value);
}
};
// FairyGUI.RTLSupport
struct RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22 : public RuntimeObject
{
public:
public:
};
struct RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields
{
public:
// FairyGUI.RTLSupport_DirectionType FairyGUI.RTLSupport::BaseDirection
int32_t ___BaseDirection_0;
// System.Boolean FairyGUI.RTLSupport::isCharsInitialized
bool ___isCharsInitialized_1;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]> FairyGUI.RTLSupport::mapping
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * ___mapping_2;
// System.Collections.Generic.List`1<System.Char> FairyGUI.RTLSupport::listFinal
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * ___listFinal_3;
// System.Collections.Generic.List`1<System.String> FairyGUI.RTLSupport::listRep
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___listRep_4;
// System.Text.StringBuilder FairyGUI.RTLSupport::sbRep
StringBuilder_t * ___sbRep_5;
// System.Text.StringBuilder FairyGUI.RTLSupport::sbN
StringBuilder_t * ___sbN_6;
// System.Text.StringBuilder FairyGUI.RTLSupport::sbFinal
StringBuilder_t * ___sbFinal_7;
// System.Text.StringBuilder FairyGUI.RTLSupport::sbReverse
StringBuilder_t * ___sbReverse_8;
public:
inline static int32_t get_offset_of_BaseDirection_0() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___BaseDirection_0)); }
inline int32_t get_BaseDirection_0() const { return ___BaseDirection_0; }
inline int32_t* get_address_of_BaseDirection_0() { return &___BaseDirection_0; }
inline void set_BaseDirection_0(int32_t value)
{
___BaseDirection_0 = value;
}
inline static int32_t get_offset_of_isCharsInitialized_1() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___isCharsInitialized_1)); }
inline bool get_isCharsInitialized_1() const { return ___isCharsInitialized_1; }
inline bool* get_address_of_isCharsInitialized_1() { return &___isCharsInitialized_1; }
inline void set_isCharsInitialized_1(bool value)
{
___isCharsInitialized_1 = value;
}
inline static int32_t get_offset_of_mapping_2() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___mapping_2)); }
inline Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * get_mapping_2() const { return ___mapping_2; }
inline Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 ** get_address_of_mapping_2() { return &___mapping_2; }
inline void set_mapping_2(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * value)
{
___mapping_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mapping_2), (void*)value);
}
inline static int32_t get_offset_of_listFinal_3() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___listFinal_3)); }
inline List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * get_listFinal_3() const { return ___listFinal_3; }
inline List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 ** get_address_of_listFinal_3() { return &___listFinal_3; }
inline void set_listFinal_3(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * value)
{
___listFinal_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___listFinal_3), (void*)value);
}
inline static int32_t get_offset_of_listRep_4() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___listRep_4)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_listRep_4() const { return ___listRep_4; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_listRep_4() { return &___listRep_4; }
inline void set_listRep_4(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___listRep_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___listRep_4), (void*)value);
}
inline static int32_t get_offset_of_sbRep_5() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___sbRep_5)); }
inline StringBuilder_t * get_sbRep_5() const { return ___sbRep_5; }
inline StringBuilder_t ** get_address_of_sbRep_5() { return &___sbRep_5; }
inline void set_sbRep_5(StringBuilder_t * value)
{
___sbRep_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sbRep_5), (void*)value);
}
inline static int32_t get_offset_of_sbN_6() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___sbN_6)); }
inline StringBuilder_t * get_sbN_6() const { return ___sbN_6; }
inline StringBuilder_t ** get_address_of_sbN_6() { return &___sbN_6; }
inline void set_sbN_6(StringBuilder_t * value)
{
___sbN_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sbN_6), (void*)value);
}
inline static int32_t get_offset_of_sbFinal_7() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___sbFinal_7)); }
inline StringBuilder_t * get_sbFinal_7() const { return ___sbFinal_7; }
inline StringBuilder_t ** get_address_of_sbFinal_7() { return &___sbFinal_7; }
inline void set_sbFinal_7(StringBuilder_t * value)
{
___sbFinal_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sbFinal_7), (void*)value);
}
inline static int32_t get_offset_of_sbReverse_8() { return static_cast<int32_t>(offsetof(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields, ___sbReverse_8)); }
inline StringBuilder_t * get_sbReverse_8() const { return ___sbReverse_8; }
inline StringBuilder_t ** get_address_of_sbReverse_8() { return &___sbReverse_8; }
inline void set_sbReverse_8(StringBuilder_t * value)
{
___sbReverse_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sbReverse_8), (void*)value);
}
};
// FairyGUI.RectMesh
struct RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.RectMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Single FairyGUI.RectMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.Color32 FairyGUI.RectMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RectMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_3;
// UnityEngine.Color32[] FairyGUI.RectMesh::colors
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors_4;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineColor_2() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___lineColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_2() const { return ___lineColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_2() { return &___lineColor_2; }
inline void set_lineColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_2 = value;
}
inline static int32_t get_offset_of_fillColor_3() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___fillColor_3)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_3() const { return ___fillColor_3; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_3() { return &___fillColor_3; }
inline void set_fillColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_3 = value;
}
inline static int32_t get_offset_of_colors_4() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___colors_4)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors_4() const { return ___colors_4; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors_4() { return &___colors_4; }
inline void set_colors_4(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___colors_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value);
}
};
// FairyGUI.RegularPolygonMesh
struct RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.RegularPolygonMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Int32 FairyGUI.RegularPolygonMesh::sides
int32_t ___sides_1;
// System.Single FairyGUI.RegularPolygonMesh::lineWidth
float ___lineWidth_2;
// UnityEngine.Color32 FairyGUI.RegularPolygonMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_3;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RegularPolygonMesh::centerColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___centerColor_4;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RegularPolygonMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_5;
// System.Single[] FairyGUI.RegularPolygonMesh::distances
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___distances_6;
// System.Single FairyGUI.RegularPolygonMesh::rotation
float ___rotation_7;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_sides_1() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___sides_1)); }
inline int32_t get_sides_1() const { return ___sides_1; }
inline int32_t* get_address_of_sides_1() { return &___sides_1; }
inline void set_sides_1(int32_t value)
{
___sides_1 = value;
}
inline static int32_t get_offset_of_lineWidth_2() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___lineWidth_2)); }
inline float get_lineWidth_2() const { return ___lineWidth_2; }
inline float* get_address_of_lineWidth_2() { return &___lineWidth_2; }
inline void set_lineWidth_2(float value)
{
___lineWidth_2 = value;
}
inline static int32_t get_offset_of_lineColor_3() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___lineColor_3)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_3() const { return ___lineColor_3; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_3() { return &___lineColor_3; }
inline void set_lineColor_3(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_3 = value;
}
inline static int32_t get_offset_of_centerColor_4() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___centerColor_4)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_centerColor_4() const { return ___centerColor_4; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_centerColor_4() { return &___centerColor_4; }
inline void set_centerColor_4(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___centerColor_4 = value;
}
inline static int32_t get_offset_of_fillColor_5() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___fillColor_5)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_5() const { return ___fillColor_5; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_5() { return &___fillColor_5; }
inline void set_fillColor_5(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_5 = value;
}
inline static int32_t get_offset_of_distances_6() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___distances_6)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_distances_6() const { return ___distances_6; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_distances_6() { return &___distances_6; }
inline void set_distances_6(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___distances_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___distances_6), (void*)value);
}
inline static int32_t get_offset_of_rotation_7() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___rotation_7)); }
inline float get_rotation_7() const { return ___rotation_7; }
inline float* get_address_of_rotation_7() { return &___rotation_7; }
inline void set_rotation_7(float value)
{
___rotation_7 = value;
}
};
// FairyGUI.RelationDef
struct RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.RelationDef::percent
bool ___percent_0;
// FairyGUI.RelationType FairyGUI.RelationDef::type
int32_t ___type_1;
// System.Int32 FairyGUI.RelationDef::axis
int32_t ___axis_2;
public:
inline static int32_t get_offset_of_percent_0() { return static_cast<int32_t>(offsetof(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93, ___percent_0)); }
inline bool get_percent_0() const { return ___percent_0; }
inline bool* get_address_of_percent_0() { return &___percent_0; }
inline void set_percent_0(bool value)
{
___percent_0 = value;
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93, ___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_axis_2() { return static_cast<int32_t>(offsetof(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93, ___axis_2)); }
inline int32_t get_axis_2() const { return ___axis_2; }
inline int32_t* get_address_of_axis_2() { return &___axis_2; }
inline void set_axis_2(int32_t value)
{
___axis_2 = value;
}
};
// FairyGUI.RoundedRectMesh
struct RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.RoundedRectMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Single FairyGUI.RoundedRectMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.Color32 FairyGUI.RoundedRectMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RoundedRectMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_3;
// System.Single FairyGUI.RoundedRectMesh::topLeftRadius
float ___topLeftRadius_4;
// System.Single FairyGUI.RoundedRectMesh::topRightRadius
float ___topRightRadius_5;
// System.Single FairyGUI.RoundedRectMesh::bottomLeftRadius
float ___bottomLeftRadius_6;
// System.Single FairyGUI.RoundedRectMesh::bottomRightRadius
float ___bottomRightRadius_7;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineColor_2() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___lineColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_2() const { return ___lineColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_2() { return &___lineColor_2; }
inline void set_lineColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_2 = value;
}
inline static int32_t get_offset_of_fillColor_3() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___fillColor_3)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_3() const { return ___fillColor_3; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_3() { return &___fillColor_3; }
inline void set_fillColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_3 = value;
}
inline static int32_t get_offset_of_topLeftRadius_4() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___topLeftRadius_4)); }
inline float get_topLeftRadius_4() const { return ___topLeftRadius_4; }
inline float* get_address_of_topLeftRadius_4() { return &___topLeftRadius_4; }
inline void set_topLeftRadius_4(float value)
{
___topLeftRadius_4 = value;
}
inline static int32_t get_offset_of_topRightRadius_5() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___topRightRadius_5)); }
inline float get_topRightRadius_5() const { return ___topRightRadius_5; }
inline float* get_address_of_topRightRadius_5() { return &___topRightRadius_5; }
inline void set_topRightRadius_5(float value)
{
___topRightRadius_5 = value;
}
inline static int32_t get_offset_of_bottomLeftRadius_6() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___bottomLeftRadius_6)); }
inline float get_bottomLeftRadius_6() const { return ___bottomLeftRadius_6; }
inline float* get_address_of_bottomLeftRadius_6() { return &___bottomLeftRadius_6; }
inline void set_bottomLeftRadius_6(float value)
{
___bottomLeftRadius_6 = value;
}
inline static int32_t get_offset_of_bottomRightRadius_7() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___bottomRightRadius_7)); }
inline float get_bottomRightRadius_7() const { return ___bottomRightRadius_7; }
inline float* get_address_of_bottomRightRadius_7() { return &___bottomRightRadius_7; }
inline void set_bottomRightRadius_7(float value)
{
___bottomRightRadius_7 = 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);
}
};
// 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;
};
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
// UnityEngine.AudioClip_PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___m_PCMReaderCallback_4;
// UnityEngine.AudioClip_PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___m_PCMSetPositionCallback_5;
public:
inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMReaderCallback_4)); }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; }
inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
{
___m_PCMReaderCallback_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value);
}
inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMSetPositionCallback_5)); }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; }
inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
{
___m_PCMSetPositionCallback_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value);
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Sprite
struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
{
public:
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
public:
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<int32_t>(offsetof(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields, ___GenerateAllMips_4)); }
inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; }
inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; }
inline void set_GenerateAllMips_4(int32_t value)
{
___GenerateAllMips_4 = value;
}
};
// 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.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.GroupLayoutType FairyGUI.GGroup::_layout
int32_t ____layout_74;
// System.Int32 FairyGUI.GGroup::_lineGap
int32_t ____lineGap_75;
// System.Int32 FairyGUI.GGroup::_columnGap
int32_t ____columnGap_76;
// System.Boolean FairyGUI.GGroup::_percentReady
bool ____percentReady_77;
// System.Boolean FairyGUI.GGroup::_boundsChanged
bool ____boundsChanged_78;
// FairyGUI.EventCallback0 FairyGUI.GGroup::_refreshDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____refreshDelegate_79;
// System.Int32 FairyGUI.GGroup::_updating
int32_t ____updating_80;
public:
inline static int32_t get_offset_of__layout_74() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____layout_74)); }
inline int32_t get__layout_74() const { return ____layout_74; }
inline int32_t* get_address_of__layout_74() { return &____layout_74; }
inline void set__layout_74(int32_t value)
{
____layout_74 = value;
}
inline static int32_t get_offset_of__lineGap_75() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____lineGap_75)); }
inline int32_t get__lineGap_75() const { return ____lineGap_75; }
inline int32_t* get_address_of__lineGap_75() { return &____lineGap_75; }
inline void set__lineGap_75(int32_t value)
{
____lineGap_75 = value;
}
inline static int32_t get_offset_of__columnGap_76() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____columnGap_76)); }
inline int32_t get__columnGap_76() const { return ____columnGap_76; }
inline int32_t* get_address_of__columnGap_76() { return &____columnGap_76; }
inline void set__columnGap_76(int32_t value)
{
____columnGap_76 = value;
}
inline static int32_t get_offset_of__percentReady_77() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____percentReady_77)); }
inline bool get__percentReady_77() const { return ____percentReady_77; }
inline bool* get_address_of__percentReady_77() { return &____percentReady_77; }
inline void set__percentReady_77(bool value)
{
____percentReady_77 = value;
}
inline static int32_t get_offset_of__boundsChanged_78() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____boundsChanged_78)); }
inline bool get__boundsChanged_78() const { return ____boundsChanged_78; }
inline bool* get_address_of__boundsChanged_78() { return &____boundsChanged_78; }
inline void set__boundsChanged_78(bool value)
{
____boundsChanged_78 = value;
}
inline static int32_t get_offset_of__refreshDelegate_79() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____refreshDelegate_79)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__refreshDelegate_79() const { return ____refreshDelegate_79; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__refreshDelegate_79() { return &____refreshDelegate_79; }
inline void set__refreshDelegate_79(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____refreshDelegate_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refreshDelegate_79), (void*)value);
}
inline static int32_t get_offset_of__updating_80() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____updating_80)); }
inline int32_t get__updating_80() const { return ____updating_80; }
inline int32_t* get_address_of__updating_80() { return &____updating_80; }
inline void set__updating_80(int32_t value)
{
____updating_80 = value;
}
};
// FairyGUI.Image
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Image::_scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____scale9Grid_52;
// System.Boolean FairyGUI.Image::_scaleByTile
bool ____scaleByTile_53;
// System.Int32 FairyGUI.Image::_tileGridIndice
int32_t ____tileGridIndice_54;
// FairyGUI.FillMesh FairyGUI.Image::_fillMesh
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * ____fillMesh_55;
public:
inline static int32_t get_offset_of__scale9Grid_52() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____scale9Grid_52)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__scale9Grid_52() const { return ____scale9Grid_52; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__scale9Grid_52() { return &____scale9Grid_52; }
inline void set__scale9Grid_52(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____scale9Grid_52 = value;
}
inline static int32_t get_offset_of__scaleByTile_53() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____scaleByTile_53)); }
inline bool get__scaleByTile_53() const { return ____scaleByTile_53; }
inline bool* get_address_of__scaleByTile_53() { return &____scaleByTile_53; }
inline void set__scaleByTile_53(bool value)
{
____scaleByTile_53 = value;
}
inline static int32_t get_offset_of__tileGridIndice_54() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____tileGridIndice_54)); }
inline int32_t get__tileGridIndice_54() const { return ____tileGridIndice_54; }
inline int32_t* get_address_of__tileGridIndice_54() { return &____tileGridIndice_54; }
inline void set__tileGridIndice_54(int32_t value)
{
____tileGridIndice_54 = value;
}
inline static int32_t get_offset_of__fillMesh_55() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____fillMesh_55)); }
inline FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * get__fillMesh_55() const { return ____fillMesh_55; }
inline FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 ** get_address_of__fillMesh_55() { return &____fillMesh_55; }
inline void set__fillMesh_55(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * value)
{
____fillMesh_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fillMesh_55), (void*)value);
}
};
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields
{
public:
// System.Int32[] FairyGUI.Image::TRIANGLES_9_GRID
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___TRIANGLES_9_GRID_56;
// System.Int32[] FairyGUI.Image::gridTileIndice
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___gridTileIndice_57;
// System.Single[] FairyGUI.Image::gridX
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridX_58;
// System.Single[] FairyGUI.Image::gridY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridY_59;
// System.Single[] FairyGUI.Image::gridTexX
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridTexX_60;
// System.Single[] FairyGUI.Image::gridTexY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridTexY_61;
public:
inline static int32_t get_offset_of_TRIANGLES_9_GRID_56() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___TRIANGLES_9_GRID_56)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_TRIANGLES_9_GRID_56() const { return ___TRIANGLES_9_GRID_56; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_TRIANGLES_9_GRID_56() { return &___TRIANGLES_9_GRID_56; }
inline void set_TRIANGLES_9_GRID_56(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___TRIANGLES_9_GRID_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TRIANGLES_9_GRID_56), (void*)value);
}
inline static int32_t get_offset_of_gridTileIndice_57() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTileIndice_57)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_gridTileIndice_57() const { return ___gridTileIndice_57; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_gridTileIndice_57() { return &___gridTileIndice_57; }
inline void set_gridTileIndice_57(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___gridTileIndice_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTileIndice_57), (void*)value);
}
inline static int32_t get_offset_of_gridX_58() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridX_58)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridX_58() const { return ___gridX_58; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridX_58() { return &___gridX_58; }
inline void set_gridX_58(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridX_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridX_58), (void*)value);
}
inline static int32_t get_offset_of_gridY_59() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridY_59)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridY_59() const { return ___gridY_59; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridY_59() { return &___gridY_59; }
inline void set_gridY_59(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridY_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridY_59), (void*)value);
}
inline static int32_t get_offset_of_gridTexX_60() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTexX_60)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridTexX_60() const { return ___gridTexX_60; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridTexX_60() { return &___gridTexX_60; }
inline void set_gridTexX_60(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridTexX_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTexX_60), (void*)value);
}
inline static int32_t get_offset_of_gridTexY_61() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTexY_61)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridTexY_61() const { return ___gridTexY_61; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridTexY_61() { return &___gridTexY_61; }
inline void set_gridTexY_61(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridTexY_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTexY_61), (void*)value);
}
};
// FairyGUI.InputTextField_CopyHandler
struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.InputTextField_PasteHandler
struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.ListItemProvider
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.ListItemRenderer
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.NGraphics_MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 : public MulticastDelegate_t
{
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.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 : public MulticastDelegate_t
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.GButton
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.PageOption FairyGUI.GButton::<pageOption>k__BackingField
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * ___U3CpageOptionU3Ek__BackingField_93;
// FairyGUI.NAudioClip FairyGUI.GButton::sound
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___sound_94;
// System.Single FairyGUI.GButton::soundVolumeScale
float ___soundVolumeScale_95;
// System.Boolean FairyGUI.GButton::changeStateOnClick
bool ___changeStateOnClick_96;
// FairyGUI.GObject FairyGUI.GButton::linkedPopup
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___linkedPopup_97;
// FairyGUI.GObject FairyGUI.GButton::_titleObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____titleObject_98;
// FairyGUI.GObject FairyGUI.GButton::_iconObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____iconObject_99;
// FairyGUI.Controller FairyGUI.GButton::_relatedController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____relatedController_100;
// FairyGUI.ButtonMode FairyGUI.GButton::_mode
int32_t ____mode_101;
// System.Boolean FairyGUI.GButton::_selected
bool ____selected_102;
// System.String FairyGUI.GButton::_title
String_t* ____title_103;
// System.String FairyGUI.GButton::_icon
String_t* ____icon_104;
// System.String FairyGUI.GButton::_selectedTitle
String_t* ____selectedTitle_105;
// System.String FairyGUI.GButton::_selectedIcon
String_t* ____selectedIcon_106;
// FairyGUI.Controller FairyGUI.GButton::_buttonController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____buttonController_107;
// System.Int32 FairyGUI.GButton::_downEffect
int32_t ____downEffect_108;
// System.Single FairyGUI.GButton::_downEffectValue
float ____downEffectValue_109;
// System.Boolean FairyGUI.GButton::_downScaled
bool ____downScaled_110;
// System.Boolean FairyGUI.GButton::_down
bool ____down_111;
// System.Boolean FairyGUI.GButton::_over
bool ____over_112;
// FairyGUI.EventListener FairyGUI.GButton::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_113;
public:
inline static int32_t get_offset_of_U3CpageOptionU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___U3CpageOptionU3Ek__BackingField_93)); }
inline PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * get_U3CpageOptionU3Ek__BackingField_93() const { return ___U3CpageOptionU3Ek__BackingField_93; }
inline PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 ** get_address_of_U3CpageOptionU3Ek__BackingField_93() { return &___U3CpageOptionU3Ek__BackingField_93; }
inline void set_U3CpageOptionU3Ek__BackingField_93(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * value)
{
___U3CpageOptionU3Ek__BackingField_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpageOptionU3Ek__BackingField_93), (void*)value);
}
inline static int32_t get_offset_of_sound_94() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___sound_94)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_sound_94() const { return ___sound_94; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_sound_94() { return &___sound_94; }
inline void set_sound_94(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___sound_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sound_94), (void*)value);
}
inline static int32_t get_offset_of_soundVolumeScale_95() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___soundVolumeScale_95)); }
inline float get_soundVolumeScale_95() const { return ___soundVolumeScale_95; }
inline float* get_address_of_soundVolumeScale_95() { return &___soundVolumeScale_95; }
inline void set_soundVolumeScale_95(float value)
{
___soundVolumeScale_95 = value;
}
inline static int32_t get_offset_of_changeStateOnClick_96() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___changeStateOnClick_96)); }
inline bool get_changeStateOnClick_96() const { return ___changeStateOnClick_96; }
inline bool* get_address_of_changeStateOnClick_96() { return &___changeStateOnClick_96; }
inline void set_changeStateOnClick_96(bool value)
{
___changeStateOnClick_96 = value;
}
inline static int32_t get_offset_of_linkedPopup_97() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___linkedPopup_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_linkedPopup_97() const { return ___linkedPopup_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_linkedPopup_97() { return &___linkedPopup_97; }
inline void set_linkedPopup_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___linkedPopup_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&___linkedPopup_97), (void*)value);
}
inline static int32_t get_offset_of__titleObject_98() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____titleObject_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__titleObject_98() const { return ____titleObject_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__titleObject_98() { return &____titleObject_98; }
inline void set__titleObject_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____titleObject_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_98), (void*)value);
}
inline static int32_t get_offset_of__iconObject_99() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____iconObject_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__iconObject_99() const { return ____iconObject_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__iconObject_99() { return &____iconObject_99; }
inline void set__iconObject_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____iconObject_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____iconObject_99), (void*)value);
}
inline static int32_t get_offset_of__relatedController_100() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____relatedController_100)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__relatedController_100() const { return ____relatedController_100; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__relatedController_100() { return &____relatedController_100; }
inline void set__relatedController_100(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____relatedController_100 = value;
Il2CppCodeGenWriteBarrier((void**)(&____relatedController_100), (void*)value);
}
inline static int32_t get_offset_of__mode_101() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____mode_101)); }
inline int32_t get__mode_101() const { return ____mode_101; }
inline int32_t* get_address_of__mode_101() { return &____mode_101; }
inline void set__mode_101(int32_t value)
{
____mode_101 = value;
}
inline static int32_t get_offset_of__selected_102() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selected_102)); }
inline bool get__selected_102() const { return ____selected_102; }
inline bool* get_address_of__selected_102() { return &____selected_102; }
inline void set__selected_102(bool value)
{
____selected_102 = value;
}
inline static int32_t get_offset_of__title_103() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____title_103)); }
inline String_t* get__title_103() const { return ____title_103; }
inline String_t** get_address_of__title_103() { return &____title_103; }
inline void set__title_103(String_t* value)
{
____title_103 = value;
Il2CppCodeGenWriteBarrier((void**)(&____title_103), (void*)value);
}
inline static int32_t get_offset_of__icon_104() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____icon_104)); }
inline String_t* get__icon_104() const { return ____icon_104; }
inline String_t** get_address_of__icon_104() { return &____icon_104; }
inline void set__icon_104(String_t* value)
{
____icon_104 = value;
Il2CppCodeGenWriteBarrier((void**)(&____icon_104), (void*)value);
}
inline static int32_t get_offset_of__selectedTitle_105() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selectedTitle_105)); }
inline String_t* get__selectedTitle_105() const { return ____selectedTitle_105; }
inline String_t** get_address_of__selectedTitle_105() { return &____selectedTitle_105; }
inline void set__selectedTitle_105(String_t* value)
{
____selectedTitle_105 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectedTitle_105), (void*)value);
}
inline static int32_t get_offset_of__selectedIcon_106() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selectedIcon_106)); }
inline String_t* get__selectedIcon_106() const { return ____selectedIcon_106; }
inline String_t** get_address_of__selectedIcon_106() { return &____selectedIcon_106; }
inline void set__selectedIcon_106(String_t* value)
{
____selectedIcon_106 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectedIcon_106), (void*)value);
}
inline static int32_t get_offset_of__buttonController_107() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____buttonController_107)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__buttonController_107() const { return ____buttonController_107; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__buttonController_107() { return &____buttonController_107; }
inline void set__buttonController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____buttonController_107 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buttonController_107), (void*)value);
}
inline static int32_t get_offset_of__downEffect_108() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downEffect_108)); }
inline int32_t get__downEffect_108() const { return ____downEffect_108; }
inline int32_t* get_address_of__downEffect_108() { return &____downEffect_108; }
inline void set__downEffect_108(int32_t value)
{
____downEffect_108 = value;
}
inline static int32_t get_offset_of__downEffectValue_109() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downEffectValue_109)); }
inline float get__downEffectValue_109() const { return ____downEffectValue_109; }
inline float* get_address_of__downEffectValue_109() { return &____downEffectValue_109; }
inline void set__downEffectValue_109(float value)
{
____downEffectValue_109 = value;
}
inline static int32_t get_offset_of__downScaled_110() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downScaled_110)); }
inline bool get__downScaled_110() const { return ____downScaled_110; }
inline bool* get_address_of__downScaled_110() { return &____downScaled_110; }
inline void set__downScaled_110(bool value)
{
____downScaled_110 = value;
}
inline static int32_t get_offset_of__down_111() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____down_111)); }
inline bool get__down_111() const { return ____down_111; }
inline bool* get_address_of__down_111() { return &____down_111; }
inline void set__down_111(bool value)
{
____down_111 = value;
}
inline static int32_t get_offset_of__over_112() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____over_112)); }
inline bool get__over_112() const { return ____over_112; }
inline bool* get_address_of__over_112() { return &____over_112; }
inline void set__over_112(bool value)
{
____over_112 = value;
}
inline static int32_t get_offset_of__onChanged_113() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____onChanged_113)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_113() const { return ____onChanged_113; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_113() { return &____onChanged_113; }
inline void set__onChanged_113(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_113 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_113), (void*)value);
}
};
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.String FairyGUI.GList::defaultItem
String_t* ___defaultItem_93;
// System.Boolean FairyGUI.GList::foldInvisibleItems
bool ___foldInvisibleItems_94;
// FairyGUI.ListSelectionMode FairyGUI.GList::selectionMode
int32_t ___selectionMode_95;
// FairyGUI.ListItemRenderer FairyGUI.GList::itemRenderer
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___itemRenderer_96;
// FairyGUI.ListItemProvider FairyGUI.GList::itemProvider
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___itemProvider_97;
// System.Boolean FairyGUI.GList::scrollItemToViewOnClick
bool ___scrollItemToViewOnClick_98;
// FairyGUI.ListLayoutType FairyGUI.GList::_layout
int32_t ____layout_99;
// System.Int32 FairyGUI.GList::_lineCount
int32_t ____lineCount_100;
// System.Int32 FairyGUI.GList::_columnCount
int32_t ____columnCount_101;
// System.Int32 FairyGUI.GList::_lineGap
int32_t ____lineGap_102;
// System.Int32 FairyGUI.GList::_columnGap
int32_t ____columnGap_103;
// FairyGUI.AlignType FairyGUI.GList::_align
int32_t ____align_104;
// FairyGUI.VertAlignType FairyGUI.GList::_verticalAlign
int32_t ____verticalAlign_105;
// System.Boolean FairyGUI.GList::_autoResizeItem
bool ____autoResizeItem_106;
// FairyGUI.Controller FairyGUI.GList::_selectionController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_107;
// FairyGUI.GObjectPool FairyGUI.GList::_pool
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * ____pool_108;
// System.Int32 FairyGUI.GList::_lastSelectedIndex
int32_t ____lastSelectedIndex_109;
// FairyGUI.EventListener FairyGUI.GList::_onClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickItem_110;
// FairyGUI.EventListener FairyGUI.GList::_onRightClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClickItem_111;
// System.Boolean FairyGUI.GList::_virtual
bool ____virtual_112;
// System.Boolean FairyGUI.GList::_loop
bool ____loop_113;
// System.Int32 FairyGUI.GList::_numItems
int32_t ____numItems_114;
// System.Int32 FairyGUI.GList::_realNumItems
int32_t ____realNumItems_115;
// System.Int32 FairyGUI.GList::_firstIndex
int32_t ____firstIndex_116;
// System.Int32 FairyGUI.GList::_curLineItemCount
int32_t ____curLineItemCount_117;
// System.Int32 FairyGUI.GList::_curLineItemCount2
int32_t ____curLineItemCount2_118;
// UnityEngine.Vector2 FairyGUI.GList::_itemSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____itemSize_119;
// System.Int32 FairyGUI.GList::_virtualListChanged
int32_t ____virtualListChanged_120;
// System.Boolean FairyGUI.GList::_eventLocked
bool ____eventLocked_121;
// System.UInt32 FairyGUI.GList::itemInfoVer
uint32_t ___itemInfoVer_122;
// System.Collections.Generic.List`1<FairyGUI.GList_ItemInfo> FairyGUI.GList::_virtualItems
List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * ____virtualItems_123;
// FairyGUI.EventCallback1 FairyGUI.GList::_itemClickDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____itemClickDelegate_124;
public:
inline static int32_t get_offset_of_defaultItem_93() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___defaultItem_93)); }
inline String_t* get_defaultItem_93() const { return ___defaultItem_93; }
inline String_t** get_address_of_defaultItem_93() { return &___defaultItem_93; }
inline void set_defaultItem_93(String_t* value)
{
___defaultItem_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultItem_93), (void*)value);
}
inline static int32_t get_offset_of_foldInvisibleItems_94() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___foldInvisibleItems_94)); }
inline bool get_foldInvisibleItems_94() const { return ___foldInvisibleItems_94; }
inline bool* get_address_of_foldInvisibleItems_94() { return &___foldInvisibleItems_94; }
inline void set_foldInvisibleItems_94(bool value)
{
___foldInvisibleItems_94 = value;
}
inline static int32_t get_offset_of_selectionMode_95() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___selectionMode_95)); }
inline int32_t get_selectionMode_95() const { return ___selectionMode_95; }
inline int32_t* get_address_of_selectionMode_95() { return &___selectionMode_95; }
inline void set_selectionMode_95(int32_t value)
{
___selectionMode_95 = value;
}
inline static int32_t get_offset_of_itemRenderer_96() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemRenderer_96)); }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * get_itemRenderer_96() const { return ___itemRenderer_96; }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 ** get_address_of_itemRenderer_96() { return &___itemRenderer_96; }
inline void set_itemRenderer_96(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * value)
{
___itemRenderer_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemRenderer_96), (void*)value);
}
inline static int32_t get_offset_of_itemProvider_97() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemProvider_97)); }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * get_itemProvider_97() const { return ___itemProvider_97; }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 ** get_address_of_itemProvider_97() { return &___itemProvider_97; }
inline void set_itemProvider_97(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * value)
{
___itemProvider_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemProvider_97), (void*)value);
}
inline static int32_t get_offset_of_scrollItemToViewOnClick_98() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___scrollItemToViewOnClick_98)); }
inline bool get_scrollItemToViewOnClick_98() const { return ___scrollItemToViewOnClick_98; }
inline bool* get_address_of_scrollItemToViewOnClick_98() { return &___scrollItemToViewOnClick_98; }
inline void set_scrollItemToViewOnClick_98(bool value)
{
___scrollItemToViewOnClick_98 = value;
}
inline static int32_t get_offset_of__layout_99() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____layout_99)); }
inline int32_t get__layout_99() const { return ____layout_99; }
inline int32_t* get_address_of__layout_99() { return &____layout_99; }
inline void set__layout_99(int32_t value)
{
____layout_99 = value;
}
inline static int32_t get_offset_of__lineCount_100() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineCount_100)); }
inline int32_t get__lineCount_100() const { return ____lineCount_100; }
inline int32_t* get_address_of__lineCount_100() { return &____lineCount_100; }
inline void set__lineCount_100(int32_t value)
{
____lineCount_100 = value;
}
inline static int32_t get_offset_of__columnCount_101() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnCount_101)); }
inline int32_t get__columnCount_101() const { return ____columnCount_101; }
inline int32_t* get_address_of__columnCount_101() { return &____columnCount_101; }
inline void set__columnCount_101(int32_t value)
{
____columnCount_101 = value;
}
inline static int32_t get_offset_of__lineGap_102() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineGap_102)); }
inline int32_t get__lineGap_102() const { return ____lineGap_102; }
inline int32_t* get_address_of__lineGap_102() { return &____lineGap_102; }
inline void set__lineGap_102(int32_t value)
{
____lineGap_102 = value;
}
inline static int32_t get_offset_of__columnGap_103() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnGap_103)); }
inline int32_t get__columnGap_103() const { return ____columnGap_103; }
inline int32_t* get_address_of__columnGap_103() { return &____columnGap_103; }
inline void set__columnGap_103(int32_t value)
{
____columnGap_103 = value;
}
inline static int32_t get_offset_of__align_104() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____align_104)); }
inline int32_t get__align_104() const { return ____align_104; }
inline int32_t* get_address_of__align_104() { return &____align_104; }
inline void set__align_104(int32_t value)
{
____align_104 = value;
}
inline static int32_t get_offset_of__verticalAlign_105() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____verticalAlign_105)); }
inline int32_t get__verticalAlign_105() const { return ____verticalAlign_105; }
inline int32_t* get_address_of__verticalAlign_105() { return &____verticalAlign_105; }
inline void set__verticalAlign_105(int32_t value)
{
____verticalAlign_105 = value;
}
inline static int32_t get_offset_of__autoResizeItem_106() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____autoResizeItem_106)); }
inline bool get__autoResizeItem_106() const { return ____autoResizeItem_106; }
inline bool* get_address_of__autoResizeItem_106() { return &____autoResizeItem_106; }
inline void set__autoResizeItem_106(bool value)
{
____autoResizeItem_106 = value;
}
inline static int32_t get_offset_of__selectionController_107() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____selectionController_107)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_107() const { return ____selectionController_107; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_107() { return &____selectionController_107; }
inline void set__selectionController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____selectionController_107 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_107), (void*)value);
}
inline static int32_t get_offset_of__pool_108() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____pool_108)); }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * get__pool_108() const { return ____pool_108; }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 ** get_address_of__pool_108() { return &____pool_108; }
inline void set__pool_108(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * value)
{
____pool_108 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_108), (void*)value);
}
inline static int32_t get_offset_of__lastSelectedIndex_109() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lastSelectedIndex_109)); }
inline int32_t get__lastSelectedIndex_109() const { return ____lastSelectedIndex_109; }
inline int32_t* get_address_of__lastSelectedIndex_109() { return &____lastSelectedIndex_109; }
inline void set__lastSelectedIndex_109(int32_t value)
{
____lastSelectedIndex_109 = value;
}
inline static int32_t get_offset_of__onClickItem_110() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onClickItem_110)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickItem_110() const { return ____onClickItem_110; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickItem_110() { return &____onClickItem_110; }
inline void set__onClickItem_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickItem_110 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickItem_110), (void*)value);
}
inline static int32_t get_offset_of__onRightClickItem_111() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onRightClickItem_111)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClickItem_111() const { return ____onRightClickItem_111; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClickItem_111() { return &____onRightClickItem_111; }
inline void set__onRightClickItem_111(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClickItem_111 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClickItem_111), (void*)value);
}
inline static int32_t get_offset_of__virtual_112() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtual_112)); }
inline bool get__virtual_112() const { return ____virtual_112; }
inline bool* get_address_of__virtual_112() { return &____virtual_112; }
inline void set__virtual_112(bool value)
{
____virtual_112 = value;
}
inline static int32_t get_offset_of__loop_113() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____loop_113)); }
inline bool get__loop_113() const { return ____loop_113; }
inline bool* get_address_of__loop_113() { return &____loop_113; }
inline void set__loop_113(bool value)
{
____loop_113 = value;
}
inline static int32_t get_offset_of__numItems_114() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____numItems_114)); }
inline int32_t get__numItems_114() const { return ____numItems_114; }
inline int32_t* get_address_of__numItems_114() { return &____numItems_114; }
inline void set__numItems_114(int32_t value)
{
____numItems_114 = value;
}
inline static int32_t get_offset_of__realNumItems_115() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____realNumItems_115)); }
inline int32_t get__realNumItems_115() const { return ____realNumItems_115; }
inline int32_t* get_address_of__realNumItems_115() { return &____realNumItems_115; }
inline void set__realNumItems_115(int32_t value)
{
____realNumItems_115 = value;
}
inline static int32_t get_offset_of__firstIndex_116() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____firstIndex_116)); }
inline int32_t get__firstIndex_116() const { return ____firstIndex_116; }
inline int32_t* get_address_of__firstIndex_116() { return &____firstIndex_116; }
inline void set__firstIndex_116(int32_t value)
{
____firstIndex_116 = value;
}
inline static int32_t get_offset_of__curLineItemCount_117() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount_117)); }
inline int32_t get__curLineItemCount_117() const { return ____curLineItemCount_117; }
inline int32_t* get_address_of__curLineItemCount_117() { return &____curLineItemCount_117; }
inline void set__curLineItemCount_117(int32_t value)
{
____curLineItemCount_117 = value;
}
inline static int32_t get_offset_of__curLineItemCount2_118() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount2_118)); }
inline int32_t get__curLineItemCount2_118() const { return ____curLineItemCount2_118; }
inline int32_t* get_address_of__curLineItemCount2_118() { return &____curLineItemCount2_118; }
inline void set__curLineItemCount2_118(int32_t value)
{
____curLineItemCount2_118 = value;
}
inline static int32_t get_offset_of__itemSize_119() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemSize_119)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__itemSize_119() const { return ____itemSize_119; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__itemSize_119() { return &____itemSize_119; }
inline void set__itemSize_119(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____itemSize_119 = value;
}
inline static int32_t get_offset_of__virtualListChanged_120() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualListChanged_120)); }
inline int32_t get__virtualListChanged_120() const { return ____virtualListChanged_120; }
inline int32_t* get_address_of__virtualListChanged_120() { return &____virtualListChanged_120; }
inline void set__virtualListChanged_120(int32_t value)
{
____virtualListChanged_120 = value;
}
inline static int32_t get_offset_of__eventLocked_121() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____eventLocked_121)); }
inline bool get__eventLocked_121() const { return ____eventLocked_121; }
inline bool* get_address_of__eventLocked_121() { return &____eventLocked_121; }
inline void set__eventLocked_121(bool value)
{
____eventLocked_121 = value;
}
inline static int32_t get_offset_of_itemInfoVer_122() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemInfoVer_122)); }
inline uint32_t get_itemInfoVer_122() const { return ___itemInfoVer_122; }
inline uint32_t* get_address_of_itemInfoVer_122() { return &___itemInfoVer_122; }
inline void set_itemInfoVer_122(uint32_t value)
{
___itemInfoVer_122 = value;
}
inline static int32_t get_offset_of__virtualItems_123() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualItems_123)); }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * get__virtualItems_123() const { return ____virtualItems_123; }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 ** get_address_of__virtualItems_123() { return &____virtualItems_123; }
inline void set__virtualItems_123(List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * value)
{
____virtualItems_123 = value;
Il2CppCodeGenWriteBarrier((void**)(&____virtualItems_123), (void*)value);
}
inline static int32_t get_offset_of__itemClickDelegate_124() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemClickDelegate_124)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__itemClickDelegate_124() const { return ____itemClickDelegate_124; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__itemClickDelegate_124() { return &____itemClickDelegate_124; }
inline void set__itemClickDelegate_124(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____itemClickDelegate_124 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemClickDelegate_124), (void*)value);
}
};
// 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.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 : public Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8
{
public:
// System.Single FairyGUI.MovieClip::interval
float ___interval_62;
// System.Boolean FairyGUI.MovieClip::swing
bool ___swing_63;
// System.Single FairyGUI.MovieClip::repeatDelay
float ___repeatDelay_64;
// System.Single FairyGUI.MovieClip::timeScale
float ___timeScale_65;
// System.Boolean FairyGUI.MovieClip::ignoreEngineTimeScale
bool ___ignoreEngineTimeScale_66;
// FairyGUI.MovieClip_Frame[] FairyGUI.MovieClip::_frames
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ____frames_67;
// System.Int32 FairyGUI.MovieClip::_frameCount
int32_t ____frameCount_68;
// System.Int32 FairyGUI.MovieClip::_frame
int32_t ____frame_69;
// System.Boolean FairyGUI.MovieClip::_playing
bool ____playing_70;
// System.Int32 FairyGUI.MovieClip::_start
int32_t ____start_71;
// System.Int32 FairyGUI.MovieClip::_end
int32_t ____end_72;
// System.Int32 FairyGUI.MovieClip::_times
int32_t ____times_73;
// System.Int32 FairyGUI.MovieClip::_endAt
int32_t ____endAt_74;
// System.Int32 FairyGUI.MovieClip::_status
int32_t ____status_75;
// System.Single FairyGUI.MovieClip::_frameElapsed
float ____frameElapsed_76;
// System.Boolean FairyGUI.MovieClip::_reversed
bool ____reversed_77;
// System.Int32 FairyGUI.MovieClip::_repeatedCount
int32_t ____repeatedCount_78;
// FairyGUI.TimerCallback FairyGUI.MovieClip::_timerDelegate
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ____timerDelegate_79;
// FairyGUI.EventListener FairyGUI.MovieClip::_onPlayEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPlayEnd_80;
public:
inline static int32_t get_offset_of_interval_62() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___interval_62)); }
inline float get_interval_62() const { return ___interval_62; }
inline float* get_address_of_interval_62() { return &___interval_62; }
inline void set_interval_62(float value)
{
___interval_62 = value;
}
inline static int32_t get_offset_of_swing_63() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___swing_63)); }
inline bool get_swing_63() const { return ___swing_63; }
inline bool* get_address_of_swing_63() { return &___swing_63; }
inline void set_swing_63(bool value)
{
___swing_63 = value;
}
inline static int32_t get_offset_of_repeatDelay_64() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___repeatDelay_64)); }
inline float get_repeatDelay_64() const { return ___repeatDelay_64; }
inline float* get_address_of_repeatDelay_64() { return &___repeatDelay_64; }
inline void set_repeatDelay_64(float value)
{
___repeatDelay_64 = value;
}
inline static int32_t get_offset_of_timeScale_65() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___timeScale_65)); }
inline float get_timeScale_65() const { return ___timeScale_65; }
inline float* get_address_of_timeScale_65() { return &___timeScale_65; }
inline void set_timeScale_65(float value)
{
___timeScale_65 = value;
}
inline static int32_t get_offset_of_ignoreEngineTimeScale_66() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___ignoreEngineTimeScale_66)); }
inline bool get_ignoreEngineTimeScale_66() const { return ___ignoreEngineTimeScale_66; }
inline bool* get_address_of_ignoreEngineTimeScale_66() { return &___ignoreEngineTimeScale_66; }
inline void set_ignoreEngineTimeScale_66(bool value)
{
___ignoreEngineTimeScale_66 = value;
}
inline static int32_t get_offset_of__frames_67() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frames_67)); }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* get__frames_67() const { return ____frames_67; }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6** get_address_of__frames_67() { return &____frames_67; }
inline void set__frames_67(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* value)
{
____frames_67 = value;
Il2CppCodeGenWriteBarrier((void**)(&____frames_67), (void*)value);
}
inline static int32_t get_offset_of__frameCount_68() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frameCount_68)); }
inline int32_t get__frameCount_68() const { return ____frameCount_68; }
inline int32_t* get_address_of__frameCount_68() { return &____frameCount_68; }
inline void set__frameCount_68(int32_t value)
{
____frameCount_68 = value;
}
inline static int32_t get_offset_of__frame_69() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frame_69)); }
inline int32_t get__frame_69() const { return ____frame_69; }
inline int32_t* get_address_of__frame_69() { return &____frame_69; }
inline void set__frame_69(int32_t value)
{
____frame_69 = value;
}
inline static int32_t get_offset_of__playing_70() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____playing_70)); }
inline bool get__playing_70() const { return ____playing_70; }
inline bool* get_address_of__playing_70() { return &____playing_70; }
inline void set__playing_70(bool value)
{
____playing_70 = value;
}
inline static int32_t get_offset_of__start_71() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____start_71)); }
inline int32_t get__start_71() const { return ____start_71; }
inline int32_t* get_address_of__start_71() { return &____start_71; }
inline void set__start_71(int32_t value)
{
____start_71 = value;
}
inline static int32_t get_offset_of__end_72() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____end_72)); }
inline int32_t get__end_72() const { return ____end_72; }
inline int32_t* get_address_of__end_72() { return &____end_72; }
inline void set__end_72(int32_t value)
{
____end_72 = value;
}
inline static int32_t get_offset_of__times_73() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____times_73)); }
inline int32_t get__times_73() const { return ____times_73; }
inline int32_t* get_address_of__times_73() { return &____times_73; }
inline void set__times_73(int32_t value)
{
____times_73 = value;
}
inline static int32_t get_offset_of__endAt_74() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____endAt_74)); }
inline int32_t get__endAt_74() const { return ____endAt_74; }
inline int32_t* get_address_of__endAt_74() { return &____endAt_74; }
inline void set__endAt_74(int32_t value)
{
____endAt_74 = value;
}
inline static int32_t get_offset_of__status_75() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____status_75)); }
inline int32_t get__status_75() const { return ____status_75; }
inline int32_t* get_address_of__status_75() { return &____status_75; }
inline void set__status_75(int32_t value)
{
____status_75 = value;
}
inline static int32_t get_offset_of__frameElapsed_76() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frameElapsed_76)); }
inline float get__frameElapsed_76() const { return ____frameElapsed_76; }
inline float* get_address_of__frameElapsed_76() { return &____frameElapsed_76; }
inline void set__frameElapsed_76(float value)
{
____frameElapsed_76 = value;
}
inline static int32_t get_offset_of__reversed_77() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____reversed_77)); }
inline bool get__reversed_77() const { return ____reversed_77; }
inline bool* get_address_of__reversed_77() { return &____reversed_77; }
inline void set__reversed_77(bool value)
{
____reversed_77 = value;
}
inline static int32_t get_offset_of__repeatedCount_78() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____repeatedCount_78)); }
inline int32_t get__repeatedCount_78() const { return ____repeatedCount_78; }
inline int32_t* get_address_of__repeatedCount_78() { return &____repeatedCount_78; }
inline void set__repeatedCount_78(int32_t value)
{
____repeatedCount_78 = value;
}
inline static int32_t get_offset_of__timerDelegate_79() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____timerDelegate_79)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get__timerDelegate_79() const { return ____timerDelegate_79; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of__timerDelegate_79() { return &____timerDelegate_79; }
inline void set__timerDelegate_79(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
____timerDelegate_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____timerDelegate_79), (void*)value);
}
inline static int32_t get_offset_of__onPlayEnd_80() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____onPlayEnd_80)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPlayEnd_80() const { return ____onPlayEnd_80; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPlayEnd_80() { return &____onPlayEnd_80; }
inline void set__onPlayEnd_80(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPlayEnd_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPlayEnd_80), (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);
}
};
// 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.MeshCollider
struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE : public Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF
{
public:
public:
};
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
public:
public:
};
// 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.StageCamera
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Boolean FairyGUI.StageCamera::constantSize
bool ___constantSize_4;
// UnityEngine.Transform FairyGUI.StageCamera::cachedTransform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___cachedTransform_5;
// UnityEngine.Camera FairyGUI.StageCamera::cachedCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedCamera_6;
// System.Int32 FairyGUI.StageCamera::screenWidth
int32_t ___screenWidth_7;
// System.Int32 FairyGUI.StageCamera::screenHeight
int32_t ___screenHeight_8;
// System.Boolean FairyGUI.StageCamera::isMain
bool ___isMain_9;
// UnityEngine.Display FairyGUI.StageCamera::_display
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____display_10;
public:
inline static int32_t get_offset_of_constantSize_4() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___constantSize_4)); }
inline bool get_constantSize_4() const { return ___constantSize_4; }
inline bool* get_address_of_constantSize_4() { return &___constantSize_4; }
inline void set_constantSize_4(bool value)
{
___constantSize_4 = value;
}
inline static int32_t get_offset_of_cachedTransform_5() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___cachedTransform_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_cachedTransform_5() const { return ___cachedTransform_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_cachedTransform_5() { return &___cachedTransform_5; }
inline void set_cachedTransform_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___cachedTransform_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedTransform_5), (void*)value);
}
inline static int32_t get_offset_of_cachedCamera_6() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___cachedCamera_6)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedCamera_6() const { return ___cachedCamera_6; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedCamera_6() { return &___cachedCamera_6; }
inline void set_cachedCamera_6(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedCamera_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedCamera_6), (void*)value);
}
inline static int32_t get_offset_of_screenWidth_7() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___screenWidth_7)); }
inline int32_t get_screenWidth_7() const { return ___screenWidth_7; }
inline int32_t* get_address_of_screenWidth_7() { return &___screenWidth_7; }
inline void set_screenWidth_7(int32_t value)
{
___screenWidth_7 = value;
}
inline static int32_t get_offset_of_screenHeight_8() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___screenHeight_8)); }
inline int32_t get_screenHeight_8() const { return ___screenHeight_8; }
inline int32_t* get_address_of_screenHeight_8() { return &___screenHeight_8; }
inline void set_screenHeight_8(int32_t value)
{
___screenHeight_8 = value;
}
inline static int32_t get_offset_of_isMain_9() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___isMain_9)); }
inline bool get_isMain_9() const { return ___isMain_9; }
inline bool* get_address_of_isMain_9() { return &___isMain_9; }
inline void set_isMain_9(bool value)
{
___isMain_9 = value;
}
inline static int32_t get_offset_of__display_10() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ____display_10)); }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__display_10() const { return ____display_10; }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__display_10() { return &____display_10; }
inline void set__display_10(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
____display_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____display_10), (void*)value);
}
};
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields
{
public:
// UnityEngine.Camera FairyGUI.StageCamera::main
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___main_11;
// System.Int32 FairyGUI.StageCamera::screenSizeVer
int32_t ___screenSizeVer_12;
// System.Single FairyGUI.StageCamera::DefaultCameraSize
float ___DefaultCameraSize_15;
// System.Single FairyGUI.StageCamera::UnitsPerPixel
float ___UnitsPerPixel_16;
public:
inline static int32_t get_offset_of_main_11() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___main_11)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_main_11() const { return ___main_11; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_main_11() { return &___main_11; }
inline void set_main_11(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___main_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___main_11), (void*)value);
}
inline static int32_t get_offset_of_screenSizeVer_12() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___screenSizeVer_12)); }
inline int32_t get_screenSizeVer_12() const { return ___screenSizeVer_12; }
inline int32_t* get_address_of_screenSizeVer_12() { return &___screenSizeVer_12; }
inline void set_screenSizeVer_12(int32_t value)
{
___screenSizeVer_12 = value;
}
inline static int32_t get_offset_of_DefaultCameraSize_15() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___DefaultCameraSize_15)); }
inline float get_DefaultCameraSize_15() const { return ___DefaultCameraSize_15; }
inline float* get_address_of_DefaultCameraSize_15() { return &___DefaultCameraSize_15; }
inline void set_DefaultCameraSize_15(float value)
{
___DefaultCameraSize_15 = value;
}
inline static int32_t get_offset_of_UnitsPerPixel_16() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___UnitsPerPixel_16)); }
inline float get_UnitsPerPixel_16() const { return ___UnitsPerPixel_16; }
inline float* get_address_of_UnitsPerPixel_16() { return &___UnitsPerPixel_16; }
inline void set_UnitsPerPixel_16(float value)
{
___UnitsPerPixel_16 = 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.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.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.Collections.Generic.List`1<FairyGUI.NMaterial>[]
struct List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456 : public RuntimeArray
{
public:
ALIGN_FIELD (8) List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * m_Items[1];
public:
inline List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D ** 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, List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[][]
struct StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* m_Items[1];
public:
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** 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, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// FairyGUI.BlendModeUtils_BlendFactor[]
struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A : public RuntimeArray
{
public:
ALIGN_FIELD (8) BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * m_Items[1];
public:
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// FairyGUI.MovieClip_Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * m_Items[1];
public:
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B ** 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, Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.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.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;
}
};
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
public:
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.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;
}
};
// 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);
}
};
// 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.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<System.Single>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91_gshared (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __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);
// !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<System.Single>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_gshared_inline (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __this, int32_t ___index0, 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<System.Single>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7_gshared (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __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.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>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Byte>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_gshared_inline (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, int32_t ___index0, 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);
// !0 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_gshared_inline (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __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<System.Byte>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Byte>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Byte>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, uint8_t ___item0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_gshared_inline (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Matrix4x4>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_gshared (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Vector3>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_gshared_inline (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Vector3>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9_gshared (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Item(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, 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.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.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);
// !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.Vector2>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A_gshared (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_gshared (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_gshared_inline (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Color32>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_gshared_inline (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Color32>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_gshared (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_gshared_inline (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, int32_t ___index0, 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.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);
// !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<System.Int32>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, 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.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mBF5574232A8F79C279DFD71FFBFF85B4E2B6312D_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mEFECE2769017AB70A9B1E7F5F8BBA59375620B54_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Char>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8_gshared (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Char>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_gshared (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, Il2CppChar ___item0, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Char>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA_gshared (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Char>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513_gshared (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_gshared (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, 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 FairyGUI.GPath::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath__ctor_m7D17C5B7A738965F91DB4E24EE43949B5A29FB14 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Rect::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_position_m54A2ACD2F97988561D6C83FCEF7D082BC5226D4C (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_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Int32 FairyGUI.GPath::get_segmentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GPath_get_segmentCount_m3B181E5755CABEE07C74F5F428C4B9FEE43DB72D (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GPath::GetSegmentLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GPath_GetSegmentLength_mD79DA4D04CF1F4D4DD340FFCAD9F1997AE38D15F (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___segmentIndex0, const RuntimeMethod* method);
// System.Single FairyGUI.GPath::get_length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GPath_get_length_mD8BECE9E1D6ABC645FDE4F6F5F39E07567B5A7A6_inline (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* 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<System.Single>::Clear()
inline void List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91 (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *, const RuntimeMethod*))List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91_gshared)(__this, method);
}
// System.Void FairyGUI.GPath::GetPointsInSegment(System.Int32,System.Single,System.Single,System.Collections.Generic.List`1<UnityEngine.Vector3>,System.Collections.Generic.List`1<System.Single>,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___segmentIndex0, float ___t01, float ___t12, List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___points3, List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * ___ts4, float ___pointDensity5, const RuntimeMethod* 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);
}
// 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);
// UnityEngine.Color UnityEngine.Gradient::Evaluate(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Gradient_Evaluate_m3FAAAA60E7357B84BE2141AFA0207299AFBDBCDB (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, float ___time0, const RuntimeMethod* method);
// System.Single UnityEngine.AnimationCurve::Evaluate(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776 (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, float ___time0, 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.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);
// 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);
// System.Void FairyGUI.LineMesh::DrawRoundEdge(FairyGUI.VertexBuffer,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Color32,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32 (LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___p01, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___p12, float ___lw3, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color4, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv5, const RuntimeMethod* method);
// System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Single>::get_Item(System.Int32)
inline float List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_inline (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( float (*) (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *, int32_t, const RuntimeMethod*))List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_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);
// 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);
// UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Cross_m3E9DBC445228FDB850BDBB4B01D6F61AC0111887 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::Normalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, const RuntimeMethod* 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);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, float ___d1, const RuntimeMethod* method);
// 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);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// 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);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::Normalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, float ___d1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, float ___d1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_normalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_normalized_m058E75C38C6FC66E178D7C8EF1B6298DE8F0E14B (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, 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);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(System.Single,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Multiply_m2E30A54E315810911DFC2E25C700757A68AC1F38 (float ___d0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a1, 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<System.Single>::.ctor()
inline void List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7 (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *, const RuntimeMethod*))List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7_gshared)(__this, method);
}
// System.Void FairyGUI.EventDispatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.LongPressGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_host_m63688773B2BAB1785079A3C7C0598F3B8696167E_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.LongPressGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::.ctor(FairyGUI.EventDispatcher,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, String_t* ___type1, const RuntimeMethod* method);
// System.Void FairyGUI.LongPressGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_onBegin_m50733026683AF9AB09E604AD687C375C431A47E9_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.LongPressGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_onEnd_m44D2F815B5A7FA196553E798587266A76B2D264B_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.LongPressGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_onAction_m1ECFD0C314483DCFBC2816054F8B00E89FFFA785_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.LongPressGesture::get_host()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method);
// FairyGUI.GRoot FairyGUI.GRoot::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12 (const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (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.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 FairyGUI.EventListener::Add(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A (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.Timers FairyGUI.Timers::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D (const RuntimeMethod* method);
// System.Void FairyGUI.TimerCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Single FairyGUI.InputEvent::get_x()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Single FairyGUI.InputEvent::get_y()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, 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.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::CaptureTouch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.LongPressGesture::get_onBegin()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onBegin_m9D7C19E15CF363873B40878AF13333820BA7B246_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.LongPressGesture::get_onAction()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onAction_m4B918B8CC581E910083755C5B510CBC32EE0C214_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.LongPressGesture::get_onEnd()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onEnd_mC7364A89FF37282C2BADAD6318AA4EC492A5D1E8_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::.ctor()
inline void List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31 (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.NMaterial>::get_Count()
inline int32_t List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_inline (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.NMaterial>::get_Item(System.Int32)
inline NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_inline (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * (*) (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Texture FairyGUI.NTexture::get_alphaTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetTexture(System.Int32,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___value1, const RuntimeMethod* method);
// FairyGUI.NMaterial FairyGUI.MaterialManager::CreateMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * MaterialManager_CreateMaterial_m4BED69487D3B11B8EA2E6026ABCB8479F0012316 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Material::EnableKeyword(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, String_t* ___keyword0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::Add(!0)
inline void List_1_Add_mA1CE78F6F990CF62C39DBBBAD017B1C1A57C52A6 (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * __this, NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *, NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.NMaterial::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NMaterial__ctor_mEDB4091A8B63169FD8AEC39D9DE92AA66BEEEFBE (NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, const RuntimeMethod* method);
// UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::Clear()
inline void List_1_Clear_m128438306F7664AF7D93680EF7F527543B82F4A7 (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void FairyGUI.NTexture::DestroyMaterialManager(FairyGUI.MaterialManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_DestroyMaterialManager_mE9B58C3A09020A83F99EB7E596FD850506F5842B (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ___manager0, const RuntimeMethod* method);
// System.Void FairyGUI.ColliderHitTest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917 (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hit1, const RuntimeMethod* method);
// UnityEngine.Collider UnityEngine.RaycastHit::get_collider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RaycastHit::get_textureCoord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RaycastHit_get_textureCoord_mE520CE27BD748249D38ABAA093FFAD9186FEE68D (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __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.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_back()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// System.Void FairyGUI.Image::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image__ctor_m80041CC0D64CFD8A6B2D973AFB57535CA59F42BE (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback0::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void 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.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.MovieClip::SetPlaySettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_SetPlaySettings_mE6ACADA7EFD46E8EA9C9B8D39B8B1055F1CE6C52 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __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);
// System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.MovieClip::CheckTimer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method);
// FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::get_frames()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* MovieClip_get_frames_mC89599D64B2AE02822E8E5A8E6BB37959D285D5E_inline (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::InvalidateBatchingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.MovieClip::DrawFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::FloorToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C (float ___f0, const RuntimeMethod* method);
// System.Void FairyGUI.MovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_SetPlaySettings_m9995A53BD9D0F959AB98FA055E79DF785C631EF6 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, int32_t ___start0, int32_t ___end1, int32_t ___times2, int32_t ___endAt3, const RuntimeMethod* method);
// System.Void FairyGUI.MovieClip::set_frame(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_set_frame_m4AE01F86FCD2980FFB2A753767A7C08EF19E479E (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.DisplayObject::get_stage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2 (const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_deltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E (const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// System.Void UnityEngine.Resources::UnloadAsset(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Resources_UnloadAsset_m066BEEBB51255EF3C0120EA4CF2300CA448FAF64 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___assetToUnload0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mFCE7947857C832BCBB366FCCE50072ACAD9A4C51 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, bool ___allowDestroyingAssets1, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_gameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_gameObject_m11B4F80F29EC9A73122AC18D564B42CB619F6ED1_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshFilter>()
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void FairyGUI.NGraphics::set_meshFilter(UnityEngine.MeshFilter)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_meshFilter_m2E5F6A118AA28F7F06A18B09033C34CA4B00D659_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshRenderer>()
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void FairyGUI.NGraphics::set_meshRenderer(UnityEngine.MeshRenderer)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_meshRenderer_mE69AADF62CE24094BE21F3E06BDFCE6E3EBEE47B_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___value0, const RuntimeMethod* method);
// UnityEngine.MeshRenderer FairyGUI.NGraphics::get_meshRenderer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_shadowCastingMode(UnityEngine.Rendering.ShadowCastingMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_shadowCastingMode_mC7E601EE9B32B63097B216C78ED4F854B0AF21EC (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_reflectionProbeUsage(UnityEngine.Rendering.ReflectionProbeUsage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_reflectionProbeUsage_mB1E5A77AB7204CA2FD3AE3294D2CBC0EF352DD08 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_receiveShadows(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_receiveShadows_mD2BD2FF58156E328677EAE5E175D2069BC2925A0 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_mesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_mesh_m9E30B495CB741D6D53A6040A629B65ABD547A88F_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___value0, const RuntimeMethod* method);
// UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method);
// System.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 UnityEngine.Mesh::MarkDynamic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_MarkDynamic_m554A9D7214E30E4F8F0515B712F3E3FA6D695A5F (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// UnityEngine.MeshFilter FairyGUI.NGraphics::get_meshFilter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * NGraphics_get_meshFilter_m08A02382147CBA67E1EAE5C2F7CAA8A5A6FE3523_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void UnityEngine.MeshFilter::set_mesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshFilter_set_mesh_mA18AA96C75CC91CF0917BA1F437626499FAAF496 (MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::UpdateManager()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_UpdateManager_m986E6DC414D4DF2EAB3DC3E514FE43E8AC4E00E6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method);
// FairyGUI.MaterialManager FairyGUI.NTexture::GetMaterialManager(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, String_t* ___shaderName0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords1, const RuntimeMethod* method);
// System.Void FairyGUI.MaterialManager::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager_Release_mE44580349B54AA216C5663CF0B55C004B2B2FBE0 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Renderer::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Renderer_get_enabled_m40E07BB15DA58D2EF6F6796C6778163107DD7E1B (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_m0933766657F2685BAAE3340B0A984C0E63925303 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Renderer::get_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mesh::get_vertexCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D (const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::GetColors(System.Collections.Generic.List`1<UnityEngine.Color32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetColors_m1D94BEC61A797368CCCB5A4CC310FDED083435F6 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___colors0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Byte>::get_Item(System.Int32)
inline uint8_t List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_inline (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint8_t (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, int32_t, const RuntimeMethod*))List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_gshared_inline)(__this, ___index0, 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 UnityEngine.Mesh::SetColors(System.Collections.Generic.List`1<UnityEngine.Color32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetColors_m237E41213E82D4BB882ED96FD81A17D9366590CF (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___inColors0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Item(System.Int32)
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_inline (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.NGraphics::UpdateMeshNow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::ChangeAlpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_ChangeAlpha_m59C59B56D3C8156A75E945FD61649F8EA13D2AE7 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.NMaterial FairyGUI.MaterialManager::GetMaterial(System.Int32,FairyGUI.BlendMode,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, int32_t ___materialType0, int32_t ___blendMode1, uint32_t ___clipId2, const RuntimeMethod* method);
// UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.BlendModeUtils::Apply(UnityEngine.Material,FairyGUI.BlendMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendModeUtils_Apply_m94EEEC03D0E7BD30E5872FF5453845C9B7595B4A (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, int32_t ___blendMode1, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetVector(System.Int32,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value1, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetInt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, int32_t ___value1, const RuntimeMethod* method);
// System.Void FairyGUI.StencilEraser::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilEraser_set_enabled_m76F861F7284C621D379EB5061DA3AACB122967FE (StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * __this, bool ___value0, const RuntimeMethod* method);
// UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.StencilEraser::.ctor(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilEraser__ctor_m2C2E662961A55EFE927B9DF16BB5892C38956144 (StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics/MeshModifier::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshModifier_Invoke_m90BD4E92BF42D60F882893E6A92847FD6487BA04 (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, 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.Void UnityEngine.Rect::set_xMin(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_xMin_mD8F9BF59F4F33F9C3AB2FEFF32D8C16756B51E34 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_xMax(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_xMax_m1775041FCD5CA22C77D75CC780D158CD2B31CEAF (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, 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.Void UnityEngine.Rect::set_yMin(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMin_m58C137C81F3D098CF81498964E1B5987882883A7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_yMax(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMax_m4F1C5632CD4836853A22E979C810C279FBB20B95 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, 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.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.Void System.Collections.Generic.List`1<System.Byte>::.ctor()
inline void List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427 (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, const RuntimeMethod*))List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Byte>::Clear()
inline void List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, const RuntimeMethod*))List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Byte>::Add(!0)
inline void List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7 (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, uint8_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, uint8_t, const RuntimeMethod*))List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_gshared)(__this, ___item0, method);
}
// System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::get_HasValue()
inline bool Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *, const RuntimeMethod*))Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Matrix4x4>::get_Value()
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90 (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method)
{
return (( Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*) (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *, const RuntimeMethod*))Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_gshared)(__this, method);
}
// System.Boolean System.Nullable`1<UnityEngine.Vector3>::get_HasValue()
inline bool Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_inline (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_gshared_inline)(__this, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Vector3>::get_Value()
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9 (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, const RuntimeMethod* method)
{
return (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 *, const RuntimeMethod*))Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9_gshared)(__this, method);
}
// UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___point0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Item(System.Int32,!0)
inline void List_1_set_Item_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))List_1_set_Item_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7_gshared)(__this, ___index0, ___value1, method);
}
// System.Void FairyGUI.VertexBuffer::FixUVForArbitraryQuad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_FixUVForArbitraryQuad_m90FB0F65BF9C6C4A15CA316978786AEDE09890D8 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::SetVertices(System.Collections.Generic.List`1<UnityEngine.Vector3>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetVertices_m5F487FC255C9CAF4005B75CFE67A88C8C0E7BB06 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___inVertices0, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::SetUVs(System.Int32,System.Collections.Generic.List`1<UnityEngine.Vector4>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetUVs_mA4D2B5F8B77099E142B68B5B6E5F7CAD40BBB43E (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, int32_t ___channel0, List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___uvs1, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::SetTriangles(System.Collections.Generic.List`1<System.Int32>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetTriangles_m6A43D705DE751C622CCF88EC31C4EF1B53578BE5 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___triangles0, int32_t ___submesh1, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NGraphics::get_texture()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// UnityEngine.Rect FairyGUI.NTexture::GetDrawRect(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE NTexture_GetDrawRect_mE36258E0173076D474CEB51AC945AEB38F12B65E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___drawRect0, const RuntimeMethod* method);
// 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);
// 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);
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::get_vertexMatrix()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 NGraphics_get_vertexMatrix_m121430B7EE43B12A7EF86710E163F28BCE9738DA_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, const RuntimeMethod* method);
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method);
// System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___x0, int32_t ___y1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color2, const RuntimeMethod* method);
// System.Void UnityEngine.Texture2D::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, const RuntimeMethod* method);
// UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330 (const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture,UnityEngine.Texture,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_mE8B472524B5E0939F99D8D59E5264004509912C6 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___alphaTexture1, float ___xScale2, float ___yScale3, 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_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7 (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.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.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 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);
// UnityEngine.Vector2 UnityEngine.Rect::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::.ctor(FairyGUI.NTexture,UnityEngine.Rect,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m5B09819F61A7DB043F5BE92CD0B220979CE56701 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___root0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___region1, bool ___rotated2, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.Sprite::get_rect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Sprite_get_rect_mF1D59ED35D077D9B5075E2114605FDEB728D3AFF (Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * __this, const RuntimeMethod* method);
// UnityEngine.Texture2D UnityEngine.Sprite::get_texture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * Sprite_get_texture_mA1FF8462BBB398DC8B3F0F92B2AB41BDA6AF69A5 (Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::.ctor()
inline void Dictionary_2__ctor_m6A451654E978DFA0C4E9F35EC9DB462588E02C65 (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.String System.String::Concat(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m3F899F5B814FEF8C238145E65463D2C61B9E683C (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * __this, String_t* ___key0, MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *, String_t*, MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743 (String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.MaterialManager::.ctor(FairyGUI.NTexture,UnityEngine.Shader,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager__ctor_m13B4384CDA716947B613DB41A2B65DC575DB57CE (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture0, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::Add(!0,!1)
inline void Dictionary_2_Add_m42D7CB44F13A7824EA1E6AF5DE8B239CBFED4912 (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * __this, String_t* ___key0, MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *, String_t*, MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::Remove(!0)
inline bool Dictionary_2_Remove_m0F6CCCBDF901C4AA50AFE8DFC5978AC16044A30A (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.Void FairyGUI.MaterialManager::DestroyMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::Unload(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, bool ___destroyMaterials0, 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.NTexture::DestroyMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_DestroyMaterials_mE01A4D9415C5D3C759BDD0908097F9D146F5FC0B (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::RefreshMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::get_Count()
inline int32_t Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893 (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::GetEnumerator()
inline Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842 (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * __this, const RuntimeMethod* method)
{
return (( Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 (*) (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::get_Current()
inline KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_inline (Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 (*) (Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.MaterialManager>::get_Value()
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_inline (KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 * __this, const RuntimeMethod* method)
{
return (( MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * (*) (KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.Void FairyGUI.MaterialManager::RefreshMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager_RefreshMaterials_mE8DAF24D06BE88FBBC772458A2C88C43A3015B34 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::MoveNext()
inline bool Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B (Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::Dispose()
inline void Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC (Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
}
// System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.String FairyGUI.Controller::GetPageId(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::GetPageIndexById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_GetPageIndexById_m9F41A123418369B89E9112F66F8E36F3F285263B (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aId0, const RuntimeMethod* method);
// System.String FairyGUI.Controller::GetPageIdByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aName0, const RuntimeMethod* method);
// System.String FairyGUI.Controller::GetPageNameById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageNameById_mC400FA7DA5CD0CE3E42DA06A59F341EA7945A031 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aId0, const RuntimeMethod* method);
// System.Void FairyGUI.PinchGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_host_mBDF30E1422C62014C93BA019DD54E1A7D64E7BA5_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PinchGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PinchGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_onBegin_mC3E6109DD4C368D14A06C76045404947A2956DB2_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PinchGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_onEnd_m9495AE479681752EFA9E63E007034A9AA6D76B4A_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PinchGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_onAction_m3D167F7244B2D7C1AFAC889FE4580B503D7F95A6_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.PinchGesture::get_host()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Stage::get_touchCount()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Int32[] FairyGUI.Stage::GetAllTouch(System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___result0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, const RuntimeMethod* method);
// System.Single UnityEngine.Vector2::Distance(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_Distance_mB07492BC42EC582754AD11554BE5B7F8D0E93CF4 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.PinchGesture::get_onBegin()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onBegin_mE046E57AA1D74D8BF711DAB7649FD0A2BE22BD87_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::Call(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.PinchGesture::get_onAction()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onAction_m64FFEAA366F96DDAD63A3688FE0A4AB40710B706_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.PinchGesture::get_onEnd()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onEnd_m42A451D779DD8AACD703ACB57014F03EC6E90E30_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, 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.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Byte[] FairyGUI.Utils.ByteBuffer::get_buffer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_get_buffer_m94E9A13BB05B381E38A2DF111142612E917406F7_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::get_position()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.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);
// 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 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.ControllerAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction__ctor_m7EAB02F236546B22DE201031A3AD5CA1621DBE6E (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, const RuntimeMethod* method);
// FairyGUI.Transition FairyGUI.GComponent::GetTransition(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * GComponent_GetTransition_m97EFBD49C9F0B35D98566C3CD9547D52DAA4CD59 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Transition::get_playing()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Stop_mFE5AD09A9D92A092AC2F227920E10E689DB9A07B (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7 (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method);
// System.String FairyGUI.Utils.ByteBuffer::ReadS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor()
inline void List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *, const RuntimeMethod*))List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(!0)
inline void List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69 (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , const RuntimeMethod*))List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count()
inline int32_t List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_inline (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *, const RuntimeMethod*))List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_gshared_inline)(__this, method);
}
// System.Boolean System.Nullable`1<UnityEngine.Color32>::get_HasValue()
inline bool Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *, const RuntimeMethod*))Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Color32>::get_Value()
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99 (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method)
{
return (( Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*) (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *, const RuntimeMethod*))Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32)
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*) (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *, int32_t, const RuntimeMethod*))List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_gshared_inline)(__this, ___index0, 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);
// 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.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);
}
// !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.Boolean FairyGUI.PolygonMesh::IsPointInTriangle(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PolygonMesh_IsPointInTriangle_m90C021D1F5662B9D751012A49E4C90DDDE410B31 (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___p0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___a1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___b2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___c3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_gshared)(__this, ___index0, method);
}
// 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);
// 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 FairyGUI.PopupMenu::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___resourceURL0, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, 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);
// FairyGUI.EventListener FairyGUI.GObject::get_onAddedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onAddedToStage_m8FD962B67A9A383EE509A2B2266B7C956964143B (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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);
// FairyGUI.GList FairyGUI.GObject::get_asList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * GObject_get_asList_m1B98AEB7BF40351A20DB9A04FE7DC43FBE543D64 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GList::RemoveChildrenToPool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, 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.GObject::RemoveRelation(FairyGUI.GObject,FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_RemoveRelation_m10F4C808573B504B0E81A891CAD1309EF914D099 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GList::get_onClickItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GList_get_onClickItem_mA69184756E67B0966D585B4EFEF1ECBBFC4A0B3C (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GList::AddItemFromPool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GList_AddItemFromPool_m392254A1EF0A946A20DBDD13182AD13E151AE8CC (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// FairyGUI.GButton FairyGUI.GObject::get_asButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_grayed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GList::GetFromPool(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GList_GetFromPool_m21818E3513A2AC6771DFBD4CDF3D150D61F129E1 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, String_t* ___url0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GList::AddItemFromPool(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GList_AddItemFromPool_mBBE5F2504A827F8D79E9B173B8351A1C91661489 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, String_t* ___url0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_visible()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_visible_m8FE1FF3A0A059F92F2B74D3694C209B1382661C9_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_visible(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_visible_m65268D438CCAEED62FE74782F6B2BA9B4C3CCD0E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::SetBoundsChangedFlag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_SetBoundsChangedFlag_m5EB70F231F59EFB8B4FE951F96E21F6E085CFB75 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::get_selectedIndex()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.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.Void FairyGUI.GList::RemoveChildToPoolAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_RemoveChildToPoolAt_m1EED54D35852FCF33903B87980CCF172FA9647D8 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, int32_t ___index0, 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.PopupMenu::Show(FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_Show_mCF2BFB9DC7537882190237C7FDC747368CD33E4F (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, RuntimeObject * ___downward1, 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);
// FairyGUI.GComponent FairyGUI.PopupMenu::get_contentPane()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * PopupMenu_get_contentPane_m5AF133CA30BBD2DBA7ADCB5712E43D1A153AB811_inline (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_grayed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GList::set_selectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_set_selectedIndex_m0494B70F7AF746EE0C8DCABF0EFF7C9FCDA694D4 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, int32_t ___value0, 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.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback0::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65 (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback1::Invoke(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1_Invoke_m129CE06C626FEED668B6597E5384EFFF659CF905 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.GList::ResizeToFit(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_ResizeToFit_mC7F1B9FD283733902E76AE0098B409FE139DD528 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, int32_t ___itemCount0, int32_t ___minSize1, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.RTLSupport::IsArabicLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_IsArabicLetter_m72B9087DECB38C6A76038CAC10B491AAA51A7741 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Char::IsLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean FairyGUI.RTLSupport::_CheckSoundmark(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__CheckSoundmark_m7D2D06C398C568E95451634DDBA091C73290BD9E (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void FairyGUI.RTLSupport::InitChars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTLSupport_InitChars_mC9E4220F864DE06615083C269DCDCDFCE44FEDB2 (const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void 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.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.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.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_mD288E53573EA7DAF452C41F3371B630B7899811C (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * __this, int32_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mBF5574232A8F79C279DFD71FFBFF85B4E2B6312D_gshared)(__this, ___key0, 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);
// !1 System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::get_Item(!0)
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7 (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * __this, int32_t ___key0, const RuntimeMethod* method)
{
return (( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* (*) (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mEFECE2769017AB70A9B1E7F5F8BBA59375620B54_gshared)(__this, ___key0, method);
}
// System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method);
// System.Boolean FairyGUI.RTLSupport::CheckSeparator(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D (Il2CppChar ___input0, const RuntimeMethod* method);
// System.Boolean FairyGUI.RTLSupport::CheckSpecific(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD (Il2CppChar ___input0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Char>::Clear()
inline void List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8 (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 *, const RuntimeMethod*))List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8_gshared)(__this, 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);
}
// FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::_GetDirection(System.Char,FairyGUI.RTLSupport/DirectionType,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074 (Il2CppChar ___uc0, int32_t ___ePre1, Il2CppChar ___nextChar2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Char>::Add(!0)
inline void List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834 (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, Il2CppChar ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 *, Il2CppChar, const RuntimeMethod*))List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_gshared)(__this, ___item0, 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.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.Char FairyGUI.RTLSupport::_ProcessBracket(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RTLSupport__ProcessBracket_mE7AD58C0B7698869291A2FE812D822EC9CA71F6F (Il2CppChar ___uc0, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Char>::ToArray()
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, const RuntimeMethod* method)
{
return (( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* (*) (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 *, const RuntimeMethod*))List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA_gshared)(__this, method);
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mAE2884326DF0F79EE17D777C7837DE8F141DEDCB (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.String FairyGUI.RTLSupport::_Reverse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92 (String_t* ___source0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Boolean FairyGUI.RTLSupport::_IsNeutrality(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__IsNeutrality_mBBC2B81257F3F8BB44371C521BCE57DE112606BD (Il2CppChar ___uc0, 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);
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Boolean System.Char::IsLowSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::Add(!0,!1)
inline void Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1 (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * __this, int32_t ___key0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 *, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean FairyGUI.RTLSupport::_IsBracket(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__IsBracket_m5F08EED472BE8CBF3B398EDE4E08E6881A173584 (Il2CppChar ___uc0, const RuntimeMethod* method);
// System.Boolean FairyGUI.RTLSupport::_IsEndPunctuation(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__IsEndPunctuation_m493255A3E1C31799C192114918B1435029F360D2 (Il2CppChar ___uc0, Il2CppChar ___nextChar1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::.ctor()
inline void Dictionary_2__ctor_m117DBA827C1519DD070DCE71CDC0D5884D1D40EF (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Char>::.ctor()
inline void List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513 (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 *, const RuntimeMethod*))List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513_gshared)(__this, 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);
}
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, 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.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue()
inline bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Rect>::get_Value()
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_gshared)(__this, method);
}
// 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);
// 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.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::.ctor()
inline void List_1__ctor_mF1545D7B01CEDA3B242633F65C216EBBBC314C06 (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void FairyGUI.RelationItem::ReleaseRefTarget(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::AddRefTarget(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_AddRefTarget_mB6291E44ED38C5462DB1C8B18E760B3B971EA309 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::Add(FairyGUI.RelationType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, int32_t ___relationType0, bool ___usePercent1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.RelationDef>::get_Count()
inline int32_t List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.RelationDef>::get_Item(System.Int32)
inline RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_inline (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.RelationItem::InternalAdd(FairyGUI.RelationType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, int32_t ___relationType0, bool ___usePercent1, const RuntimeMethod* method);
// System.Void FairyGUI.RelationDef::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationDef__ctor_m129FAC0D149829B8161FC82604BFC4370E481C2F (RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::Add(!0)
inline void List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9 (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.GObject::set_pixelSnapping(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_pixelSnapping_mF755048B0B5A80F222ED79B73AB6ECDDE764CA33 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::Remove(FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, int32_t ___relationType0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m1D039AAD8D84B7E39AAE14B1E05D4D9C90594A2D (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// FairyGUI.GObject FairyGUI.RelationItem::get_target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::set_target(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_set_target_mDF89AE9C899F7E8998290EDBD4235BE9219E6187 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::Clear()
inline void List_1_Clear_mDC290EBD7D834A95139C5D160C72609DA7AD10CC (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.RelationDef>::GetEnumerator()
inline Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 List_1_GetEnumerator_m87F804CE762D4F86CD7E50140C612E78EB9C7199 (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 (*) (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::get_Current()
inline RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * Enumerator_get_Current_m980D2F68A698CE1B4CFED988FEDE610F998FCAF2_inline (Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 * __this, const RuntimeMethod* method)
{
return (( RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * (*) (Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Void FairyGUI.RelationDef::copyFrom(FairyGUI.RelationDef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationDef_copyFrom_mD5EFF1A9693922EC3853FC82F87B84365F8D80C7 (RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___source0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::MoveNext()
inline bool Enumerator_MoveNext_mEE3EF1E1FB8A8758BB2F60E987A5A1D817834593 (Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::Dispose()
inline void Enumerator_Dispose_m04990554E8F515DD150E8A845F040D7C0F331518 (Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, 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.Single FairyGUI.GObject::get_pivotX()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_pivotX_m16025BED5980797D4066E4F861DEEAEAC3C4EF6A_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_pivotY()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_pivotY_m421D396D3D8BB07FE9B4E11F4F7E29AF6A3FDBB2_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::UpdateGearFromRelations(System.Int32,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_UpdateGearFromRelations_m2291F8B9E82A01E2B629533334B897CD5BBA373E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___index0, float ___dx1, float ___dy2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.Transition>::get_Count()
inline int32_t List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_inline (List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.Transition>::get_Item(System.Int32)
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_inline (List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * (*) (List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.String FairyGUI.GObject::get_id()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::UpdateFromRelations(System.String,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___targetId0, float ___dx1, float ___dy2, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_xMin(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_yMin(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_pivotAsAnchor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetSize(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, bool ___ignorePivot2, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onPositionChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onPositionChanged_m4AF8906CBAF0AFCA10A5DD31EC9F4898582C38BE (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onSizeChanged_mB9EBA14747E7ED1FD26AC3F95CB30447DFA8D7DF (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.Relations FairyGUI.GObject::get_relations()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.GGroup FairyGUI.GObject::get_group()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * GObject_get_group_m7FA31C3020E73422306A0E8F6781A1645326B196_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::ApplyOnXYChanged(FairyGUI.RelationDef,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ApplyOnXYChanged_mA56FCEA9BB7A2FEE6B81C4D5DDF3D1CD2EFC0700 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___info0, float ___dx1, float ___dy2, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::ApplyOnSizeChanged(FairyGUI.RelationDef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ApplyOnSizeChanged_mA746840EAE3CCB80C34AA62731038602B2CB6EBC (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___info0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::.ctor()
inline void List_1__ctor_m08357DABF31693759FA56DF59DA72CD01E57D7DB (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_Add_mDAA559ED7F5AEA961CD8686E8E9DEF0FE33D6C6B (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, bool ___usePercent2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.RelationItem>::get_Count()
inline int32_t List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.RelationItem>::get_Item(System.Int32)
inline RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.RelationItem::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::Add(!0)
inline void List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4 (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean FairyGUI.RelationItem::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RelationItem_get_isEmpty_mF1C4AFE97EDD56A8D3E153D8808B96234D0D1D8B (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RelationItem::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_Dispose_mBC1CB73A5BBAD0FD5FB41EAAE8F24C7552B89FAC (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::Clear()
inline void List_1_Clear_m397E16600D8AA9F7B003B7353BC7B3FED6690084 (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void FairyGUI.Relations::ClearAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9 (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.RelationItem>::GetEnumerator()
inline Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B List_1_GetEnumerator_mD8D0EA24D98859418CD694248A79DB34BA698BA7 (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * __this, const RuntimeMethod* method)
{
return (( Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B (*) (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::get_Current()
inline RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * Enumerator_get_Current_m61D0568020E919A81262C87BB8FF72884FE3105B_inline (Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B * __this, const RuntimeMethod* method)
{
return (( RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * (*) (Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Void FairyGUI.RelationItem::CopyFrom(FairyGUI.RelationItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_CopyFrom_mDD8A144D46C3C8CF4D363AEEA728A2254FC27D58 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * ___source0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::MoveNext()
inline bool Enumerator_MoveNext_m40A3A72D73B66D5EB093C6BBE23C2E9D2626600A (Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::Dispose()
inline void Enumerator_Dispose_mC1D443241EEB660844DB8D850A61D7F249BA4ABF (Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void FairyGUI.RelationItem::ApplyOnSelfSizeChanged(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ApplyOnSelfSizeChanged_m5E43A50876809E166A30AF27269A956931356B0D (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, float ___dWidth0, float ___dHeight1, bool ___applyPivot2, 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.Void FairyGUI.Container::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __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 FairyGUI.RichTextField::set_htmlPageContext(FairyGUI.Utils.IHtmlPageContext)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RichTextField_set_htmlPageContext_m0E4D575E10E2369043D1235D606C9C75E6E30796_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, RuntimeObject* ___value0, 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.RichTextField::set_htmlParseOptions(FairyGUI.Utils.HtmlParseOptions)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RichTextField_set_htmlParseOptions_m1016BE6290FFA45605E20698617DAA2CC409F9F0_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::set_textField(FairyGUI.TextField)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RichTextField_set_textField_mD623D96528F5503425BB474432A7B6FFF2DC0703_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___value0, const RuntimeMethod* 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::EnableRichSupport(FairyGUI.RichTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_EnableRichSupport_m5CB5F24035FB5333E87A0991792C5654751E4AC8 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___richTextField0, 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);
// System.String FairyGUI.TextField::get_text()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_text_m0C6DB761E2C23A7F78B137C5DBAA937B7BCDD511_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String FairyGUI.TextField::get_htmlText()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_htmlText_mC068BF01FB1A55B7B34B43707A970B3F2EE36B2A_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::set_htmlText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_htmlText_m4BC91BB903F3906A9FB5E0FE00BB5D5DF21A7A51 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, String_t* ___value0, const RuntimeMethod* method);
// FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method);
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement> FairyGUI.TextField::get_htmlElements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* 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.Boolean System.String::Equals(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_size_mB5DAA437713FEB7C4EADC3363C50B58D73B461CE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_OnSizeChanged_m7D6F6B71E574CCD90D11E22E5FCFFDF11C2C3C97 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___widthChanged0, bool ___heightChanged1, const RuntimeMethod* method);
// System.Boolean FairyGUI.TextField::Redraw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Update_mFE307B00636469D0B07F9C17B1FEB8328597CDEB (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::CleanupObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, 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.Void FairyGUI.RotationGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_host_mFCC0664EF96A520BE533BF3B693237801D710B3D_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.RotationGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.RotationGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_onBegin_m213933576E5B27FEEDF2A0D3D43DC89203ACE75E_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.RotationGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_onEnd_m873D386A2263D5FFE5D006419C2C33F9B5B0CDF6_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.RotationGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_onAction_m0028C1452C992B78468D19F17EC59F8B07BCE69C_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.RotationGesture::get_host()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.RotationGesture::get_onBegin()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onBegin_mE3254A3750B2FD8773577C6443A1746009531184_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.RotationGesture::get_onAction()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onAction_mF4AF9DAC77B32835F700FD70A86887E83558681F_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.RotationGesture::get_onEnd()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onEnd_m461F188E5E14BCF1890AC1DBEFD050C70E2FF754_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, 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.InputTextField_CopyHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyHandler__ctor_m5375CF7E80D1C22F07CB394B5CCA6C1C61361175 (CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.InputTextField_CopyHandler::Invoke(FairyGUI.InputTextField,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyHandler_Invoke_m2829A99F32A90BA778DB5E42E50C2646B283B964 (CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___textField0, String_t* ___text1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___textField0, ___text1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___textField0, ___text1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< String_t* >::Invoke(targetMethod, ___textField0, ___text1);
else
GenericVirtActionInvoker1< String_t* >::Invoke(targetMethod, ___textField0, ___text1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___textField0, ___text1);
else
VirtActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___textField0, ___text1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___text1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___textField0, ___text1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t* >::Invoke(targetMethod, targetThis, ___textField0, ___text1);
else
GenericVirtActionInvoker2< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t* >::Invoke(targetMethod, targetThis, ___textField0, ___text1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___textField0, ___text1);
else
VirtActionInvoker2< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___textField0, ___text1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___textField0) - 1), ___text1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___textField0, ___text1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___textField0, ___text1, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.InputTextField_CopyHandler::BeginInvoke(FairyGUI.InputTextField,System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CopyHandler_BeginInvoke_m01DD92D826C14345B9625AAF5017FABB3F4938B1 (CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___textField0, String_t* ___text1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___textField0;
__d_args[1] = ___text1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void FairyGUI.InputTextField_CopyHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyHandler_EndInvoke_m47A46F29FEBEF4222726F58F71DD7393A11C77FC (CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.InputTextField_PasteHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasteHandler__ctor_mFFA8F01D8DC3AFBE5DA136E028F24A3F51F6FE6E (PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.InputTextField_PasteHandler::Invoke(FairyGUI.InputTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasteHandler_Invoke_mC48232A9BEF596C70C943BBFBC717E5A28D37404 (PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___textField0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___textField0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___textField0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// 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))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___textField0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___textField0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___textField0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___textField0);
}
}
else
{
typedef void (*FunctionPointerType) (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___textField0, 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))
GenericInterfaceActionInvoker1< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * >::Invoke(targetMethod, targetThis, ___textField0);
else
GenericVirtActionInvoker1< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * >::Invoke(targetMethod, targetThis, ___textField0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___textField0);
else
VirtActionInvoker1< InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___textField0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___textField0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___textField0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___textField0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.InputTextField_PasteHandler::BeginInvoke(FairyGUI.InputTextField,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PasteHandler_BeginInvoke_m705EEDDF178D2C1AD009E1750C652927D33A62FC (PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___textField0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___textField0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.InputTextField_PasteHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasteHandler_EndInvoke_m6EA7CC1B0B1086F5DAE25420806CD52A2A1DC940 (PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.LineMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineMesh__ctor_m471674AC7315F795421FE06351E01ECECA523282 (LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineMesh__ctor_m471674AC7315F795421FE06351E01ECECA523282_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public LineMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// path = new GPath();
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_0 = (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 *)il2cpp_codegen_object_new(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
GPath__ctor_m7D17C5B7A738965F91DB4E24EE43949B5A29FB14(L_0, /*hidden argument*/NULL);
__this->set_path_0(L_0);
// lineWidth = 2;
__this->set_lineWidth_1((2.0f));
// fillStart = 0;
__this->set_fillStart_5((0.0f));
// fillEnd = 1;
__this->set_fillEnd_6((1.0f));
// pointDensity = 0.1f;
__this->set_pointDensity_7((0.1f));
// }
return;
}
}
// System.Void FairyGUI.LineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineMesh_OnPopulateMesh_mF939922F409E5AFB8F32490B6F6D6ABE7EBE79B2 (LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineMesh_OnPopulateMesh_mF939922F409E5AFB8F32490B6F6D6ABE7EBE79B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
int32_t V_6 = 0;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
int32_t V_10 = 0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_11;
memset((&V_11), 0, sizeof(V_11));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_12;
memset((&V_12), 0, sizeof(V_12));
int32_t V_13 = 0;
int32_t V_14 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_15;
memset((&V_15), 0, sizeof(V_15));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_16;
memset((&V_16), 0, sizeof(V_16));
int32_t V_17 = 0;
float V_18 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_19;
memset((&V_19), 0, sizeof(V_19));
{
// Vector2 uvMin = vb.uvRect.position;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_0 = ___vb0;
NullCheck(L_0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = L_0->get_address_of_uvRect_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Rect_get_position_m54A2ACD2F97988561D6C83FCEF7D082BC5226D4C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
V_0 = L_2;
// Vector2 uvMax = new Vector2(vb.uvRect.xMax, vb.uvRect.yMax);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_3 = ___vb0;
NullCheck(L_3);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = L_3->get_address_of_uvRect_1();
float L_5 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = ___vb0;
NullCheck(L_6);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = L_6->get_address_of_uvRect_1();
float L_8 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_1), L_5, L_8, /*hidden argument*/NULL);
// int segCount = path.segmentCount;
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_9 = __this->get_path_0();
NullCheck(L_9);
int32_t L_10 = GPath_get_segmentCount_m3B181E5755CABEE07C74F5F428C4B9FEE43DB72D(L_9, /*hidden argument*/NULL);
V_2 = L_10;
// float t = 0;
V_3 = (0.0f);
// float lw = lineWidth;
float L_11 = __this->get_lineWidth_1();
V_4 = L_11;
// for (int si = 0; si < segCount; si++)
V_6 = 0;
goto IL_03dc;
}
IL_004b:
{
// float ratio = path.GetSegmentLength(si) / path.length;
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_12 = __this->get_path_0();
int32_t L_13 = V_6;
NullCheck(L_12);
float L_14 = GPath_GetSegmentLength_mD79DA4D04CF1F4D4DD340FFCAD9F1997AE38D15F(L_12, L_13, /*hidden argument*/NULL);
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_15 = __this->get_path_0();
NullCheck(L_15);
float L_16 = GPath_get_length_mD8BECE9E1D6ABC645FDE4F6F5F39E07567B5A7A6_inline(L_15, /*hidden argument*/NULL);
V_7 = ((float)((float)L_14/(float)L_16));
// float t0 = Mathf.Clamp(fillStart - t, 0, ratio) / ratio;
float L_17 = __this->get_fillStart_5();
float L_18 = V_3;
float L_19 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_20 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)il2cpp_codegen_subtract((float)L_17, (float)L_18)), (0.0f), L_19, /*hidden argument*/NULL);
float L_21 = V_7;
V_8 = ((float)((float)L_20/(float)L_21));
// float t1 = Mathf.Clamp(fillEnd - t, 0, ratio) / ratio;
float L_22 = __this->get_fillEnd_6();
float L_23 = V_3;
float L_24 = V_7;
float L_25 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)il2cpp_codegen_subtract((float)L_22, (float)L_23)), (0.0f), L_24, /*hidden argument*/NULL);
float L_26 = V_7;
V_9 = ((float)((float)L_25/(float)L_26));
// if (t0 >= t1)
float L_27 = V_8;
float L_28 = V_9;
if ((!(((float)L_27) >= ((float)L_28))))
{
goto IL_00a8;
}
}
{
// t += ratio;
float L_29 = V_3;
float L_30 = V_7;
V_3 = ((float)il2cpp_codegen_add((float)L_29, (float)L_30));
// continue;
goto IL_03d6;
}
IL_00a8:
{
// points.Clear();
IL2CPP_RUNTIME_CLASS_INIT(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_31 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
NullCheck(L_31);
List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8(L_31, /*hidden argument*/List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var);
// ts.Clear();
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_32 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_ts_9();
NullCheck(L_32);
List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91(L_32, /*hidden argument*/List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91_RuntimeMethod_var);
// path.GetPointsInSegment(si, t0, t1, points, ts, pointDensity);
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_33 = __this->get_path_0();
int32_t L_34 = V_6;
float L_35 = V_8;
float L_36 = V_9;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_37 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_38 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_ts_9();
float L_39 = __this->get_pointDensity_7();
NullCheck(L_33);
GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351(L_33, L_34, L_35, L_36, L_37, L_38, L_39, /*hidden argument*/NULL);
// int cnt = points.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_40 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
NullCheck(L_40);
int32_t L_41 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_40, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
V_10 = L_41;
// Color c0 = vb.vertexColor;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_42 = ___vb0;
NullCheck(L_42);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_43 = L_42->get_vertexColor_2();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_44 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_43, /*hidden argument*/NULL);
V_11 = L_44;
// Color c1 = vb.vertexColor;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_45 = ___vb0;
NullCheck(L_45);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_46 = L_45->get_vertexColor_2();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_47 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_46, /*hidden argument*/NULL);
V_12 = L_47;
// if (gradient != null)
Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_48 = __this->get_gradient_3();
if (!L_48)
{
goto IL_0119;
}
}
{
// c0 = gradient.Evaluate(t);
Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_49 = __this->get_gradient_3();
float L_50 = V_3;
NullCheck(L_49);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_51 = Gradient_Evaluate_m3FAAAA60E7357B84BE2141AFA0207299AFBDBCDB(L_49, L_50, /*hidden argument*/NULL);
V_11 = L_51;
}
IL_0119:
{
// if (lineWidthCurve != null)
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_52 = __this->get_lineWidthCurve_2();
if (!L_52)
{
goto IL_012f;
}
}
{
// lw = lineWidthCurve.Evaluate(t);
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_53 = __this->get_lineWidthCurve_2();
float L_54 = V_3;
NullCheck(L_53);
float L_55 = AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776(L_53, L_54, /*hidden argument*/NULL);
V_4 = L_55;
}
IL_012f:
{
// if (roundEdge && si == 0 && t0 == 0)
bool L_56 = __this->get_roundEdge_4();
if (!L_56)
{
goto IL_0175;
}
}
{
int32_t L_57 = V_6;
if (L_57)
{
goto IL_0175;
}
}
{
float L_58 = V_8;
if ((!(((float)L_58) == ((float)(0.0f)))))
{
goto IL_0175;
}
}
{
// DrawRoundEdge(vb, points[0], points[1], lw, c0, uvMin);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_59 = ___vb0;
IL2CPP_RUNTIME_CLASS_INIT(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_60 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
NullCheck(L_60);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_60, 0, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_61, /*hidden argument*/NULL);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_63 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
NullCheck(L_63);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_64 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_63, 1, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_65 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_64, /*hidden argument*/NULL);
float L_66 = V_4;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_67 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_68 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_67, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_69 = V_0;
LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32(__this, L_59, L_62, L_65, L_66, L_68, L_69, /*hidden argument*/NULL);
}
IL_0175:
{
// int vertCount = vb.currentVertCount;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_70 = ___vb0;
NullCheck(L_70);
int32_t L_71 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_70, /*hidden argument*/NULL);
V_13 = L_71;
// for (int i = 1; i < cnt; i++)
V_14 = 1;
goto IL_0379;
}
IL_0185:
{
// Vector3 p0 = points[i - 1];
IL2CPP_RUNTIME_CLASS_INIT(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_72 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
int32_t L_73 = V_14;
NullCheck(L_72);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_74 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_72, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_15 = L_74;
// Vector3 p1 = points[i];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_75 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
int32_t L_76 = V_14;
NullCheck(L_75);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_77 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_75, L_76, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_16 = L_77;
// int k = vertCount + (i - 1) * 2;
int32_t L_78 = V_13;
int32_t L_79 = V_14;
V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1)), (int32_t)2))));
// float tc = t + ratio * ts[i];
float L_80 = V_3;
float L_81 = V_7;
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_82 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_ts_9();
int32_t L_83 = V_14;
NullCheck(L_82);
float L_84 = List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_inline(L_82, L_83, /*hidden argument*/List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_RuntimeMethod_var);
V_18 = ((float)il2cpp_codegen_add((float)L_80, (float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_84))));
// Vector3 lineVector = p1 - p0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_85 = V_16;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_86 = V_15;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_87 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_85, L_86, /*hidden argument*/NULL);
// Vector3 widthVector = Vector3.Cross(lineVector, new Vector3(0, 0, 1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_88;
memset((&L_88), 0, sizeof(L_88));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_88), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_89 = Vector3_Cross_m3E9DBC445228FDB850BDBB4B01D6F61AC0111887(L_87, L_88, /*hidden argument*/NULL);
V_19 = L_89;
// widthVector.Normalize();
Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_19), /*hidden argument*/NULL);
// if (i == 1)
int32_t L_90 = V_14;
if ((!(((uint32_t)L_90) == ((uint32_t)1))))
{
goto IL_02a8;
}
}
{
// u = Mathf.Lerp(uvMin.x, uvMax.x, t + ratio * ts[i - 1]);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_91 = V_0;
float L_92 = L_91.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_93 = V_1;
float L_94 = L_93.get_x_0();
float L_95 = V_3;
float L_96 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var);
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_97 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_ts_9();
int32_t L_98 = V_14;
NullCheck(L_97);
float L_99 = List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_inline(L_97, ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)), /*hidden argument*/List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_100 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_92, L_94, ((float)il2cpp_codegen_add((float)L_95, (float)((float)il2cpp_codegen_multiply((float)L_96, (float)L_99)))), /*hidden argument*/NULL);
V_5 = L_100;
// vb.AddVert(p0 - widthVector * lw * 0.5f, c0, new Vector2(u, uvMax.y));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_101 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_102 = V_15;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_103 = V_19;
float L_104 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_105 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_103, L_104, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_106 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_105, (0.5f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_107 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_102, L_106, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_108 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_109 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_108, /*hidden argument*/NULL);
float L_110 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_111 = V_1;
float L_112 = L_111.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_113;
memset((&L_113), 0, sizeof(L_113));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_113), L_110, L_112, /*hidden argument*/NULL);
NullCheck(L_101);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_101, L_107, L_109, L_113, /*hidden argument*/NULL);
// vb.AddVert(p0 + widthVector * lw * 0.5f, c0, new Vector2(u, uvMin.y));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_114 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_115 = V_15;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_116 = V_19;
float L_117 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_118 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_116, L_117, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_119 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_118, (0.5f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_120 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_115, L_119, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_121 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_122 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_121, /*hidden argument*/NULL);
float L_123 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_124 = V_0;
float L_125 = L_124.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_126;
memset((&L_126), 0, sizeof(L_126));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_126), L_123, L_125, /*hidden argument*/NULL);
NullCheck(L_114);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_114, L_120, L_122, L_126, /*hidden argument*/NULL);
// if (si != 0) //joint
int32_t L_127 = V_6;
if (!L_127)
{
goto IL_02a8;
}
}
{
// vb.AddTriangle(k - 2, k - 1, k + 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_128 = ___vb0;
int32_t L_129 = V_17;
int32_t L_130 = V_17;
int32_t L_131 = V_17;
NullCheck(L_128);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_128, ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)2)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)), /*hidden argument*/NULL);
// vb.AddTriangle(k - 2, k + 1, k);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_132 = ___vb0;
int32_t L_133 = V_17;
int32_t L_134 = V_17;
int32_t L_135 = V_17;
NullCheck(L_132);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_132, ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)), L_135, /*hidden argument*/NULL);
}
IL_02a8:
{
// if (gradient != null)
Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_136 = __this->get_gradient_3();
if (!L_136)
{
goto IL_02bf;
}
}
{
// c1 = gradient.Evaluate(tc);
Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_137 = __this->get_gradient_3();
float L_138 = V_18;
NullCheck(L_137);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_139 = Gradient_Evaluate_m3FAAAA60E7357B84BE2141AFA0207299AFBDBCDB(L_137, L_138, /*hidden argument*/NULL);
V_12 = L_139;
}
IL_02bf:
{
// if (lineWidthCurve != null)
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_140 = __this->get_lineWidthCurve_2();
if (!L_140)
{
goto IL_02d6;
}
}
{
// lw = lineWidthCurve.Evaluate(tc);
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_141 = __this->get_lineWidthCurve_2();
float L_142 = V_18;
NullCheck(L_141);
float L_143 = AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776(L_141, L_142, /*hidden argument*/NULL);
V_4 = L_143;
}
IL_02d6:
{
// u = Mathf.Lerp(uvMin.x, uvMax.x, tc);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_144 = V_0;
float L_145 = L_144.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_146 = V_1;
float L_147 = L_146.get_x_0();
float L_148 = V_18;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_149 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_145, L_147, L_148, /*hidden argument*/NULL);
V_5 = L_149;
// vb.AddVert(p1 - widthVector * lw * 0.5f, c1, new Vector2(u, uvMax.y));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_150 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_151 = V_16;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_152 = V_19;
float L_153 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_154 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_152, L_153, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_155 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_154, (0.5f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_156 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_151, L_155, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_157 = V_12;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_158 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_157, /*hidden argument*/NULL);
float L_159 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_160 = V_1;
float L_161 = L_160.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_162;
memset((&L_162), 0, sizeof(L_162));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_162), L_159, L_161, /*hidden argument*/NULL);
NullCheck(L_150);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_150, L_156, L_158, L_162, /*hidden argument*/NULL);
// vb.AddVert(p1 + widthVector * lw * 0.5f, c1, new Vector2(u, uvMin.y));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_163 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_164 = V_16;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_165 = V_19;
float L_166 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_167 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_165, L_166, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_168 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_167, (0.5f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_169 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_164, L_168, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_170 = V_12;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_171 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_170, /*hidden argument*/NULL);
float L_172 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_173 = V_0;
float L_174 = L_173.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_175;
memset((&L_175), 0, sizeof(L_175));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_175), L_172, L_174, /*hidden argument*/NULL);
NullCheck(L_163);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_163, L_169, L_171, L_175, /*hidden argument*/NULL);
// vb.AddTriangle(k, k + 1, k + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_176 = ___vb0;
int32_t L_177 = V_17;
int32_t L_178 = V_17;
int32_t L_179 = V_17;
NullCheck(L_176);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_176, L_177, ((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(k, k + 3, k + 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_180 = ___vb0;
int32_t L_181 = V_17;
int32_t L_182 = V_17;
int32_t L_183 = V_17;
NullCheck(L_180);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_180, L_181, ((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)3)), ((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)2)), /*hidden argument*/NULL);
// for (int i = 1; i < cnt; i++)
int32_t L_184 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1));
}
IL_0379:
{
// for (int i = 1; i < cnt; i++)
int32_t L_185 = V_14;
int32_t L_186 = V_10;
if ((((int32_t)L_185) < ((int32_t)L_186)))
{
goto IL_0185;
}
}
{
// if (roundEdge && si == segCount - 1 && t1 == 1)
bool L_187 = __this->get_roundEdge_4();
if (!L_187)
{
goto IL_03d1;
}
}
{
int32_t L_188 = V_6;
int32_t L_189 = V_2;
if ((!(((uint32_t)L_188) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_189, (int32_t)1))))))
{
goto IL_03d1;
}
}
{
float L_190 = V_9;
if ((!(((float)L_190) == ((float)(1.0f)))))
{
goto IL_03d1;
}
}
{
// DrawRoundEdge(vb, points[cnt - 1], points[cnt - 2], lw, c1, uvMax);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_191 = ___vb0;
IL2CPP_RUNTIME_CLASS_INIT(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_192 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
int32_t L_193 = V_10;
NullCheck(L_192);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_194 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_192, ((int32_t)il2cpp_codegen_subtract((int32_t)L_193, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_195 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_194, /*hidden argument*/NULL);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_196 = ((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->get_points_8();
int32_t L_197 = V_10;
NullCheck(L_196);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_198 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_196, ((int32_t)il2cpp_codegen_subtract((int32_t)L_197, (int32_t)2)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_199 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_198, /*hidden argument*/NULL);
float L_200 = V_4;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_201 = V_12;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_202 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_201, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_203 = V_1;
LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32(__this, L_191, L_195, L_199, L_200, L_202, L_203, /*hidden argument*/NULL);
}
IL_03d1:
{
// t += ratio;
float L_204 = V_3;
float L_205 = V_7;
V_3 = ((float)il2cpp_codegen_add((float)L_204, (float)L_205));
}
IL_03d6:
{
// for (int si = 0; si < segCount; si++)
int32_t L_206 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)1));
}
IL_03dc:
{
// for (int si = 0; si < segCount; si++)
int32_t L_207 = V_6;
int32_t L_208 = V_2;
if ((((int32_t)L_207) < ((int32_t)L_208)))
{
goto IL_004b;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.LineMesh::DrawRoundEdge(FairyGUI.VertexBuffer,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Color32,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32 (LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___p01, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___p12, float ___lw3, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color4, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
float V_4 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
{
// Vector2 widthVector = Vector3.Cross(p0 - p1, new Vector3(0, 0, 1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___p01;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___p12;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_0, L_1, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_2, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_4), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Vector3_Cross_m3E9DBC445228FDB850BDBB4B01D6F61AC0111887(L_3, L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_5, /*hidden argument*/NULL);
V_0 = L_6;
// widthVector.Normalize();
Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
// widthVector = widthVector * lw / 2f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
float L_8 = ___lw3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56(L_7, L_8, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_9, (2.0f), /*hidden argument*/NULL);
V_0 = L_10;
// Vector2 lineVector = (p0 - p1).normalized * lw / 2f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = ___p01;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = ___p12;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_11, L_12, /*hidden argument*/NULL);
V_5 = L_13;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Vector2_get_normalized_m058E75C38C6FC66E178D7C8EF1B6298DE8F0E14B((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_5), /*hidden argument*/NULL);
float L_15 = ___lw3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56(L_14, L_15, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_16, (2.0f), /*hidden argument*/NULL);
V_1 = L_17;
// int sides = Mathf.CeilToInt(Mathf.PI * lw / 2);
float L_18 = ___lw3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_19 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_multiply((float)(3.14159274f), (float)L_18))/(float)(2.0f))), /*hidden argument*/NULL);
V_2 = L_19;
// if (sides < 6)
int32_t L_20 = V_2;
if ((((int32_t)L_20) >= ((int32_t)6)))
{
goto IL_0081;
}
}
{
// sides = 6;
V_2 = 6;
}
IL_0081:
{
// int current = vb.currentVertCount;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_21 = ___vb0;
NullCheck(L_21);
int32_t L_22 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_21, /*hidden argument*/NULL);
V_3 = L_22;
// float angleUnit = Mathf.PI / (sides - 1);
int32_t L_23 = V_2;
V_4 = ((float)((float)(3.14159274f)/(float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))))));
// vb.AddVert(p0, color, uv);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_24 = ___vb0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = ___p01;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_25, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_27 = ___color4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = ___uv5;
NullCheck(L_24);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_24, L_26, L_27, L_28, /*hidden argument*/NULL);
// vb.AddVert(p0 + widthVector, color, uv);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = ___vb0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = ___p01;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_30, L_31, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_33 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_32, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_34 = ___color4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = ___uv5;
NullCheck(L_29);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_29, L_33, L_34, L_35, /*hidden argument*/NULL);
// for (int n = 0; n < sides; n++)
V_6 = 0;
goto IL_0114;
}
IL_00bf:
{
// vb.AddVert(p0 + Mathf.Cos(angleUnit * n) * widthVector + Mathf.Sin(angleUnit * n) * lineVector, color, uv);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_36 = ___vb0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_37 = ___p01;
float L_38 = V_4;
int32_t L_39 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_40 = cosf(((float)il2cpp_codegen_multiply((float)L_38, (float)(((float)((float)L_39))))));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = Vector2_op_Multiply_m2E30A54E315810911DFC2E25C700757A68AC1F38(L_40, L_41, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_37, L_42, /*hidden argument*/NULL);
float L_44 = V_4;
int32_t L_45 = V_6;
float L_46 = sinf(((float)il2cpp_codegen_multiply((float)L_44, (float)(((float)((float)L_45))))));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_47 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48 = Vector2_op_Multiply_m2E30A54E315810911DFC2E25C700757A68AC1F38(L_46, L_47, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_49 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_43, L_48, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_49, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_51 = ___color4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_52 = ___uv5;
NullCheck(L_36);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_36, L_50, L_51, L_52, /*hidden argument*/NULL);
// vb.AddTriangle(current, current + 1 + n, current + 2 + n);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_53 = ___vb0;
int32_t L_54 = V_3;
int32_t L_55 = V_3;
int32_t L_56 = V_6;
int32_t L_57 = V_3;
int32_t L_58 = V_6;
NullCheck(L_53);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_53, L_54, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)), (int32_t)L_56)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2)), (int32_t)L_58)), /*hidden argument*/NULL);
// for (int n = 0; n < sides; n++)
int32_t L_59 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
}
IL_0114:
{
// for (int n = 0; n < sides; n++)
int32_t L_60 = V_6;
int32_t L_61 = V_2;
if ((((int32_t)L_60) < ((int32_t)L_61)))
{
goto IL_00bf;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.LineMesh::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineMesh__cctor_mAB6D67632497B0A98C801A478B5103E9F6B4C158 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineMesh__cctor_mAB6D67632497B0A98C801A478B5103E9F6B4C158_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static List<Vector3> points = 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);
((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->set_points_8(L_0);
// static List<float> ts = new List<float>();
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_1 = (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)il2cpp_codegen_object_new(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_il2cpp_TypeInfo_var);
List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7(L_1, /*hidden argument*/List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7_RuntimeMethod_var);
((LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields*)il2cpp_codegen_static_fields_for(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var))->set_ts_9(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
IL2CPP_EXTERN_C String_t* DelegatePInvokeWrapper_ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * __this, int32_t ___index0, const RuntimeMethod* method)
{
typedef char* (DEFAULT_CALL *PInvokeFunc)(int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
char* returnValue = il2cppPInvokeFunc(___index0);
// 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;
return _returnValue_unmarshaled;
}
// System.Void FairyGUI.ListItemProvider::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItemProvider__ctor_m9DD9904E03097C75DC50913119E61FFACA911171 (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__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.ListItemProvider::Invoke(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ListItemProvider_Invoke_m855DF4359CAEB80E1E03B692C316F24674F6048B (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * __this, int32_t ___index0, 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 == 1)
{
// open
typedef String_t* (*FunctionPointerType) (int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___index0, targetMethod);
}
else
{
// closed
typedef String_t* (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___index0, 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 = GenericInterfaceFuncInvoker1< String_t*, int32_t >::Invoke(targetMethod, targetThis, ___index0);
else
result = GenericVirtFuncInvoker1< String_t*, int32_t >::Invoke(targetMethod, targetThis, ___index0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___index0);
else
result = VirtFuncInvoker1< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___index0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef String_t* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___index0) - 1), targetMethod);
}
typedef String_t* (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___index0, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.ListItemProvider::BeginInvoke(System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListItemProvider_BeginInvoke_m01E933F7A9838144ED57122CC713B71DFE14AA40 (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * __this, int32_t ___index0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListItemProvider_BeginInvoke_m01E933F7A9838144ED57122CC713B71DFE14AA40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___index0);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.String FairyGUI.ListItemProvider::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ListItemProvider_EndInvoke_m32DB94345AADD3A74C34EF3FE6D1D74F1F9EF923 (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * __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.Void FairyGUI.ListItemRenderer::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItemRenderer__ctor_m617B0D2D9C6BDFC5E9561EBE05CAA94B1D9B80D0 (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.ListItemRenderer::Invoke(System.Int32,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItemRenderer_Invoke_m5CD2F36DCAB3883153A3E689F54959B5D8B0847B (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * __this, int32_t ___index0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___item1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___index0, ___item1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___index0, ___item1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(targetMethod, targetThis, ___index0, ___item1);
else
GenericVirtActionInvoker2< int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(targetMethod, targetThis, ___index0, ___item1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___index0, ___item1);
else
VirtActionInvoker2< int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___index0, ___item1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___index0) - 1), ___item1, targetMethod);
}
typedef void (*FunctionPointerType) (void*, int32_t, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___index0, ___item1, targetMethod);
}
}
}
}
// System.IAsyncResult FairyGUI.ListItemRenderer::BeginInvoke(System.Int32,FairyGUI.GObject,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListItemRenderer_BeginInvoke_m2A6827C614C446332AD88B1A4C57313D3872C31B (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * __this, int32_t ___index0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___item1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListItemRenderer_BeginInvoke_m2A6827C614C446332AD88B1A4C57313D3872C31B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___index0);
__d_args[1] = ___item1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void FairyGUI.ListItemRenderer::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItemRenderer_EndInvoke_m4C5AF879C5D044BA5A6E6E26A211AD21F800A597 (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.GObject FairyGUI.LongPressGesture::get_host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.LongPressGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_set_host_m63688773B2BAB1785079A3C7C0598F3B8696167E (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.LongPressGesture::get_onBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onBegin_m9D7C19E15CF363873B40878AF13333820BA7B246 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.LongPressGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_set_onBegin_m50733026683AF9AB09E604AD687C375C431A47E9 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.LongPressGesture::get_onEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onEnd_mC7364A89FF37282C2BADAD6318AA4EC492A5D1E8 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.LongPressGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_set_onEnd_m44D2F815B5A7FA196553E798587266A76B2D264B (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.LongPressGesture::get_onAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onAction_m4B918B8CC581E910083755C5B510CBC32EE0C214 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_5();
return L_0;
}
}
// System.Void FairyGUI.LongPressGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_set_onAction_m1ECFD0C314483DCFBC2816054F8B00E89FFFA785 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_5(L_0);
return;
}
}
// System.Void FairyGUI.LongPressGesture::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture__ctor_m7BEAD594B3996553966D5E5C647AAA5211D07440 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture__ctor_m7BEAD594B3996553966D5E5C647AAA5211D07440_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public LongPressGesture(GObject host)
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// this.host = host;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___host0;
LongPressGesture_set_host_m63688773B2BAB1785079A3C7C0598F3B8696167E_inline(__this, L_0, /*hidden argument*/NULL);
// trigger = TRIGGER;
IL2CPP_RUNTIME_CLASS_INIT(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var);
float L_1 = ((LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields*)il2cpp_codegen_static_fields_for(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var))->get_TRIGGER_12();
__this->set_trigger_6(L_1);
// interval = INTERVAL;
float L_2 = ((LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields*)il2cpp_codegen_static_fields_for(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var))->get_INTERVAL_13();
__this->set_interval_7(L_2);
// holdRangeRadius = 50;
__this->set_holdRangeRadius_9(((int32_t)50));
// Enable(true);
LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB(__this, (bool)1, /*hidden argument*/NULL);
// onBegin = new EventListener(this, "onLongPressBegin");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_3, __this, _stringLiteral3D40E1546802C5D1498FBDB6CF352AEEE82B7134, /*hidden argument*/NULL);
LongPressGesture_set_onBegin_m50733026683AF9AB09E604AD687C375C431A47E9_inline(__this, L_3, /*hidden argument*/NULL);
// onEnd = new EventListener(this, "onLongPressEnd");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_4, __this, _stringLiteral58C4A3206CA3E20433B647AD48CB4FBAF151D5EF, /*hidden argument*/NULL);
LongPressGesture_set_onEnd_m44D2F815B5A7FA196553E798587266A76B2D264B_inline(__this, L_4, /*hidden argument*/NULL);
// onAction = new EventListener(this, "onLongPressAction");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_5 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_5, __this, _stringLiteral691EA9452F9F27EC71AB0726C4757BCE004B4DED, /*hidden argument*/NULL);
LongPressGesture_set_onAction_m1ECFD0C314483DCFBC2816054F8B00E89FFFA785_inline(__this, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_Dispose_mA58C54C89977C1A2E788DB62075FB9ABDA62117D (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// Enable(false);
LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB(__this, (bool)0, /*hidden argument*/NULL);
// host = null;
LongPressGesture_set_host_m63688773B2BAB1785079A3C7C0598F3B8696167E_inline(__this, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value)
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0080;
}
}
{
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_2 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_1) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_2))))
{
goto IL_0047;
}
}
{
// Stage.inst.onTouchBegin.Add(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, __this, (intptr_t)((intptr_t)LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Add(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_6, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_8 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_8, __this, (intptr_t)((intptr_t)LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_7, L_8, /*hidden argument*/NULL);
// }
return;
}
IL_0047:
{
// host.onTouchBegin.Add(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_10 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_9, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_11, __this, (intptr_t)((intptr_t)LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_10, L_11, /*hidden argument*/NULL);
// host.onTouchEnd.Add(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_13 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_12, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_14 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_14, __this, (intptr_t)((intptr_t)LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_13, L_14, /*hidden argument*/NULL);
// }
return;
}
IL_0080:
{
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_16 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_15) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_16))))
{
goto IL_00c5;
}
}
{
// Stage.inst.onTouchBegin.Remove(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_17 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_17);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_18 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_17, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_19 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_19, __this, (intptr_t)((intptr_t)LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_18);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_18, L_19, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Remove(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_20 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_20);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_21 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_20, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_22 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_22, __this, (intptr_t)((intptr_t)LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_21, L_22, /*hidden argument*/NULL);
// }
goto IL_00fd;
}
IL_00c5:
{
// host.onTouchBegin.Remove(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_24 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_23, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_25 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_25, __this, (intptr_t)((intptr_t)LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_24);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_24, L_25, /*hidden argument*/NULL);
// host.onTouchEnd.Remove(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_27 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_26, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_28 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_28, __this, (intptr_t)((intptr_t)LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_27, L_28, /*hidden argument*/NULL);
}
IL_00fd:
{
// Timers.inst.Remove(__timer);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_29 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_30 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_30, __this, (intptr_t)((intptr_t)LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_29, L_30, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture_Cancel_m71DDA23279B7F8A771FC241D7FB0EA039E9E5048 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture_Cancel_m71DDA23279B7F8A771FC241D7FB0EA039E9E5048_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Timers.inst.Remove(__timer);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_1, __this, (intptr_t)((intptr_t)LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_0);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_0, L_1, /*hidden argument*/NULL);
// _started = false;
__this->set__started_11((bool)0);
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_1 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// _startPoint = host.GlobalToLocal(new Vector2(evt.x, evt.y));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = V_0;
NullCheck(L_3);
float L_4 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_3, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_5 = V_0;
NullCheck(L_5);
float L_6 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_5, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7;
memset((&L_7), 0, sizeof(L_7));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_7), L_4, L_6, /*hidden argument*/NULL);
NullCheck(L_2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_2, L_7, /*hidden argument*/NULL);
__this->set__startPoint_10(L_8);
// _started = false;
__this->set__started_11((bool)0);
// Timers.inst.Add(trigger, 1, __timer);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_9 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
float L_10 = __this->get_trigger_6();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_11 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_11, __this, (intptr_t)((intptr_t)LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(L_9, L_10, 1, L_11, /*hidden argument*/NULL);
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_12 = ___context0;
NullCheck(L_12);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_12, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::__timer(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, RuntimeObject * ___param0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 pt = host.GlobalToLocal(Stage.inst.touchPosition);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (Mathf.Pow(pt.x - _startPoint.x, 2) + Mathf.Pow(pt.y - _startPoint.y, 2) > Mathf.Pow(holdRangeRadius, 2))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
float L_5 = L_4.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of__startPoint_10();
float L_7 = L_6->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_8 = powf(((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), (2.0f));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_0;
float L_10 = L_9.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of__startPoint_10();
float L_12 = L_11->get_y_1();
float L_13 = powf(((float)il2cpp_codegen_subtract((float)L_10, (float)L_12)), (2.0f));
int32_t L_14 = __this->get_holdRangeRadius_9();
float L_15 = powf((((float)((float)L_14))), (2.0f));
if ((!(((float)((float)il2cpp_codegen_add((float)L_8, (float)L_13))) > ((float)L_15))))
{
goto IL_0079;
}
}
{
// Timers.inst.Remove(__timer);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_16 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_17 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_17, __this, (intptr_t)((intptr_t)LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_16);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_16, L_17, /*hidden argument*/NULL);
// return;
return;
}
IL_0079:
{
// if (!_started)
bool L_18 = __this->get__started_11();
if (L_18)
{
goto IL_00b9;
}
}
{
// _started = true;
__this->set__started_11((bool)1);
// onBegin.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_19 = LongPressGesture_get_onBegin_m9D7C19E15CF363873B40878AF13333820BA7B246_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_19, /*hidden argument*/NULL);
// if (!once)
bool L_20 = __this->get_once_8();
if (L_20)
{
goto IL_00b9;
}
}
{
// Timers.inst.Add(interval, 0, __timer);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_21 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
float L_22 = __this->get_interval_7();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_23 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_23, __this, (intptr_t)((intptr_t)LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(L_21, L_22, 0, L_23, /*hidden argument*/NULL);
}
IL_00b9:
{
// onAction.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_24 = LongPressGesture_get_onAction_m4B918B8CC581E910083755C5B510CBC32EE0C214_inline(__this, /*hidden argument*/NULL);
NullCheck(L_24);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_24, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::__touchEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1 (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Timers.inst.Remove(__timer);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_1, __this, (intptr_t)((intptr_t)LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_0);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_0, L_1, /*hidden argument*/NULL);
// if (_started)
bool L_2 = __this->get__started_11();
if (!L_2)
{
goto IL_0031;
}
}
{
// _started = false;
__this->set__started_11((bool)0);
// onEnd.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = LongPressGesture_get_onEnd_mC7364A89FF37282C2BADAD6318AA4EC492A5D1E8_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_3, /*hidden argument*/NULL);
}
IL_0031:
{
// }
return;
}
}
// System.Void FairyGUI.LongPressGesture::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongPressGesture__cctor_m5FA7815931E49AEBBEEDDBACA7AAC57EB3A7E810 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LongPressGesture__cctor_m5FA7815931E49AEBBEEDDBACA7AAC57EB3A7E810_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static float TRIGGER = 1.5f;
((LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields*)il2cpp_codegen_static_fields_for(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var))->set_TRIGGER_12((1.5f));
// public static float INTERVAL = 1f;
((LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields*)il2cpp_codegen_static_fields_for(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var))->set_INTERVAL_13((1.0f));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.MaterialManager::.ctor(FairyGUI.NTexture,UnityEngine.Shader,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager__ctor_m13B4384CDA716947B613DB41A2B65DC575DB57CE (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture0, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MaterialManager__ctor_m13B4384CDA716947B613DB41A2B65DC575DB57CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// internal MaterialManager(NTexture texture, Shader shader, string[] keywords)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _texture = texture;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ___texture0;
__this->set__texture_0(L_0);
// _shader = shader;
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_1 = ___shader1;
__this->set__shader_1(L_1);
// _keywords = keywords;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___keywords2;
__this->set__keywords_2(L_2);
// _materials = new List<NMaterial>[internalKeywordCount * 2];
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_3 = (List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456*)(List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456*)SZArrayNew(List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14));
__this->set__materials_3(L_3);
// }
return;
}
}
// FairyGUI.NMaterial FairyGUI.MaterialManager::GetMaterial(System.Int32,FairyGUI.BlendMode,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, int32_t ___materialType0, int32_t ___blendMode1, uint32_t ___clipId2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * V_1 = NULL;
int32_t V_2 = 0;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * V_3 = NULL;
int32_t V_4 = 0;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * V_5 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_6 = NULL;
int32_t V_7 = 0;
{
// uint frameId = UpdateContext.frameId;
uint32_t L_0 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_frameId_10();
V_0 = L_0;
// if (blendMode == BlendMode.Normal)
int32_t L_1 = ___blendMode1;
if (L_1)
{
goto IL_0026;
}
}
{
// items = _materials[materialType];
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_2 = __this->get__materials_3();
int32_t L_3 = ___materialType0;
NullCheck(L_2);
int32_t L_4 = L_3;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_5 = (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = L_5;
// if (items == null)
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_6 = V_1;
if (L_6)
{
goto IL_0045;
}
}
{
// items = new List<NMaterial>();
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_7 = (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)il2cpp_codegen_object_new(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_il2cpp_TypeInfo_var);
List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31(L_7, /*hidden argument*/List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31_RuntimeMethod_var);
V_1 = L_7;
// _materials[materialType] = items;
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_8 = __this->get__materials_3();
int32_t L_9 = ___materialType0;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_10 = V_1;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)L_10);
// }
goto IL_0045;
}
IL_0026:
{
// items = _materials[internalKeywordCount + materialType];
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_11 = __this->get__materials_3();
int32_t L_12 = ___materialType0;
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_12));
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_14 = (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
V_1 = L_14;
// if (items == null)
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_15 = V_1;
if (L_15)
{
goto IL_0045;
}
}
{
// items = new List<NMaterial>();
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_16 = (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)il2cpp_codegen_object_new(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_il2cpp_TypeInfo_var);
List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31(L_16, /*hidden argument*/List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31_RuntimeMethod_var);
V_1 = L_16;
// _materials[internalKeywordCount + materialType] = items;
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_17 = __this->get__materials_3();
int32_t L_18 = ___materialType0;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_19 = V_1;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_18))), (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)L_19);
}
IL_0045:
{
// int cnt = items.Count;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_20 = V_1;
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_inline(L_20, /*hidden argument*/List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_RuntimeMethod_var);
V_2 = L_21;
// NMaterial result = null;
V_3 = (NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C *)NULL;
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_0095;
}
IL_0053:
{
// NMaterial mat = items[i];
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_22 = V_1;
int32_t L_23 = V_4;
NullCheck(L_22);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_24 = List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_RuntimeMethod_var);
V_5 = L_24;
// if (mat.frameId == frameId)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_25 = V_5;
NullCheck(L_25);
uint32_t L_26 = L_25->get_frameId_0();
uint32_t L_27 = V_0;
if ((!(((uint32_t)L_26) == ((uint32_t)L_27))))
{
goto IL_008a;
}
}
{
// if (materialType != 6 && mat.clipId == clipId && mat.blendMode == blendMode)
int32_t L_28 = ___materialType0;
if ((((int32_t)L_28) == ((int32_t)6)))
{
goto IL_008f;
}
}
{
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_29 = V_5;
NullCheck(L_29);
uint32_t L_30 = L_29->get_clipId_1();
uint32_t L_31 = ___clipId2;
if ((!(((uint32_t)L_30) == ((uint32_t)L_31))))
{
goto IL_008f;
}
}
{
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_32 = V_5;
NullCheck(L_32);
int32_t L_33 = L_32->get_blendMode_3();
int32_t L_34 = ___blendMode1;
if ((!(((uint32_t)L_33) == ((uint32_t)L_34))))
{
goto IL_008f;
}
}
{
// mat._firstInstance = false;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_35 = V_5;
NullCheck(L_35);
L_35->set__firstInstance_6((bool)0);
// return mat;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_36 = V_5;
return L_36;
}
IL_008a:
{
// result = mat;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_37 = V_5;
V_3 = L_37;
// break;
goto IL_009a;
}
IL_008f:
{
// for (int i = 0; i < cnt; i++)
int32_t L_38 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
}
IL_0095:
{
// for (int i = 0; i < cnt; i++)
int32_t L_39 = V_4;
int32_t L_40 = V_2;
if ((((int32_t)L_39) < ((int32_t)L_40)))
{
goto IL_0053;
}
}
IL_009a:
{
// if (result != null)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_41 = V_3;
if (!L_41)
{
goto IL_00df;
}
}
{
// result.frameId = frameId;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_42 = V_3;
uint32_t L_43 = V_0;
NullCheck(L_42);
L_42->set_frameId_0(L_43);
// result.clipId = clipId;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_44 = V_3;
uint32_t L_45 = ___clipId2;
NullCheck(L_44);
L_44->set_clipId_1(L_45);
// result.blendMode = blendMode;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_46 = V_3;
int32_t L_47 = ___blendMode1;
NullCheck(L_46);
L_46->set_blendMode_3(L_47);
// if (result.combined)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_48 = V_3;
NullCheck(L_48);
bool L_49 = L_48->get_combined_4();
if (!L_49)
{
goto IL_0157;
}
}
{
// result.material.SetTexture(ShaderConfig._properyIDs._AlphaTex, _texture.alphaTexture);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_50 = V_3;
NullCheck(L_50);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_51 = L_50->get_material_5();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_52 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_52);
int32_t L_53 = L_52->get__AlphaTex_2();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_54 = __this->get__texture_0();
NullCheck(L_54);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_55 = NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0(L_54, /*hidden argument*/NULL);
NullCheck(L_51);
Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA(L_51, L_53, L_55, /*hidden argument*/NULL);
// }
goto IL_0157;
}
IL_00df:
{
// result = CreateMaterial();
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_56 = MaterialManager_CreateMaterial_m4BED69487D3B11B8EA2E6026ABCB8479F0012316(__this, /*hidden argument*/NULL);
V_3 = L_56;
// string[] keywords = internalKeywords[materialType];
IL2CPP_RUNTIME_CLASS_INIT(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_il2cpp_TypeInfo_var);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_57 = ((MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_StaticFields*)il2cpp_codegen_static_fields_for(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_il2cpp_TypeInfo_var))->get_internalKeywords_5();
int32_t L_58 = ___materialType0;
NullCheck(L_57);
int32_t L_59 = L_58;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_60 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
V_6 = L_60;
// if (keywords != null)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_61 = V_6;
if (!L_61)
{
goto IL_0118;
}
}
{
// cnt = keywords.Length;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_62 = V_6;
NullCheck(L_62);
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length))));
// for (int i = 0; i < cnt; i++)
V_7 = 0;
goto IL_0113;
}
IL_00fd:
{
// result.material.EnableKeyword(keywords[i]);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_63 = V_3;
NullCheck(L_63);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_64 = L_63->get_material_5();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = V_6;
int32_t L_66 = V_7;
NullCheck(L_65);
int32_t L_67 = L_66;
String_t* L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
NullCheck(L_64);
Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9(L_64, L_68, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_69 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
}
IL_0113:
{
// for (int i = 0; i < cnt; i++)
int32_t L_70 = V_7;
int32_t L_71 = V_2;
if ((((int32_t)L_70) < ((int32_t)L_71)))
{
goto IL_00fd;
}
}
IL_0118:
{
// result.frameId = frameId;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_72 = V_3;
uint32_t L_73 = V_0;
NullCheck(L_72);
L_72->set_frameId_0(L_73);
// result.clipId = clipId;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_74 = V_3;
uint32_t L_75 = ___clipId2;
NullCheck(L_74);
L_74->set_clipId_1(L_75);
// result.blendMode = blendMode;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_76 = V_3;
int32_t L_77 = ___blendMode1;
NullCheck(L_76);
L_76->set_blendMode_3(L_77);
// if (BlendModeUtils.Factors[(int)result.blendMode].pma)
IL2CPP_RUNTIME_CLASS_INIT(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_78 = ((BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields*)il2cpp_codegen_static_fields_for(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var))->get_Factors_0();
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_79 = V_3;
NullCheck(L_79);
int32_t L_80 = L_79->get_blendMode_3();
NullCheck(L_78);
int32_t L_81 = L_80;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_82 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
NullCheck(L_82);
bool L_83 = L_82->get_pma_2();
if (!L_83)
{
goto IL_0150;
}
}
{
// result.material.EnableKeyword("COLOR_FILTER");
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_84 = V_3;
NullCheck(L_84);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_85 = L_84->get_material_5();
NullCheck(L_85);
Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9(L_85, _stringLiteral3DDEC39941440D88FA1BC9229601B0A6CD94A169, /*hidden argument*/NULL);
}
IL_0150:
{
// items.Add(result);
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_86 = V_1;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_87 = V_3;
NullCheck(L_86);
List_1_Add_mA1CE78F6F990CF62C39DBBBAD017B1C1A57C52A6(L_86, L_87, /*hidden argument*/List_1_Add_mA1CE78F6F990CF62C39DBBBAD017B1C1A57C52A6_RuntimeMethod_var);
}
IL_0157:
{
// result._firstInstance = true;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_88 = V_3;
NullCheck(L_88);
L_88->set__firstInstance_6((bool)1);
// return result;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_89 = V_3;
return L_89;
}
}
// FairyGUI.NMaterial FairyGUI.MaterialManager::CreateMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * MaterialManager_CreateMaterial_m4BED69487D3B11B8EA2E6026ABCB8479F0012316 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MaterialManager_CreateMaterial_m4BED69487D3B11B8EA2E6026ABCB8479F0012316_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// NMaterial nm = new NMaterial(_shader);
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_0 = __this->get__shader_1();
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_1 = (NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C *)il2cpp_codegen_object_new(NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C_il2cpp_TypeInfo_var);
NMaterial__ctor_mEDB4091A8B63169FD8AEC39D9DE92AA66BEEEFBE(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// nm.material.mainTexture = _texture.nativeTexture;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_2 = V_0;
NullCheck(L_2);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = L_2->get_material_5();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = __this->get__texture_0();
NullCheck(L_4);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_5 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(L_3, L_5, /*hidden argument*/NULL);
// if (_texture.alphaTexture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = __this->get__texture_0();
NullCheck(L_6);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_7 = NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0(L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_006c;
}
}
{
// nm.combined = true;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_9 = V_0;
NullCheck(L_9);
L_9->set_combined_4((bool)1);
// nm.material.EnableKeyword("COMBINED");
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_10 = V_0;
NullCheck(L_10);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = L_10->get_material_5();
NullCheck(L_11);
Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9(L_11, _stringLiteral24ED7B0EEDEADB0ED278E6BA7FB5E93EB4895A06, /*hidden argument*/NULL);
// nm.material.SetTexture(ShaderConfig._properyIDs._AlphaTex, _texture.alphaTexture);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_12 = V_0;
NullCheck(L_12);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_13 = L_12->get_material_5();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_14 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_14);
int32_t L_15 = L_14->get__AlphaTex_2();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_16 = __this->get__texture_0();
NullCheck(L_16);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_17 = NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0(L_16, /*hidden argument*/NULL);
NullCheck(L_13);
Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA(L_13, L_15, L_17, /*hidden argument*/NULL);
}
IL_006c:
{
// if (_keywords != null)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get__keywords_2();
if (!L_18)
{
goto IL_009c;
}
}
{
// int cnt = _keywords.Length;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = __this->get__keywords_2();
NullCheck(L_19);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))));
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0098;
}
IL_0081:
{
// nm.material.EnableKeyword(_keywords[i]);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_20 = V_0;
NullCheck(L_20);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_21 = L_20->get_material_5();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = __this->get__keywords_2();
int32_t L_23 = V_2;
NullCheck(L_22);
int32_t L_24 = L_23;
String_t* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
NullCheck(L_21);
Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9(L_21, L_25, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_26 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0098:
{
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_2;
int32_t L_28 = V_1;
if ((((int32_t)L_27) < ((int32_t)L_28)))
{
goto IL_0081;
}
}
IL_009c:
{
// nm.material.hideFlags = DisplayOptions.hideFlags;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_29 = V_0;
NullCheck(L_29);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_30 = L_29->get_material_5();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_31 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_30);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_30, L_31, /*hidden argument*/NULL);
// return nm;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_32 = V_0;
return L_32;
}
}
// System.Void FairyGUI.MaterialManager::DestroyMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
// int cnt = _materials.Length;
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_0 = __this->get__materials_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0080;
}
IL_000d:
{
// List<NMaterial> items = _materials[i];
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_1 = __this->get__materials_3();
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_4 = (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_2 = L_4;
// if (items != null)
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_5 = V_2;
if (!L_5)
{
goto IL_007c;
}
}
{
// if (Application.isPlaying)
bool L_6 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_6)
{
goto IL_004b;
}
}
{
// int cnt2 = items.Count;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_7 = V_2;
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_inline(L_7, /*hidden argument*/List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_RuntimeMethod_var);
V_3 = L_8;
// for (int j = 0; j < cnt2; j++)
V_4 = 0;
goto IL_0044;
}
IL_002c:
{
// Object.Destroy(items[j].material);
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_9 = V_2;
int32_t L_10 = V_4;
NullCheck(L_9);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_11 = List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_RuntimeMethod_var);
NullCheck(L_11);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_12 = L_11->get_material_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_12, /*hidden argument*/NULL);
// for (int j = 0; j < cnt2; j++)
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0044:
{
// for (int j = 0; j < cnt2; j++)
int32_t L_14 = V_4;
int32_t L_15 = V_3;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_002c;
}
}
{
// }
goto IL_0076;
}
IL_004b:
{
// int cnt2 = items.Count;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_16 = V_2;
NullCheck(L_16);
int32_t L_17 = List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_inline(L_16, /*hidden argument*/List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_RuntimeMethod_var);
V_5 = L_17;
// for (int j = 0; j < cnt2; j++)
V_6 = 0;
goto IL_0070;
}
IL_0058:
{
// Object.DestroyImmediate(items[j].material);
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_18 = V_2;
int32_t L_19 = V_6;
NullCheck(L_18);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_20 = List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_RuntimeMethod_var);
NullCheck(L_20);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_21 = L_20->get_material_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_21, /*hidden argument*/NULL);
// for (int j = 0; j < cnt2; j++)
int32_t L_22 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0070:
{
// for (int j = 0; j < cnt2; j++)
int32_t L_23 = V_6;
int32_t L_24 = V_5;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0058;
}
}
IL_0076:
{
// items.Clear();
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_25 = V_2;
NullCheck(L_25);
List_1_Clear_m128438306F7664AF7D93680EF7F527543B82F4A7(L_25, /*hidden argument*/List_1_Clear_m128438306F7664AF7D93680EF7F527543B82F4A7_RuntimeMethod_var);
}
IL_007c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0080:
{
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_1;
int32_t L_28 = V_0;
if ((((int32_t)L_27) < ((int32_t)L_28)))
{
goto IL_000d;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.MaterialManager::RefreshMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager_RefreshMaterials_mE8DAF24D06BE88FBBC772458A2C88C43A3015B34 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MaterialManager_RefreshMaterials_mE8DAF24D06BE88FBBC772458A2C88C43A3015B34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * V_6 = NULL;
{
// int cnt = _materials.Length;
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_0 = __this->get__materials_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// bool hasAlphaTexture = _texture.alphaTexture != null;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__texture_0();
NullCheck(L_1);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_2 = NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
V_1 = L_3;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_00b5;
}
IL_0022:
{
// List<NMaterial> items = _materials[i];
List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* L_4 = __this->get__materials_3();
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_7 = (List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D *)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = L_7;
// if (items != null)
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_8 = V_3;
if (!L_8)
{
goto IL_00b1;
}
}
{
// int cnt2 = items.Count;
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_9 = V_3;
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_inline(L_9, /*hidden argument*/List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_RuntimeMethod_var);
V_4 = L_10;
// for (int j = 0; j < cnt2; j++)
V_5 = 0;
goto IL_00ab;
}
IL_003e:
{
// NMaterial nm = items[j];
List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D * L_11 = V_3;
int32_t L_12 = V_5;
NullCheck(L_11);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_13 = List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_RuntimeMethod_var);
V_6 = L_13;
// nm.material.mainTexture = _texture.nativeTexture;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_14 = V_6;
NullCheck(L_14);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_15 = L_14->get_material_5();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_16 = __this->get__texture_0();
NullCheck(L_16);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_17 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(L_15, L_17, /*hidden argument*/NULL);
// if (hasAlphaTexture)
bool L_18 = V_1;
if (!L_18)
{
goto IL_00a5;
}
}
{
// if (!nm.combined)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_19 = V_6;
NullCheck(L_19);
bool L_20 = L_19->get_combined_4();
if (L_20)
{
goto IL_0084;
}
}
{
// nm.combined = true;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_21 = V_6;
NullCheck(L_21);
L_21->set_combined_4((bool)1);
// nm.material.EnableKeyword("COMBINED");
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_22 = V_6;
NullCheck(L_22);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_23 = L_22->get_material_5();
NullCheck(L_23);
Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9(L_23, _stringLiteral24ED7B0EEDEADB0ED278E6BA7FB5E93EB4895A06, /*hidden argument*/NULL);
}
IL_0084:
{
// nm.material.SetTexture(ShaderConfig._properyIDs._AlphaTex, _texture.alphaTexture);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_24 = V_6;
NullCheck(L_24);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_25 = L_24->get_material_5();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_26 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_26);
int32_t L_27 = L_26->get__AlphaTex_2();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_28 = __this->get__texture_0();
NullCheck(L_28);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_29 = NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0(L_28, /*hidden argument*/NULL);
NullCheck(L_25);
Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA(L_25, L_27, L_29, /*hidden argument*/NULL);
}
IL_00a5:
{
// for (int j = 0; j < cnt2; j++)
int32_t L_30 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_00ab:
{
// for (int j = 0; j < cnt2; j++)
int32_t L_31 = V_5;
int32_t L_32 = V_4;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_003e;
}
}
IL_00b1:
{
// for (int i = 0; i < cnt; i++)
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_00b5:
{
// for (int i = 0; i < cnt; i++)
int32_t L_34 = V_2;
int32_t L_35 = V_0;
if ((((int32_t)L_34) < ((int32_t)L_35)))
{
goto IL_0022;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.MaterialManager::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager_Release_mE44580349B54AA216C5663CF0B55C004B2B2FBE0 (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * __this, const RuntimeMethod* method)
{
{
// if (_keywords != null)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get__keywords_2();
if (!L_0)
{
goto IL_0014;
}
}
{
// _texture.DestroyMaterialManager(this);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__texture_0();
NullCheck(L_1);
NTexture_DestroyMaterialManager_mE9B58C3A09020A83F99EB7E596FD850506F5842B(L_1, __this, /*hidden argument*/NULL);
}
IL_0014:
{
// }
return;
}
}
// System.Void FairyGUI.MaterialManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialManager__cctor_mAD9F517B4C839086609BFB2CA2416362E2DD39E3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MaterialManager__cctor_mAD9F517B4C839086609BFB2CA2416362E2DD39E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static string[][] internalKeywords = {
// null,
// new string[] { "GRAYED" },
// new string[] { "CLIPPED" },
// new string[] { "CLIPPED", "GRAYED" },
// new string[] { "SOFT_CLIPPED" },
// new string[] { "SOFT_CLIPPED", "GRAYED" },
// new string[] { "ALPHA_MASK" }
// };
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_0 = (StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F*)(StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F*)SZArrayNew(StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F_il2cpp_TypeInfo_var, (uint32_t)7);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_1 = L_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_3);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_3);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_4 = L_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralFC66FAE220AB6F413F0FBB79E64249FA18984538);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralFC66FAE220AB6F413F0FBB79E64249FA18984538);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_6);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_7 = L_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteralFC66FAE220AB6F413F0FBB79E64249FA18984538);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralFC66FAE220AB6F413F0FBB79E64249FA18984538);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_10);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_11 = L_7;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral843C2EAC6626DBED487A80B589FB76F047AA68C8);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral843C2EAC6626DBED487A80B589FB76F047AA68C8);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_13);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_14 = L_11;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral843C2EAC6626DBED487A80B589FB76F047AA68C8);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral843C2EAC6626DBED487A80B589FB76F047AA68C8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(5), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_17);
StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* L_18 = L_14;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral85F81D09EAB0BD38C0580B562FEFEFB77664CAE8);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral85F81D09EAB0BD38C0580B562FEFEFB77664CAE8);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(6), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)L_20);
((MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_StaticFields*)il2cpp_codegen_static_fields_for(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_il2cpp_TypeInfo_var))->set_internalKeywords_5(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.MeshColliderHitTest::.ctor(UnityEngine.MeshCollider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshColliderHitTest__ctor_mE9B5F9F4C0C317A9FC5CA4ABABB8E9D78E5FB52E (MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 * __this, MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * ___collider0, const RuntimeMethod* method)
{
{
// public MeshColliderHitTest(MeshCollider collider)
ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917(__this, /*hidden argument*/NULL);
// this.collider = collider;
MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * L_0 = ___collider0;
((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)__this)->set_collider_0(L_0);
// }
return;
}
}
// System.Boolean FairyGUI.MeshColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeshColliderHitTest_HitTest_m8B010ED4D862096C813A95F5504DC9F79F4A2678 (MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___localPoint1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MeshColliderHitTest_HitTest_m8B010ED4D862096C813A95F5504DC9F79F4A2678_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!HitTestContext.GetRaycastHitFromCache(HitTestContext.camera, out hit))
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
bool L_1 = HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F(L_0, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0), /*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
IL_0010:
{
// if (hit.collider != collider)
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_2 = RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0), /*hidden argument*/NULL);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_3 = ((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)__this)->get_collider_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0026;
}
}
{
// return false;
return (bool)0;
}
IL_0026:
{
// lastHit = new Vector2(hit.textureCoord.x * contentRect.width, (1 - hit.textureCoord.y) * contentRect.height);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = RaycastHit_get_textureCoord_mE520CE27BD748249D38ABAA093FFAD9186FEE68D((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0), /*hidden argument*/NULL);
float L_6 = L_5.get_x_0();
float L_7 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = RaycastHit_get_textureCoord_mE520CE27BD748249D38ABAA093FFAD9186FEE68D((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0), /*hidden argument*/NULL);
float L_9 = L_8.get_y_1();
float L_10 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11;
memset((&L_11), 0, sizeof(L_11));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_11), ((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_9)), (float)L_10)), /*hidden argument*/NULL);
__this->set_lastHit_1(L_11);
// HitTestContext.direction = Vector3.back;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_direction_2(L_12);
// HitTestContext.worldPoint = StageCamera.main.ScreenToWorldPoint(new Vector2(lastHit.x, Screen.height - lastHit.y));
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_13 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of_lastHit_1();
float L_15 = L_14->get_x_0();
int32_t L_16 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_17 = __this->get_address_of_lastHit_1();
float L_18 = L_17->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19;
memset((&L_19), 0, sizeof(L_19));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_19), L_15, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_16))), (float)L_18)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_19, /*hidden argument*/NULL);
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5(L_13, L_20, /*hidden argument*/NULL);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_worldPoint_1(L_21);
// return true;
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.MovieClip::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip__ctor_m0B9EA211D032FECC5F7E76483F5B30AC94A35802 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip__ctor_m0B9EA211D032FECC5F7E76483F5B30AC94A35802_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public MovieClip()
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
Image__ctor_m80041CC0D64CFD8A6B2D973AFB57535CA59F42BE(__this, /*hidden argument*/NULL);
// interval = 0.1f;
__this->set_interval_62((0.1f));
// _playing = true;
__this->set__playing_70((bool)1);
// _timerDelegate = OnTimer;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_0 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_0, __this, (intptr_t)((intptr_t)MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__timerDelegate_79(L_0);
// timeScale = 1;
__this->set_timeScale_65((1.0f));
// ignoreEngineTimeScale = false;
__this->set_ignoreEngineTimeScale_66((bool)0);
// if (Application.isPlaying)
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_0071;
}
}
{
// onAddedToStage.Add(OnAddedToStage);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2(__this, /*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)MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_2);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_2, L_3, /*hidden argument*/NULL);
// onRemovedFromStage.Add(OnRemoveFromStage);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A(__this, /*hidden argument*/NULL);
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)MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_4, L_5, /*hidden argument*/NULL);
}
IL_0071:
{
// SetPlaySettings();
MovieClip_SetPlaySettings_mE6ACADA7EFD46E8EA9C9B8D39B8B1055F1CE6C52(__this, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.MovieClip::get_onPlayEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * MovieClip_get_onPlayEnd_mF900CBA8E89ECB18D28C0A6023A8F87D73127FBF (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip_get_onPlayEnd_mF900CBA8E89ECB18D28C0A6023A8F87D73127FBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onPlayEnd ?? (_onPlayEnd = new EventListener(this, "onPlayEnd")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onPlayEnd_80();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralB6AF838F2104B3F16A97C65CC804C44EDC5F0C47, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onPlayEnd_80(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.MovieClip_Frame[] FairyGUI.MovieClip::get_frames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* MovieClip_get_frames_mC89599D64B2AE02822E8E5A8E6BB37959D285D5E (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
{
// return _frames;
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_0 = __this->get__frames_67();
return L_0;
}
}
// System.Void FairyGUI.MovieClip::set_frames(FairyGUI.MovieClip_Frame[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_set_frames_mFED280EC118B37C1436B39E29D93BF490F17AC53 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ___value0, const RuntimeMethod* method)
{
{
// _frames = value;
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_0 = ___value0;
__this->set__frames_67(L_0);
// _scale9Grid = null;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_1 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 *)__this)->get_address_of__scale9Grid_52();
il2cpp_codegen_initobj(L_1, sizeof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ));
// _scaleByTile = false;
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 *)__this)->set__scaleByTile_53((bool)0);
// if (_frames == null)
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_2 = __this->get__frames_67();
if (L_2)
{
goto IL_003c;
}
}
{
// _frameCount = 0;
__this->set__frameCount_68(0);
// graphics.texture = null;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_3, (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL, /*hidden argument*/NULL);
// CheckTimer();
MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549(__this, /*hidden argument*/NULL);
// return;
return;
}
IL_003c:
{
// _frameCount = frames.Length;
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_4 = MovieClip_get_frames_mC89599D64B2AE02822E8E5A8E6BB37959D285D5E_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
__this->set__frameCount_68((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))));
// if (_end == -1 || _end > _frameCount - 1)
int32_t L_5 = __this->get__end_72();
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0063;
}
}
{
int32_t L_6 = __this->get__end_72();
int32_t L_7 = __this->get__frameCount_68();
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)))))
{
goto IL_0071;
}
}
IL_0063:
{
// _end = _frameCount - 1;
int32_t L_8 = __this->get__frameCount_68();
__this->set__end_72(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)));
}
IL_0071:
{
// if (_endAt == -1 || _endAt > _frameCount - 1)
int32_t L_9 = __this->get__endAt_74();
if ((((int32_t)L_9) == ((int32_t)(-1))))
{
goto IL_008a;
}
}
{
int32_t L_10 = __this->get__endAt_74();
int32_t L_11 = __this->get__frameCount_68();
if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)))))
{
goto IL_0098;
}
}
IL_008a:
{
// _endAt = _frameCount - 1;
int32_t L_12 = __this->get__frameCount_68();
__this->set__endAt_74(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)));
}
IL_0098:
{
// if (_frame < 0 || _frame > _frameCount - 1)
int32_t L_13 = __this->get__frame_69();
if ((((int32_t)L_13) < ((int32_t)0)))
{
goto IL_00b1;
}
}
{
int32_t L_14 = __this->get__frame_69();
int32_t L_15 = __this->get__frameCount_68();
if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))))
{
goto IL_00bf;
}
}
IL_00b1:
{
// _frame = _frameCount - 1;
int32_t L_16 = __this->get__frameCount_68();
__this->set__frame_69(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
}
IL_00bf:
{
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
// _frameElapsed = 0;
__this->set__frameElapsed_76((0.0f));
// _repeatedCount = 0;
__this->set__repeatedCount_78(0);
// _reversed = false;
__this->set__reversed_77((bool)0);
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// CheckTimer();
MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.MovieClip::get_playing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MovieClip_get_playing_mB765319FE7C9BF609798F422E5D288A19ED6DD9B (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
{
// get { return _playing; }
bool L_0 = __this->get__playing_70();
return L_0;
}
}
// System.Void FairyGUI.MovieClip::set_playing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_set_playing_m598A8A1997BD131500FEBEED0CAF6E3DC698D28E (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// if (_playing != value)
bool L_0 = __this->get__playing_70();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
// _playing = value;
bool L_2 = ___value0;
__this->set__playing_70(L_2);
// CheckTimer();
MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Int32 FairyGUI.MovieClip::get_frame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MovieClip_get_frame_mBDD9E654D69844518216B30F1639DD8C21EA6236 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
{
// get { return _frame; }
int32_t L_0 = __this->get__frame_69();
return L_0;
}
}
// System.Void FairyGUI.MovieClip::set_frame(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_set_frame_m4AE01F86FCD2980FFB2A753767A7C08EF19E479E (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_frame != value)
int32_t L_0 = __this->get__frame_69();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_003c;
}
}
{
// if (_frames != null && value >= _frameCount)
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_2 = __this->get__frames_67();
if (!L_2)
{
goto IL_0024;
}
}
{
int32_t L_3 = ___value0;
int32_t L_4 = __this->get__frameCount_68();
if ((((int32_t)L_3) < ((int32_t)L_4)))
{
goto IL_0024;
}
}
{
// value = _frameCount - 1;
int32_t L_5 = __this->get__frameCount_68();
___value0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
}
IL_0024:
{
// _frame = value;
int32_t L_6 = ___value0;
__this->set__frame_69(L_6);
// _frameElapsed = 0;
__this->set__frameElapsed_76((0.0f));
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
}
IL_003c:
{
// }
return;
}
}
// System.Void FairyGUI.MovieClip::Rewind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_Rewind_m0B182D0363EA54FE5DA955AC31AAC3DE52907D3F (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
{
// _frame = 0;
__this->set__frame_69(0);
// _frameElapsed = 0;
__this->set__frameElapsed_76((0.0f));
// _reversed = false;
__this->set__reversed_77((bool)0);
// _repeatedCount = 0;
__this->set__repeatedCount_78(0);
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::SyncStatus(FairyGUI.MovieClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_SyncStatus_mFAB06752AAA5F5A6BFB433DB772E0A1F2FAB1533 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ___anotherMc0, const RuntimeMethod* method)
{
{
// _frame = anotherMc._frame;
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * L_0 = ___anotherMc0;
NullCheck(L_0);
int32_t L_1 = L_0->get__frame_69();
__this->set__frame_69(L_1);
// _frameElapsed = anotherMc._frameElapsed;
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * L_2 = ___anotherMc0;
NullCheck(L_2);
float L_3 = L_2->get__frameElapsed_76();
__this->set__frameElapsed_76(L_3);
// _reversed = anotherMc._reversed;
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * L_4 = ___anotherMc0;
NullCheck(L_4);
bool L_5 = L_4->get__reversed_77();
__this->set__reversed_77(L_5);
// _repeatedCount = anotherMc._repeatedCount;
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * L_6 = ___anotherMc0;
NullCheck(L_6);
int32_t L_7 = L_6->get__repeatedCount_78();
__this->set__repeatedCount_78(L_7);
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::Advance(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_Advance_m05E80CD015D01A2BB7A937A7A10037D4488D2D5C (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, float ___time0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip_Advance_m05E80CD015D01A2BB7A937A7A10037D4488D2D5C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
{
// int beginFrame = _frame;
int32_t L_0 = __this->get__frame_69();
V_0 = L_0;
// bool beginReversed = _reversed;
bool L_1 = __this->get__reversed_77();
V_1 = L_1;
// float backupTime = time;
float L_2 = ___time0;
V_2 = L_2;
}
IL_0010:
{
// float tt = interval + _frames[_frame].addDelay;
float L_3 = __this->get_interval_62();
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_4 = __this->get__frames_67();
int32_t L_5 = __this->get__frame_69();
NullCheck(L_4);
int32_t L_6 = L_5;
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
float L_8 = L_7->get_addDelay_1();
V_3 = ((float)il2cpp_codegen_add((float)L_3, (float)L_8));
// if (_frame == 0 && _repeatedCount > 0)
int32_t L_9 = __this->get__frame_69();
if (L_9)
{
goto IL_0044;
}
}
{
int32_t L_10 = __this->get__repeatedCount_78();
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
// tt += repeatDelay;
float L_11 = V_3;
float L_12 = __this->get_repeatDelay_64();
V_3 = ((float)il2cpp_codegen_add((float)L_11, (float)L_12));
}
IL_0044:
{
// if (time < tt)
float L_13 = ___time0;
float L_14 = V_3;
if ((!(((float)L_13) < ((float)L_14))))
{
goto IL_0058;
}
}
{
// _frameElapsed = 0;
__this->set__frameElapsed_76((0.0f));
// break;
goto IL_016a;
}
IL_0058:
{
// time -= tt;
float L_15 = ___time0;
float L_16 = V_3;
___time0 = ((float)il2cpp_codegen_subtract((float)L_15, (float)L_16));
// if (swing)
bool L_17 = __this->get_swing_63();
if (!L_17)
{
goto IL_0104;
}
}
{
// if (_reversed)
bool L_18 = __this->get__reversed_77();
if (!L_18)
{
goto IL_00b3;
}
}
{
// _frame--;
int32_t L_19 = __this->get__frame_69();
__this->set__frame_69(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)));
// if (_frame <= 0)
int32_t L_20 = __this->get__frame_69();
if ((((int32_t)L_20) > ((int32_t)0)))
{
goto IL_0137;
}
}
{
// _frame = 0;
__this->set__frame_69(0);
// _repeatedCount++;
int32_t L_21 = __this->get__repeatedCount_78();
__this->set__repeatedCount_78(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)));
// _reversed = !_reversed;
bool L_22 = __this->get__reversed_77();
__this->set__reversed_77((bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0));
// }
goto IL_0137;
}
IL_00b3:
{
// _frame++;
int32_t L_23 = __this->get__frame_69();
__this->set__frame_69(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)));
// if (_frame > _frameCount - 1)
int32_t L_24 = __this->get__frame_69();
int32_t L_25 = __this->get__frameCount_68();
if ((((int32_t)L_24) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)))))
{
goto IL_0137;
}
}
{
// _frame = Mathf.Max(0, _frameCount - 2);
int32_t L_26 = __this->get__frameCount_68();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_27 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2)), /*hidden argument*/NULL);
__this->set__frame_69(L_27);
// _repeatedCount++;
int32_t L_28 = __this->get__repeatedCount_78();
__this->set__repeatedCount_78(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)));
// _reversed = !_reversed;
bool L_29 = __this->get__reversed_77();
__this->set__reversed_77((bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0));
// }
goto IL_0137;
}
IL_0104:
{
// _frame++;
int32_t L_30 = __this->get__frame_69();
__this->set__frame_69(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)));
// if (_frame > _frameCount - 1)
int32_t L_31 = __this->get__frame_69();
int32_t L_32 = __this->get__frameCount_68();
if ((((int32_t)L_31) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)))))
{
goto IL_0137;
}
}
{
// _frame = 0;
__this->set__frame_69(0);
// _repeatedCount++;
int32_t L_33 = __this->get__repeatedCount_78();
__this->set__repeatedCount_78(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)));
}
IL_0137:
{
// if (_frame == beginFrame && _reversed == beginReversed) //?????
int32_t L_34 = __this->get__frame_69();
int32_t L_35 = V_0;
if ((!(((uint32_t)L_34) == ((uint32_t)L_35))))
{
goto IL_0010;
}
}
{
bool L_36 = __this->get__reversed_77();
bool L_37 = V_1;
if ((!(((uint32_t)L_36) == ((uint32_t)L_37))))
{
goto IL_0010;
}
}
{
// float roundTime = backupTime - time; //??????????
float L_38 = V_2;
float L_39 = ___time0;
V_4 = ((float)il2cpp_codegen_subtract((float)L_38, (float)L_39));
// time -= Mathf.FloorToInt(time / roundTime) * roundTime; //??
float L_40 = ___time0;
float L_41 = ___time0;
float L_42 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_43 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)L_41/(float)L_42)), /*hidden argument*/NULL);
float L_44 = V_4;
___time0 = ((float)il2cpp_codegen_subtract((float)L_40, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_43))), (float)L_44))));
// while (true)
goto IL_0010;
}
IL_016a:
{
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::SetPlaySettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_SetPlaySettings_mE6ACADA7EFD46E8EA9C9B8D39B8B1055F1CE6C52 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
{
// SetPlaySettings(0, -1, 0, -1);
MovieClip_SetPlaySettings_m9995A53BD9D0F959AB98FA055E79DF785C631EF6(__this, 0, (-1), 0, (-1), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_SetPlaySettings_m9995A53BD9D0F959AB98FA055E79DF785C631EF6 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, int32_t ___start0, int32_t ___end1, int32_t ___times2, int32_t ___endAt3, const RuntimeMethod* method)
{
{
// _start = start;
int32_t L_0 = ___start0;
__this->set__start_71(L_0);
// _end = end;
int32_t L_1 = ___end1;
__this->set__end_72(L_1);
// if (_end == -1 || _end > _frameCount - 1)
int32_t L_2 = __this->get__end_72();
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_0027;
}
}
{
int32_t L_3 = __this->get__end_72();
int32_t L_4 = __this->get__frameCount_68();
if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))
{
goto IL_0035;
}
}
IL_0027:
{
// _end = _frameCount - 1;
int32_t L_5 = __this->get__frameCount_68();
__this->set__end_72(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)));
}
IL_0035:
{
// _times = times;
int32_t L_6 = ___times2;
__this->set__times_73(L_6);
// _endAt = endAt;
int32_t L_7 = ___endAt3;
__this->set__endAt_74(L_7);
// if (_endAt == -1)
int32_t L_8 = __this->get__endAt_74();
if ((!(((uint32_t)L_8) == ((uint32_t)(-1)))))
{
goto IL_0059;
}
}
{
// _endAt = _end;
int32_t L_9 = __this->get__end_72();
__this->set__endAt_74(L_9);
}
IL_0059:
{
// _status = 0;
__this->set__status_75(0);
// this.frame = start;
int32_t L_10 = ___start0;
MovieClip_set_frame_m4AE01F86FCD2980FFB2A753767A7C08EF19E479E(__this, L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::OnAddedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_playing && _frameCount > 0)
bool L_0 = __this->get__playing_70();
if (!L_0)
{
goto IL_0021;
}
}
{
int32_t L_1 = __this->get__frameCount_68();
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0021;
}
}
{
// Timers.inst.AddUpdate(_timerDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_2 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_3 = __this->get__timerDelegate_79();
NullCheck(L_2);
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(L_2, L_3, /*hidden argument*/NULL);
}
IL_0021:
{
// }
return;
}
}
// System.Void FairyGUI.MovieClip::OnRemoveFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Timers.inst.Remove(_timerDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = __this->get__timerDelegate_79();
NullCheck(L_0);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::CheckTimer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// if (_playing && _frameCount > 0 && this.stage != null)
bool L_1 = __this->get__playing_70();
if (!L_1)
{
goto IL_0032;
}
}
{
int32_t L_2 = __this->get__frameCount_68();
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0032;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0032;
}
}
{
// Timers.inst.AddUpdate(_timerDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_4 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_5 = __this->get__timerDelegate_79();
NullCheck(L_4);
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(L_4, L_5, /*hidden argument*/NULL);
return;
}
IL_0032:
{
// Timers.inst.Remove(_timerDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_6 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_7 = __this->get__timerDelegate_79();
NullCheck(L_6);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_6, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.MovieClip::OnTimer(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8 (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, RuntimeObject * ___param0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (!_playing || _frameCount == 0 || _status == 3)
bool L_0 = __this->get__playing_70();
if (!L_0)
{
goto IL_0019;
}
}
{
int32_t L_1 = __this->get__frameCount_68();
if (!L_1)
{
goto IL_0019;
}
}
{
int32_t L_2 = __this->get__status_75();
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_001a;
}
}
IL_0019:
{
// return;
return;
}
IL_001a:
{
// if (ignoreEngineTimeScale)
bool L_3 = __this->get_ignoreEngineTimeScale_66();
if (!L_3)
{
goto IL_0038;
}
}
{
// dt = Time.unscaledDeltaTime;
float L_4 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
V_0 = L_4;
// if (dt > 0.1f)
float L_5 = V_0;
if ((!(((float)L_5) > ((float)(0.1f)))))
{
goto IL_003e;
}
}
{
// dt = 0.1f;
V_0 = (0.1f);
// }
goto IL_003e;
}
IL_0038:
{
// dt = Time.deltaTime;
float L_6 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL);
V_0 = L_6;
}
IL_003e:
{
// if (timeScale != 1)
float L_7 = __this->get_timeScale_65();
if ((((float)L_7) == ((float)(1.0f))))
{
goto IL_0054;
}
}
{
// dt *= timeScale;
float L_8 = V_0;
float L_9 = __this->get_timeScale_65();
V_0 = ((float)il2cpp_codegen_multiply((float)L_8, (float)L_9));
}
IL_0054:
{
// _frameElapsed += dt;
float L_10 = __this->get__frameElapsed_76();
float L_11 = V_0;
__this->set__frameElapsed_76(((float)il2cpp_codegen_add((float)L_10, (float)L_11)));
// float tt = interval + _frames[_frame].addDelay;
float L_12 = __this->get_interval_62();
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_13 = __this->get__frames_67();
int32_t L_14 = __this->get__frame_69();
NullCheck(L_13);
int32_t L_15 = L_14;
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_16);
float L_17 = L_16->get_addDelay_1();
V_1 = ((float)il2cpp_codegen_add((float)L_12, (float)L_17));
// if (_frame == 0 && _repeatedCount > 0)
int32_t L_18 = __this->get__frame_69();
if (L_18)
{
goto IL_0096;
}
}
{
int32_t L_19 = __this->get__repeatedCount_78();
if ((((int32_t)L_19) <= ((int32_t)0)))
{
goto IL_0096;
}
}
{
// tt += repeatDelay;
float L_20 = V_1;
float L_21 = __this->get_repeatDelay_64();
V_1 = ((float)il2cpp_codegen_add((float)L_20, (float)L_21));
}
IL_0096:
{
// if (_frameElapsed < tt)
float L_22 = __this->get__frameElapsed_76();
float L_23 = V_1;
if ((!(((float)L_22) < ((float)L_23))))
{
goto IL_00a0;
}
}
{
// return;
return;
}
IL_00a0:
{
// _frameElapsed -= tt;
float L_24 = __this->get__frameElapsed_76();
float L_25 = V_1;
__this->set__frameElapsed_76(((float)il2cpp_codegen_subtract((float)L_24, (float)L_25)));
// if (_frameElapsed > interval)
float L_26 = __this->get__frameElapsed_76();
float L_27 = __this->get_interval_62();
if ((!(((float)L_26) > ((float)L_27))))
{
goto IL_00c8;
}
}
{
// _frameElapsed = interval;
float L_28 = __this->get_interval_62();
__this->set__frameElapsed_76(L_28);
}
IL_00c8:
{
// if (swing)
bool L_29 = __this->get_swing_63();
if (!L_29)
{
goto IL_016f;
}
}
{
// if (_reversed)
bool L_30 = __this->get__reversed_77();
if (!L_30)
{
goto IL_011e;
}
}
{
// _frame--;
int32_t L_31 = __this->get__frame_69();
__this->set__frame_69(((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)));
// if (_frame <= 0)
int32_t L_32 = __this->get__frame_69();
if ((((int32_t)L_32) > ((int32_t)0)))
{
goto IL_01a2;
}
}
{
// _frame = 0;
__this->set__frame_69(0);
// _repeatedCount++;
int32_t L_33 = __this->get__repeatedCount_78();
__this->set__repeatedCount_78(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)));
// _reversed = !_reversed;
bool L_34 = __this->get__reversed_77();
__this->set__reversed_77((bool)((((int32_t)L_34) == ((int32_t)0))? 1 : 0));
// }
goto IL_01a2;
}
IL_011e:
{
// _frame++;
int32_t L_35 = __this->get__frame_69();
__this->set__frame_69(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)));
// if (_frame > _frameCount - 1)
int32_t L_36 = __this->get__frame_69();
int32_t L_37 = __this->get__frameCount_68();
if ((((int32_t)L_36) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)))))
{
goto IL_01a2;
}
}
{
// _frame = Mathf.Max(0, _frameCount - 2);
int32_t L_38 = __this->get__frameCount_68();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_39 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)2)), /*hidden argument*/NULL);
__this->set__frame_69(L_39);
// _repeatedCount++;
int32_t L_40 = __this->get__repeatedCount_78();
__this->set__repeatedCount_78(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)));
// _reversed = !_reversed;
bool L_41 = __this->get__reversed_77();
__this->set__reversed_77((bool)((((int32_t)L_41) == ((int32_t)0))? 1 : 0));
// }
goto IL_01a2;
}
IL_016f:
{
// _frame++;
int32_t L_42 = __this->get__frame_69();
__this->set__frame_69(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)));
// if (_frame > _frameCount - 1)
int32_t L_43 = __this->get__frame_69();
int32_t L_44 = __this->get__frameCount_68();
if ((((int32_t)L_43) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)))))
{
goto IL_01a2;
}
}
{
// _frame = 0;
__this->set__frame_69(0);
// _repeatedCount++;
int32_t L_45 = __this->get__repeatedCount_78();
__this->set__repeatedCount_78(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)));
}
IL_01a2:
{
// if (_status == 1) //new loop
int32_t L_46 = __this->get__status_75();
if ((!(((uint32_t)L_46) == ((uint32_t)1))))
{
goto IL_01d0;
}
}
{
// _frame = _start;
int32_t L_47 = __this->get__start_71();
__this->set__frame_69(L_47);
// _frameElapsed = 0;
__this->set__frameElapsed_76((0.0f));
// _status = 0;
__this->set__status_75(0);
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// }
return;
}
IL_01d0:
{
// else if (_status == 2) //ending
int32_t L_48 = __this->get__status_75();
if ((!(((uint32_t)L_48) == ((uint32_t)2))))
{
goto IL_020b;
}
}
{
// _frame = _endAt;
int32_t L_49 = __this->get__endAt_74();
__this->set__frame_69(L_49);
// _frameElapsed = 0;
__this->set__frameElapsed_76((0.0f));
// _status = 3; //ended
__this->set__status_75(3);
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// DispatchEvent("onPlayEnd", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralB6AF838F2104B3F16A97C65CC804C44EDC5F0C47, NULL, /*hidden argument*/NULL);
// }
return;
}
IL_020b:
{
// DrawFrame();
MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F(__this, /*hidden argument*/NULL);
// if (_frame == _end)
int32_t L_50 = __this->get__frame_69();
int32_t L_51 = __this->get__end_72();
if ((!(((uint32_t)L_50) == ((uint32_t)L_51))))
{
goto IL_025d;
}
}
{
// if (_times > 0)
int32_t L_52 = __this->get__times_73();
if ((((int32_t)L_52) <= ((int32_t)0)))
{
goto IL_024e;
}
}
{
// _times--;
int32_t L_53 = __this->get__times_73();
__this->set__times_73(((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)));
// if (_times == 0)
int32_t L_54 = __this->get__times_73();
if (L_54)
{
goto IL_0246;
}
}
{
// _status = 2; //ending
__this->set__status_75(2);
return;
}
IL_0246:
{
// _status = 1; //new loop
__this->set__status_75(1);
// }
return;
}
IL_024e:
{
// else if (_start != 0)
int32_t L_55 = __this->get__start_71();
if (!L_55)
{
goto IL_025d;
}
}
{
// _status = 1; //new loop
__this->set__status_75(1);
}
IL_025d:
{
// }
return;
}
}
// System.Void FairyGUI.MovieClip::DrawFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovieClip_DrawFrame_m034AFD235185C3BFC7D83AB0ED959A4983540F5F (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * V_0 = NULL;
{
// if (_frameCount > 0)
int32_t L_0 = __this->get__frameCount_68();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0028;
}
}
{
// Frame frame = _frames[_frame];
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_1 = __this->get__frames_67();
int32_t L_2 = __this->get__frame_69();
NullCheck(L_1);
int32_t L_3 = L_2;
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_0 = L_4;
// graphics.texture = frame.texture;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_6 = V_0;
NullCheck(L_6);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = L_6->get_texture_0();
NullCheck(L_5);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_5, L_7, /*hidden argument*/NULL);
}
IL_0028:
{
// }
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.MovieClip_Frame::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frame__ctor_m98ADF318EBBD245ACB695A451EEFD51D76FB8E61 (Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * __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.NAudioClip::.ctor(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NAudioClip__ctor_mA37D5984877FD05190029E53F49E6424090518BC (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___audioClip0, const RuntimeMethod* method)
{
{
// public NAudioClip(AudioClip audioClip)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// nativeClip = audioClip;
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_0 = ___audioClip0;
__this->set_nativeClip_1(L_0);
// }
return;
}
}
// System.Void FairyGUI.NAudioClip::Unload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958 (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (nativeClip == null)
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_0 = __this->get_nativeClip_1();
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_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// if (destroyMethod == DestroyMethod.Unload)
int32_t L_2 = __this->get_destroyMethod_0();
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0025;
}
}
{
// Resources.UnloadAsset(nativeClip);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_3 = __this->get_nativeClip_1();
Resources_UnloadAsset_m066BEEBB51255EF3C0120EA4CF2300CA448FAF64(L_3, /*hidden argument*/NULL);
goto IL_0039;
}
IL_0025:
{
// else if (destroyMethod == DestroyMethod.Destroy)
int32_t L_4 = __this->get_destroyMethod_0();
if (L_4)
{
goto IL_0039;
}
}
{
// Object.DestroyImmediate(nativeClip, true);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_5 = __this->get_nativeClip_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mFCE7947857C832BCBB366FCCE50072ACAD9A4C51(L_5, (bool)1, /*hidden argument*/NULL);
}
IL_0039:
{
// nativeClip = null;
__this->set_nativeClip_1((AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.NAudioClip::Reload(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NAudioClip_Reload_m2CB6144ACF90F38206D4162539336AC467CD5AFC (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___audioClip0, const RuntimeMethod* method)
{
{
// nativeClip = audioClip;
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_0 = ___audioClip0;
__this->set_nativeClip_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
// UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_gameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_gameObject_m11B4F80F29EC9A73122AC18D564B42CB619F6ED1 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CgameObjectU3Ek__BackingField_0(L_0);
return;
}
}
// UnityEngine.MeshFilter FairyGUI.NGraphics::get_meshFilter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * NGraphics_get_meshFilter_m08A02382147CBA67E1EAE5C2F7CAA8A5A6FE3523 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public MeshFilter meshFilter { get; private set; }
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_0 = __this->get_U3CmeshFilterU3Ek__BackingField_1();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_meshFilter(UnityEngine.MeshFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_meshFilter_m2E5F6A118AA28F7F06A18B09033C34CA4B00D659 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___value0, const RuntimeMethod* method)
{
{
// public MeshFilter meshFilter { get; private set; }
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_0 = ___value0;
__this->set_U3CmeshFilterU3Ek__BackingField_1(L_0);
return;
}
}
// UnityEngine.MeshRenderer FairyGUI.NGraphics::get_meshRenderer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public MeshRenderer meshRenderer { get; private set; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = __this->get_U3CmeshRendererU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_meshRenderer(UnityEngine.MeshRenderer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_meshRenderer_mE69AADF62CE24094BE21F3E06BDFCE6E3EBEE47B (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___value0, const RuntimeMethod* method)
{
{
// public MeshRenderer meshRenderer { get; private set; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = ___value0;
__this->set_U3CmeshRendererU3Ek__BackingField_2(L_0);
return;
}
}
// UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public Mesh mesh { get; private set; }
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_U3CmeshU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_mesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_mesh_m9E30B495CB741D6D53A6040A629B65ABD547A88F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___value0, const RuntimeMethod* method)
{
{
// public Mesh mesh { get; private set; }
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___value0;
__this->set_U3CmeshU3Ek__BackingField_3(L_0);
return;
}
}
// System.Void FairyGUI.NGraphics::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public NGraphics(GameObject gameObject)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.gameObject = gameObject;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___gameObject0;
NGraphics_set_gameObject_m11B4F80F29EC9A73122AC18D564B42CB619F6ED1_inline(__this, L_0, /*hidden argument*/NULL);
// _alpha = 1f;
__this->set__alpha_14((1.0f));
// _shader = ShaderConfig.imageShader;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_1 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_imageShader_1();
__this->set__shader_8(L_1);
// _color = Color.white;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
__this->set__color_15(L_2);
// _meshFactory = this;
__this->set__meshFactory_13(__this);
// meshFilter = gameObject.AddComponent<MeshFilter>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = ___gameObject0;
NullCheck(L_3);
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_4 = GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4(L_3, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4_RuntimeMethod_var);
NGraphics_set_meshFilter_m2E5F6A118AA28F7F06A18B09033C34CA4B00D659_inline(__this, L_4, /*hidden argument*/NULL);
// meshRenderer = gameObject.AddComponent<MeshRenderer>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = ___gameObject0;
NullCheck(L_5);
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_6 = GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E(L_5, /*hidden argument*/GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E_RuntimeMethod_var);
NGraphics_set_meshRenderer_mE69AADF62CE24094BE21F3E06BDFCE6E3EBEE47B_inline(__this, L_6, /*hidden argument*/NULL);
// meshRenderer.shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_7 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
Renderer_set_shadowCastingMode_mC7E601EE9B32B63097B216C78ED4F854B0AF21EC(L_7, 0, /*hidden argument*/NULL);
// meshRenderer.reflectionProbeUsage = UnityEngine.Rendering.ReflectionProbeUsage.Off;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_8 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
Renderer_set_reflectionProbeUsage_mB1E5A77AB7204CA2FD3AE3294D2CBC0EF352DD08(L_8, 0, /*hidden argument*/NULL);
// meshRenderer.receiveShadows = false;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_9 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
Renderer_set_receiveShadows_mD2BD2FF58156E328677EAE5E175D2069BC2925A0(L_9, (bool)0, /*hidden argument*/NULL);
// mesh = new Mesh();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_10 = (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)il2cpp_codegen_object_new(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var);
Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4(L_10, /*hidden argument*/NULL);
NGraphics_set_mesh_m9E30B495CB741D6D53A6040A629B65ABD547A88F_inline(__this, L_10, /*hidden argument*/NULL);
// mesh.name = gameObject.name;
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_11 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = ___gameObject0;
NullCheck(L_12);
String_t* L_13 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_11, L_13, /*hidden argument*/NULL);
// mesh.MarkDynamic();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_14 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
Mesh_MarkDynamic_m554A9D7214E30E4F8F0515B712F3E3FA6D695A5F(L_14, /*hidden argument*/NULL);
// meshFilter.mesh = mesh;
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_15 = NGraphics_get_meshFilter_m08A02382147CBA67E1EAE5C2F7CAA8A5A6FE3523_inline(__this, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_16 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
MeshFilter_set_mesh_mA18AA96C75CC91CF0917BA1F437626499FAAF496(L_15, L_16, /*hidden argument*/NULL);
// meshFilter.hideFlags = DisplayOptions.hideFlags;
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_17 = NGraphics_get_meshFilter_m08A02382147CBA67E1EAE5C2F7CAA8A5A6FE3523_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_18 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_17);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_17, L_18, /*hidden argument*/NULL);
// meshRenderer.hideFlags = DisplayOptions.hideFlags;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_19 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
int32_t L_20 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_19);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_19, L_20, /*hidden argument*/NULL);
// mesh.hideFlags = DisplayOptions.hideFlags;
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_21 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
int32_t L_22 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_21);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_21, L_22, /*hidden argument*/NULL);
// Stats.LatestGraphicsCreation++;
int32_t L_23 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_LatestGraphicsCreation_3();
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestGraphicsCreation_3(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)));
// }
return;
}
}
// FairyGUI.IMeshFactory FairyGUI.NGraphics::get_meshFactory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NGraphics_get_meshFactory_m317FF76BDAA12C831E2781E8C3E5E4923064FE24 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _meshFactory; }
RuntimeObject* L_0 = __this->get__meshFactory_13();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
// if (_meshFactory != value)
RuntimeObject* L_0 = __this->get__meshFactory_13();
RuntimeObject* L_1 = ___value0;
if ((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1)))
{
goto IL_0017;
}
}
{
// _meshFactory = value;
RuntimeObject* L_2 = ___value0;
__this->set__meshFactory_13(L_2);
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
}
IL_0017:
{
// }
return;
}
}
// UnityEngine.Rect FairyGUI.NGraphics::get_contentRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE NGraphics_get_contentRect_mC18E0CC14EF694045DD5B634C530309035175762 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _contentRect; }
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = __this->get__contentRect_17();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_contentRect(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_contentRect_m3261EF99328B0E6D46293FC7BACDB18813E6F374 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method)
{
{
// _contentRect = value;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___value0;
__this->set__contentRect_17(L_0);
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
// }
return;
}
}
// FairyGUI.FlipType FairyGUI.NGraphics::get_flip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _flip; }
int32_t L_0 = __this->get__flip_18();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_flip(FairyGUI.FlipType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_flip_m45D371F7AFCA67880CF8BD619EC5559996738D20 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_flip != value)
int32_t L_0 = __this->get__flip_18();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0017;
}
}
{
// _flip = value;
int32_t L_2 = ___value0;
__this->set__flip_18(L_2);
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
}
IL_0017:
{
// }
return;
}
}
// FairyGUI.NTexture FairyGUI.NGraphics::get_texture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _texture; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * G_B5_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * G_B4_0 = NULL;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * G_B6_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * G_B6_1 = NULL;
{
// if (_texture != value)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = ___value0;
if ((((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_1)))
{
goto IL_0054;
}
}
{
// _texture = value;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_2 = ___value0;
__this->set__texture_7(L_2);
// if (_customMatarial && _material != null)
bool L_3 = __this->get__customMatarial_10();
if (!L_3)
{
goto IL_0047;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = __this->get__material_9();
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_0047;
}
}
{
// _material.mainTexture = _texture != null ? _texture.nativeTexture : null;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = __this->get__material_9();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = __this->get__texture_7();
G_B4_0 = L_6;
if (L_7)
{
G_B5_0 = L_6;
goto IL_0037;
}
}
{
G_B6_0 = ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)(NULL));
G_B6_1 = G_B4_0;
goto IL_0042;
}
IL_0037:
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = __this->get__texture_7();
NullCheck(L_8);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_9 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_8, /*hidden argument*/NULL);
G_B6_0 = L_9;
G_B6_1 = G_B5_0;
}
IL_0042:
{
NullCheck(G_B6_1);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(G_B6_1, G_B6_0, /*hidden argument*/NULL);
}
IL_0047:
{
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
// UpdateManager();
NGraphics_UpdateManager_m986E6DC414D4DF2EAB3DC3E514FE43E8AC4E00E6(__this, /*hidden argument*/NULL);
}
IL_0054:
{
// }
return;
}
}
// System.String FairyGUI.NGraphics::get_shader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NGraphics_get_shader_m870C5803B7027A055FBE8B1079C0F254483F583B (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _shader; }
String_t* L_0 = __this->get__shader_8();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_shader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_shader_m5EA8CC88A274B5B308B9364AC6193CEABC3E62FF (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _shader = value;
String_t* L_0 = ___value0;
__this->set__shader_8(L_0);
// UpdateManager();
NGraphics_UpdateManager_m986E6DC414D4DF2EAB3DC3E514FE43E8AC4E00E6(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NGraphics::SetShaderAndTexture(System.String,FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, String_t* ___shader0, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * G_B4_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * G_B3_0 = NULL;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * G_B5_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * G_B5_1 = NULL;
{
// _shader = shader;
String_t* L_0 = ___shader0;
__this->set__shader_8(L_0);
// _texture = texture;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = ___texture1;
__this->set__texture_7(L_1);
// if (_customMatarial && _material != null)
bool L_2 = __this->get__customMatarial_10();
if (!L_2)
{
goto IL_0045;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0045;
}
}
{
// _material.mainTexture = _texture != null ? _texture.nativeTexture : null;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get__material_9();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = __this->get__texture_7();
G_B3_0 = L_5;
if (L_6)
{
G_B4_0 = L_5;
goto IL_0035;
}
}
{
G_B5_0 = ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)(NULL));
G_B5_1 = G_B3_0;
goto IL_0040;
}
IL_0035:
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = __this->get__texture_7();
NullCheck(L_7);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_8 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_7, /*hidden argument*/NULL);
G_B5_0 = L_8;
G_B5_1 = G_B4_0;
}
IL_0040:
{
NullCheck(G_B5_1);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(G_B5_1, G_B5_0, /*hidden argument*/NULL);
}
IL_0045:
{
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
// UpdateManager();
NGraphics_UpdateManager_m986E6DC414D4DF2EAB3DC3E514FE43E8AC4E00E6(__this, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Material FairyGUI.NGraphics::get_material()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * NGraphics_get_material_mFCAE729EB1780226A82754E772A34996B1D367B7 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _material; }
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get__material_9();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_material(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _material = value;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___value0;
__this->set__material_9(L_0);
// if (_material != null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004c;
}
}
{
// _customMatarial = true;
__this->set__customMatarial_10((bool)1);
// meshRenderer.sharedMaterial = _material;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_3 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = __this->get__material_9();
NullCheck(L_3);
Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3(L_3, L_4, /*hidden argument*/NULL);
// if (_texture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = __this->get__texture_7();
if (!L_5)
{
goto IL_005f;
}
}
{
// _material.mainTexture = _texture.nativeTexture;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = __this->get__material_9();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = __this->get__texture_7();
NullCheck(L_7);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_8 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(L_6, L_8, /*hidden argument*/NULL);
// }
return;
}
IL_004c:
{
// _customMatarial = false;
__this->set__customMatarial_10((bool)0);
// meshRenderer.sharedMaterial = null;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_9 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3(L_9, (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL, /*hidden argument*/NULL);
}
IL_005f:
{
// }
return;
}
}
// System.String[] FairyGUI.NGraphics::get_materialKeywords()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* NGraphics_get_materialKeywords_mBDFF9903CFD363A7C814D3C45A255AA2E3263F28 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _materialKeywords; }
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get__materialKeywords_12();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_materialKeywords(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_materialKeywords_m66A4AF0DD58E5C308E33FE46C3B43660801886B6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method)
{
{
// _materialKeywords = value;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value0;
__this->set__materialKeywords_12(L_0);
// UpdateManager();
NGraphics_UpdateManager_m986E6DC414D4DF2EAB3DC3E514FE43E8AC4E00E6(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NGraphics::UpdateManager()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_UpdateManager_m986E6DC414D4DF2EAB3DC3E514FE43E8AC4E00E6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * V_0 = NULL;
{
// if (_texture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
if (!L_0)
{
goto IL_0022;
}
}
{
// mm = _texture.GetMaterialManager(_shader, _materialKeywords);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__texture_7();
String_t* L_2 = __this->get__shader_8();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get__materialKeywords_12();
NullCheck(L_1);
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_4 = NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045(L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0024;
}
IL_0022:
{
// mm = null;
V_0 = (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *)NULL;
}
IL_0024:
{
// if (_manager != null && _manager != mm)
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_5 = __this->get__manager_11();
if (!L_5)
{
goto IL_0040;
}
}
{
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_6 = __this->get__manager_11();
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_7 = V_0;
if ((((RuntimeObject*)(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *)L_6) == ((RuntimeObject*)(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *)L_7)))
{
goto IL_0040;
}
}
{
// _manager.Release();
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_8 = __this->get__manager_11();
NullCheck(L_8);
MaterialManager_Release_mE44580349B54AA216C5663CF0B55C004B2B2FBE0(L_8, /*hidden argument*/NULL);
}
IL_0040:
{
// _manager = mm;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_9 = V_0;
__this->set__manager_11(L_9);
// }
return;
}
}
// System.Boolean FairyGUI.NGraphics::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NGraphics_get_enabled_mC9685566F9E86AFD7DDFA655087497BE86E670CA (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return meshRenderer.enabled; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = Renderer_get_enabled_m40E07BB15DA58D2EF6F6796C6778163107DD7E1B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { meshRenderer.enabled = value; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
bool L_1 = ___value0;
NullCheck(L_0);
Renderer_set_enabled_m0933766657F2685BAAE3340B0A984C0E63925303(L_0, L_1, /*hidden argument*/NULL);
// set { meshRenderer.enabled = value; }
return;
}
}
// System.Int32 FairyGUI.NGraphics::get_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NGraphics_get_sortingOrder_mFBC570F0C774848ED2A1D2C649EECE14EA8C31B5 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return meshRenderer.sortingOrder; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.NGraphics::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_sortingOrder_m84DB7070DB04433D5205B8F21CB3CE1620D159BF (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { meshRenderer.sortingOrder = value; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
int32_t L_1 = ___value0;
NullCheck(L_0);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_0, L_1, /*hidden argument*/NULL);
// set { meshRenderer.sortingOrder = value; }
return;
}
}
// System.Void FairyGUI.NGraphics::_SetStencilEraserOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__SetStencilEraserOrder_m7C7973E60F9C3B942AA791D933CCB823231D76A0 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _stencilEraser.meshRenderer.sortingOrder = value;
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_0 = __this->get__stencilEraser_24();
NullCheck(L_0);
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_1 = L_0->get_meshRenderer_2();
int32_t L_2 = ___value0;
NullCheck(L_1);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Color FairyGUI.NGraphics::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 NGraphics_get_color_m66429820875740D0222CD954DDDD27B7898DCDCA (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _color; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get__color_15();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { _color = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set__color_15(L_0);
// set { _color = value; }
return;
}
}
// System.Void FairyGUI.NGraphics::Tint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_Tint_mA6F19B6CEAA76F2EF9324A0AB473A50DF99D2740 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_Tint_mA6F19B6CEAA76F2EF9324A0AB473A50DF99D2740_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * V_1 = NULL;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * V_2 = NULL;
int32_t V_3 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_4;
memset((&V_4), 0, sizeof(V_4));
float G_B7_0 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B7_1 = NULL;
float G_B6_0 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B6_1 = NULL;
int32_t G_B8_0 = 0;
float G_B8_1 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B8_2 = NULL;
{
// if (_meshDirty)
bool L_0 = __this->get__meshDirty_16();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// int vertCount = mesh.vertexCount;
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_1 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (vertCount == 0)
int32_t L_3 = V_0;
if (L_3)
{
goto IL_0019;
}
}
{
// return;
return;
}
IL_0019:
{
// VertexBuffer vb = VertexBuffer.Begin();
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D(/*hidden argument*/NULL);
V_1 = L_4;
// mesh.GetColors(vb.colors);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_5 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = V_1;
NullCheck(L_6);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_7 = L_6->get_colors_4();
NullCheck(L_5);
Mesh_GetColors_m1D94BEC61A797368CCCB5A4CC310FDED083435F6(L_5, L_7, /*hidden argument*/NULL);
// List<Color32> colors = vb.colors;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = V_1;
NullCheck(L_8);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_9 = L_8->get_colors_4();
V_2 = L_9;
// for (int i = 0; i < vertCount; i++)
V_3 = 0;
goto IL_0080;
}
IL_003b:
{
// Color32 col = _color;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = __this->get__color_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_11 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_10, /*hidden argument*/NULL);
V_4 = L_11;
// col.a = (byte)(_alpha * (hasAlphaBackup ? _alphaBackup[i] : (byte)255));
float L_12 = __this->get__alpha_14();
bool L_13 = __this->get_hasAlphaBackup_21();
G_B6_0 = L_12;
G_B6_1 = (&V_4);
if (L_13)
{
G_B7_0 = L_12;
G_B7_1 = (&V_4);
goto IL_005f;
}
}
{
G_B8_0 = ((int32_t)255);
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
goto IL_006b;
}
IL_005f:
{
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_14 = __this->get__alphaBackup_22();
int32_t L_15 = V_3;
NullCheck(L_14);
uint8_t L_16 = List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_RuntimeMethod_var);
G_B8_0 = ((int32_t)(L_16));
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
}
IL_006b:
{
G_B8_2->set_a_4((uint8_t)(il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply((float)G_B8_1, (float)(((float)((float)G_B8_0))))))));
// colors[i] = col;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_17 = V_2;
int32_t L_18 = V_3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_19 = V_4;
NullCheck(L_17);
List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C(L_17, L_18, L_19, /*hidden argument*/List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var);
// for (int i = 0; i < vertCount; i++)
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0080:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_21 = V_3;
int32_t L_22 = V_0;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_003b;
}
}
{
// mesh.SetColors(vb.colors);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_23 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_24 = V_1;
NullCheck(L_24);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_25 = L_24->get_colors_4();
NullCheck(L_23);
Mesh_SetColors_m237E41213E82D4BB882ED96FD81A17D9366590CF(L_23, L_25, /*hidden argument*/NULL);
// vb.End();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_26 = V_1;
NullCheck(L_26);
VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9(L_26, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NGraphics::ChangeAlpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_ChangeAlpha_m59C59B56D3C8156A75E945FD61649F8EA13D2AE7 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_ChangeAlpha_m59C59B56D3C8156A75E945FD61649F8EA13D2AE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * V_1 = NULL;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * V_2 = NULL;
int32_t V_3 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_4;
memset((&V_4), 0, sizeof(V_4));
float G_B5_0 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B5_1 = NULL;
float G_B4_0 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B4_1 = NULL;
int32_t G_B6_0 = 0;
float G_B6_1 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B6_2 = NULL;
{
// _alpha = value;
float L_0 = ___value0;
__this->set__alpha_14(L_0);
// int vertCount = mesh.vertexCount;
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_1 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (vertCount == 0)
int32_t L_3 = V_0;
if (L_3)
{
goto IL_0017;
}
}
{
// return;
return;
}
IL_0017:
{
// VertexBuffer vb = VertexBuffer.Begin();
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D(/*hidden argument*/NULL);
V_1 = L_4;
// mesh.GetColors(vb.colors);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_5 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = V_1;
NullCheck(L_6);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_7 = L_6->get_colors_4();
NullCheck(L_5);
Mesh_GetColors_m1D94BEC61A797368CCCB5A4CC310FDED083435F6(L_5, L_7, /*hidden argument*/NULL);
// List<Color32> colors = vb.colors;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = V_1;
NullCheck(L_8);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_9 = L_8->get_colors_4();
V_2 = L_9;
// for (int i = 0; i < vertCount; i++)
V_3 = 0;
goto IL_007a;
}
IL_0039:
{
// Color32 col = colors[i];
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_10 = V_2;
int32_t L_11 = V_3;
NullCheck(L_10);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_12 = List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_RuntimeMethod_var);
V_4 = L_12;
// col.a = (byte)(_alpha * (hasAlphaBackup ? _alphaBackup[i] : (byte)255));
float L_13 = __this->get__alpha_14();
bool L_14 = __this->get_hasAlphaBackup_21();
G_B4_0 = L_13;
G_B4_1 = (&V_4);
if (L_14)
{
G_B5_0 = L_13;
G_B5_1 = (&V_4);
goto IL_0059;
}
}
{
G_B6_0 = ((int32_t)255);
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0065;
}
IL_0059:
{
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_15 = __this->get__alphaBackup_22();
int32_t L_16 = V_3;
NullCheck(L_15);
uint8_t L_17 = List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_inline(L_15, L_16, /*hidden argument*/List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_RuntimeMethod_var);
G_B6_0 = ((int32_t)(L_17));
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0065:
{
G_B6_2->set_a_4((uint8_t)(il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply((float)G_B6_1, (float)(((float)((float)G_B6_0))))))));
// colors[i] = col;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_18 = V_2;
int32_t L_19 = V_3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_20 = V_4;
NullCheck(L_18);
List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C(L_18, L_19, L_20, /*hidden argument*/List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var);
// for (int i = 0; i < vertCount; i++)
int32_t L_21 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_007a:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_22 = V_3;
int32_t L_23 = V_0;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0039;
}
}
{
// mesh.SetColors(vb.colors);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_24 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_25 = V_1;
NullCheck(L_25);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_26 = L_25->get_colors_4();
NullCheck(L_24);
Mesh_SetColors_m237E41213E82D4BB882ED96FD81A17D9366590CF(L_24, L_26, /*hidden argument*/NULL);
// vb.End();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_27 = V_1;
NullCheck(L_27);
VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9(L_27, /*hidden argument*/NULL);
// }
return;
}
}
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::get_vertexMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 NGraphics_get_vertexMatrix_m121430B7EE43B12A7EF86710E163F28BCE9738DA (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _vertexMatrix; }
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_0 = __this->get__vertexMatrix_19();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_vertexMatrix(System.Nullable`1<UnityEngine.Matrix4x4>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_vertexMatrix_m89B9DC0BBB8BA85008B6D53172A83AD1D4BFC068 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ___value0, const RuntimeMethod* method)
{
{
// _vertexMatrix = value;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_0 = ___value0;
__this->set__vertexMatrix_19(L_0);
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
// }
return;
}
}
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::get_cameraPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 NGraphics_get_cameraPosition_m24F71EB6417BD85C37A2212902D5A38C064FC8AE (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _cameraPosition; }
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 L_0 = __this->get__cameraPosition_20();
return L_0;
}
}
// System.Void FairyGUI.NGraphics::set_cameraPosition(System.Nullable`1<UnityEngine.Vector3>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_cameraPosition_m8030526E3508EA6E23CB374C3CC55E0EA8328A1F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ___value0, const RuntimeMethod* method)
{
{
// _cameraPosition = value;
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 L_0 = ___value0;
__this->set__cameraPosition_20(L_0);
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
// }
return;
}
}
// System.Void FairyGUI.NGraphics::SetMeshDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// _meshDirty = true;
__this->set__meshDirty_16((bool)1);
// }
return;
}
}
// System.Boolean FairyGUI.NGraphics::UpdateMesh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NGraphics_UpdateMesh_m3B1C4638DA98D85BD7AE5F8B43EEBDE20B6D444D (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// if (_meshDirty)
bool L_0 = __this->get__meshDirty_16();
if (!L_0)
{
goto IL_0010;
}
}
{
// UpdateMeshNow();
NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6(__this, /*hidden argument*/NULL);
// return true;
return (bool)1;
}
IL_0010:
{
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.NGraphics::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (mesh != null)
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0034;
}
}
{
// if (Application.isPlaying)
bool L_2 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_2)
{
goto IL_0022;
}
}
{
// UnityEngine.Object.Destroy(mesh);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_3 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_3, /*hidden argument*/NULL);
goto IL_002d;
}
IL_0022:
{
// UnityEngine.Object.DestroyImmediate(mesh);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_4, /*hidden argument*/NULL);
}
IL_002d:
{
// mesh = null;
NGraphics_set_mesh_m9E30B495CB741D6D53A6040A629B65ABD547A88F_inline(__this, (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)NULL, /*hidden argument*/NULL);
}
IL_0034:
{
// if (_manager != null)
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_5 = __this->get__manager_11();
if (!L_5)
{
goto IL_004e;
}
}
{
// _manager.Release();
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_6 = __this->get__manager_11();
NullCheck(L_6);
MaterialManager_Release_mE44580349B54AA216C5663CF0B55C004B2B2FBE0(L_6, /*hidden argument*/NULL);
// _manager = null;
__this->set__manager_11((MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *)NULL);
}
IL_004e:
{
// _material = null;
__this->set__material_9((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
// meshRenderer = null;
NGraphics_set_meshRenderer_mE69AADF62CE24094BE21F3E06BDFCE6E3EBEE47B_inline(__this, (MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED *)NULL, /*hidden argument*/NULL);
// meshFilter = null;
NGraphics_set_meshFilter_m2E5F6A118AA28F7F06A18B09033C34CA4B00D659_inline(__this, (MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 *)NULL, /*hidden argument*/NULL);
// _stencilEraser = null;
__this->set__stencilEraser_24((StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B *)NULL);
// meshModifier = null;
__this->set_meshModifier_6((MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.NGraphics::Update(FairyGUI.UpdateContext,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, float ___alpha1, bool ___grayed2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
int32_t G_B14_0 = 0;
int32_t G_B19_0 = 0;
int32_t G_B23_0 = 0;
int32_t G_B27_0 = 0;
int32_t G_B40_0 = 0;
{
// Stats.GraphicsCount++;
int32_t L_0 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_GraphicsCount_1();
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_GraphicsCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
// if (_meshDirty)
bool L_1 = __this->get__meshDirty_16();
if (!L_1)
{
goto IL_0023;
}
}
{
// _alpha = alpha;
float L_2 = ___alpha1;
__this->set__alpha_14(L_2);
// UpdateMeshNow();
NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6(__this, /*hidden argument*/NULL);
// }
goto IL_0033;
}
IL_0023:
{
// else if (_alpha != alpha)
float L_3 = __this->get__alpha_14();
float L_4 = ___alpha1;
if ((((float)L_3) == ((float)L_4)))
{
goto IL_0033;
}
}
{
// ChangeAlpha(alpha);
float L_5 = ___alpha1;
NGraphics_ChangeAlpha_m59C59B56D3C8156A75E945FD61649F8EA13D2AE7(__this, L_5, /*hidden argument*/NULL);
}
IL_0033:
{
// uint clipId = context.clipInfo.clipId;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_6 = ___context0;
NullCheck(L_6);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_7 = L_6->get_address_of_clipInfo_2();
uint32_t L_8 = L_7->get_clipId_4();
V_0 = L_8;
// int matType = 0;
V_1 = 0;
// NMaterial nm = null;
V_2 = (NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C *)NULL;
// if (!_customMatarial)
bool L_9 = __this->get__customMatarial_10();
if (L_9)
{
goto IL_0119;
}
}
{
// if (_manager != null)
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_10 = __this->get__manager_11();
if (!L_10)
{
goto IL_00f9;
}
}
{
// if (context.clipped && !dontClip)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_11 = ___context0;
NullCheck(L_11);
bool L_12 = L_11->get_clipped_1();
if (!L_12)
{
goto IL_00a9;
}
}
{
bool L_13 = __this->get_dontClip_5();
if (L_13)
{
goto IL_00a9;
}
}
{
// if (_maskFlag == 1)
int32_t L_14 = __this->get__maskFlag_23();
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_0076;
}
}
{
// matType = 6;
V_1 = 6;
goto IL_00b3;
}
IL_0076:
{
// else if (context.rectMaskDepth == 0)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_15 = ___context0;
NullCheck(L_15);
int32_t L_16 = L_15->get_rectMaskDepth_5();
if (L_16)
{
goto IL_0088;
}
}
{
// matType = grayed ? 1 : 0;
bool L_17 = ___grayed2;
if (L_17)
{
goto IL_0084;
}
}
{
G_B14_0 = 0;
goto IL_0085;
}
IL_0084:
{
G_B14_0 = 1;
}
IL_0085:
{
V_1 = G_B14_0;
goto IL_00b3;
}
IL_0088:
{
// else if (context.clipInfo.soft)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_18 = ___context0;
NullCheck(L_18);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_19 = L_18->get_address_of_clipInfo_2();
bool L_20 = L_19->get_soft_2();
if (!L_20)
{
goto IL_009f;
}
}
{
// matType = grayed ? 5 : 4;
bool L_21 = ___grayed2;
if (L_21)
{
goto IL_009b;
}
}
{
G_B19_0 = 4;
goto IL_009c;
}
IL_009b:
{
G_B19_0 = 5;
}
IL_009c:
{
V_1 = G_B19_0;
goto IL_00b3;
}
IL_009f:
{
// matType = grayed ? 3 : 2;
bool L_22 = ___grayed2;
if (L_22)
{
goto IL_00a5;
}
}
{
G_B23_0 = 2;
goto IL_00a6;
}
IL_00a5:
{
G_B23_0 = 3;
}
IL_00a6:
{
V_1 = G_B23_0;
// }
goto IL_00b3;
}
IL_00a9:
{
// clipId = 0;
V_0 = 0;
// matType = grayed ? 1 : 0;
bool L_23 = ___grayed2;
if (L_23)
{
goto IL_00b1;
}
}
{
G_B27_0 = 0;
goto IL_00b2;
}
IL_00b1:
{
G_B27_0 = 1;
}
IL_00b2:
{
V_1 = G_B27_0;
}
IL_00b3:
{
// nm = _manager.GetMaterial(matType, blendMode, clipId);
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_24 = __this->get__manager_11();
int32_t L_25 = V_1;
int32_t L_26 = __this->get_blendMode_4();
uint32_t L_27 = V_0;
NullCheck(L_24);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_28 = MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E(L_24, L_25, L_26, L_27, /*hidden argument*/NULL);
V_2 = L_28;
// _material = nm.material;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_29 = V_2;
NullCheck(L_29);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_30 = L_29->get_material_5();
__this->set__material_9(L_30);
// if ((object)_material != (object)meshRenderer.sharedMaterial)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_31 = __this->get__material_9();
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_32 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_32);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_33 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_32, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_31) == ((RuntimeObject*)(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_33)))
{
goto IL_0119;
}
}
{
// meshRenderer.sharedMaterial = _material;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_34 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_35 = __this->get__material_9();
NullCheck(L_34);
Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3(L_34, L_35, /*hidden argument*/NULL);
// }
goto IL_0119;
}
IL_00f9:
{
// _material = null;
__this->set__material_9((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
// if ((object)meshRenderer.sharedMaterial != null)
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_36 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_36);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_37 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_0119;
}
}
{
// meshRenderer.sharedMaterial = null;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_38 = NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_38);
Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3(L_38, (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL, /*hidden argument*/NULL);
}
IL_0119:
{
// if ((nm == null || nm._firstInstance) && (object)_material != null)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_39 = V_2;
if (!L_39)
{
goto IL_0127;
}
}
{
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_40 = V_2;
NullCheck(L_40);
bool L_41 = L_40->get__firstInstance_6();
if (!L_41)
{
goto IL_0415;
}
}
IL_0127:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_42 = __this->get__material_9();
if (!L_42)
{
goto IL_0415;
}
}
{
// if (blendMode != BlendMode.Normal) //GetMateria????????blendMode?????????????????????
int32_t L_43 = __this->get_blendMode_4();
if (!L_43)
{
goto IL_014b;
}
}
{
// BlendModeUtils.Apply(_material, blendMode);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_44 = __this->get__material_9();
int32_t L_45 = __this->get_blendMode_4();
IL2CPP_RUNTIME_CLASS_INIT(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var);
BlendModeUtils_Apply_m94EEEC03D0E7BD30E5872FF5453845C9B7595B4A(L_44, L_45, /*hidden argument*/NULL);
}
IL_014b:
{
// bool clearStencil = nm == null || nm.stencilSet;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_46 = V_2;
if (!L_46)
{
goto IL_0156;
}
}
{
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_47 = V_2;
NullCheck(L_47);
bool L_48 = L_47->get_stencilSet_2();
G_B40_0 = ((int32_t)(L_48));
goto IL_0157;
}
IL_0156:
{
G_B40_0 = 1;
}
IL_0157:
{
V_3 = (bool)G_B40_0;
// if (context.clipped)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_49 = ___context0;
NullCheck(L_49);
bool L_50 = L_49->get_clipped_1();
if (!L_50)
{
goto IL_0395;
}
}
{
// if (_maskFlag != 1 && context.rectMaskDepth > 0) //??????????????
int32_t L_51 = __this->get__maskFlag_23();
if ((((int32_t)L_51) == ((int32_t)1)))
{
goto IL_01c2;
}
}
{
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_52 = ___context0;
NullCheck(L_52);
int32_t L_53 = L_52->get_rectMaskDepth_5();
if ((((int32_t)L_53) <= ((int32_t)0)))
{
goto IL_01c2;
}
}
{
// _material.SetVector(ShaderConfig._properyIDs._ClipBox, context.clipInfo.clipBox);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_54 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_55 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_55);
int32_t L_56 = L_55->get__ClipBox_0();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_57 = ___context0;
NullCheck(L_57);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_58 = L_57->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_59 = L_58->get_clipBox_1();
NullCheck(L_54);
Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA(L_54, L_56, L_59, /*hidden argument*/NULL);
// if (context.clipInfo.soft)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_60 = ___context0;
NullCheck(L_60);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_61 = L_60->get_address_of_clipInfo_2();
bool L_62 = L_61->get_soft_2();
if (!L_62)
{
goto IL_01c2;
}
}
{
// _material.SetVector(ShaderConfig._properyIDs._ClipSoftness, context.clipInfo.softness);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_63 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_64 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_64);
int32_t L_65 = L_64->get__ClipSoftness_1();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_66 = ___context0;
NullCheck(L_66);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_67 = L_66->get_address_of_clipInfo_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_68 = L_67->get_softness_3();
NullCheck(L_63);
Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA(L_63, L_65, L_68, /*hidden argument*/NULL);
}
IL_01c2:
{
// if (context.stencilReferenceValue > 0)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_69 = ___context0;
NullCheck(L_69);
int32_t L_70 = L_69->get_stencilReferenceValue_6();
if ((((int32_t)L_70) <= ((int32_t)0)))
{
goto IL_0395;
}
}
{
// if (_maskFlag == 1) //???
int32_t L_71 = __this->get__maskFlag_23();
if ((!(((uint32_t)L_71) == ((uint32_t)1))))
{
goto IL_02e2;
}
}
{
// if (context.stencilReferenceValue == 1)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_72 = ___context0;
NullCheck(L_72);
int32_t L_73 = L_72->get_stencilReferenceValue_6();
if ((!(((uint32_t)L_73) == ((uint32_t)1))))
{
goto IL_025a;
}
}
{
// _material.SetInt(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Always);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_74 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_75 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_75);
int32_t L_76 = L_75->get__StencilComp_3();
NullCheck(L_74);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_74, L_76, 8, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._Stencil, 1);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_77 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_78 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_78);
int32_t L_79 = L_78->get__Stencil_4();
NullCheck(L_77);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_77, L_79, 1, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Replace);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_80 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_81 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_81);
int32_t L_82 = L_81->get__StencilOp_5();
NullCheck(L_80);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_80, L_82, 2, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilReadMask, 255);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_83 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_84 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_84);
int32_t L_85 = L_84->get__StencilReadMask_6();
NullCheck(L_83);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_83, L_85, ((int32_t)255), /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._ColorMask, 0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_86 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_87 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_87);
int32_t L_88 = L_87->get__ColorMask_7();
NullCheck(L_86);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_86, L_88, 0, /*hidden argument*/NULL);
// }
goto IL_0389;
}
IL_025a:
{
// _material.SetInt(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Equal);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_89 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_90 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_90);
int32_t L_91 = L_90->get__StencilComp_3();
NullCheck(L_89);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_89, L_91, 3, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._Stencil, context.stencilReferenceValue | (context.stencilReferenceValue - 1));
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_92 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_93 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_93);
int32_t L_94 = L_93->get__Stencil_4();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_95 = ___context0;
NullCheck(L_95);
int32_t L_96 = L_95->get_stencilReferenceValue_6();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_97 = ___context0;
NullCheck(L_97);
int32_t L_98 = L_97->get_stencilReferenceValue_6();
NullCheck(L_92);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_92, L_94, ((int32_t)((int32_t)L_96|(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)))), /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Replace);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_99 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_100 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_100);
int32_t L_101 = L_100->get__StencilOp_5();
NullCheck(L_99);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_99, L_101, 2, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilReadMask, context.stencilReferenceValue - 1);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_102 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_103 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_103);
int32_t L_104 = L_103->get__StencilReadMask_6();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_105 = ___context0;
NullCheck(L_105);
int32_t L_106 = L_105->get_stencilReferenceValue_6();
NullCheck(L_102);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_102, L_104, ((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1)), /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._ColorMask, 0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_107 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_108 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_108);
int32_t L_109 = L_108->get__ColorMask_7();
NullCheck(L_107);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_107, L_109, 0, /*hidden argument*/NULL);
// }
goto IL_0389;
}
IL_02e2:
{
// int refValue = context.stencilReferenceValue | (context.stencilReferenceValue - 1);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_110 = ___context0;
NullCheck(L_110);
int32_t L_111 = L_110->get_stencilReferenceValue_6();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_112 = ___context0;
NullCheck(L_112);
int32_t L_113 = L_112->get_stencilReferenceValue_6();
V_4 = ((int32_t)((int32_t)L_111|(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)1))));
// if (context.clipInfo.reversedMask)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_114 = ___context0;
NullCheck(L_114);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_115 = L_114->get_address_of_clipInfo_2();
bool L_116 = L_115->get_reversedMask_6();
if (!L_116)
{
goto IL_0318;
}
}
{
// _material.SetInt(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.NotEqual);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_117 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_118 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_118);
int32_t L_119 = L_118->get__StencilComp_3();
NullCheck(L_117);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_117, L_119, 6, /*hidden argument*/NULL);
goto IL_032e;
}
IL_0318:
{
// _material.SetInt(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Equal);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_120 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_121 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_121);
int32_t L_122 = L_121->get__StencilComp_3();
NullCheck(L_120);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_120, L_122, 3, /*hidden argument*/NULL);
}
IL_032e:
{
// _material.SetInt(ShaderConfig._properyIDs._Stencil, refValue);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_123 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_124 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_124);
int32_t L_125 = L_124->get__Stencil_4();
int32_t L_126 = V_4;
NullCheck(L_123);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_123, L_125, L_126, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Keep);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_127 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_128 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_128);
int32_t L_129 = L_128->get__StencilOp_5();
NullCheck(L_127);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_127, L_129, 0, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilReadMask, refValue);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_130 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_131 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_131);
int32_t L_132 = L_131->get__StencilReadMask_6();
int32_t L_133 = V_4;
NullCheck(L_130);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_130, L_132, L_133, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._ColorMask, 15);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_134 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_135 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_135);
int32_t L_136 = L_135->get__ColorMask_7();
NullCheck(L_134);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_134, L_136, ((int32_t)15), /*hidden argument*/NULL);
}
IL_0389:
{
// if (nm != null)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_137 = V_2;
if (!L_137)
{
goto IL_0393;
}
}
{
// nm.stencilSet = true;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_138 = V_2;
NullCheck(L_138);
L_138->set_stencilSet_2((bool)1);
}
IL_0393:
{
// clearStencil = false;
V_3 = (bool)0;
}
IL_0395:
{
// if (clearStencil)
bool L_139 = V_3;
if (!L_139)
{
goto IL_0415;
}
}
{
// if (nm != null)
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_140 = V_2;
if (!L_140)
{
goto IL_03a2;
}
}
{
// nm.stencilSet = false;
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_141 = V_2;
NullCheck(L_141);
L_141->set_stencilSet_2((bool)0);
}
IL_03a2:
{
// _material.SetInt(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Always);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_142 = __this->get__material_9();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_143 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_143);
int32_t L_144 = L_143->get__StencilComp_3();
NullCheck(L_142);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_142, L_144, 8, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._Stencil, 0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_145 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_146 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_146);
int32_t L_147 = L_146->get__Stencil_4();
NullCheck(L_145);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_145, L_147, 0, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Keep);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_148 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_149 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_149);
int32_t L_150 = L_149->get__StencilOp_5();
NullCheck(L_148);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_148, L_150, 0, /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._StencilReadMask, 255);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_151 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_152 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_152);
int32_t L_153 = L_152->get__StencilReadMask_6();
NullCheck(L_151);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_151, L_153, ((int32_t)255), /*hidden argument*/NULL);
// _material.SetInt(ShaderConfig._properyIDs._ColorMask, 15);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_154 = __this->get__material_9();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_155 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_155);
int32_t L_156 = L_155->get__ColorMask_7();
NullCheck(L_154);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_154, L_156, ((int32_t)15), /*hidden argument*/NULL);
}
IL_0415:
{
// if (_maskFlag != 0)
int32_t L_157 = __this->get__maskFlag_23();
if (!L_157)
{
goto IL_0449;
}
}
{
// if (_maskFlag == 1)
int32_t L_158 = __this->get__maskFlag_23();
if ((!(((uint32_t)L_158) == ((uint32_t)1))))
{
goto IL_042e;
}
}
{
// _maskFlag = 2;
__this->set__maskFlag_23(2);
return;
}
IL_042e:
{
// if (_stencilEraser != null)
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_159 = __this->get__stencilEraser_24();
if (!L_159)
{
goto IL_0442;
}
}
{
// _stencilEraser.enabled = false;
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_160 = __this->get__stencilEraser_24();
NullCheck(L_160);
StencilEraser_set_enabled_m76F861F7284C621D379EB5061DA3AACB122967FE(L_160, (bool)0, /*hidden argument*/NULL);
}
IL_0442:
{
// _maskFlag = 0;
__this->set__maskFlag_23(0);
}
IL_0449:
{
// }
return;
}
}
// System.Void FairyGUI.NGraphics::_PreUpdateMask(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__PreUpdateMask_m6D1E04627E91D3D2752BC47840EE7B2A974AC228 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics__PreUpdateMask_m6D1E04627E91D3D2752BC47840EE7B2A974AC228_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_0 = NULL;
int32_t V_1 = 0;
{
// if (_maskFlag == 0)
int32_t L_0 = __this->get__maskFlag_23();
if (L_0)
{
goto IL_004a;
}
}
{
// if (_stencilEraser == null)
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_1 = __this->get__stencilEraser_24();
if (L_1)
{
goto IL_003e;
}
}
{
// _stencilEraser = new StencilEraser(gameObject.transform);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_2, /*hidden argument*/NULL);
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_4 = (StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B *)il2cpp_codegen_object_new(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B_il2cpp_TypeInfo_var);
StencilEraser__ctor_m2C2E662961A55EFE927B9DF16BB5892C38956144(L_4, L_3, /*hidden argument*/NULL);
__this->set__stencilEraser_24(L_4);
// _stencilEraser.meshFilter.mesh = mesh;
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_5 = __this->get__stencilEraser_24();
NullCheck(L_5);
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_6 = L_5->get_meshFilter_1();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_7 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
MeshFilter_set_mesh_mA18AA96C75CC91CF0917BA1F437626499FAAF496(L_6, L_7, /*hidden argument*/NULL);
// }
goto IL_004a;
}
IL_003e:
{
// _stencilEraser.enabled = true;
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_8 = __this->get__stencilEraser_24();
NullCheck(L_8);
StencilEraser_set_enabled_m76F861F7284C621D379EB5061DA3AACB122967FE(L_8, (bool)1, /*hidden argument*/NULL);
}
IL_004a:
{
// _maskFlag = 1;
__this->set__maskFlag_23(1);
// if (_manager != null)
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_9 = __this->get__manager_11();
if (!L_9)
{
goto IL_0101;
}
}
{
// NMaterial nm = _manager.GetMaterial(6, blendMode, context.clipInfo.clipId);
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_10 = __this->get__manager_11();
int32_t L_11 = __this->get_blendMode_4();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_12 = ___context0;
NullCheck(L_12);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_13 = L_12->get_address_of_clipInfo_2();
uint32_t L_14 = L_13->get_clipId_4();
NullCheck(L_10);
NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * L_15 = MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E(L_10, 6, L_11, L_14, /*hidden argument*/NULL);
// Material mat = nm.material;
NullCheck(L_15);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_16 = L_15->get_material_5();
V_0 = L_16;
// if ((object)mat != (object)_stencilEraser.meshRenderer.sharedMaterial)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_17 = V_0;
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_18 = __this->get__stencilEraser_24();
NullCheck(L_18);
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_19 = L_18->get_meshRenderer_2();
NullCheck(L_19);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_20 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_19, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_17) == ((RuntimeObject*)(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_20)))
{
goto IL_00a3;
}
}
{
// _stencilEraser.meshRenderer.sharedMaterial = mat;
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * L_21 = __this->get__stencilEraser_24();
NullCheck(L_21);
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_22 = L_21->get_meshRenderer_2();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_23 = V_0;
NullCheck(L_22);
Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3(L_22, L_23, /*hidden argument*/NULL);
}
IL_00a3:
{
// int refValue = context.stencilReferenceValue - 1;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_24 = ___context0;
NullCheck(L_24);
int32_t L_25 = L_24->get_stencilReferenceValue_6();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
// mat.SetInt(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Equal);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_26 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_27 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_27);
int32_t L_28 = L_27->get__StencilComp_3();
NullCheck(L_26);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_26, L_28, 3, /*hidden argument*/NULL);
// mat.SetInt(ShaderConfig._properyIDs._Stencil, refValue);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_29 = V_0;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_30 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_30);
int32_t L_31 = L_30->get__Stencil_4();
int32_t L_32 = V_1;
NullCheck(L_29);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_29, L_31, L_32, /*hidden argument*/NULL);
// mat.SetInt(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Replace);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_33 = V_0;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_34 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_34);
int32_t L_35 = L_34->get__StencilOp_5();
NullCheck(L_33);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_33, L_35, 2, /*hidden argument*/NULL);
// mat.SetInt(ShaderConfig._properyIDs._StencilReadMask, refValue);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_36 = V_0;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_37 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_37);
int32_t L_38 = L_37->get__StencilReadMask_6();
int32_t L_39 = V_1;
NullCheck(L_36);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_36, L_38, L_39, /*hidden argument*/NULL);
// mat.SetInt(ShaderConfig._properyIDs._ColorMask, 0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_40 = V_0;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_41 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_41);
int32_t L_42 = L_41->get__ColorMask_7();
NullCheck(L_40);
Material_SetInt_m8D3776E4EF0DFA2A278B456F40741E07D83508CD(L_40, L_42, 0, /*hidden argument*/NULL);
}
IL_0101:
{
// }
return;
}
}
// System.Void FairyGUI.NGraphics::UpdateMeshNow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * V_0 = NULL;
int32_t V_1 = 0;
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;
int32_t V_8 = 0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t V_10 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t V_12 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_13;
memset((&V_13), 0, sizeof(V_13));
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_14;
memset((&V_14), 0, sizeof(V_14));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_15;
memset((&V_15), 0, sizeof(V_15));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_16;
memset((&V_16), 0, sizeof(V_16));
int32_t V_17 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_18;
memset((&V_18), 0, sizeof(V_18));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_19;
memset((&V_19), 0, sizeof(V_19));
float V_20 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 G_B38_0;
memset((&G_B38_0), 0, sizeof(G_B38_0));
{
// _meshDirty = false;
__this->set__meshDirty_16((bool)0);
// if (_texture == null || _meshFactory == null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
if (!L_0)
{
goto IL_0017;
}
}
{
RuntimeObject* L_1 = __this->get__meshFactory_13();
if (L_1)
{
goto IL_0044;
}
}
IL_0017:
{
// if (mesh.vertexCount > 0)
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0043;
}
}
{
// mesh.Clear();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60(L_4, /*hidden argument*/NULL);
// if (meshModifier != null)
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_5 = __this->get_meshModifier_6();
if (!L_5)
{
goto IL_0043;
}
}
{
// meshModifier();
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_6 = __this->get_meshModifier_6();
NullCheck(L_6);
MeshModifier_Invoke_m90BD4E92BF42D60F882893E6A92847FD6487BA04(L_6, /*hidden argument*/NULL);
}
IL_0043:
{
// return;
return;
}
IL_0044:
{
// VertexBuffer vb = VertexBuffer.Begin();
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_7 = VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D(/*hidden argument*/NULL);
V_0 = L_7;
// vb.contentRect = _contentRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = V_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = __this->get__contentRect_17();
NullCheck(L_8);
L_8->set_contentRect_0(L_9);
// vb.uvRect = _texture.uvRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_10 = V_0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_11 = __this->get__texture_7();
NullCheck(L_11);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = L_11->get_uvRect_0();
NullCheck(L_10);
L_10->set_uvRect_1(L_12);
// if (_flip != FlipType.None)
int32_t L_13 = __this->get__flip_18();
if (!L_13)
{
goto IL_00f2;
}
}
{
// if (_flip == FlipType.Horizontal || _flip == FlipType.Both)
int32_t L_14 = __this->get__flip_18();
if ((((int32_t)L_14) == ((int32_t)1)))
{
goto IL_0084;
}
}
{
int32_t L_15 = __this->get__flip_18();
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
{
goto IL_00b2;
}
}
IL_0084:
{
// float tmp = vb.uvRect.xMin;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_16 = V_0;
NullCheck(L_16);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_17 = L_16->get_address_of_uvRect_1();
float L_18 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_17, /*hidden argument*/NULL);
V_2 = L_18;
// vb.uvRect.xMin = vb.uvRect.xMax;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_19 = V_0;
NullCheck(L_19);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_20 = L_19->get_address_of_uvRect_1();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_21 = V_0;
NullCheck(L_21);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = L_21->get_address_of_uvRect_1();
float L_23 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Rect_set_xMin_mD8F9BF59F4F33F9C3AB2FEFF32D8C16756B51E34((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_20, L_23, /*hidden argument*/NULL);
// vb.uvRect.xMax = tmp;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_24 = V_0;
NullCheck(L_24);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_25 = L_24->get_address_of_uvRect_1();
float L_26 = V_2;
Rect_set_xMax_m1775041FCD5CA22C77D75CC780D158CD2B31CEAF((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, L_26, /*hidden argument*/NULL);
}
IL_00b2:
{
// if (_flip == FlipType.Vertical || _flip == FlipType.Both)
int32_t L_27 = __this->get__flip_18();
if ((((int32_t)L_27) == ((int32_t)2)))
{
goto IL_00c4;
}
}
{
int32_t L_28 = __this->get__flip_18();
if ((!(((uint32_t)L_28) == ((uint32_t)3))))
{
goto IL_00f2;
}
}
IL_00c4:
{
// float tmp = vb.uvRect.yMin;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = V_0;
NullCheck(L_29);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_30 = L_29->get_address_of_uvRect_1();
float L_31 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_30, /*hidden argument*/NULL);
V_3 = L_31;
// vb.uvRect.yMin = vb.uvRect.yMax;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_32 = V_0;
NullCheck(L_32);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_33 = L_32->get_address_of_uvRect_1();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_34 = V_0;
NullCheck(L_34);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_35 = L_34->get_address_of_uvRect_1();
float L_36 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_35, /*hidden argument*/NULL);
Rect_set_yMin_m58C137C81F3D098CF81498964E1B5987882883A7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_33, L_36, /*hidden argument*/NULL);
// vb.uvRect.yMax = tmp;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_37 = V_0;
NullCheck(L_37);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_38 = L_37->get_address_of_uvRect_1();
float L_39 = V_3;
Rect_set_yMax_m4F1C5632CD4836853A22E979C810C279FBB20B95((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_38, L_39, /*hidden argument*/NULL);
}
IL_00f2:
{
// vb.vertexColor = _color;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_40 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_41 = __this->get__color_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_42 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_41, /*hidden argument*/NULL);
NullCheck(L_40);
L_40->set_vertexColor_2(L_42);
// _meshFactory.OnPopulateMesh(vb);
RuntimeObject* L_43 = __this->get__meshFactory_13();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_44 = V_0;
NullCheck(L_43);
InterfaceActionInvoker1< VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * >::Invoke(0 /* System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer) */, IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA_il2cpp_TypeInfo_var, L_43, L_44);
// int vertCount = vb.currentVertCount;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_45 = V_0;
NullCheck(L_45);
int32_t L_46 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_45, /*hidden argument*/NULL);
V_1 = L_46;
// if (vertCount == 0)
int32_t L_47 = V_1;
if (L_47)
{
goto IL_014c;
}
}
{
// if (mesh.vertexCount > 0)
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_48 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_48);
int32_t L_49 = Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF(L_48, /*hidden argument*/NULL);
if ((((int32_t)L_49) <= ((int32_t)0)))
{
goto IL_0145;
}
}
{
// mesh.Clear();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_50 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_50);
Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60(L_50, /*hidden argument*/NULL);
// if (meshModifier != null)
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_51 = __this->get_meshModifier_6();
if (!L_51)
{
goto IL_0145;
}
}
{
// meshModifier();
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_52 = __this->get_meshModifier_6();
NullCheck(L_52);
MeshModifier_Invoke_m90BD4E92BF42D60F882893E6A92847FD6487BA04(L_52, /*hidden argument*/NULL);
}
IL_0145:
{
// vb.End();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_53 = V_0;
NullCheck(L_53);
VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9(L_53, /*hidden argument*/NULL);
// return;
return;
}
IL_014c:
{
// if (_texture.rotated)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_54 = __this->get__texture_7();
NullCheck(L_54);
bool L_55 = L_54->get_rotated_1();
if (!L_55)
{
goto IL_01ec;
}
}
{
// float xMin = _texture.uvRect.xMin;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_56 = __this->get__texture_7();
NullCheck(L_56);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_57 = L_56->get_address_of_uvRect_0();
float L_58 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_57, /*hidden argument*/NULL);
V_4 = L_58;
// float yMin = _texture.uvRect.yMin;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_59 = __this->get__texture_7();
NullCheck(L_59);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_60 = L_59->get_address_of_uvRect_0();
float L_61 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_60, /*hidden argument*/NULL);
V_5 = L_61;
// float yMax = _texture.uvRect.yMax;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_62 = __this->get__texture_7();
NullCheck(L_62);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_63 = L_62->get_address_of_uvRect_0();
float L_64 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_63, /*hidden argument*/NULL);
V_6 = L_64;
// for (int i = 0; i < vertCount; i++)
V_8 = 0;
goto IL_01e7;
}
IL_0197:
{
// Vector4 vec = vb.uv0[i];
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_65 = V_0;
NullCheck(L_65);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_66 = L_65->get_uv0_5();
int32_t L_67 = V_8;
NullCheck(L_66);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_68 = List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_inline(L_66, L_67, /*hidden argument*/List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var);
V_9 = L_68;
// tmp = vec.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_69 = V_9;
float L_70 = L_69.get_y_2();
V_7 = L_70;
// vec.y = yMin + vec.x - xMin;
float L_71 = V_5;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_72 = V_9;
float L_73 = L_72.get_x_1();
float L_74 = V_4;
(&V_9)->set_y_2(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_71, (float)L_73)), (float)L_74)));
// vec.x = xMin + yMax - tmp;
float L_75 = V_4;
float L_76 = V_6;
float L_77 = V_7;
(&V_9)->set_x_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_75, (float)L_76)), (float)L_77)));
// vb.uv0[i] = vec;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_78 = V_0;
NullCheck(L_78);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_79 = L_78->get_uv0_5();
int32_t L_80 = V_8;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_81 = V_9;
NullCheck(L_79);
List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6(L_79, L_80, L_81, /*hidden argument*/List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_RuntimeMethod_var);
// for (int i = 0; i < vertCount; i++)
int32_t L_82 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
}
IL_01e7:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_83 = V_8;
int32_t L_84 = V_1;
if ((((int32_t)L_83) < ((int32_t)L_84)))
{
goto IL_0197;
}
}
IL_01ec:
{
// hasAlphaBackup = vb._alphaInVertexColor;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_85 = V_0;
NullCheck(L_85);
bool L_86 = L_85->get__alphaInVertexColor_9();
__this->set_hasAlphaBackup_21(L_86);
// if (hasAlphaBackup)
bool L_87 = __this->get_hasAlphaBackup_21();
if (!L_87)
{
goto IL_0279;
}
}
{
// if (_alphaBackup == null)
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_88 = __this->get__alphaBackup_22();
if (L_88)
{
goto IL_0215;
}
}
{
// _alphaBackup = new List<byte>();
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_89 = (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *)il2cpp_codegen_object_new(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_il2cpp_TypeInfo_var);
List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427(L_89, /*hidden argument*/List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_RuntimeMethod_var);
__this->set__alphaBackup_22(L_89);
goto IL_0220;
}
IL_0215:
{
// _alphaBackup.Clear();
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_90 = __this->get__alphaBackup_22();
NullCheck(L_90);
List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A(L_90, /*hidden argument*/List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A_RuntimeMethod_var);
}
IL_0220:
{
// for (int i = 0; i < vertCount; i++)
V_10 = 0;
goto IL_0272;
}
IL_0225:
{
// Color32 col = vb.colors[i];
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_91 = V_0;
NullCheck(L_91);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_92 = L_91->get_colors_4();
int32_t L_93 = V_10;
NullCheck(L_92);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_94 = List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_inline(L_92, L_93, /*hidden argument*/List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_RuntimeMethod_var);
V_11 = L_94;
// _alphaBackup.Add(col.a);
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_95 = __this->get__alphaBackup_22();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_96 = V_11;
uint8_t L_97 = L_96.get_a_4();
NullCheck(L_95);
List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7(L_95, L_97, /*hidden argument*/List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_RuntimeMethod_var);
// col.a = (byte)(col.a * _alpha);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_98 = V_11;
uint8_t L_99 = L_98.get_a_4();
float L_100 = __this->get__alpha_14();
(&V_11)->set_a_4((uint8_t)(il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply((float)(((float)((float)L_99))), (float)L_100)))));
// vb.colors[i] = col;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_101 = V_0;
NullCheck(L_101);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_102 = L_101->get_colors_4();
int32_t L_103 = V_10;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_104 = V_11;
NullCheck(L_102);
List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C(L_102, L_103, L_104, /*hidden argument*/List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var);
// for (int i = 0; i < vertCount; i++)
int32_t L_105 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1));
}
IL_0272:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_106 = V_10;
int32_t L_107 = V_1;
if ((((int32_t)L_106) < ((int32_t)L_107)))
{
goto IL_0225;
}
}
{
// }
goto IL_02cb;
}
IL_0279:
{
// else if (_alpha != 1)
float L_108 = __this->get__alpha_14();
if ((((float)L_108) == ((float)(1.0f))))
{
goto IL_02cb;
}
}
{
// for (int i = 0; i < vertCount; i++)
V_12 = 0;
goto IL_02c6;
}
IL_028b:
{
// Color32 col = vb.colors[i];
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_109 = V_0;
NullCheck(L_109);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_110 = L_109->get_colors_4();
int32_t L_111 = V_12;
NullCheck(L_110);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_112 = List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_inline(L_110, L_111, /*hidden argument*/List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_RuntimeMethod_var);
V_13 = L_112;
// col.a = (byte)(col.a * _alpha);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_113 = V_13;
uint8_t L_114 = L_113.get_a_4();
float L_115 = __this->get__alpha_14();
(&V_13)->set_a_4((uint8_t)(il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply((float)(((float)((float)L_114))), (float)L_115)))));
// vb.colors[i] = col;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_116 = V_0;
NullCheck(L_116);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_117 = L_116->get_colors_4();
int32_t L_118 = V_12;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_119 = V_13;
NullCheck(L_117);
List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C(L_117, L_118, L_119, /*hidden argument*/List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var);
// for (int i = 0; i < vertCount; i++)
int32_t L_120 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1));
}
IL_02c6:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_121 = V_12;
int32_t L_122 = V_1;
if ((((int32_t)L_121) < ((int32_t)L_122)))
{
goto IL_028b;
}
}
IL_02cb:
{
// if (_vertexMatrix != null)
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_123 = __this->get_address_of__vertexMatrix_19();
bool L_124 = Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_123, /*hidden argument*/Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var);
if (!L_124)
{
goto IL_03da;
}
}
{
// Matrix4x4 mm = (Matrix4x4)_vertexMatrix;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_125 = __this->get_address_of__vertexMatrix_19();
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_126 = Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_125, /*hidden argument*/Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_RuntimeMethod_var);
V_14 = L_126;
// Vector3 camPos = _cameraPosition != null ? (Vector3)_cameraPosition : Vector3.zero;
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * L_127 = __this->get_address_of__cameraPosition_20();
bool L_128 = Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_inline((Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 *)L_127, /*hidden argument*/Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_RuntimeMethod_var);
if (L_128)
{
goto IL_02fc;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_129 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
G_B38_0 = L_129;
goto IL_0307;
}
IL_02fc:
{
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * L_130 = __this->get_address_of__cameraPosition_20();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_131 = Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9((Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 *)L_130, /*hidden argument*/Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9_RuntimeMethod_var);
G_B38_0 = L_131;
}
IL_0307:
{
V_15 = G_B38_0;
// Vector3 center = new Vector3(camPos.x, camPos.y, 0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_132 = V_15;
float L_133 = L_132.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_134 = V_15;
float L_135 = L_134.get_y_3();
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_16), L_133, L_135, (0.0f), /*hidden argument*/NULL);
// center -= mm.MultiplyPoint(center);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_136 = V_16;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_137 = V_16;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_138 = Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_14), L_137, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_139 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_136, L_138, /*hidden argument*/NULL);
V_16 = L_139;
// for (int i = 0; i < vertCount; i++)
V_17 = 0;
goto IL_03d2;
}
IL_033d:
{
// Vector3 pt = vb.vertices[i];
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_140 = V_0;
NullCheck(L_140);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_141 = L_140->get_vertices_3();
int32_t L_142 = V_17;
NullCheck(L_141);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_143 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_141, L_142, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_18 = L_143;
// pt = mm.MultiplyPoint(pt);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_144 = V_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_145 = Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_14), L_144, /*hidden argument*/NULL);
V_18 = L_145;
// pt += center;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_146 = V_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_147 = V_16;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_148 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_146, L_147, /*hidden argument*/NULL);
V_18 = L_148;
// Vector3 vec = pt - camPos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_149 = V_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_150 = V_15;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_151 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_149, L_150, /*hidden argument*/NULL);
V_19 = L_151;
// float lambda = -camPos.z / vec.z;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_152 = V_15;
float L_153 = L_152.get_z_4();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_154 = V_19;
float L_155 = L_154.get_z_4();
V_20 = ((float)((float)((-L_153))/(float)L_155));
// pt.x = camPos.x + lambda * vec.x;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_156 = V_15;
float L_157 = L_156.get_x_2();
float L_158 = V_20;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_159 = V_19;
float L_160 = L_159.get_x_2();
(&V_18)->set_x_2(((float)il2cpp_codegen_add((float)L_157, (float)((float)il2cpp_codegen_multiply((float)L_158, (float)L_160)))));
// pt.y = camPos.y + lambda * vec.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_161 = V_15;
float L_162 = L_161.get_y_3();
float L_163 = V_20;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_164 = V_19;
float L_165 = L_164.get_y_3();
(&V_18)->set_y_3(((float)il2cpp_codegen_add((float)L_162, (float)((float)il2cpp_codegen_multiply((float)L_163, (float)L_165)))));
// pt.z = 0;
(&V_18)->set_z_4((0.0f));
// vb.vertices[i] = pt;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_166 = V_0;
NullCheck(L_166);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_167 = L_166->get_vertices_3();
int32_t L_168 = V_17;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_169 = V_18;
NullCheck(L_167);
List_1_set_Item_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7(L_167, L_168, L_169, /*hidden argument*/List_1_set_Item_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7_RuntimeMethod_var);
// for (int i = 0; i < vertCount; i++)
int32_t L_170 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1));
}
IL_03d2:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_171 = V_17;
int32_t L_172 = V_1;
if ((((int32_t)L_171) < ((int32_t)L_172)))
{
goto IL_033d;
}
}
IL_03da:
{
// mesh.Clear();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_173 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_173);
Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60(L_173, /*hidden argument*/NULL);
// if (vb._isArbitraryQuad)
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_174 = V_0;
NullCheck(L_174);
bool L_175 = L_174->get__isArbitraryQuad_10();
if (!L_175)
{
goto IL_03f3;
}
}
{
// vb.FixUVForArbitraryQuad();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_176 = V_0;
NullCheck(L_176);
VertexBuffer_FixUVForArbitraryQuad_m90FB0F65BF9C6C4A15CA316978786AEDE09890D8(L_176, /*hidden argument*/NULL);
}
IL_03f3:
{
// mesh.SetVertices(vb.vertices);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_177 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_178 = V_0;
NullCheck(L_178);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_179 = L_178->get_vertices_3();
NullCheck(L_177);
Mesh_SetVertices_m5F487FC255C9CAF4005B75CFE67A88C8C0E7BB06(L_177, L_179, /*hidden argument*/NULL);
// mesh.SetUVs(0, vb.uv0);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_180 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_181 = V_0;
NullCheck(L_181);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_182 = L_181->get_uv0_5();
NullCheck(L_180);
Mesh_SetUVs_mA4D2B5F8B77099E142B68B5B6E5F7CAD40BBB43E(L_180, 0, L_182, /*hidden argument*/NULL);
// mesh.SetColors(vb.colors);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_183 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_184 = V_0;
NullCheck(L_184);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_185 = L_184->get_colors_4();
NullCheck(L_183);
Mesh_SetColors_m237E41213E82D4BB882ED96FD81A17D9366590CF(L_183, L_185, /*hidden argument*/NULL);
// mesh.SetTriangles(vb.triangles, 0);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_186 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_187 = V_0;
NullCheck(L_187);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_188 = L_187->get_triangles_6();
NullCheck(L_186);
Mesh_SetTriangles_m6A43D705DE751C622CCF88EC31C4EF1B53578BE5(L_186, L_188, 0, /*hidden argument*/NULL);
// vb.End();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_189 = V_0;
NullCheck(L_189);
VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9(L_189, /*hidden argument*/NULL);
// if (meshModifier != null)
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_190 = __this->get_meshModifier_6();
if (!L_190)
{
goto IL_0452;
}
}
{
// meshModifier();
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_191 = __this->get_meshModifier_6();
NullCheck(L_191);
MeshModifier_Invoke_m90BD4E92BF42D60F882893E6A92847FD6487BA04(L_191, /*hidden argument*/NULL);
}
IL_0452:
{
// }
return;
}
}
// System.Void FairyGUI.NGraphics::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_OnPopulateMesh_m1A8E79872724AE0BA40489E4E802D8EBBC07190E (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NGraphics_OnPopulateMesh_m1A8E79872724AE0BA40489E4E802D8EBBC07190E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// Rect rect = texture.GetDrawRect(vb.contentRect);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_1 = ___vb0;
NullCheck(L_1);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = L_1->get_contentRect_0();
NullCheck(L_0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = NTexture_GetDrawRect_mE36258E0173076D474CEB51AC945AEB38F12B65E(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
// vb.AddQuad(rect, vb.vertexColor, vb.uvRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = V_0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = ___vb0;
NullCheck(L_6);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_7 = L_6->get_vertexColor_2();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
NullCheck(L_8);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = L_8->get_uvRect_1();
NullCheck(L_4);
VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280(L_4, L_5, L_7, L_9, /*hidden argument*/NULL);
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_10 = ___vb0;
NullCheck(L_10);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_10, 0, /*hidden argument*/NULL);
// vb._isArbitraryQuad = vertexMatrix != null;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_11 = ___vb0;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_12 = NGraphics_get_vertexMatrix_m121430B7EE43B12A7EF86710E163F28BCE9738DA_inline(__this, /*hidden argument*/NULL);
V_1 = L_12;
bool L_13 = Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var);
NullCheck(L_11);
L_11->set__isArbitraryQuad_10(L_13);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)();
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
il2cppPInvokeFunc();
}
// System.Void FairyGUI.NGraphics_MeshModifier::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshModifier__ctor_m2C89D1A3E14197B70DC3A18D18B17D5BBC487442 (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.NGraphics_MeshModifier::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshModifier_Invoke_m90BD4E92BF42D60F882893E6A92847FD6487BA04 (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 0)
{
// open
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, 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))
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
else
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
else
{
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
}
// System.IAsyncResult FairyGUI.NGraphics_MeshModifier::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MeshModifier_BeginInvoke_m38CD8CDF4ED5F7E506C7BFDCBF2DCDC6A518B4CF (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
{
void *__d_args[1] = {0};
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
}
// System.Void FairyGUI.NGraphics_MeshModifier::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshModifier_EndInvoke_mEBA4573910177CAB546D2002666ECFF660FCC7EA (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.NMaterial::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NMaterial__ctor_mEDB4091A8B63169FD8AEC39D9DE92AA66BEEEFBE (NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NMaterial__ctor_mEDB4091A8B63169FD8AEC39D9DE92AA66BEEEFBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public NMaterial(Shader shader)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// material = new Material(shader);
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_0 = ___shader0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8(L_1, L_0, /*hidden argument*/NULL);
__this->set_material_5(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
// UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Texture2D emptyTexture = new Texture2D(1, 1, TextureFormat.RGB24, false);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_0 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_0, 1, 1, 3, (bool)0, /*hidden argument*/NULL);
// emptyTexture.name = "White Texture";
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_1 = L_0;
NullCheck(L_1);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_1, _stringLiteralBBB4C80179B3654BB690DAF6172753181273D4A4, /*hidden argument*/NULL);
// emptyTexture.hideFlags = DisplayOptions.hideFlags;
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_2 = L_1;
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_3 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_2);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_2, L_3, /*hidden argument*/NULL);
// emptyTexture.SetPixel(0, 0, Color.white);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_4 = L_2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
NullCheck(L_4);
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_4, 0, 0, L_5, /*hidden argument*/NULL);
// emptyTexture.Apply();
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_6 = L_4;
NullCheck(L_6);
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_6, /*hidden argument*/NULL);
// return emptyTexture;
return L_6;
}
}
// FairyGUI.NTexture FairyGUI.NTexture::get_Empty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_empty == null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__empty_12();
if (L_0)
{
goto IL_0016;
}
}
{
// _empty = new NTexture(CreateEmptyTexture());
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_1 = NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330(/*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_2 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA(L_2, L_1, /*hidden argument*/NULL);
((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->set__empty_12(L_2);
}
IL_0016:
{
// return _empty;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__empty_12();
return L_3;
}
}
// System.Void FairyGUI.NTexture::DisposeEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_DisposeEmpty_m9BCFED7A3560858ACFD265F6BE9DBC8D6BA260C7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_DisposeEmpty_m9BCFED7A3560858ACFD265F6BE9DBC8D6BA260C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_empty != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__empty_12();
if (!L_0)
{
goto IL_0017;
}
}
{
// NTexture tmp = _empty;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__empty_12();
// _empty = null;
((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->set__empty_12((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL);
// tmp.Dispose();
NullCheck(L_1);
NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9(L_1, /*hidden argument*/NULL);
}
IL_0017:
{
// }
return;
}
}
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, const RuntimeMethod* method)
{
{
// public NTexture(Texture texture) : this(texture, null, 1, 1)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_0 = ___texture0;
NTexture__ctor_mE8B472524B5E0939F99D8D59E5264004509912C6(__this, L_0, (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL, (1.0f), (1.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture,UnityEngine.Texture,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_mE8B472524B5E0939F99D8D59E5264004509912C6 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___alphaTexture1, float ___xScale2, float ___yScale3, const RuntimeMethod* method)
{
{
// public NTexture(Texture texture, Texture alphaTexture, float xScale, float yScale)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _root = this;
__this->set__root_10(__this);
// _nativeTexture = texture;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_0 = ___texture0;
__this->set__nativeTexture_5(L_0);
// _alphaTexture = alphaTexture;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_1 = ___alphaTexture1;
__this->set__alphaTexture_6(L_1);
// uvRect = new Rect(0, 0, xScale, yScale);
float L_2 = ___xScale2;
float L_3 = ___yScale3;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4;
memset((&L_4), 0, sizeof(L_4));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_4), (0.0f), (0.0f), L_2, L_3, /*hidden argument*/NULL);
__this->set_uvRect_0(L_4);
// _originalSize = new Vector2(texture.width, texture.height);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_5 = ___texture0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_5);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_7 = ___texture0;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9;
memset((&L_9), 0, sizeof(L_9));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_9), (((float)((float)L_6))), (((float)((float)L_8))), /*hidden argument*/NULL);
__this->set__originalSize_9(L_9);
// _region = new Rect(0, 0, _originalSize.x, _originalSize.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_10 = __this->get_address_of__originalSize_9();
float L_11 = L_10->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = __this->get_address_of__originalSize_9();
float L_13 = L_12->get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_14;
memset((&L_14), 0, sizeof(L_14));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_14), (0.0f), (0.0f), L_11, L_13, /*hidden argument*/NULL);
__this->set__region_7(L_14);
// }
return;
}
}
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_mD891513FD9E72A4B57F7556FBB07476AD4F7E037 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___region1, const RuntimeMethod* method)
{
{
// public NTexture(Texture texture, Rect region)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _root = this;
__this->set__root_10(__this);
// _nativeTexture = texture;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_0 = ___texture0;
__this->set__nativeTexture_5(L_0);
// _region = region;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___region1;
__this->set__region_7(L_1);
// _originalSize = new Vector2(_region.width, _region.height);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = __this->get_address_of__region_7();
float L_3 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = __this->get_address_of__region_7();
float L_5 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_6), L_3, L_5, /*hidden argument*/NULL);
__this->set__originalSize_9(L_6);
// uvRect = new Rect(region.x / _nativeTexture.width, 1 - region.yMax / _nativeTexture.height,
// region.width / _nativeTexture.width, region.height / _nativeTexture.height);
float L_7 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_8 = __this->get__nativeTexture_5();
NullCheck(L_8);
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_8);
float L_10 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_11 = __this->get__nativeTexture_5();
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_11);
float L_13 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_14 = __this->get__nativeTexture_5();
NullCheck(L_14);
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_14);
float L_16 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_17 = __this->get__nativeTexture_5();
NullCheck(L_17);
int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_17);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_19;
memset((&L_19), 0, sizeof(L_19));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_19), ((float)((float)L_7/(float)(((float)((float)L_9))))), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_10/(float)(((float)((float)L_12))))))), ((float)((float)L_13/(float)(((float)((float)L_15))))), ((float)((float)L_16/(float)(((float)((float)L_18))))), /*hidden argument*/NULL);
__this->set_uvRect_0(L_19);
// }
return;
}
}
// System.Void FairyGUI.NTexture::.ctor(FairyGUI.NTexture,UnityEngine.Rect,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m5B09819F61A7DB043F5BE92CD0B220979CE56701 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___root0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___region1, bool ___rotated2, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public NTexture(NTexture root, Rect region, bool rotated)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _root = root;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ___root0;
__this->set__root_10(L_0);
// this.rotated = rotated;
bool L_1 = ___rotated2;
__this->set_rotated_1(L_1);
// region.x += root._region.x;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = (&___region1);
float L_3 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = ___root0;
NullCheck(L_4);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = L_4->get_address_of__region_7();
float L_6 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, ((float)il2cpp_codegen_add((float)L_3, (float)L_6)), /*hidden argument*/NULL);
// region.y += root._region.y;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = (&___region1);
float L_8 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_9 = ___root0;
NullCheck(L_9);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = L_9->get_address_of__region_7();
float L_11 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, ((float)il2cpp_codegen_add((float)L_8, (float)L_11)), /*hidden argument*/NULL);
// uvRect = new Rect(region.x * root.uvRect.width / root.width, 1 - region.yMax * root.uvRect.height / root.height,
// region.width * root.uvRect.width / root.width, region.height * root.uvRect.height / root.height);
float L_12 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_13 = ___root0;
NullCheck(L_13);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_14 = L_13->get_address_of_uvRect_0();
float L_15 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_14, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_16 = ___root0;
NullCheck(L_16);
int32_t L_17 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_16, /*hidden argument*/NULL);
float L_18 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_19 = ___root0;
NullCheck(L_19);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_20 = L_19->get_address_of_uvRect_0();
float L_21 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_20, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_22 = ___root0;
NullCheck(L_22);
int32_t L_23 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_22, /*hidden argument*/NULL);
float L_24 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_25 = ___root0;
NullCheck(L_25);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = L_25->get_address_of_uvRect_0();
float L_27 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_28 = ___root0;
NullCheck(L_28);
int32_t L_29 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_28, /*hidden argument*/NULL);
float L_30 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_31 = ___root0;
NullCheck(L_31);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_32 = L_31->get_address_of_uvRect_0();
float L_33 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_32, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_34 = ___root0;
NullCheck(L_34);
int32_t L_35 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_34, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_36;
memset((&L_36), 0, sizeof(L_36));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_36), ((float)((float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_15))/(float)(((float)((float)L_17))))), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_21))/(float)(((float)((float)L_23))))))), ((float)((float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_27))/(float)(((float)((float)L_29))))), ((float)((float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_33))/(float)(((float)((float)L_35))))), /*hidden argument*/NULL);
__this->set_uvRect_0(L_36);
// if (rotated)
bool L_37 = ___rotated2;
if (!L_37)
{
goto IL_0112;
}
}
{
// float tmp = region.width;
float L_38 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
V_0 = L_38;
// region.width = region.height;
float L_39 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), L_39, /*hidden argument*/NULL);
// region.height = tmp;
float L_40 = V_0;
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___region1), L_40, /*hidden argument*/NULL);
// tmp = uvRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_41 = __this->get_address_of_uvRect_0();
float L_42 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_41, /*hidden argument*/NULL);
V_0 = L_42;
// uvRect.width = uvRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_43 = __this->get_address_of_uvRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_44 = __this->get_address_of_uvRect_0();
float L_45 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_43, L_45, /*hidden argument*/NULL);
// uvRect.height = tmp;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_46 = __this->get_address_of_uvRect_0();
float L_47 = V_0;
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_46, L_47, /*hidden argument*/NULL);
}
IL_0112:
{
// _region = region;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_48 = ___region1;
__this->set__region_7(L_48);
// _originalSize = _region.size;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_49 = __this->get_address_of__region_7();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_50 = Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_49, /*hidden argument*/NULL);
__this->set__originalSize_9(L_50);
// }
return;
}
}
// System.Void FairyGUI.NTexture::.ctor(FairyGUI.NTexture,UnityEngine.Rect,System.Boolean,UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_mABD57D92134ADA5C9023D4D12C7D9F74A0B1519C (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___root0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___region1, bool ___rotated2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___originalSize3, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset4, const RuntimeMethod* method)
{
{
// : this(root, region, rotated)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ___root0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___region1;
bool L_2 = ___rotated2;
NTexture__ctor_m5B09819F61A7DB043F5BE92CD0B220979CE56701(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
// _originalSize = originalSize;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___originalSize3;
__this->set__originalSize_9(L_3);
// _offset = offset;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___offset4;
__this->set__offset_8(L_4);
// }
return;
}
}
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m32CE04D9FA0C092EE0560A5E57087ABDE596552E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___sprite0, const RuntimeMethod* method)
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public NTexture(Sprite sprite)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// Rect rect = sprite.rect;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_0 = ___sprite0;
NullCheck(L_0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = Sprite_get_rect_mF1D59ED35D077D9B5075E2114605FDEB728D3AFF(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// rect.y = sprite.texture.height - rect.yMax;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_2 = ___sprite0;
NullCheck(L_2);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_3 = Sprite_get_texture_mA1FF8462BBB398DC8B3F0F92B2AB41BDA6AF69A5(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_3);
float L_5 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), ((float)il2cpp_codegen_subtract((float)(((float)((float)L_4))), (float)L_5)), /*hidden argument*/NULL);
// _root = this;
__this->set__root_10(__this);
// _nativeTexture = sprite.texture;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_6 = ___sprite0;
NullCheck(L_6);
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_7 = Sprite_get_texture_mA1FF8462BBB398DC8B3F0F92B2AB41BDA6AF69A5(L_6, /*hidden argument*/NULL);
__this->set__nativeTexture_5(L_7);
// _region = rect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = V_0;
__this->set__region_7(L_8);
// _originalSize = new Vector2(_region.width, _region.height);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_9 = __this->get_address_of__region_7();
float L_10 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_9, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_11 = __this->get_address_of__region_7();
float L_12 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_11, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_13), L_10, L_12, /*hidden argument*/NULL);
__this->set__originalSize_9(L_13);
// uvRect = new Rect(_region.x / _nativeTexture.width, 1 - _region.yMax / _nativeTexture.height,
// _region.width / _nativeTexture.width, _region.height / _nativeTexture.height);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_14 = __this->get_address_of__region_7();
float L_15 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_14, /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_16 = __this->get__nativeTexture_5();
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_16);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_18 = __this->get_address_of__region_7();
float L_19 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_18, /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_20 = __this->get__nativeTexture_5();
NullCheck(L_20);
int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_20);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = __this->get_address_of__region_7();
float L_23 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_24 = __this->get__nativeTexture_5();
NullCheck(L_24);
int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_24);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = __this->get_address_of__region_7();
float L_27 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_28 = __this->get__nativeTexture_5();
NullCheck(L_28);
int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_28);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_30;
memset((&L_30), 0, sizeof(L_30));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_30), ((float)((float)L_15/(float)(((float)((float)L_17))))), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_19/(float)(((float)((float)L_21))))))), ((float)((float)L_23/(float)(((float)((float)L_25))))), ((float)((float)L_27/(float)(((float)((float)L_29))))), /*hidden argument*/NULL);
__this->set_uvRect_0(L_30);
// }
return;
}
}
// System.Int32 FairyGUI.NTexture::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return (int)_region.width; }
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of__region_7();
float L_1 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
return (((int32_t)((int32_t)L_1)));
}
}
// System.Int32 FairyGUI.NTexture::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return (int)_region.height; }
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of__region_7();
float L_1 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
return (((int32_t)((int32_t)L_1)));
}
}
// UnityEngine.Vector2 FairyGUI.NTexture::get_offset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D NTexture_get_offset_m210E6695FC1E6B7BAACD4E05A26A3CC8D797E140 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _offset; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__offset_8();
return L_0;
}
}
// UnityEngine.Vector2 FairyGUI.NTexture::get_originalSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D NTexture_get_originalSize_m1D34C4F10918CFFDAC5B67B1D452AB1BAD19C005 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _originalSize; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__originalSize_9();
return L_0;
}
}
// UnityEngine.Rect FairyGUI.NTexture::GetDrawRect(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE NTexture_GetDrawRect_mE36258E0173076D474CEB51AC945AEB38F12B65E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___drawRect0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (_originalSize.x == _region.width && _originalSize.y == _region.height)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__originalSize_9();
float L_1 = L_0->get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = __this->get_address_of__region_7();
float L_3 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
if ((!(((float)L_1) == ((float)L_3))))
{
goto IL_0032;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = __this->get_address_of__originalSize_9();
float L_5 = L_4->get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_6 = __this->get_address_of__region_7();
float L_7 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_6, /*hidden argument*/NULL);
if ((!(((float)L_5) == ((float)L_7))))
{
goto IL_0032;
}
}
{
// return drawRect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = ___drawRect0;
return L_8;
}
IL_0032:
{
// float sx = drawRect.width / _originalSize.x;
float L_9 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___drawRect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_10 = __this->get_address_of__originalSize_9();
float L_11 = L_10->get_x_0();
V_0 = ((float)((float)L_9/(float)L_11));
// float sy = drawRect.height / _originalSize.y;
float L_12 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___drawRect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_13 = __this->get_address_of__originalSize_9();
float L_14 = L_13->get_y_1();
V_1 = ((float)((float)L_12/(float)L_14));
// return new Rect(_offset.x * sx, _offset.y * sy, _region.width * sx, _region.height * sy);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_15 = __this->get_address_of__offset_8();
float L_16 = L_15->get_x_0();
float L_17 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__offset_8();
float L_19 = L_18->get_y_1();
float L_20 = V_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_21 = __this->get_address_of__region_7();
float L_22 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_21, /*hidden argument*/NULL);
float L_23 = V_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = __this->get_address_of__region_7();
float L_25 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
float L_26 = V_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_27;
memset((&L_27), 0, sizeof(L_27));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_27), ((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), ((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)), ((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)), ((float)il2cpp_codegen_multiply((float)L_25, (float)L_26)), /*hidden argument*/NULL);
return L_27;
}
}
// System.Void FairyGUI.NTexture::GetUV(UnityEngine.Vector2[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_GetUV_m874298BFD77F92AF4060F80C01AE261FD05C4CF6 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uv0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_5;
memset((&V_5), 0, sizeof(V_5));
{
// uv[0] = uvRect.position;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_0 = ___uv0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = __this->get_address_of_uvRect_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Rect_get_position_m54A2ACD2F97988561D6C83FCEF7D082BC5226D4C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_2);
// uv[1] = new Vector2(uvRect.xMin, uvRect.yMax);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_3 = ___uv0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = __this->get_address_of_uvRect_0();
float L_5 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_6 = __this->get_address_of_uvRect_0();
float L_7 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_6, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_8), L_5, L_7, /*hidden argument*/NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_8);
// uv[2] = new Vector2(uvRect.xMax, uvRect.yMax);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_9 = ___uv0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = __this->get_address_of_uvRect_0();
float L_11 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_12 = __this->get_address_of_uvRect_0();
float L_13 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_12, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14;
memset((&L_14), 0, sizeof(L_14));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_14), L_11, L_13, /*hidden argument*/NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_14);
// uv[3] = new Vector2(uvRect.xMax, uvRect.yMin);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_15 = ___uv0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = __this->get_address_of_uvRect_0();
float L_17 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_18 = __this->get_address_of_uvRect_0();
float L_19 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_18, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20;
memset((&L_20), 0, sizeof(L_20));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_20), L_17, L_19, /*hidden argument*/NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_20);
// if (rotated)
bool L_21 = __this->get_rotated_1();
if (!L_21)
{
goto IL_00ee;
}
}
{
// float xMin = uvRect.xMin;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = __this->get_address_of_uvRect_0();
float L_23 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
V_0 = L_23;
// float yMin = uvRect.yMin;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = __this->get_address_of_uvRect_0();
float L_25 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
V_1 = L_25;
// float yMax = uvRect.yMax;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = __this->get_address_of_uvRect_0();
float L_27 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
V_2 = L_27;
// for (int i = 0; i < 4; i++)
V_4 = 0;
goto IL_00e9;
}
IL_00a9:
{
// Vector2 m = uv[i];
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_28 = ___uv0;
int32_t L_29 = V_4;
NullCheck(L_28);
int32_t L_30 = L_29;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_5 = L_31;
// tmp = m.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = V_5;
float L_33 = L_32.get_y_1();
V_3 = L_33;
// m.y = yMin + m.x - xMin;
float L_34 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = V_5;
float L_36 = L_35.get_x_0();
float L_37 = V_0;
(&V_5)->set_y_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_34, (float)L_36)), (float)L_37)));
// m.x = xMin + yMax - tmp;
float L_38 = V_0;
float L_39 = V_2;
float L_40 = V_3;
(&V_5)->set_x_0(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_38, (float)L_39)), (float)L_40)));
// uv[i] = m;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_41 = ___uv0;
int32_t L_42 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_5;
NullCheck(L_41);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(L_42), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_43);
// for (int i = 0; i < 4; i++)
int32_t L_44 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_00e9:
{
// for (int i = 0; i < 4; i++)
int32_t L_45 = V_4;
if ((((int32_t)L_45) < ((int32_t)4)))
{
goto IL_00a9;
}
}
IL_00ee:
{
// }
return;
}
}
// FairyGUI.NTexture FairyGUI.NTexture::get_root()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _root; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
return L_0;
}
}
// System.Boolean FairyGUI.NTexture::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NTexture_get_disposed_m4C530AD85583B76D73057ED5A2E488B2B6D69D6D (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _root == null; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
return (bool)((((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _root != null ? _root._nativeTexture : null; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
if (L_0)
{
goto IL_000a;
}
}
{
return (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL;
}
IL_000a:
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__root_10();
NullCheck(L_1);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_2 = L_1->get__nativeTexture_5();
return L_2;
}
}
// UnityEngine.Texture FairyGUI.NTexture::get_alphaTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_alphaTexture_mFEE0517A156714B9D3DD4D02D7EAAC99B96DC7A0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _root != null ? _root._alphaTexture : null; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
if (L_0)
{
goto IL_000a;
}
}
{
return (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL;
}
IL_000a:
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__root_10();
NullCheck(L_1);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_2 = L_1->get__alphaTexture_6();
return L_2;
}
}
// FairyGUI.MaterialManager FairyGUI.NTexture::GetMaterialManager(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, String_t* ___shaderName0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * V_1 = NULL;
{
// if (_root != this)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
if ((((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)__this)))
{
goto IL_0021;
}
}
{
// if (_root == null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__root_10();
if (L_1)
{
goto IL_0013;
}
}
{
// return null;
return (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *)NULL;
}
IL_0013:
{
// return _root.GetMaterialManager(shaderName, keywords);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_2 = __this->get__root_10();
String_t* L_3 = ___shaderName0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___keywords1;
NullCheck(L_2);
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_5 = NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045(L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0021:
{
// if (_materialManagers == null)
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_6 = __this->get__materialManagers_11();
if (L_6)
{
goto IL_0034;
}
}
{
// _materialManagers = new Dictionary<string, MaterialManager>();
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_7 = (Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE *)il2cpp_codegen_object_new(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m6A451654E978DFA0C4E9F35EC9DB462588E02C65(L_7, /*hidden argument*/Dictionary_2__ctor_m6A451654E978DFA0C4E9F35EC9DB462588E02C65_RuntimeMethod_var);
__this->set__materialManagers_11(L_7);
}
IL_0034:
{
// string key = shaderName;
String_t* L_8 = ___shaderName0;
V_0 = L_8;
// if (keywords != null)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___keywords1;
if (!L_9)
{
goto IL_0057;
}
}
{
// key = shaderName + "_" + _gCounter++;
String_t* L_10 = ___shaderName0;
uint32_t L_11 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__gCounter_13();
uint32_t L_12 = L_11;
((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->set__gCounter_13(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
uint32_t L_13 = L_12;
RuntimeObject * L_14 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_13);
String_t* L_15 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_10, _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787, L_14, /*hidden argument*/NULL);
V_0 = L_15;
}
IL_0057:
{
// if (!_materialManagers.TryGetValue(key, out mm))
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_16 = __this->get__materialManagers_11();
String_t* L_17 = V_0;
NullCheck(L_16);
bool L_18 = Dictionary_2_TryGetValue_m3F899F5B814FEF8C238145E65463D2C61B9E683C(L_16, L_17, (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3F899F5B814FEF8C238145E65463D2C61B9E683C_RuntimeMethod_var);
if (L_18)
{
goto IL_0089;
}
}
{
// mm = new MaterialManager(this, ShaderConfig.GetShader(shaderName), keywords);
String_t* L_19 = ___shaderName0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_20 = ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743(L_19, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = ___keywords1;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_22 = (MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 *)il2cpp_codegen_object_new(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_il2cpp_TypeInfo_var);
MaterialManager__ctor_m13B4384CDA716947B613DB41A2B65DC575DB57CE(L_22, __this, L_20, L_21, /*hidden argument*/NULL);
V_1 = L_22;
// mm._managerKey = key;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_23 = V_1;
String_t* L_24 = V_0;
NullCheck(L_23);
L_23->set__managerKey_4(L_24);
// _materialManagers.Add(key, mm);
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_25 = __this->get__materialManagers_11();
String_t* L_26 = V_0;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_27 = V_1;
NullCheck(L_25);
Dictionary_2_Add_m42D7CB44F13A7824EA1E6AF5DE8B239CBFED4912(L_25, L_26, L_27, /*hidden argument*/Dictionary_2_Add_m42D7CB44F13A7824EA1E6AF5DE8B239CBFED4912_RuntimeMethod_var);
}
IL_0089:
{
// return mm;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_28 = V_1;
return L_28;
}
}
// System.Void FairyGUI.NTexture::DestroyMaterialManager(FairyGUI.MaterialManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_DestroyMaterialManager_mE9B58C3A09020A83F99EB7E596FD850506F5842B (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ___manager0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_DestroyMaterialManager_mE9B58C3A09020A83F99EB7E596FD850506F5842B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _materialManagers.Remove(manager._managerKey);
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_0 = __this->get__materialManagers_11();
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_1 = ___manager0;
NullCheck(L_1);
String_t* L_2 = L_1->get__managerKey_4();
NullCheck(L_0);
Dictionary_2_Remove_m0F6CCCBDF901C4AA50AFE8DFC5978AC16044A30A(L_0, L_2, /*hidden argument*/Dictionary_2_Remove_m0F6CCCBDF901C4AA50AFE8DFC5978AC16044A30A_RuntimeMethod_var);
// manager.DestroyMaterials();
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_3 = ___manager0;
NullCheck(L_3);
MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3(L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NTexture::Unload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Unload_m9B40DDA937A00D1EBB2DAF40142EEE336295CC0B (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// Unload(false);
NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NTexture::Unload(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, bool ___destroyMaterials0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (this == _empty)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__empty_12();
if ((!(((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)__this) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0))))
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_root != this)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__root_10();
if ((((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_1) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)__this)))
{
goto IL_001d;
}
}
{
// throw new System.Exception("Unload is not allow to call on none root NTexture.");
Exception_t * L_2 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_2, _stringLiteral27471B7A64C7E059B0BA89E0FB9E48AFA99B6548, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519_RuntimeMethod_var);
}
IL_001d:
{
// if (_nativeTexture != null)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_3 = __this->get__nativeTexture_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_00a6;
}
}
{
// if (destroyMethod == DestroyMethod.Destroy)
int32_t L_5 = __this->get_destroyMethod_4();
if (L_5)
{
goto IL_005b;
}
}
{
// Object.DestroyImmediate(_nativeTexture, true);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_6 = __this->get__nativeTexture_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mFCE7947857C832BCBB366FCCE50072ACAD9A4C51(L_6, (bool)1, /*hidden argument*/NULL);
// if (_alphaTexture != null)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_7 = __this->get__alphaTexture_6();
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0088;
}
}
{
// Object.DestroyImmediate(_alphaTexture, true);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_9 = __this->get__alphaTexture_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mFCE7947857C832BCBB366FCCE50072ACAD9A4C51(L_9, (bool)1, /*hidden argument*/NULL);
// }
goto IL_0088;
}
IL_005b:
{
// else if (destroyMethod == DestroyMethod.Unload)
int32_t L_10 = __this->get_destroyMethod_4();
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_0088;
}
}
{
// Resources.UnloadAsset(_nativeTexture);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_11 = __this->get__nativeTexture_5();
Resources_UnloadAsset_m066BEEBB51255EF3C0120EA4CF2300CA448FAF64(L_11, /*hidden argument*/NULL);
// if (_alphaTexture != null)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_12 = __this->get__alphaTexture_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_13 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_12, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0088;
}
}
{
// Resources.UnloadAsset(_alphaTexture);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_14 = __this->get__alphaTexture_6();
Resources_UnloadAsset_m066BEEBB51255EF3C0120EA4CF2300CA448FAF64(L_14, /*hidden argument*/NULL);
}
IL_0088:
{
// _nativeTexture = null;
__this->set__nativeTexture_5((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL);
// _alphaTexture = null;
__this->set__alphaTexture_6((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL);
// if (destroyMaterials)
bool L_15 = ___destroyMaterials0;
if (!L_15)
{
goto IL_00a0;
}
}
{
// DestroyMaterials();
NTexture_DestroyMaterials_mE01A4D9415C5D3C759BDD0908097F9D146F5FC0B(__this, /*hidden argument*/NULL);
return;
}
IL_00a0:
{
// RefreshMaterials();
NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33(__this, /*hidden argument*/NULL);
}
IL_00a6:
{
// }
return;
}
}
// System.Void FairyGUI.NTexture::Reload(UnityEngine.Texture,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___nativeTexture0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___alphaTexture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_root != this)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
if ((((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)__this)))
{
goto IL_0014;
}
}
{
// throw new System.Exception("Reload is not allow to call on none root NTexture.");
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral3AFBDB3D4E411EA6DA27A39ED5DC06757742E25D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33_RuntimeMethod_var);
}
IL_0014:
{
// _nativeTexture = nativeTexture;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_2 = ___nativeTexture0;
__this->set__nativeTexture_5(L_2);
// _alphaTexture = alphaTexture;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_3 = ___alphaTexture1;
__this->set__alphaTexture_6(L_3);
// RefreshMaterials();
NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.NTexture::RefreshMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 V_0;
memset((&V_0), 0, sizeof(V_0));
KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (_materialManagers != null && _materialManagers.Count > 0)
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_0 = __this->get__materialManagers_11();
if (!L_0)
{
goto IL_0048;
}
}
{
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_1 = __this->get__materialManagers_11();
NullCheck(L_1);
int32_t L_2 = Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893(L_1, /*hidden argument*/Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0048;
}
}
{
// Dictionary<string, MaterialManager>.Enumerator iter = _materialManagers.GetEnumerator();
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_3 = __this->get__materialManagers_11();
NullCheck(L_3);
Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 L_4 = Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842_RuntimeMethod_var);
V_0 = L_4;
goto IL_0038;
}
IL_0024:
{
// iter.Current.Value.RefreshMaterials();
KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 L_5 = Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_inline((Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_RuntimeMethod_var);
V_1 = L_5;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_6 = KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_inline((KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_RuntimeMethod_var);
NullCheck(L_6);
MaterialManager_RefreshMaterials_mE8DAF24D06BE88FBBC772458A2C88C43A3015B34(L_6, /*hidden argument*/NULL);
}
IL_0038:
{
// while (iter.MoveNext())
bool L_7 = Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B((Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B_RuntimeMethod_var);
if (L_7)
{
goto IL_0024;
}
}
{
// iter.Dispose();
Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC((Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC_RuntimeMethod_var);
}
IL_0048:
{
// }
return;
}
}
// System.Void FairyGUI.NTexture::DestroyMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_DestroyMaterials_mE01A4D9415C5D3C759BDD0908097F9D146F5FC0B (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_DestroyMaterials_mE01A4D9415C5D3C759BDD0908097F9D146F5FC0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 V_0;
memset((&V_0), 0, sizeof(V_0));
KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (_materialManagers != null && _materialManagers.Count > 0)
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_0 = __this->get__materialManagers_11();
if (!L_0)
{
goto IL_0048;
}
}
{
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_1 = __this->get__materialManagers_11();
NullCheck(L_1);
int32_t L_2 = Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893(L_1, /*hidden argument*/Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0048;
}
}
{
// Dictionary<string, MaterialManager>.Enumerator iter = _materialManagers.GetEnumerator();
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * L_3 = __this->get__materialManagers_11();
NullCheck(L_3);
Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 L_4 = Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842_RuntimeMethod_var);
V_0 = L_4;
goto IL_0038;
}
IL_0024:
{
// iter.Current.Value.DestroyMaterials();
KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 L_5 = Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_inline((Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_RuntimeMethod_var);
V_1 = L_5;
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * L_6 = KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_inline((KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_RuntimeMethod_var);
NullCheck(L_6);
MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3(L_6, /*hidden argument*/NULL);
}
IL_0038:
{
// while (iter.MoveNext())
bool L_7 = Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B((Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B_RuntimeMethod_var);
if (L_7)
{
goto IL_0024;
}
}
{
// iter.Dispose();
Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC((Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC_RuntimeMethod_var);
}
IL_0048:
{
// }
return;
}
}
// System.Void FairyGUI.NTexture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (this == _empty)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields*)il2cpp_codegen_static_fields_for(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var))->get__empty_12();
if ((!(((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)__this) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0))))
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_root == this)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = __this->get__root_10();
if ((!(((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_1) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)__this))))
{
goto IL_0019;
}
}
{
// Unload(true);
NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519(__this, (bool)1, /*hidden argument*/NULL);
}
IL_0019:
{
// _root = null;
__this->set__root_10((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object FairyGUI.PackageItem::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PackageItem_Load_m5E6DB1318522A55220133DF1939EF41F2E389B7A (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * __this, const RuntimeMethod* method)
{
{
// return owner.GetItemAsset(this);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_0 = __this->get_owner_0();
NullCheck(L_0);
RuntimeObject * L_1 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.PackageItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PackageItem__ctor_m8AD178144FEB7034D128A07B517EBE7E1CA11E61 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * __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
// System.Void FairyGUI.PageOption::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption__ctor_m7806918ECAB6A68813CB4E20458026B8B3F860F3 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method)
{
{
// public PageOption()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PageOption::set_controller(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption_set_controller_mEFB3D5D51BDC4091A57F20E4A2244743672190D5 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, const RuntimeMethod* method)
{
{
// _controller = value;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___value0;
__this->set__controller_0(L_0);
// }
return;
}
}
// System.Void FairyGUI.PageOption::set_index(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption_set_index_m66119897C5EB82D83001D92789B7098DA380D875 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _id = _controller.GetPageId(value);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__controller_0();
int32_t L_1 = ___value0;
NullCheck(L_0);
String_t* L_2 = Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8(L_0, L_1, /*hidden argument*/NULL);
__this->set__id_1(L_2);
// }
return;
}
}
// System.Int32 FairyGUI.PageOption::get_index()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PageOption_get_index_m832897B37B158F55D84243D67CDD0A7A10CDEBEF (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method)
{
{
// if (_id != null)
String_t* L_0 = __this->get__id_1();
if (!L_0)
{
goto IL_001a;
}
}
{
// return _controller.GetPageIndexById(_id);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__controller_0();
String_t* L_2 = __this->get__id_1();
NullCheck(L_1);
int32_t L_3 = Controller_GetPageIndexById_m9F41A123418369B89E9112F66F8E36F3F285263B(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_001a:
{
// return -1;
return (-1);
}
}
// System.Void FairyGUI.PageOption::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption_set_name_mCEAF51591C61F215435F530DEF2FCDC66966E916 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _id = _controller.GetPageIdByName(value);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__controller_0();
String_t* L_1 = ___value0;
NullCheck(L_0);
String_t* L_2 = Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3(L_0, L_1, /*hidden argument*/NULL);
__this->set__id_1(L_2);
// }
return;
}
}
// System.String FairyGUI.PageOption::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PageOption_get_name_m7AC237C3F5347C8060D1E25920C777DE2FDA25B1 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method)
{
{
// if (_id != null)
String_t* L_0 = __this->get__id_1();
if (!L_0)
{
goto IL_001a;
}
}
{
// return _controller.GetPageNameById(_id);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__controller_0();
String_t* L_2 = __this->get__id_1();
NullCheck(L_1);
String_t* L_3 = Controller_GetPageNameById_mC400FA7DA5CD0CE3E42DA06A59F341EA7945A031(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_001a:
{
// return null;
return (String_t*)NULL;
}
}
// System.Void FairyGUI.PageOption::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption_Clear_mB727464F81F2E3039173365574AD364AFAD24B7A (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method)
{
{
// _id = null;
__this->set__id_1((String_t*)NULL);
// }
return;
}
}
// System.Void FairyGUI.PageOption::set_id(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption_set_id_m67C3562F0DF0A702A170DADACF477BA417B68FD9 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _id = value;
String_t* L_0 = ___value0;
__this->set__id_1(L_0);
// }
return;
}
}
// System.String FairyGUI.PageOption::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method)
{
{
// return _id;
String_t* L_0 = __this->get__id_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.GObject FairyGUI.PinchGesture::get_host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.PinchGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_set_host_mBDF30E1422C62014C93BA019DD54E1A7D64E7BA5 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.PinchGesture::get_onBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onBegin_mE046E57AA1D74D8BF711DAB7649FD0A2BE22BD87 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.PinchGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_set_onBegin_mC3E6109DD4C368D14A06C76045404947A2956DB2 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.PinchGesture::get_onEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onEnd_m42A451D779DD8AACD703ACB57014F03EC6E90E30 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.PinchGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_set_onEnd_m9495AE479681752EFA9E63E007034A9AA6D76B4A (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.PinchGesture::get_onAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onAction_m64FFEAA366F96DDAD63A3688FE0A4AB40710B706 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_5();
return L_0;
}
}
// System.Void FairyGUI.PinchGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_set_onAction_m3D167F7244B2D7C1AFAC889FE4580B503D7F95A6 (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_5(L_0);
return;
}
}
// System.Void FairyGUI.PinchGesture::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture__ctor_m55FC0B2736EBD35D838BA65B16B6EE411F78A75D (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PinchGesture__ctor_m55FC0B2736EBD35D838BA65B16B6EE411F78A75D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public PinchGesture(GObject host)
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// this.host = host;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___host0;
PinchGesture_set_host_mBDF30E1422C62014C93BA019DD54E1A7D64E7BA5_inline(__this, L_0, /*hidden argument*/NULL);
// Enable(true);
PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A(__this, (bool)1, /*hidden argument*/NULL);
// _touches = new int[2];
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
__this->set__touches_10(L_1);
// onBegin = new EventListener(this, "onPinchBegin");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral5335FEFC87999E1BE83930ABB633D46D8E1017E9, /*hidden argument*/NULL);
PinchGesture_set_onBegin_mC3E6109DD4C368D14A06C76045404947A2956DB2_inline(__this, L_2, /*hidden argument*/NULL);
// onEnd = new EventListener(this, "onPinchEnd");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_3, __this, _stringLiteral1D142ADD1EBA80E95526BFE4D29BEB4D2B2FDCD1, /*hidden argument*/NULL);
PinchGesture_set_onEnd_m9495AE479681752EFA9E63E007034A9AA6D76B4A_inline(__this, L_3, /*hidden argument*/NULL);
// onAction = new EventListener(this, "onPinchAction");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_4, __this, _stringLiteralF9967F5B1993E5CB8B826296BEB9CB857F6507D3, /*hidden argument*/NULL);
PinchGesture_set_onAction_m3D167F7244B2D7C1AFAC889FE4580B503D7F95A6_inline(__this, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PinchGesture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_Dispose_mD412D77F7B0CCA5F5144CFDF46C115F4F7F4DA9D (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// Enable(false);
PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A(__this, (bool)0, /*hidden argument*/NULL);
// host = null;
PinchGesture_set_host_mBDF30E1422C62014C93BA019DD54E1A7D64E7BA5_inline(__this, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PinchGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value)
bool L_0 = ___value0;
if (!L_0)
{
goto IL_00ba;
}
}
{
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_2 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_1) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_2))))
{
goto IL_0065;
}
}
{
// Stage.inst.onTouchBegin.Add(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, __this, (intptr_t)((intptr_t)PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
// Stage.inst.onTouchMove.Add(__touchMove);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_6, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_8 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_8, __this, (intptr_t)((intptr_t)PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_7, L_8, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Add(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_9 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_9);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_10 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_9, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_11, __this, (intptr_t)((intptr_t)PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_10, L_11, /*hidden argument*/NULL);
// }
return;
}
IL_0065:
{
// host.onTouchBegin.Add(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_13 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_12, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_14 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_14, __this, (intptr_t)((intptr_t)PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_13, L_14, /*hidden argument*/NULL);
// host.onTouchMove.Add(__touchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_16 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_15, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_17 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_17, __this, (intptr_t)((intptr_t)PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_16);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_16, L_17, /*hidden argument*/NULL);
// host.onTouchEnd.Add(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_19 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_18, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_20 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_20, __this, (intptr_t)((intptr_t)PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_19, L_20, /*hidden argument*/NULL);
// }
return;
}
IL_00ba:
{
// _started = false;
__this->set__started_11((bool)0);
// _touchBegan = false;
__this->set__touchBegan_12((bool)0);
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_22 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_21) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_22))))
{
goto IL_0127;
}
}
{
// Stage.inst.onTouchBegin.Remove(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_23 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_23);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_24 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_23, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_25 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_25, __this, (intptr_t)((intptr_t)PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_24);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_24, L_25, /*hidden argument*/NULL);
// Stage.inst.onTouchMove.Remove(__touchMove);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_26 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_26);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_27 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_26, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_28 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_28, __this, (intptr_t)((intptr_t)PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_27, L_28, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Remove(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_29 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_29);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_30 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_29, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_31 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_31, __this, (intptr_t)((intptr_t)PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_30);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_30, L_31, /*hidden argument*/NULL);
// }
return;
}
IL_0127:
{
// host.onTouchBegin.Remove(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_32 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
NullCheck(L_32);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_32, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_34 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_34, __this, (intptr_t)((intptr_t)PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_33, L_34, /*hidden argument*/NULL);
// host.onTouchMove.Remove(__touchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
NullCheck(L_35);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_36 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_35, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_37 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_37, __this, (intptr_t)((intptr_t)PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_36, L_37, /*hidden argument*/NULL);
// host.onTouchEnd.Remove(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
NullCheck(L_38);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_39 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_38, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_40 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_40, __this, (intptr_t)((intptr_t)PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_39, L_40, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PinchGesture::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (Stage.inst.touchCount == 2)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_0084;
}
}
{
// if (!_started && !_touchBegan)
bool L_2 = __this->get__started_11();
if (L_2)
{
goto IL_0084;
}
}
{
bool L_3 = __this->get__touchBegan_12();
if (L_3)
{
goto IL_0084;
}
}
{
// _touchBegan = true;
__this->set__touchBegan_12((bool)1);
// Stage.inst.GetAllTouch(_touches);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__touches_10();
NullCheck(L_4);
Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0(L_4, L_5, /*hidden argument*/NULL);
// Vector2 pt1 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[0]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_7 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get__touches_10();
NullCheck(L_8);
int32_t L_9 = 0;
int32_t L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_7, L_10, /*hidden argument*/NULL);
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_6, L_11, /*hidden argument*/NULL);
V_0 = L_12;
// Vector2 pt2 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[1]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_14 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get__touches_10();
NullCheck(L_15);
int32_t L_16 = 1;
int32_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_14, L_17, /*hidden argument*/NULL);
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_13, L_18, /*hidden argument*/NULL);
V_1 = L_19;
// _startDistance = Vector2.Distance(pt1, pt2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
float L_22 = Vector2_Distance_mB07492BC42EC582754AD11554BE5B7F8D0E93CF4(L_20, L_21, /*hidden argument*/NULL);
__this->set__startDistance_8(L_22);
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_23 = ___context0;
NullCheck(L_23);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_23, /*hidden argument*/NULL);
}
IL_0084:
{
// }
return;
}
}
// System.Void FairyGUI.PinchGesture::__touchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
{
// if (!_touchBegan || Stage.inst.touchCount != 2)
bool L_0 = __this->get__touchBegan_12();
if (!L_0)
{
goto IL_0015;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_0016;
}
}
IL_0015:
{
// return;
return;
}
IL_0016:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_3 = ___context0;
NullCheck(L_3);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// Vector2 pt1 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[0]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get__touches_10();
NullCheck(L_7);
int32_t L_8 = 0;
int32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_6, L_9, /*hidden argument*/NULL);
NullCheck(L_5);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_5, L_10, /*hidden argument*/NULL);
// Vector2 pt2 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[1]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_13 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = __this->get__touches_10();
NullCheck(L_14);
int32_t L_15 = 1;
int32_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_13, L_16, /*hidden argument*/NULL);
NullCheck(L_12);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_12, L_17, /*hidden argument*/NULL);
V_1 = L_18;
// float dist = Vector2.Distance(pt1, pt2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
float L_20 = Vector2_Distance_mB07492BC42EC582754AD11554BE5B7F8D0E93CF4(L_11, L_19, /*hidden argument*/NULL);
V_2 = L_20;
// if (!_started && Mathf.Abs(dist - _startDistance) > UIConfig.touchDragSensitivity)
bool L_21 = __this->get__started_11();
if (L_21)
{
goto IL_00a6;
}
}
{
float L_22 = V_2;
float L_23 = __this->get__startDistance_8();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_24 = fabsf(((float)il2cpp_codegen_subtract((float)L_22, (float)L_23)));
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_25 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
if ((!(((float)L_24) > ((float)(((float)((float)L_25)))))))
{
goto IL_00a6;
}
}
{
// _started = true;
__this->set__started_11((bool)1);
// scale = 1;
__this->set_scale_6((1.0f));
// _lastScale = 1;
__this->set__lastScale_9((1.0f));
// onBegin.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_26 = PinchGesture_get_onBegin_mE046E57AA1D74D8BF711DAB7649FD0A2BE22BD87_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_27 = V_0;
NullCheck(L_26);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_26, L_27, /*hidden argument*/NULL);
}
IL_00a6:
{
// if (_started)
bool L_28 = __this->get__started_11();
if (!L_28)
{
goto IL_00ec;
}
}
{
// float ss = dist / _startDistance;
float L_29 = V_2;
float L_30 = __this->get__startDistance_8();
V_3 = ((float)((float)L_29/(float)L_30));
// delta = ss - _lastScale;
float L_31 = V_3;
float L_32 = __this->get__lastScale_9();
__this->set_delta_7(((float)il2cpp_codegen_subtract((float)L_31, (float)L_32)));
// _lastScale = ss;
float L_33 = V_3;
__this->set__lastScale_9(L_33);
// this.scale += delta;
float L_34 = __this->get_scale_6();
float L_35 = __this->get_delta_7();
__this->set_scale_6(((float)il2cpp_codegen_add((float)L_34, (float)L_35)));
// onAction.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_36 = PinchGesture_get_onAction_m64FFEAA366F96DDAD63A3688FE0A4AB40710B706_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_37 = V_0;
NullCheck(L_36);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_36, L_37, /*hidden argument*/NULL);
}
IL_00ec:
{
// }
return;
}
}
// System.Void FairyGUI.PinchGesture::__touchEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// _touchBegan = false;
__this->set__touchBegan_12((bool)0);
// if (_started)
bool L_0 = __this->get__started_11();
if (!L_0)
{
goto IL_0028;
}
}
{
// _started = false;
__this->set__started_11((bool)0);
// onEnd.Call(context.inputEvent);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = PinchGesture_get_onEnd_m42A451D779DD8AACD703ACB57014F03EC6E90E30_inline(__this, /*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = ___context0;
NullCheck(L_2);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_1, L_3, /*hidden argument*/NULL);
}
IL_0028:
{
// }
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.PixelHitTest::.ctor(FairyGUI.PixelHitTestData,System.Int32,System.Int32,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PixelHitTest__ctor_m9CCE68BEF318278767BAA1ABF0B9850AABB96DD8 (PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B * __this, PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ___data0, int32_t ___offsetX1, int32_t ___offsetY2, float ___sourceWidth3, float ___sourceHeight4, const RuntimeMethod* method)
{
{
// public PixelHitTest(PixelHitTestData data, int offsetX, int offsetY, float sourceWidth, float sourceHeight)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _data = data;
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_0 = ___data0;
__this->set__data_4(L_0);
// this.offsetX = offsetX;
int32_t L_1 = ___offsetX1;
__this->set_offsetX_0(L_1);
// this.offsetY = offsetY;
int32_t L_2 = ___offsetY2;
__this->set_offsetY_1(L_2);
// this.sourceWidth = sourceWidth;
float L_3 = ___sourceWidth3;
__this->set_sourceWidth_2(L_3);
// this.sourceHeight = sourceHeight;
float L_4 = ___sourceHeight4;
__this->set_sourceHeight_3(L_4);
// }
return;
}
}
// System.Boolean FairyGUI.PixelHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PixelHitTest_HitTest_m3769AAC0AE83951F30D1667E148F652C1AB222D3 (PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___localPoint1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PixelHitTest_HitTest_m3769AAC0AE83951F30D1667E148F652C1AB222D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// if (!contentRect.Contains(localPoint))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___localPoint1;
bool L_1 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000c;
}
}
{
// return false;
return (bool)0;
}
IL_000c:
{
// int x = Mathf.FloorToInt((localPoint.x * sourceWidth / contentRect.width - offsetX) * _data.scale);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___localPoint1;
float L_3 = L_2.get_x_0();
float L_4 = __this->get_sourceWidth_2();
float L_5 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), /*hidden argument*/NULL);
int32_t L_6 = __this->get_offsetX_0();
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_7 = __this->get__data_4();
NullCheck(L_7);
float L_8 = L_7->get_scale_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_9 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4))/(float)L_5)), (float)(((float)((float)L_6))))), (float)L_8)), /*hidden argument*/NULL);
V_0 = L_9;
// int y = Mathf.FloorToInt((localPoint.y * sourceHeight / contentRect.height - offsetY) * _data.scale);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = ___localPoint1;
float L_11 = L_10.get_y_1();
float L_12 = __this->get_sourceHeight_3();
float L_13 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), /*hidden argument*/NULL);
int32_t L_14 = __this->get_offsetY_1();
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_15 = __this->get__data_4();
NullCheck(L_15);
float L_16 = L_15->get_scale_1();
int32_t L_17 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_11, (float)L_12))/(float)L_13)), (float)(((float)((float)L_14))))), (float)L_16)), /*hidden argument*/NULL);
V_1 = L_17;
// if (x < 0 || y < 0 || x >= _data.pixelWidth)
int32_t L_18 = V_0;
if ((((int32_t)L_18) < ((int32_t)0)))
{
goto IL_0080;
}
}
{
int32_t L_19 = V_1;
if ((((int32_t)L_19) < ((int32_t)0)))
{
goto IL_0080;
}
}
{
int32_t L_20 = V_0;
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_21 = __this->get__data_4();
NullCheck(L_21);
int32_t L_22 = L_21->get_pixelWidth_0();
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_0082;
}
}
IL_0080:
{
// return false;
return (bool)0;
}
IL_0082:
{
// int pos = y * _data.pixelWidth + x;
int32_t L_23 = V_1;
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_24 = __this->get__data_4();
NullCheck(L_24);
int32_t L_25 = L_24->get_pixelWidth_0();
int32_t L_26 = V_0;
// int pos2 = pos / 8;
int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)L_25)), (int32_t)L_26));
V_2 = ((int32_t)((int32_t)L_27/(int32_t)8));
// int pos3 = pos % 8;
V_3 = ((int32_t)((int32_t)L_27%(int32_t)8));
// if (pos2 >= 0 && pos2 < _data.pixelsLength)
int32_t L_28 = V_2;
if ((((int32_t)L_28) < ((int32_t)0)))
{
goto IL_00ce;
}
}
{
int32_t L_29 = V_2;
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_30 = __this->get__data_4();
NullCheck(L_30);
int32_t L_31 = L_30->get_pixelsLength_3();
if ((((int32_t)L_29) >= ((int32_t)L_31)))
{
goto IL_00ce;
}
}
{
// return ((_data.pixels[_data.pixelsOffset + pos2] >> pos3) & 0x1) > 0;
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_32 = __this->get__data_4();
NullCheck(L_32);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32->get_pixels_2();
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_34 = __this->get__data_4();
NullCheck(L_34);
int32_t L_35 = L_34->get_pixelsOffset_4();
int32_t L_36 = V_2;
NullCheck(L_33);
int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36));
uint8_t L_38 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
int32_t L_39 = V_3;
return (bool)((((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38>>(int32_t)((int32_t)((int32_t)L_39&(int32_t)((int32_t)31)))))&(int32_t)1))) > ((int32_t)0))? 1 : 0);
}
IL_00ce:
{
// return false;
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.PixelHitTestData::Load(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PixelHitTestData_Load_m1CB557B74C5FB52F7AEE047C475B46330159B199 (PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___ba0, const RuntimeMethod* method)
{
{
// ba.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___ba0;
NullCheck(L_0);
ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_0, /*hidden argument*/NULL);
// pixelWidth = ba.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___ba0;
NullCheck(L_1);
int32_t L_2 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_1, /*hidden argument*/NULL);
__this->set_pixelWidth_0(L_2);
// scale = 1.0f / ba.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___ba0;
NullCheck(L_3);
uint8_t L_4 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_3, /*hidden argument*/NULL);
__this->set_scale_1(((float)((float)(1.0f)/(float)(((float)((float)L_4))))));
// pixels = ba.buffer;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___ba0;
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ByteBuffer_get_buffer_m94E9A13BB05B381E38A2DF111142612E917406F7_inline(L_5, /*hidden argument*/NULL);
__this->set_pixels_2(L_6);
// pixelsLength = ba.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___ba0;
NullCheck(L_7);
int32_t L_8 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_7, /*hidden argument*/NULL);
__this->set_pixelsLength_3(L_8);
// pixelsOffset = ba.position;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___ba0;
NullCheck(L_9);
int32_t L_10 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_9, /*hidden argument*/NULL);
__this->set_pixelsOffset_4(L_10);
// ba.Skip(pixelsLength);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = ___ba0;
int32_t L_12 = __this->get_pixelsLength_3();
NullCheck(L_11);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_11, L_12, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PixelHitTestData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PixelHitTestData__ctor_mD8495E35CB6BBD2B431329AD5DF69D91B20B49EF (PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * __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.PlaneMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlaneMesh_OnPopulateMesh_mB72047341009E009C0D25765182EE529BEE6D623 (PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PlaneMesh_OnPopulateMesh_mB72047341009E009C0D25765182EE529BEE6D623_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
float V_8 = 0.0f;
float V_9 = 0.0f;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
{
// float w = vb.contentRect.width;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_0 = ___vb0;
NullCheck(L_0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = L_0->get_address_of_contentRect_0();
float L_2 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
V_0 = L_2;
// float h = vb.contentRect.height;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_3 = ___vb0;
NullCheck(L_3);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = L_3->get_address_of_contentRect_0();
float L_5 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
V_1 = L_5;
// float xMax = vb.contentRect.xMax;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = ___vb0;
NullCheck(L_6);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = L_6->get_address_of_contentRect_0();
float L_8 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
V_2 = L_8;
// float yMax = vb.contentRect.yMax;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_9 = ___vb0;
NullCheck(L_9);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = L_9->get_address_of_contentRect_0();
float L_11 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
V_3 = L_11;
// int hc = (int)Mathf.Min(Mathf.CeilToInt(w / gridSize), 9);
float L_12 = V_0;
int32_t L_13 = __this->get_gridSize_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_14 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)L_12/(float)(((float)((float)L_13))))), /*hidden argument*/NULL);
int32_t L_15 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_14, ((int32_t)9), /*hidden argument*/NULL);
V_4 = L_15;
// int vc = (int)Mathf.Min(Mathf.CeilToInt(h / gridSize), 9);
float L_16 = V_1;
int32_t L_17 = __this->get_gridSize_0();
int32_t L_18 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)L_16/(float)(((float)((float)L_17))))), /*hidden argument*/NULL);
int32_t L_19 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_18, ((int32_t)9), /*hidden argument*/NULL);
V_5 = L_19;
// int eachPartX = Mathf.FloorToInt(w / hc);
float L_20 = V_0;
int32_t L_21 = V_4;
int32_t L_22 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)L_20/(float)(((float)((float)L_21))))), /*hidden argument*/NULL);
V_6 = L_22;
// int eachPartY = Mathf.FloorToInt(h / vc);
float L_23 = V_1;
int32_t L_24 = V_5;
int32_t L_25 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)L_23/(float)(((float)((float)L_24))))), /*hidden argument*/NULL);
V_7 = L_25;
// for (int i = 0; i <= vc; i++)
V_10 = 0;
goto IL_00e4;
}
IL_007b:
{
// if (i == vc)
int32_t L_26 = V_10;
int32_t L_27 = V_5;
if ((!(((uint32_t)L_26) == ((uint32_t)L_27))))
{
goto IL_0086;
}
}
{
// y = yMax;
float L_28 = V_3;
V_9 = L_28;
goto IL_009a;
}
IL_0086:
{
// y = vb.contentRect.y + i * eachPartY;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = ___vb0;
NullCheck(L_29);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_30 = L_29->get_address_of_contentRect_0();
float L_31 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_30, /*hidden argument*/NULL);
int32_t L_32 = V_10;
int32_t L_33 = V_7;
V_9 = ((float)il2cpp_codegen_add((float)L_31, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)L_33)))))));
}
IL_009a:
{
// for (int j = 0; j <= hc; j++)
V_11 = 0;
goto IL_00d8;
}
IL_009f:
{
// if (j == hc)
int32_t L_34 = V_11;
int32_t L_35 = V_4;
if ((!(((uint32_t)L_34) == ((uint32_t)L_35))))
{
goto IL_00aa;
}
}
{
// x = xMax;
float L_36 = V_2;
V_8 = L_36;
goto IL_00be;
}
IL_00aa:
{
// x = vb.contentRect.x + j * eachPartX;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_37 = ___vb0;
NullCheck(L_37);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_38 = L_37->get_address_of_contentRect_0();
float L_39 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_38, /*hidden argument*/NULL);
int32_t L_40 = V_11;
int32_t L_41 = V_6;
V_8 = ((float)il2cpp_codegen_add((float)L_39, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)L_40, (int32_t)L_41)))))));
}
IL_00be:
{
// vb.AddVert(new Vector3(x, y, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_42 = ___vb0;
float L_43 = V_8;
float L_44 = V_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_45;
memset((&L_45), 0, sizeof(L_45));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_45), L_43, L_44, (0.0f), /*hidden argument*/NULL);
NullCheck(L_42);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_42, L_45, /*hidden argument*/NULL);
// for (int j = 0; j <= hc; j++)
int32_t L_46 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00d8:
{
// for (int j = 0; j <= hc; j++)
int32_t L_47 = V_11;
int32_t L_48 = V_4;
if ((((int32_t)L_47) <= ((int32_t)L_48)))
{
goto IL_009f;
}
}
{
// for (int i = 0; i <= vc; i++)
int32_t L_49 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
}
IL_00e4:
{
// for (int i = 0; i <= vc; i++)
int32_t L_50 = V_10;
int32_t L_51 = V_5;
if ((((int32_t)L_50) <= ((int32_t)L_51)))
{
goto IL_007b;
}
}
{
// for (int i = 0; i < vc; i++)
V_12 = 0;
goto IL_013b;
}
IL_00ef:
{
// int k = i * (hc + 1);
int32_t L_52 = V_12;
int32_t L_53 = V_4;
V_13 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_52, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))));
// for (int j = 1; j <= hc; j++)
V_14 = 1;
goto IL_012f;
}
IL_00fd:
{
// int m = k + j;
int32_t L_54 = V_13;
int32_t L_55 = V_14;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55));
// vb.AddTriangle(m - 1, m, m + hc);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_56 = ___vb0;
int32_t L_57 = V_15;
int32_t L_58 = V_15;
int32_t L_59 = V_15;
int32_t L_60 = V_4;
NullCheck(L_56);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)), L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)), /*hidden argument*/NULL);
// vb.AddTriangle(m, m + hc + 1, m + hc);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_61 = ___vb0;
int32_t L_62 = V_15;
int32_t L_63 = V_15;
int32_t L_64 = V_4;
int32_t L_65 = V_15;
int32_t L_66 = V_4;
NullCheck(L_61);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_61, L_62, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66)), /*hidden argument*/NULL);
// for (int j = 1; j <= hc; j++)
int32_t L_67 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
}
IL_012f:
{
// for (int j = 1; j <= hc; j++)
int32_t L_68 = V_14;
int32_t L_69 = V_4;
if ((((int32_t)L_68) <= ((int32_t)L_69)))
{
goto IL_00fd;
}
}
{
// for (int i = 0; i < vc; i++)
int32_t L_70 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
}
IL_013b:
{
// for (int i = 0; i < vc; i++)
int32_t L_71 = V_12;
int32_t L_72 = V_5;
if ((((int32_t)L_71) < ((int32_t)L_72)))
{
goto IL_00ef;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.PlaneMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlaneMesh__ctor_m698927E5C027F0277E7EBBBF761C11DC978443FE (PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C * __this, const RuntimeMethod* method)
{
{
// public int gridSize = 30;
__this->set_gridSize_0(((int32_t)30));
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
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)();
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
il2cppPInvokeFunc();
}
// System.Void FairyGUI.PlayCompleteCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.PlayCompleteCallback::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayCompleteCallback_Invoke_m5678FD08AE0DB2FCC5C59A846213F45B29E5AB61 (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 0)
{
// open
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, 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))
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
else
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
else
{
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
}
// System.IAsyncResult FairyGUI.PlayCompleteCallback::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PlayCompleteCallback_BeginInvoke_mB70CEC6DB6CABD7F04463E46E13554C519D1FC9D (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
{
void *__d_args[1] = {0};
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
}
// System.Void FairyGUI.PlayCompleteCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayCompleteCallback_EndInvoke_mCACC057349CCAEB768799929BFC9B6376956D152 (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.PlayTransitionAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayTransitionAction__ctor_m7E30B1318AC4B2AFAA77DA4302CB8D5B0F41B3C8 (PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 * __this, const RuntimeMethod* method)
{
{
// public PlayTransitionAction()
ControllerAction__ctor_m7EAB02F236546B22DE201031A3AD5CA1621DBE6E(__this, /*hidden argument*/NULL);
// playTimes = 1;
__this->set_playTimes_3(1);
// delay = 0;
__this->set_delay_4((0.0f));
// }
return;
}
}
// System.Void FairyGUI.PlayTransitionAction::Enter(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayTransitionAction_Enter_m7AD6316265F8A4FE95F72FCF2702134EC9BF3C89 (PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, const RuntimeMethod* method)
{
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * V_0 = NULL;
{
// Transition trans = controller.parent.GetTransition(transitionName);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___controller0;
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = L_0->get_parent_3();
String_t* L_2 = __this->get_transitionName_2();
NullCheck(L_1);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_3 = GComponent_GetTransition_m97EFBD49C9F0B35D98566C3CD9547D52DAA4CD59(L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (trans != null)
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_4 = V_0;
if (!L_4)
{
goto IL_0052;
}
}
{
// if (_currentTransition != null && _currentTransition.playing)
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_5 = __this->get__currentTransition_6();
if (!L_5)
{
goto IL_0038;
}
}
{
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_6 = __this->get__currentTransition_6();
NullCheck(L_6);
bool L_7 = Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0038;
}
}
{
// trans.ChangePlayTimes(playTimes);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_8 = V_0;
int32_t L_9 = __this->get_playTimes_3();
NullCheck(L_8);
Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9_inline(L_8, L_9, /*hidden argument*/NULL);
goto IL_004b;
}
IL_0038:
{
// trans.Play(playTimes, delay, null);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_10 = V_0;
int32_t L_11 = __this->get_playTimes_3();
float L_12 = __this->get_delay_4();
NullCheck(L_10);
Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48(L_10, L_11, L_12, (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL, /*hidden argument*/NULL);
}
IL_004b:
{
// _currentTransition = trans;
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_13 = V_0;
__this->set__currentTransition_6(L_13);
}
IL_0052:
{
// }
return;
}
}
// System.Void FairyGUI.PlayTransitionAction::Leave(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayTransitionAction_Leave_mA7699F817658633AEE99790661AF58858C9C140D (PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, const RuntimeMethod* method)
{
{
// if (stopOnExit && _currentTransition != null)
bool L_0 = __this->get_stopOnExit_5();
if (!L_0)
{
goto IL_0022;
}
}
{
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_1 = __this->get__currentTransition_6();
if (!L_1)
{
goto IL_0022;
}
}
{
// _currentTransition.Stop();
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_2 = __this->get__currentTransition_6();
NullCheck(L_2);
Transition_Stop_mFE5AD09A9D92A092AC2F227920E10E689DB9A07B(L_2, /*hidden argument*/NULL);
// _currentTransition = null;
__this->set__currentTransition_6((Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)NULL);
}
IL_0022:
{
// }
return;
}
}
// System.Void FairyGUI.PlayTransitionAction::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayTransitionAction_Setup_m4062A75ACD5D5AFAA1DF108879C50FC65443655D (PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
{
// base.Setup(buffer);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7(__this, L_0, /*hidden argument*/NULL);
// transitionName = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
String_t* L_2 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_1, /*hidden argument*/NULL);
__this->set_transitionName_2(L_2);
// playTimes = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___buffer0;
NullCheck(L_3);
int32_t L_4 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_3, /*hidden argument*/NULL);
__this->set_playTimes_3(L_4);
// delay = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer0;
NullCheck(L_5);
float L_6 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_5, /*hidden argument*/NULL);
__this->set_delay_4(L_6);
// stopOnExit = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer0;
NullCheck(L_7);
bool L_8 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_7, /*hidden argument*/NULL);
__this->set_stopOnExit_5(L_8);
// }
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.PolygonMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PolygonMesh__ctor_m2AAA5C822FE8AC33FF08C6D39E9305DDB0BF59FA (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PolygonMesh__ctor_m2AAA5C822FE8AC33FF08C6D39E9305DDB0BF59FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public PolygonMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// points = new List<Vector2>();
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_0 = (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *)il2cpp_codegen_object_new(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964_il2cpp_TypeInfo_var);
List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A(L_0, /*hidden argument*/List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A_RuntimeMethod_var);
__this->set_points_0(L_0);
// texcoords = new List<Vector2>();
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_1 = (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *)il2cpp_codegen_object_new(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964_il2cpp_TypeInfo_var);
List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A(L_1, /*hidden argument*/List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A_RuntimeMethod_var);
__this->set_texcoords_1(L_1);
// }
return;
}
}
// System.Void FairyGUI.PolygonMesh::Add(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PolygonMesh_Add_mD49EAECB069ABB42FBC0BE5564172FD4C3E53940 (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PolygonMesh_Add_mD49EAECB069ABB42FBC0BE5564172FD4C3E53940_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// points.Add(point);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_0 = __this->get_points_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___point0;
NullCheck(L_0);
List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69(L_0, L_1, /*hidden argument*/List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.PolygonMesh::Add(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PolygonMesh_Add_mF8FAB5E67FE0B14847AECB54BFCC55627CB775CC (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___texcoord1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PolygonMesh_Add_mF8FAB5E67FE0B14847AECB54BFCC55627CB775CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// points.Add(point);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_0 = __this->get_points_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___point0;
NullCheck(L_0);
List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69(L_0, L_1, /*hidden argument*/List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_RuntimeMethod_var);
// texcoords.Add(texcoord);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_2 = __this->get_texcoords_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___texcoord1;
NullCheck(L_2);
List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69(L_2, L_3, /*hidden argument*/List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.PolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PolygonMesh_OnPopulateMesh_mE2A5947396F58B59438D39C91974E6A183859B74 (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PolygonMesh_OnPopulateMesh_mE2A5947396F58B59438D39C91974E6A183859B74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_3;
memset((&V_3), 0, sizeof(V_3));
float V_4 = 0.0f;
float V_5 = 0.0f;
bool V_6 = false;
bool V_7 = false;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_8;
memset((&V_8), 0, sizeof(V_8));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_9;
memset((&V_9), 0, sizeof(V_9));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_10;
memset((&V_10), 0, sizeof(V_10));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t V_12 = 0;
bool V_13 = false;
int32_t V_14 = 0;
int32_t V_15 = 0;
int32_t V_16 = 0;
int32_t V_17 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_18;
memset((&V_18), 0, sizeof(V_18));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_19;
memset((&V_19), 0, sizeof(V_19));
int32_t V_20 = 0;
int32_t V_21 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B5_0;
memset((&G_B5_0), 0, sizeof(G_B5_0));
{
// int numVertices = points.Count;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_0 = __this->get_points_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_inline(L_0, /*hidden argument*/List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_RuntimeMethod_var);
V_0 = L_1;
// if (numVertices < 3)
int32_t L_2 = V_0;
if ((((int32_t)L_2) >= ((int32_t)3)))
{
goto IL_0011;
}
}
{
// return;
return;
}
IL_0011:
{
// Color32 color = fillColor != null ? (Color32)fillColor : vb.vertexColor;
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_3 = __this->get_address_of_fillColor_2();
bool L_4 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_3, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
if (L_4)
{
goto IL_0026;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_5 = ___vb0;
NullCheck(L_5);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = L_5->get_vertexColor_2();
G_B5_0 = L_6;
goto IL_0031;
}
IL_0026:
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_7 = __this->get_address_of_fillColor_2();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_8 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_7, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B5_0 = L_8;
}
IL_0031:
{
V_3 = G_B5_0;
// float w = vb.contentRect.width;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_9 = ___vb0;
NullCheck(L_9);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = L_9->get_address_of_contentRect_0();
float L_11 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
V_4 = L_11;
// float h = vb.contentRect.height;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_12 = ___vb0;
NullCheck(L_12);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_13 = L_12->get_address_of_contentRect_0();
float L_14 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_13, /*hidden argument*/NULL);
V_5 = L_14;
// bool useTexcoords = texcoords.Count >= numVertices;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_15 = __this->get_texcoords_1();
NullCheck(L_15);
int32_t L_16 = List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_inline(L_15, /*hidden argument*/List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_RuntimeMethod_var);
int32_t L_17 = V_0;
V_6 = (bool)((((int32_t)((((int32_t)L_16) < ((int32_t)L_17))? 1 : 0)) == ((int32_t)0))? 1 : 0);
// bool fullUV = true;
V_7 = (bool)1;
// for (int i = 0; i < numVertices; i++)
V_17 = 0;
goto IL_017b;
}
IL_006a:
{
// Vector3 vec = new Vector3(points[i].x, points[i].y, 0);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_18 = __this->get_points_0();
int32_t L_19 = V_17;
NullCheck(L_18);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
float L_21 = L_20.get_x_0();
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_22 = __this->get_points_0();
int32_t L_23 = V_17;
NullCheck(L_22);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_24 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
float L_25 = L_24.get_y_1();
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_18), L_21, L_25, (0.0f), /*hidden argument*/NULL);
// if (usePercentPositions)
bool L_26 = __this->get_usePercentPositions_4();
if (!L_26)
{
goto IL_00bc;
}
}
{
// vec.x *= w;
float* L_27 = (&V_18)->get_address_of_x_2();
float* L_28 = L_27;
float L_29 = *((float*)L_28);
float L_30 = V_4;
*((float*)L_28) = (float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30));
// vec.y *= h;
float* L_31 = (&V_18)->get_address_of_y_3();
float* L_32 = L_31;
float L_33 = *((float*)L_32);
float L_34 = V_5;
*((float*)L_32) = (float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_34));
}
IL_00bc:
{
// if (useTexcoords)
bool L_35 = V_6;
if (!L_35)
{
goto IL_016c;
}
}
{
// Vector2 uv = texcoords[i];
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_36 = __this->get_texcoords_1();
int32_t L_37 = V_17;
NullCheck(L_36);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_38 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_36, L_37, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
V_19 = L_38;
// if (uv.x != 0 && uv.x != 1 || uv.y != 0 && uv.y != 1)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = V_19;
float L_40 = L_39.get_x_0();
if ((((float)L_40) == ((float)(0.0f))))
{
goto IL_00ee;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = V_19;
float L_42 = L_41.get_x_0();
if ((!(((float)L_42) == ((float)(1.0f)))))
{
goto IL_010a;
}
}
IL_00ee:
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_19;
float L_44 = L_43.get_y_1();
if ((((float)L_44) == ((float)(0.0f))))
{
goto IL_010d;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = V_19;
float L_46 = L_45.get_y_1();
if ((((float)L_46) == ((float)(1.0f))))
{
goto IL_010d;
}
}
IL_010a:
{
// fullUV = false;
V_7 = (bool)0;
}
IL_010d:
{
// uv.x = Mathf.Lerp(vb.uvRect.x, vb.uvRect.xMax, uv.x);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_47 = ___vb0;
NullCheck(L_47);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_48 = L_47->get_address_of_uvRect_1();
float L_49 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_48, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_50 = ___vb0;
NullCheck(L_50);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_51 = L_50->get_address_of_uvRect_1();
float L_52 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_51, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_53 = V_19;
float L_54 = L_53.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_55 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_49, L_52, L_54, /*hidden argument*/NULL);
(&V_19)->set_x_0(L_55);
// uv.y = Mathf.Lerp(vb.uvRect.y, vb.uvRect.yMax, uv.y);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_56 = ___vb0;
NullCheck(L_56);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_57 = L_56->get_address_of_uvRect_1();
float L_58 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_57, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_59 = ___vb0;
NullCheck(L_59);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_60 = L_59->get_address_of_uvRect_1();
float L_61 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_60, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62 = V_19;
float L_63 = L_62.get_y_1();
float L_64 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_58, L_61, L_63, /*hidden argument*/NULL);
(&V_19)->set_y_1(L_64);
// vb.AddVert(vec, color, uv);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_65 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_66 = V_18;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_67 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = V_19;
NullCheck(L_65);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_65, L_66, L_67, L_68, /*hidden argument*/NULL);
// }
goto IL_0175;
}
IL_016c:
{
// vb.AddVert(vec, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_69 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_70 = V_18;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_71 = V_3;
NullCheck(L_69);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_69, L_70, L_71, /*hidden argument*/NULL);
}
IL_0175:
{
// for (int i = 0; i < numVertices; i++)
int32_t L_72 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_017b:
{
// for (int i = 0; i < numVertices; i++)
int32_t L_73 = V_17;
int32_t L_74 = V_0;
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_006a;
}
}
{
// if (useTexcoords && fullUV && numVertices == 4)
bool L_75 = V_6;
bool L_76 = V_7;
if (!((int32_t)((int32_t)L_75&(int32_t)L_76)))
{
goto IL_0195;
}
}
{
int32_t L_77 = V_0;
if ((!(((uint32_t)L_77) == ((uint32_t)4))))
{
goto IL_0195;
}
}
{
// vb._isArbitraryQuad = true;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_78 = ___vb0;
NullCheck(L_78);
L_78->set__isArbitraryQuad_10((bool)1);
}
IL_0195:
{
// sRestIndices.Clear();
IL2CPP_RUNTIME_CLASS_INIT(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_79 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
NullCheck(L_79);
List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477(L_79, /*hidden argument*/List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var);
// for (int i = 0; i < numVertices; ++i)
V_20 = 0;
goto IL_01b6;
}
IL_01a4:
{
// sRestIndices.Add(i);
IL2CPP_RUNTIME_CLASS_INIT(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_80 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
int32_t L_81 = V_20;
NullCheck(L_80);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_80, L_81, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// for (int i = 0; i < numVertices; ++i)
int32_t L_82 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
}
IL_01b6:
{
// for (int i = 0; i < numVertices; ++i)
int32_t L_83 = V_20;
int32_t L_84 = V_0;
if ((((int32_t)L_83) < ((int32_t)L_84)))
{
goto IL_01a4;
}
}
{
// restIndexPos = 0;
V_1 = 0;
// numRestIndices = numVertices;
int32_t L_85 = V_0;
V_2 = L_85;
goto IL_02e3;
}
IL_01c4:
{
// earFound = false;
V_13 = (bool)0;
// i0 = sRestIndices[restIndexPos % numRestIndices];
IL2CPP_RUNTIME_CLASS_INIT(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_86 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
int32_t L_87 = V_1;
int32_t L_88 = V_2;
NullCheck(L_86);
int32_t L_89 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_86, ((int32_t)((int32_t)L_87%(int32_t)L_88)), /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
V_14 = L_89;
// i1 = sRestIndices[(restIndexPos + 1) % numRestIndices];
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_90 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
int32_t L_91 = V_1;
int32_t L_92 = V_2;
NullCheck(L_90);
int32_t L_93 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_90, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1))%(int32_t)L_92)), /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
V_15 = L_93;
// i2 = sRestIndices[(restIndexPos + 2) % numRestIndices];
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_94 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
int32_t L_95 = V_1;
int32_t L_96 = V_2;
NullCheck(L_94);
int32_t L_97 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_94, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)2))%(int32_t)L_96)), /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
V_16 = L_97;
// a = points[i0];
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_98 = __this->get_points_0();
int32_t L_99 = V_14;
NullCheck(L_98);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_100 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_98, L_99, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
V_8 = L_100;
// b = points[i1];
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_101 = __this->get_points_0();
int32_t L_102 = V_15;
NullCheck(L_101);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_103 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_101, L_102, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
V_9 = L_103;
// c = points[i2];
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_104 = __this->get_points_0();
int32_t L_105 = V_16;
NullCheck(L_104);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_106 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_104, L_105, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
V_10 = L_106;
// if ((a.y - b.y) * (c.x - b.x) + (b.x - a.x) * (c.y - b.y) >= 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_107 = V_8;
float L_108 = L_107.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_109 = V_9;
float L_110 = L_109.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_111 = V_10;
float L_112 = L_111.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_113 = V_9;
float L_114 = L_113.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_115 = V_9;
float L_116 = L_115.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_117 = V_8;
float L_118 = L_117.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_119 = V_10;
float L_120 = L_119.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_121 = V_9;
float L_122 = L_121.get_y_1();
if ((!(((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_108, (float)L_110)), (float)((float)il2cpp_codegen_subtract((float)L_112, (float)L_114)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_116, (float)L_118)), (float)((float)il2cpp_codegen_subtract((float)L_120, (float)L_122))))))) >= ((float)(0.0f)))))
{
goto IL_02b4;
}
}
{
// earFound = true;
V_13 = (bool)1;
// for (int i = 3; i < numRestIndices; ++i)
V_21 = 3;
goto IL_02af;
}
IL_0273:
{
// otherIndex = sRestIndices[(restIndexPos + i) % numRestIndices];
IL2CPP_RUNTIME_CLASS_INIT(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_123 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
int32_t L_124 = V_1;
int32_t L_125 = V_21;
int32_t L_126 = V_2;
NullCheck(L_123);
int32_t L_127 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_123, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)L_125))%(int32_t)L_126)), /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
V_12 = L_127;
// p = points[otherIndex];
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_128 = __this->get_points_0();
int32_t L_129 = V_12;
NullCheck(L_128);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_130 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_128, L_129, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
V_11 = L_130;
// if (IsPointInTriangle(ref p, ref a, ref b, ref c))
bool L_131 = PolygonMesh_IsPointInTriangle_m90C021D1F5662B9D751012A49E4C90DDDE410B31(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_11), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_8), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_9), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_10), /*hidden argument*/NULL);
if (!L_131)
{
goto IL_02a9;
}
}
{
// earFound = false;
V_13 = (bool)0;
// break;
goto IL_02b4;
}
IL_02a9:
{
// for (int i = 3; i < numRestIndices; ++i)
int32_t L_132 = V_21;
V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1));
}
IL_02af:
{
// for (int i = 3; i < numRestIndices; ++i)
int32_t L_133 = V_21;
int32_t L_134 = V_2;
if ((((int32_t)L_133) < ((int32_t)L_134)))
{
goto IL_0273;
}
}
IL_02b4:
{
// if (earFound)
bool L_135 = V_13;
if (!L_135)
{
goto IL_02db;
}
}
{
// vb.AddTriangle(i0, i1, i2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_136 = ___vb0;
int32_t L_137 = V_14;
int32_t L_138 = V_15;
int32_t L_139 = V_16;
NullCheck(L_136);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_136, L_137, L_138, L_139, /*hidden argument*/NULL);
// sRestIndices.RemoveAt((restIndexPos + 1) % numRestIndices);
IL2CPP_RUNTIME_CLASS_INIT(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_140 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
int32_t L_141 = V_1;
int32_t L_142 = V_2;
NullCheck(L_140);
List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF(L_140, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1))%(int32_t)L_142)), /*hidden argument*/List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_RuntimeMethod_var);
// numRestIndices--;
int32_t L_143 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_143, (int32_t)1));
// restIndexPos = 0;
V_1 = 0;
// }
goto IL_02e3;
}
IL_02db:
{
// restIndexPos++;
int32_t L_144 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1));
// if (restIndexPos == numRestIndices) break; // no more ears
int32_t L_145 = V_1;
int32_t L_146 = V_2;
if ((((int32_t)L_145) == ((int32_t)L_146)))
{
goto IL_02ea;
}
}
IL_02e3:
{
// while (numRestIndices > 3)
int32_t L_147 = V_2;
if ((((int32_t)L_147) > ((int32_t)3)))
{
goto IL_01c4;
}
}
IL_02ea:
{
// vb.AddTriangle(sRestIndices[0], sRestIndices[1], sRestIndices[2]);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_148 = ___vb0;
IL2CPP_RUNTIME_CLASS_INIT(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_149 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
NullCheck(L_149);
int32_t L_150 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_149, 0, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_151 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
NullCheck(L_151);
int32_t L_152 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_151, 1, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_153 = ((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->get_sRestIndices_5();
NullCheck(L_153);
int32_t L_154 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_153, 2, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
NullCheck(L_148);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_148, L_150, L_152, L_154, /*hidden argument*/NULL);
// if (colors != null)
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_155 = __this->get_colors_3();
if (!L_155)
{
goto IL_032c;
}
}
{
// vb.RepeatColors(colors, 0, vb.currentVertCount);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_156 = ___vb0;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_157 = __this->get_colors_3();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_158 = ___vb0;
NullCheck(L_158);
int32_t L_159 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_158, /*hidden argument*/NULL);
NullCheck(L_156);
VertexBuffer_RepeatColors_m12D263CE2342F78D807D7B58F67AC572128838FC(L_156, L_157, 0, L_159, /*hidden argument*/NULL);
}
IL_032c:
{
// }
return;
}
}
// System.Boolean FairyGUI.PolygonMesh::IsPointInTriangle(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PolygonMesh_IsPointInTriangle_m90C021D1F5662B9D751012A49E4C90DDDE410B31 (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___p0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___a1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___b2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___c3, const RuntimeMethod* method)
{
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;
float V_10 = 0.0f;
float V_11 = 0.0f;
float V_12 = 0.0f;
{
// float v0x = c.x - a.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = ___c3;
float L_1 = L_0->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = ___a1;
float L_3 = L_2->get_x_0();
// float v0y = c.y - a.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = ___c3;
float L_5 = L_4->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = ___a1;
float L_7 = L_6->get_y_1();
V_0 = ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7));
// float v1x = b.x - a.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = ___b2;
float L_9 = L_8->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_10 = ___a1;
float L_11 = L_10->get_x_0();
V_1 = ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11));
// float v1y = b.y - a.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = ___b2;
float L_13 = L_12->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = ___a1;
float L_15 = L_14->get_y_1();
V_2 = ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15));
// float v2x = p.x - a.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_16 = ___p0;
float L_17 = L_16->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = ___a1;
float L_19 = L_18->get_x_0();
V_3 = ((float)il2cpp_codegen_subtract((float)L_17, (float)L_19));
// float v2y = p.y - a.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_20 = ___p0;
float L_21 = L_20->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = ___a1;
float L_23 = L_22->get_y_1();
V_4 = ((float)il2cpp_codegen_subtract((float)L_21, (float)L_23));
// float dot00 = v0x * v0x + v0y * v0y;
float L_24 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3));
float L_25 = L_24;
float L_26 = V_0;
float L_27 = V_0;
V_5 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_25, (float)L_25)), (float)((float)il2cpp_codegen_multiply((float)L_26, (float)L_27))));
// float dot01 = v0x * v1x + v0y * v1y;
float L_28 = L_24;
float L_29 = V_1;
float L_30 = V_0;
float L_31 = V_2;
V_6 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_31))));
// float dot02 = v0x * v2x + v0y * v2y;
float L_32 = V_3;
float L_33 = V_0;
float L_34 = V_4;
V_7 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_32)), (float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_34))));
// float dot11 = v1x * v1x + v1y * v1y;
float L_35 = V_1;
float L_36 = V_1;
float L_37 = V_2;
float L_38 = V_2;
V_8 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)), (float)((float)il2cpp_codegen_multiply((float)L_37, (float)L_38))));
// float dot12 = v1x * v2x + v1y * v2y;
float L_39 = V_1;
float L_40 = V_3;
float L_41 = V_2;
float L_42 = V_4;
V_9 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_40)), (float)((float)il2cpp_codegen_multiply((float)L_41, (float)L_42))));
// float invDen = 1.0f / (dot00 * dot11 - dot01 * dot01);
float L_43 = V_5;
float L_44 = V_8;
float L_45 = V_6;
float L_46 = V_6;
V_10 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_43, (float)L_44)), (float)((float)il2cpp_codegen_multiply((float)L_45, (float)L_46))))));
// float u = (dot11 * dot02 - dot01 * dot12) * invDen;
float L_47 = V_8;
float L_48 = V_7;
float L_49 = V_6;
float L_50 = V_9;
float L_51 = V_10;
V_11 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_47, (float)L_48)), (float)((float)il2cpp_codegen_multiply((float)L_49, (float)L_50)))), (float)L_51));
// float v = (dot00 * dot12 - dot01 * dot02) * invDen;
float L_52 = V_5;
float L_53 = V_9;
float L_54 = V_6;
float L_55 = V_7;
float L_56 = V_10;
V_12 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)), (float)((float)il2cpp_codegen_multiply((float)L_54, (float)L_55)))), (float)L_56));
// return (u >= 0) && (v >= 0) && (u + v < 1);
float L_57 = V_11;
if ((!(((float)L_57) >= ((float)(0.0f)))))
{
goto IL_00d6;
}
}
{
float L_58 = V_12;
if ((!(((float)L_58) >= ((float)(0.0f)))))
{
goto IL_00d6;
}
}
{
float L_59 = V_11;
float L_60 = V_12;
return (bool)((((float)((float)il2cpp_codegen_add((float)L_59, (float)L_60))) < ((float)(1.0f)))? 1 : 0);
}
IL_00d6:
{
return (bool)0;
}
}
// System.Boolean FairyGUI.PolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PolygonMesh_HitTest_mCC6CBC8E87B281B0351F95F992C52C9E626E3C51 (PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PolygonMesh_HitTest_mCC6CBC8E87B281B0351F95F992C52C9E626E3C51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
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;
{
// if (!contentRect.Contains(point))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___point1;
bool L_1 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000c;
}
}
{
// return false;
return (bool)0;
}
IL_000c:
{
// int len = points.Count;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_2 = __this->get_points_0();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_inline(L_2, /*hidden argument*/List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_RuntimeMethod_var);
V_0 = L_3;
// int j = len - 1;
int32_t L_4 = V_0;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
// bool oddNodes = false;
V_3 = (bool)0;
// float w = contentRect.width;
float L_5 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), /*hidden argument*/NULL);
V_4 = L_5;
// float h = contentRect.height;
float L_6 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), /*hidden argument*/NULL);
V_5 = L_6;
// for (i = 0; i < len; ++i)
V_1 = 0;
goto IL_010e;
}
IL_0037:
{
// float ix = points[i].x;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_7 = __this->get_points_0();
int32_t L_8 = V_1;
NullCheck(L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
float L_10 = L_9.get_x_0();
V_6 = L_10;
// float iy = points[i].y;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_11 = __this->get_points_0();
int32_t L_12 = V_1;
NullCheck(L_11);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
float L_14 = L_13.get_y_1();
V_7 = L_14;
// float jx = points[j].x;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_15 = __this->get_points_0();
int32_t L_16 = V_2;
NullCheck(L_15);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_15, L_16, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
float L_18 = L_17.get_x_0();
V_8 = L_18;
// float jy = points[j].y;
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_19 = __this->get_points_0();
int32_t L_20 = V_2;
NullCheck(L_19);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_inline(L_19, L_20, /*hidden argument*/List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var);
float L_22 = L_21.get_y_1();
V_9 = L_22;
// if (usePercentPositions)
bool L_23 = __this->get_usePercentPositions_4();
if (!L_23)
{
goto IL_00a7;
}
}
{
// ix *= w;
float L_24 = V_6;
float L_25 = V_4;
V_6 = ((float)il2cpp_codegen_multiply((float)L_24, (float)L_25));
// iy *= h;
float L_26 = V_7;
float L_27 = V_5;
V_7 = ((float)il2cpp_codegen_multiply((float)L_26, (float)L_27));
// ix *= w;
float L_28 = V_6;
float L_29 = V_4;
V_6 = ((float)il2cpp_codegen_multiply((float)L_28, (float)L_29));
// iy *= h;
float L_30 = V_7;
float L_31 = V_5;
V_7 = ((float)il2cpp_codegen_multiply((float)L_30, (float)L_31));
}
IL_00a7:
{
// if ((iy < point.y && jy >= point.y || jy < point.y && iy >= point.y) && (ix <= point.x || jx <= point.x))
float L_32 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = ___point1;
float L_34 = L_33.get_y_1();
if ((!(((float)L_32) < ((float)L_34))))
{
goto IL_00bb;
}
}
{
float L_35 = V_9;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = ___point1;
float L_37 = L_36.get_y_1();
if ((((float)L_35) >= ((float)L_37)))
{
goto IL_00cf;
}
}
IL_00bb:
{
float L_38 = V_9;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = ___point1;
float L_40 = L_39.get_y_1();
if ((!(((float)L_38) < ((float)L_40))))
{
goto IL_0108;
}
}
{
float L_41 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = ___point1;
float L_43 = L_42.get_y_1();
if ((!(((float)L_41) >= ((float)L_43))))
{
goto IL_0108;
}
}
IL_00cf:
{
float L_44 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = ___point1;
float L_46 = L_45.get_x_0();
if ((((float)L_44) <= ((float)L_46)))
{
goto IL_00e3;
}
}
{
float L_47 = V_8;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48 = ___point1;
float L_49 = L_48.get_x_0();
if ((!(((float)L_47) <= ((float)L_49))))
{
goto IL_0108;
}
}
IL_00e3:
{
// if (ix + (point.y - iy) / (jy - iy) * (jx - ix) < point.x)
float L_50 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_51 = ___point1;
float L_52 = L_51.get_y_1();
float L_53 = V_7;
float L_54 = V_9;
float L_55 = V_7;
float L_56 = V_8;
float L_57 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58 = ___point1;
float L_59 = L_58.get_x_0();
if ((!(((float)((float)il2cpp_codegen_add((float)L_50, (float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_52, (float)L_53))/(float)((float)il2cpp_codegen_subtract((float)L_54, (float)L_55)))), (float)((float)il2cpp_codegen_subtract((float)L_56, (float)L_57))))))) < ((float)L_59))))
{
goto IL_0108;
}
}
{
// oddNodes = !oddNodes;
bool L_60 = V_3;
V_3 = (bool)((((int32_t)L_60) == ((int32_t)0))? 1 : 0);
}
IL_0108:
{
// j = i;
int32_t L_61 = V_1;
V_2 = L_61;
// for (i = 0; i < len; ++i)
int32_t L_62 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
}
IL_010e:
{
// for (i = 0; i < len; ++i)
int32_t L_63 = V_1;
int32_t L_64 = V_0;
if ((((int32_t)L_63) < ((int32_t)L_64)))
{
goto IL_0037;
}
}
{
// return oddNodes;
bool L_65 = V_3;
return L_65;
}
}
// System.Void FairyGUI.PolygonMesh::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PolygonMesh__cctor_mFCE7D39EAABEE0ADDDAD1DF333712E05F8EC5533 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PolygonMesh__cctor_mFCE7D39EAABEE0ADDDAD1DF333712E05F8EC5533_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static List<int> sRestIndices = new List<int>();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_0 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_0, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
((PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields*)il2cpp_codegen_static_fields_for(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var))->set_sRestIndices_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
#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.PopupMenu::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu__ctor_mEDE29195254D796852E825126233E7C8D02CE04F (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// public PopupMenu()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// Create(null);
PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E(__this, (String_t*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu__ctor_m8ECB5F4B80DC3A01B55EB2FF0B59AACA2A6077C2 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___resourceURL0, const RuntimeMethod* method)
{
{
// public PopupMenu(string resourceURL)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// Create(resourceURL);
String_t* L_0 = ___resourceURL0;
PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___resourceURL0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (resourceURL == null)
String_t* L_0 = ___resourceURL0;
if (L_0)
{
goto IL_0018;
}
}
{
// resourceURL = UIConfig.popupMenu;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_popupMenu_18();
___resourceURL0 = L_1;
// if (resourceURL == null)
String_t* L_2 = ___resourceURL0;
if (L_2)
{
goto IL_0018;
}
}
{
// Debug.LogError("FairyGUI: UIConfig.popupMenu not defined");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteralCAAD5F1D85DF3ED91E823FE73FAB29FD673B6D78, /*hidden argument*/NULL);
// return;
return;
}
IL_0018:
{
// _contentPane = UIPackage.CreateObjectFromURL(resourceURL).asCom;
String_t* L_3 = ___resourceURL0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC(L_4, /*hidden argument*/NULL);
__this->set__contentPane_0(L_5);
// _contentPane.onAddedToStage.Add(__addedToStage);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__contentPane_0();
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = GObject_get_onAddedToStage_m8FD962B67A9A383EE509A2B2266B7C956964143B(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)PopupMenu___addedToStage_mF093C59CD6FC72EFE464C7995B6875FCDDB653A9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_7, L_8, /*hidden argument*/NULL);
// _list = _contentPane.GetChild("list").asList;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__contentPane_0();
NullCheck(L_9);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_9, _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
NullCheck(L_10);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_11 = GObject_get_asList_m1B98AEB7BF40351A20DB9A04FE7DC43FBE543D64(L_10, /*hidden argument*/NULL);
__this->set__list_1(L_11);
// _list.RemoveChildrenToPool();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_12 = __this->get__list_1();
NullCheck(L_12);
GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D(L_12, /*hidden argument*/NULL);
// _list.AddRelation(_contentPane, RelationType.Width);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_13 = __this->get__list_1();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__contentPane_0();
NullCheck(L_13);
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(L_13, L_14, ((int32_t)14), /*hidden argument*/NULL);
// _list.RemoveRelation(_contentPane, RelationType.Height);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_15 = __this->get__list_1();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__contentPane_0();
NullCheck(L_15);
GObject_RemoveRelation_m10F4C808573B504B0E81A891CAD1309EF914D099(L_15, L_16, ((int32_t)15), /*hidden argument*/NULL);
// _contentPane.AddRelation(_list, RelationType.Height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = __this->get__contentPane_0();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_18 = __this->get__list_1();
NullCheck(L_17);
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(L_17, L_18, ((int32_t)15), /*hidden argument*/NULL);
// _list.onClickItem.Add(__clickItem);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_19 = __this->get__list_1();
NullCheck(L_19);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_20 = GList_get_onClickItem_mA69184756E67B0966D585B4EFEF1ECBBFC4A0B3C(L_19, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_21 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_21, __this, (intptr_t)((intptr_t)PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_20);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_20, L_21, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * PopupMenu_AddItem_mD7F84802BF08416A36CE88925EF12D6A37ECEA4A (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___caption0, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_AddItem_mD7F84802BF08416A36CE88925EF12D6A37ECEA4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B2_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B1_0 = NULL;
{
// GButton item = _list.AddItemFromPool().asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = GList_AddItemFromPool_m392254A1EF0A946A20DBDD13182AD13E151AE8CC(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_2 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_1, /*hidden argument*/NULL);
// item.title = caption;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = L_2;
String_t* L_4 = ___caption0;
NullCheck(L_3);
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(L_3, L_4, /*hidden argument*/NULL);
// item.data = callback;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_5 = L_3;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_6 = ___callback1;
NullCheck(L_5);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_5)->set_data_4(L_6);
// item.grayed = false;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_7 = L_5;
NullCheck(L_7);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_7, (bool)0, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_8 = L_7;
NullCheck(L_8);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_9 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_8, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_0 = L_9;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_10 = V_0;
G_B1_0 = L_8;
if (!L_10)
{
G_B2_0 = L_8;
goto IL_003b;
}
}
{
// c.selectedIndex = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_11 = V_0;
NullCheck(L_11);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_11, 0, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_003b:
{
// return item;
return G_B2_0;
}
}
// FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * PopupMenu_AddItem_mB35AF8140FB95C640512B81663D92E502FECAF80 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___caption0, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_AddItem_mB35AF8140FB95C640512B81663D92E502FECAF80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B2_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B1_0 = NULL;
{
// GButton item = _list.AddItemFromPool().asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = GList_AddItemFromPool_m392254A1EF0A946A20DBDD13182AD13E151AE8CC(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_2 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_1, /*hidden argument*/NULL);
// item.title = caption;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = L_2;
String_t* L_4 = ___caption0;
NullCheck(L_3);
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(L_3, L_4, /*hidden argument*/NULL);
// item.data = callback;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_5 = L_3;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_6 = ___callback1;
NullCheck(L_5);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_5)->set_data_4(L_6);
// item.grayed = false;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_7 = L_5;
NullCheck(L_7);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_7, (bool)0, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_8 = L_7;
NullCheck(L_8);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_9 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_8, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_0 = L_9;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_10 = V_0;
G_B1_0 = L_8;
if (!L_10)
{
G_B2_0 = L_8;
goto IL_003b;
}
}
{
// c.selectedIndex = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_11 = V_0;
NullCheck(L_11);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_11, 0, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_003b:
{
// return item;
return G_B2_0;
}
}
// FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * PopupMenu_AddItemAt_mBB38541794C259A5B4A6D2FC8934984C5E0A8BDA (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___caption0, int32_t ___index1, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_AddItemAt_mBB38541794C259A5B4A6D2FC8934984C5E0A8BDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_1 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B2_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B1_0 = NULL;
{
// GObject obj = _list.GetFromPool(_list.defaultItem);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_1 = __this->get__list_1();
NullCheck(L_1);
String_t* L_2 = L_1->get_defaultItem_93();
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = GList_GetFromPool_m21818E3513A2AC6771DFBD4CDF3D150D61F129E1(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
// _list.AddChildAt(obj, index);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_4 = __this->get__list_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_0;
int32_t L_6 = ___index1;
NullCheck(L_4);
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, L_4, L_5, L_6);
// GButton item = (GButton)obj;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_0;
// item.title = caption;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_8 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_7, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var));
String_t* L_9 = ___caption0;
NullCheck(L_8);
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(L_8, L_9, /*hidden argument*/NULL);
// item.data = callback;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_10 = L_8;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_11 = ___callback2;
NullCheck(L_10);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_10)->set_data_4(L_11);
// item.grayed = false;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_12 = L_10;
NullCheck(L_12);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_12, (bool)0, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_13 = L_12;
NullCheck(L_13);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_14 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_13, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_1 = L_14;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_15 = V_1;
G_B1_0 = L_13;
if (!L_15)
{
G_B2_0 = L_13;
goto IL_0056;
}
}
{
// c.selectedIndex = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_16 = V_1;
NullCheck(L_16);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_16, 0, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_0056:
{
// return item;
return G_B2_0;
}
}
// FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * PopupMenu_AddItemAt_mB6CBEB35CB1E49A9D73DBD3DEA7D0B307A217384 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___caption0, int32_t ___index1, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_AddItemAt_mB6CBEB35CB1E49A9D73DBD3DEA7D0B307A217384_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_1 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B2_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B1_0 = NULL;
{
// GObject obj = _list.GetFromPool(_list.defaultItem);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_1 = __this->get__list_1();
NullCheck(L_1);
String_t* L_2 = L_1->get_defaultItem_93();
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = GList_GetFromPool_m21818E3513A2AC6771DFBD4CDF3D150D61F129E1(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
// _list.AddChildAt(obj, index);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_4 = __this->get__list_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_0;
int32_t L_6 = ___index1;
NullCheck(L_4);
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, L_4, L_5, L_6);
// GButton item = (GButton)obj;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_0;
// item.title = caption;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_8 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_7, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var));
String_t* L_9 = ___caption0;
NullCheck(L_8);
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(L_8, L_9, /*hidden argument*/NULL);
// item.data = callback;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_10 = L_8;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = ___callback2;
NullCheck(L_10);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_10)->set_data_4(L_11);
// item.grayed = false;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_12 = L_10;
NullCheck(L_12);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_12, (bool)0, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_13 = L_12;
NullCheck(L_13);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_14 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_13, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_1 = L_14;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_15 = V_1;
G_B1_0 = L_13;
if (!L_15)
{
G_B2_0 = L_13;
goto IL_0056;
}
}
{
// c.selectedIndex = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_16 = V_1;
NullCheck(L_16);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_16, 0, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_0056:
{
// return item;
return G_B2_0;
}
}
// System.Void FairyGUI.PopupMenu::AddSeperator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_AddSeperator_m0489147CB30D1AF56D189816CAAF6F94B5D0AB1A (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_AddSeperator_m0489147CB30D1AF56D189816CAAF6F94B5D0AB1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (UIConfig.popupMenu_seperator == null)
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_0 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_popupMenu_seperator_19();
if (L_0)
{
goto IL_0012;
}
}
{
// Debug.LogError("FairyGUI: UIConfig.popupMenu_seperator not defined");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral4CC0A930CFC2D87ECB6EE3C3A24E631B86582F7A, /*hidden argument*/NULL);
// return;
return;
}
IL_0012:
{
// _list.AddItemFromPool(UIConfig.popupMenu_seperator);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_1 = __this->get__list_1();
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_popupMenu_seperator_19();
NullCheck(L_1);
GList_AddItemFromPool_mBBE5F2504A827F8D79E9B173B8351A1C91661489(L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.PopupMenu::GetItemName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PopupMenu_GetItemName_m4B8F449E49B7A00B4EFB25C73236DC9343CD52D0 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
// GButton item = _list.GetChildAt(index).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
int32_t L_1 = ___index0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
// return item.name;
NullCheck(L_3);
String_t* L_4 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_3)->get_name_3();
return L_4;
}
}
// System.Void FairyGUI.PopupMenu::SetItemText(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_SetItemText_m1E9E9DD592F26F743075C671ABC0C4CD716ED6EF (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, String_t* ___caption1, const RuntimeMethod* method)
{
{
// GButton item = _list.GetChild(name).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
// item.title = caption;
String_t* L_4 = ___caption1;
NullCheck(L_3);
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(L_3, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::SetItemVisible(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_SetItemVisible_mDCC426B6D992D10B33607E5E6311E77DCE94D882 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, bool ___visible1, const RuntimeMethod* method)
{
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * V_0 = NULL;
{
// GButton item = _list.GetChild(name).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (item.visible != visible)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_4 = V_0;
NullCheck(L_4);
bool L_5 = GObject_get_visible_m8FE1FF3A0A059F92F2B74D3694C209B1382661C9_inline(L_4, /*hidden argument*/NULL);
bool L_6 = ___visible1;
if ((((int32_t)L_5) == ((int32_t)L_6)))
{
goto IL_002d;
}
}
{
// item.visible = visible;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_7 = V_0;
bool L_8 = ___visible1;
NullCheck(L_7);
GObject_set_visible_m65268D438CCAEED62FE74782F6B2BA9B4C3CCD0E(L_7, L_8, /*hidden argument*/NULL);
// _list.SetBoundsChangedFlag();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_9 = __this->get__list_1();
NullCheck(L_9);
GComponent_SetBoundsChangedFlag_m5EB70F231F59EFB8B4FE951F96E21F6E085CFB75(L_9, /*hidden argument*/NULL);
}
IL_002d:
{
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::SetItemGrayed(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_SetItemGrayed_m9234694B7D8AE04001E5134C802772296C026947 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, bool ___grayed1, const RuntimeMethod* method)
{
{
// GButton item = _list.GetChild(name).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
// item.grayed = grayed;
bool L_4 = ___grayed1;
NullCheck(L_3);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_3, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::SetItemCheckable(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_SetItemCheckable_mA840497E133D65EAB280E25522615FFE22F04574 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, bool ___checkable1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_SetItemCheckable_mA840497E133D65EAB280E25522615FFE22F04574_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_0 = NULL;
{
// GButton item = _list.GetChild(name).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
NullCheck(L_3);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_3, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_0 = L_4;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = V_0;
if (!L_5)
{
goto IL_0039;
}
}
{
// if (checkable)
bool L_6 = ___checkable1;
if (!L_6)
{
goto IL_0032;
}
}
{
// if (c.selectedIndex == 0)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0039;
}
}
{
// c.selectedIndex = 1;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_9 = V_0;
NullCheck(L_9);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_9, 1, /*hidden argument*/NULL);
// }
return;
}
IL_0032:
{
// c.selectedIndex = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_10 = V_0;
NullCheck(L_10);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_10, 0, /*hidden argument*/NULL);
}
IL_0039:
{
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::SetItemChecked(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_SetItemChecked_m275E8C3FE26EB67E3D55B860B56A64F73B1CB61E (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, bool ___check1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_SetItemChecked_m275E8C3FE26EB67E3D55B860B56A64F73B1CB61E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * G_B3_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * G_B2_0 = NULL;
int32_t G_B4_0 = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * G_B4_1 = NULL;
{
// GButton item = _list.GetChild(name).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
NullCheck(L_3);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_3, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_0 = L_4;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = V_0;
if (!L_5)
{
goto IL_002c;
}
}
{
// c.selectedIndex = check ? 2 : 1;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_6 = V_0;
bool L_7 = ___check1;
G_B2_0 = L_6;
if (L_7)
{
G_B3_0 = L_6;
goto IL_0026;
}
}
{
G_B4_0 = 1;
G_B4_1 = G_B2_0;
goto IL_0027;
}
IL_0026:
{
G_B4_0 = 2;
G_B4_1 = G_B3_0;
}
IL_0027:
{
NullCheck(G_B4_1);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(G_B4_1, G_B4_0, /*hidden argument*/NULL);
}
IL_002c:
{
// }
return;
}
}
// System.Boolean FairyGUI.PopupMenu::isItemChecked(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PopupMenu_isItemChecked_m9C4FD89A180C05B898EEC998D2C3CFC7605EF54F (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_isItemChecked_m9C4FD89A180C05B898EEC998D2C3CFC7605EF54F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_0 = NULL;
{
// GButton item = _list.GetChild(name).asButton;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_2, /*hidden argument*/NULL);
// Controller c = item.GetController("checked");
NullCheck(L_3);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_3, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_0 = L_4;
// if (c != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = V_0;
if (!L_5)
{
goto IL_0029;
}
}
{
// return c.selectedIndex == 2;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(L_6, /*hidden argument*/NULL);
return (bool)((((int32_t)L_7) == ((int32_t)2))? 1 : 0);
}
IL_0029:
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.PopupMenu::RemoveItem(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PopupMenu_RemoveItem_m0F987C745ADF1D583F8D763F51B591DEC9873335 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, String_t* ___name0, const RuntimeMethod* method)
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_0 = NULL;
int32_t V_1 = 0;
{
// GComponent item = _list.GetChild(name).asCom;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
String_t* L_1 = ___name0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_0, L_1, /*hidden argument*/NULL);
NullCheck(L_2);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (item != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = V_0;
if (!L_4)
{
goto IL_0030;
}
}
{
// int index = _list.GetChildIndex(item);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_5 = __this->get__list_1();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_5, L_6, /*hidden argument*/NULL);
V_1 = L_7;
// _list.RemoveChildToPoolAt(index);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_8 = __this->get__list_1();
int32_t L_9 = V_1;
NullCheck(L_8);
GList_RemoveChildToPoolAt_m1EED54D35852FCF33903B87980CCF172FA9647D8(L_8, L_9, /*hidden argument*/NULL);
// return true;
return (bool)1;
}
IL_0030:
{
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.PopupMenu::ClearItems()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_ClearItems_m54B73E75267F0F4F026A08A9AD61F26AD05F7CF5 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// _list.RemoveChildrenToPool();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
NullCheck(L_0);
GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI.PopupMenu::get_itemCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PopupMenu_get_itemCount_mB7B451D1602A681E53C1BEE34A96D36CC172E428 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// get { return _list.numChildren; }
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
NullCheck(L_0);
int32_t L_1 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.GComponent FairyGUI.PopupMenu::get_contentPane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * PopupMenu_get_contentPane_m5AF133CA30BBD2DBA7ADCB5712E43D1A153AB811 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// get { return _contentPane; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__contentPane_0();
return L_0;
}
}
// FairyGUI.GList FairyGUI.PopupMenu::get_list()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * PopupMenu_get_list_mB3803A3AA43A396204C30C93D12DCC35FD1CFE02 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// get { return _list; }
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
return L_0;
}
}
// System.Void FairyGUI.PopupMenu::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_Dispose_mEF8CCBC3D148BC9A44BE309E3524D20AFA7BE6A4 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// _contentPane.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__contentPane_0();
NullCheck(L_0);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_0);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_Show_m4D866F4C1E09ABB9955CD42FB1DF92B34DF971F1 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// Show(null, null);
PopupMenu_Show_mCF2BFB9DC7537882190237C7FDC747368CD33E4F(__this, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu_Show_mCF2BFB9DC7537882190237C7FDC747368CD33E4F (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, RuntimeObject * ___downward1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu_Show_mCF2BFB9DC7537882190237C7FDC747368CD33E4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * G_B3_0 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * G_B5_0 = NULL;
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * G_B5_1 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * G_B4_0 = NULL;
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * G_B4_1 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B6_0 = NULL;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * G_B6_1 = NULL;
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * G_B6_2 = NULL;
{
// GRoot r = target != null ? target.root : GRoot.inst;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___target0;
if (L_0)
{
goto IL_000a;
}
}
{
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_1 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
G_B3_0 = L_1;
goto IL_0010;
}
IL_000a:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___target0;
NullCheck(L_2);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_3 = GObject_get_root_m1C4DC9603085BCEA94EB98296164BF405CBDE473(L_2, /*hidden argument*/NULL);
G_B3_0 = L_3;
}
IL_0010:
{
// r.ShowPopup(this.contentPane, (target is GRoot) ? null : target, downward);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = PopupMenu_get_contentPane_m5AF133CA30BBD2DBA7ADCB5712E43D1A153AB811_inline(__this, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = ___target0;
G_B4_0 = L_4;
G_B4_1 = G_B3_0;
if (((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)IsInstClass((RuntimeObject*)L_5, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var)))
{
G_B5_0 = L_4;
G_B5_1 = G_B3_0;
goto IL_0021;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___target0;
G_B6_0 = L_6;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0022;
}
IL_0021:
{
G_B6_0 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)(NULL));
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0022:
{
RuntimeObject * L_7 = ___downward1;
NullCheck(G_B6_2);
GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B(G_B6_2, G_B6_1, G_B6_0, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::__clickItem(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_1 = NULL;
{
// GButton item = ((GObject)context.data).asButton;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
RuntimeObject * L_1 = L_0->get_data_4();
NullCheck(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_1, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)));
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_2 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_1, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_2;
// if (item == null)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = V_0;
if (L_3)
{
goto IL_0015;
}
}
{
// return;
return;
}
IL_0015:
{
// if (item.grayed)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_4 = V_0;
NullCheck(L_4);
bool L_5 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002a;
}
}
{
// _list.selectedIndex = -1;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_6 = __this->get__list_1();
NullCheck(L_6);
GList_set_selectedIndex_m0494B70F7AF746EE0C8DCABF0EFF7C9FCDA694D4(L_6, (-1), /*hidden argument*/NULL);
// return;
return;
}
IL_002a:
{
// Controller c = item.GetController("checked");
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_7 = V_0;
NullCheck(L_7);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_8 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_7, _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C, /*hidden argument*/NULL);
V_1 = L_8;
// if (c != null && c.selectedIndex != 0)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_9 = V_1;
if (!L_9)
{
goto IL_005a;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_005a;
}
}
{
// if (c.selectedIndex == 1)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)1))))
{
goto IL_0053;
}
}
{
// c.selectedIndex = 2;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_14 = V_1;
NullCheck(L_14);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_14, 2, /*hidden argument*/NULL);
goto IL_005a;
}
IL_0053:
{
// c.selectedIndex = 1;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_15 = V_1;
NullCheck(L_15);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_15, 1, /*hidden argument*/NULL);
}
IL_005a:
{
// GRoot r = (GRoot)_contentPane.parent;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__contentPane_0();
NullCheck(L_16);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_16, /*hidden argument*/NULL);
// r.HidePopup(this.contentPane);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = PopupMenu_get_contentPane_m5AF133CA30BBD2DBA7ADCB5712E43D1A153AB811_inline(__this, /*hidden argument*/NULL);
NullCheck(((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)CastclassClass((RuntimeObject*)L_17, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var)));
GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4(((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)CastclassClass((RuntimeObject*)L_17, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var)), L_18, /*hidden argument*/NULL);
// if (item.data is EventCallback0)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_19 = V_0;
NullCheck(L_19);
RuntimeObject * L_20 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_19)->get_data_4();
if (!((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)IsInstSealed((RuntimeObject*)L_20, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)))
{
goto IL_0093;
}
}
{
// ((EventCallback0)item.data)();
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_21 = V_0;
NullCheck(L_21);
RuntimeObject * L_22 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_21)->get_data_4();
NullCheck(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_22, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_22, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_0093:
{
// else if (item.data is EventCallback1)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_23 = V_0;
NullCheck(L_23);
RuntimeObject * L_24 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_23)->get_data_4();
if (!((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)IsInstSealed((RuntimeObject*)L_24, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)))
{
goto IL_00b1;
}
}
{
// ((EventCallback1)item.data)(context);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_25 = V_0;
NullCheck(L_25);
RuntimeObject * L_26 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_25)->get_data_4();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_27 = ___context0;
NullCheck(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_26, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
EventCallback1_Invoke_m129CE06C626FEED668B6597E5384EFFF659CF905(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_26, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)), L_27, /*hidden argument*/NULL);
}
IL_00b1:
{
// }
return;
}
}
// System.Void FairyGUI.PopupMenu::__addedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMenu___addedToStage_mF093C59CD6FC72EFE464C7995B6875FCDDB653A9 (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// _list.selectedIndex = -1;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get__list_1();
NullCheck(L_0);
GList_set_selectedIndex_m0494B70F7AF746EE0C8DCABF0EFF7C9FCDA694D4(L_0, (-1), /*hidden argument*/NULL);
// _list.ResizeToFit(int.MaxValue, 10);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_1 = __this->get__list_1();
NullCheck(L_1);
GList_ResizeToFit_mC7F1B9FD283733902E76AE0098B409FE139DD528(L_1, ((int32_t)2147483647LL), ((int32_t)10), /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean FairyGUI.RTLSupport::IsArabicLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_IsArabicLetter_m72B9087DECB38C6A76038CAC10B491AAA51A7741 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
// if (ch >= 0x600 && ch <= 0x6ff)
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)1536))))
{
goto IL_0012;
}
}
{
Il2CppChar L_1 = ___ch0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)1791))))
{
goto IL_0012;
}
}
{
// return true;
return (bool)1;
}
IL_0012:
{
// if (ch >= 0x750 && ch <= 0x77f)
Il2CppChar L_2 = ___ch0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)1872))))
{
goto IL_0024;
}
}
{
Il2CppChar L_3 = ___ch0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)1919))))
{
goto IL_0024;
}
}
{
// return true;
return (bool)1;
}
IL_0024:
{
// if (ch >= 0xfb50 && ch <= 0xfc3f)
Il2CppChar L_4 = ___ch0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)64336))))
{
goto IL_0036;
}
}
{
Il2CppChar L_5 = ___ch0;
if ((((int32_t)L_5) > ((int32_t)((int32_t)64575))))
{
goto IL_0036;
}
}
{
// return true;
return (bool)1;
}
IL_0036:
{
// if (ch >= 0xfe70 && ch <= 0xfefc)
Il2CppChar L_6 = ___ch0;
if ((((int32_t)L_6) < ((int32_t)((int32_t)65136))))
{
goto IL_0048;
}
}
{
Il2CppChar L_7 = ___ch0;
if ((((int32_t)L_7) > ((int32_t)((int32_t)65276))))
{
goto IL_0048;
}
}
{
// return true;
return (bool)1;
}
IL_0048:
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.RTLSupport::ContainsArabicLetters(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_ContainsArabicLetters_mB1A84111B96ACB04866B04EAB57D996ACBC8A141 (String_t* ___text0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
// foreach (char character in text)
String_t* L_0 = ___text0;
V_0 = L_0;
V_1 = 0;
goto IL_005a;
}
IL_0006:
{
// foreach (char character in text)
String_t* L_1 = V_0;
int32_t L_2 = V_1;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
V_2 = L_3;
// if (character >= 0x600 && character <= 0x6ff)
Il2CppChar L_4 = V_2;
if ((((int32_t)L_4) < ((int32_t)((int32_t)1536))))
{
goto IL_0020;
}
}
{
Il2CppChar L_5 = V_2;
if ((((int32_t)L_5) > ((int32_t)((int32_t)1791))))
{
goto IL_0020;
}
}
{
// return true;
return (bool)1;
}
IL_0020:
{
// if (character >= 0x750 && character <= 0x77f)
Il2CppChar L_6 = V_2;
if ((((int32_t)L_6) < ((int32_t)((int32_t)1872))))
{
goto IL_0032;
}
}
{
Il2CppChar L_7 = V_2;
if ((((int32_t)L_7) > ((int32_t)((int32_t)1919))))
{
goto IL_0032;
}
}
{
// return true;
return (bool)1;
}
IL_0032:
{
// if (character >= 0xfb50 && character <= 0xfc3f)
Il2CppChar L_8 = V_2;
if ((((int32_t)L_8) < ((int32_t)((int32_t)64336))))
{
goto IL_0044;
}
}
{
Il2CppChar L_9 = V_2;
if ((((int32_t)L_9) > ((int32_t)((int32_t)64575))))
{
goto IL_0044;
}
}
{
// return true;
return (bool)1;
}
IL_0044:
{
// if (character >= 0xfe70 && character <= 0xfefc)
Il2CppChar L_10 = V_2;
if ((((int32_t)L_10) < ((int32_t)((int32_t)65136))))
{
goto IL_0056;
}
}
{
Il2CppChar L_11 = V_2;
if ((((int32_t)L_11) > ((int32_t)((int32_t)65276))))
{
goto IL_0056;
}
}
{
// return true;
return (bool)1;
}
IL_0056:
{
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_005a:
{
// foreach (char character in text)
int32_t L_13 = V_1;
String_t* L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_13) < ((int32_t)L_15)))
{
goto IL_0006;
}
}
{
// return false;
return (bool)0;
}
}
// FairyGUI.RTLSupport_DirectionType FairyGUI.RTLSupport::DetectTextDirection(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTLSupport_DetectTextDirection_m1C0B916A90F3C009D0038DF7F87F64EBBD758BB0 (String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_DetectTextDirection_m1C0B916A90F3C009D0038DF7F87F64EBBD758BB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
String_t* V_2 = NULL;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
{
// bool isContainRTL = false;
V_0 = (bool)0;
// bool isContainLTR = false;
V_1 = (bool)0;
// foreach (char ch in text)
String_t* L_0 = ___text0;
V_2 = L_0;
V_3 = 0;
goto IL_0035;
}
IL_000a:
{
// foreach (char ch in text)
String_t* L_1 = V_2;
int32_t L_2 = V_3;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
V_4 = L_3;
// if (IsArabicLetter(ch))
Il2CppChar L_4 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_5 = RTLSupport_IsArabicLetter_m72B9087DECB38C6A76038CAC10B491AAA51A7741(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0023;
}
}
{
// isContainRTL = true;
V_0 = (bool)1;
// if (isContainLTR)
bool L_6 = V_1;
if (!L_6)
{
goto IL_0031;
}
}
{
// break;
goto IL_003e;
}
IL_0023:
{
// else if (char.IsLetter(ch))
Il2CppChar L_7 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_8 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0031;
}
}
{
// isContainLTR = true;
V_1 = (bool)1;
// if (isContainRTL)
bool L_9 = V_0;
if (L_9)
{
goto IL_003e;
}
}
IL_0031:
{
int32_t L_10 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0035:
{
// foreach (char ch in text)
int32_t L_11 = V_3;
String_t* L_12 = V_2;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)L_13)))
{
goto IL_000a;
}
}
IL_003e:
{
// if (!isContainRTL)
bool L_14 = V_0;
if (L_14)
{
goto IL_0043;
}
}
{
// return DirectionType.UNKNOW; // ??unknow????????RTL??????????RTL??
return (int32_t)(0);
}
IL_0043:
{
// else if (!isContainLTR)
bool L_15 = V_1;
if (L_15)
{
goto IL_0048;
}
}
{
// return DirectionType.RTL;
return (int32_t)(2);
}
IL_0048:
{
// return BaseDirection;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
int32_t L_16 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_BaseDirection_0();
return L_16;
}
}
// System.Boolean FairyGUI.RTLSupport::CheckSeparator(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D (Il2CppChar ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsArabicLetter(input))
Il2CppChar L_0 = ___input0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_1 = RTLSupport_IsArabicLetter_m72B9087DECB38C6A76038CAC10B491AAA51A7741(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000a;
}
}
{
// return true;
return (bool)1;
}
IL_000a:
{
// return (input == '?') || (input == '?') || (input == '?');
Il2CppChar L_2 = ___input0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)1548))))
{
goto IL_0020;
}
}
{
Il2CppChar L_3 = ___input0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)63))))
{
goto IL_0020;
}
}
{
Il2CppChar L_4 = ___input0;
return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)1567)))? 1 : 0);
}
IL_0020:
{
return (bool)1;
}
}
// System.Boolean FairyGUI.RTLSupport::CheckSpecific(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD (Il2CppChar ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int num = input;
Il2CppChar L_0 = ___input0;
V_0 = L_0;
// if ((num != 0x622) && (num != 0x623) && (num != 0x627) && (num != 0x62f) && (num != 0x625) &&
// (num != 0x630) && (num != 0x631) && (num != 0x632) && (num != 0x698) && (num != 0x648) &&
// !_CheckSoundmark(input))
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)1570))))
{
goto IL_005c;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)1571))))
{
goto IL_005c;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)1575))))
{
goto IL_005c;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)1583))))
{
goto IL_005c;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)1573))))
{
goto IL_005c;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)1584))))
{
goto IL_005c;
}
}
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)1585))))
{
goto IL_005c;
}
}
{
int32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)1586))))
{
goto IL_005c;
}
}
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)1688))))
{
goto IL_005c;
}
}
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)1608))))
{
goto IL_005c;
}
}
{
Il2CppChar L_11 = ___input0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_12 = RTLSupport__CheckSoundmark_m7D2D06C398C568E95451634DDBA091C73290BD9E(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_005c;
}
}
{
// return false;
return (bool)0;
}
IL_005c:
{
// return true;
return (bool)1;
}
}
// System.Boolean FairyGUI.RTLSupport::_CheckSoundmark(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__CheckSoundmark_m7D2D06C398C568E95451634DDBA091C73290BD9E (Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// int un = ch;
Il2CppChar L_0 = ___ch0;
V_0 = L_0;
// return (un >= 0x610 && un <= 0x61e) || (un >= 0x64b && un <= 0x65f);
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)((int32_t)1552))))
{
goto IL_0012;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)((int32_t)1566))))
{
goto IL_0028;
}
}
IL_0012:
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) < ((int32_t)((int32_t)1611))))
{
goto IL_0026;
}
}
{
int32_t L_4 = V_0;
return (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)((int32_t)1631)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0026:
{
return (bool)0;
}
IL_0028:
{
return (bool)1;
}
}
// System.String FairyGUI.RTLSupport::DoMapping(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTLSupport_DoMapping_mBC4655579A5D15770DD809A50F01B080AEEE9D4B (String_t* ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_DoMapping_mBC4655579A5D15770DD809A50F01B080AEEE9D4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
{
// if (!isCharsInitialized)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_0 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_isCharsInitialized_1();
if (L_0)
{
goto IL_0012;
}
}
{
// isCharsInitialized = true;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_isCharsInitialized_1((bool)1);
// InitChars();
RTLSupport_InitChars_mC9E4220F864DE06615083C269DCDCDFCE44FEDB2(/*hidden argument*/NULL);
}
IL_0012:
{
// if (input == "????")
String_t* L_1 = ___input0;
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, _stringLiteral7D63D53BEB2221C51FE9A6EECD044AEB78D952A3, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0026;
}
}
{
// input = "?";
___input0 = _stringLiteral9D353BE3C641CF436D244063C23C2AEB2624DE52;
}
IL_0026:
{
// sbFinal.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_3 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_3);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_3, 0, /*hidden argument*/NULL);
// sbFinal.Append(input);
StringBuilder_t * L_4 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
String_t* L_5 = ___input0;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_5, /*hidden argument*/NULL);
// char perChar = '\0';
V_0 = 0;
// for (int i = 0; i < sbFinal.Length; i++)
V_1 = 0;
goto IL_03f7;
}
IL_0046:
{
// if (!mapping.ContainsKey(sbFinal[i]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_6 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_7 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_8 = V_1;
NullCheck(L_7);
Il2CppChar L_9 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_6);
bool L_10 = Dictionary_2_ContainsKey_mD288E53573EA7DAF452C41F3371B630B7899811C(L_6, L_9, /*hidden argument*/Dictionary_2_ContainsKey_mD288E53573EA7DAF452C41F3371B630B7899811C_RuntimeMethod_var);
if (L_10)
{
goto IL_006e;
}
}
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_11 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_12 = V_1;
NullCheck(L_11);
Il2CppChar L_13 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_11, L_12, /*hidden argument*/NULL);
V_0 = L_13;
// continue;
goto IL_03f3;
}
IL_006e:
{
// if ((i + 1) == sbFinal.Length)
int32_t L_14 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_15 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_15);
int32_t L_16 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) == ((uint32_t)L_16))))
{
goto IL_0136;
}
}
{
// if (sbFinal.Length == 1)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_17 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_17);
int32_t L_18 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)1))))
{
goto IL_00c0;
}
}
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_19 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_20 = V_1;
NullCheck(L_19);
Il2CppChar L_21 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_19, L_20, /*hidden argument*/NULL);
V_0 = L_21;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.isolated];
StringBuilder_t * L_22 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_23 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_24 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_25 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_26 = V_1;
NullCheck(L_25);
Il2CppChar L_27 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_25, L_26, /*hidden argument*/NULL);
NullCheck(L_24);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_24, L_27, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_28);
int32_t L_29 = 0;
uint16_t L_30 = (uint16_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_22);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_22, L_23, L_30, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_00c0:
{
// else if (CheckSeparator(perChar) || CheckSpecific(perChar))
Il2CppChar L_31 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_32 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_31, /*hidden argument*/NULL);
if (L_32)
{
goto IL_00d0;
}
}
{
Il2CppChar L_33 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_34 = RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD(L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0103;
}
}
IL_00d0:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_35 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_36 = V_1;
NullCheck(L_35);
Il2CppChar L_37 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_35, L_36, /*hidden argument*/NULL);
V_0 = L_37;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.isolated];
StringBuilder_t * L_38 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_39 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_40 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_41 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_42 = V_1;
NullCheck(L_41);
Il2CppChar L_43 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_41, L_42, /*hidden argument*/NULL);
NullCheck(L_40);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_40, L_43, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_44);
int32_t L_45 = 0;
uint16_t L_46 = (uint16_t)(L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
NullCheck(L_38);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_38, L_39, L_46, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_0103:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_47 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_48 = V_1;
NullCheck(L_47);
Il2CppChar L_49 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_47, L_48, /*hidden argument*/NULL);
V_0 = L_49;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.final];
StringBuilder_t * L_50 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_51 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_52 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_53 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_54 = V_1;
NullCheck(L_53);
Il2CppChar L_55 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_53, L_54, /*hidden argument*/NULL);
NullCheck(L_52);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_56 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_52, L_55, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_56);
int32_t L_57 = 1;
uint16_t L_58 = (uint16_t)(L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
NullCheck(L_50);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_50, L_51, L_58, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_0136:
{
// else if (i == 0)
int32_t L_59 = V_1;
if (L_59)
{
goto IL_01b3;
}
}
{
// if (!CheckSeparator(sbFinal[i + 1]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_60 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_61 = V_1;
NullCheck(L_60);
Il2CppChar L_62 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL);
bool L_63 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_62, /*hidden argument*/NULL);
if (L_63)
{
goto IL_0180;
}
}
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_64 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_65 = V_1;
NullCheck(L_64);
Il2CppChar L_66 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_64, L_65, /*hidden argument*/NULL);
V_0 = L_66;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.lead];
StringBuilder_t * L_67 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_68 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_69 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_70 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_71 = V_1;
NullCheck(L_70);
Il2CppChar L_72 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_70, L_71, /*hidden argument*/NULL);
NullCheck(L_69);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_73 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_69, L_72, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_73);
int32_t L_74 = 2;
uint16_t L_75 = (uint16_t)(L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
NullCheck(L_67);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_67, L_68, L_75, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_0180:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_76 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_77 = V_1;
NullCheck(L_76);
Il2CppChar L_78 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_76, L_77, /*hidden argument*/NULL);
V_0 = L_78;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.isolated];
StringBuilder_t * L_79 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_80 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_81 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_82 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_83 = V_1;
NullCheck(L_82);
Il2CppChar L_84 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_82, L_83, /*hidden argument*/NULL);
NullCheck(L_81);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_81, L_84, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_85);
int32_t L_86 = 0;
uint16_t L_87 = (uint16_t)(L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
NullCheck(L_79);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_79, L_80, L_87, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_01b3:
{
// else if (CheckSeparator(sbFinal[i + 1]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_88 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_89 = V_1;
NullCheck(L_88);
Il2CppChar L_90 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_88, ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)), /*hidden argument*/NULL);
bool L_91 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_90, /*hidden argument*/NULL);
if (!L_91)
{
goto IL_023d;
}
}
{
// if (CheckSeparator(perChar) || CheckSpecific(perChar))
Il2CppChar L_92 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_93 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_92, /*hidden argument*/NULL);
if (L_93)
{
goto IL_01d7;
}
}
{
Il2CppChar L_94 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_95 = RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD(L_94, /*hidden argument*/NULL);
if (!L_95)
{
goto IL_020a;
}
}
IL_01d7:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_96 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_97 = V_1;
NullCheck(L_96);
Il2CppChar L_98 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_96, L_97, /*hidden argument*/NULL);
V_0 = L_98;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.isolated];
StringBuilder_t * L_99 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_100 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_101 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_102 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_103 = V_1;
NullCheck(L_102);
Il2CppChar L_104 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_102, L_103, /*hidden argument*/NULL);
NullCheck(L_101);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_105 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_101, L_104, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_105);
int32_t L_106 = 0;
uint16_t L_107 = (uint16_t)(L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
NullCheck(L_99);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_99, L_100, L_107, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_020a:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_108 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_109 = V_1;
NullCheck(L_108);
Il2CppChar L_110 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_108, L_109, /*hidden argument*/NULL);
V_0 = L_110;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.final];
StringBuilder_t * L_111 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_112 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_113 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_114 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_115 = V_1;
NullCheck(L_114);
Il2CppChar L_116 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_114, L_115, /*hidden argument*/NULL);
NullCheck(L_113);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_113, L_116, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_117);
int32_t L_118 = 1;
uint16_t L_119 = (uint16_t)(L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
NullCheck(L_111);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_111, L_112, L_119, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_023d:
{
// else if (CheckSeparator(perChar))
Il2CppChar L_120 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_121 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_120, /*hidden argument*/NULL);
if (!L_121)
{
goto IL_02bf;
}
}
{
// if (CheckSeparator(sbFinal[i + 1]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_122 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_123 = V_1;
NullCheck(L_122);
Il2CppChar L_124 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_122, ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)), /*hidden argument*/NULL);
bool L_125 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_124, /*hidden argument*/NULL);
if (!L_125)
{
goto IL_028c;
}
}
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_126 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_127 = V_1;
NullCheck(L_126);
Il2CppChar L_128 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_126, L_127, /*hidden argument*/NULL);
V_0 = L_128;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.isolated];
StringBuilder_t * L_129 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_130 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_131 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_132 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_133 = V_1;
NullCheck(L_132);
Il2CppChar L_134 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_132, L_133, /*hidden argument*/NULL);
NullCheck(L_131);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_131, L_134, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_135);
int32_t L_136 = 0;
uint16_t L_137 = (uint16_t)(L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_136));
NullCheck(L_129);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_129, L_130, L_137, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_028c:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_138 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_139 = V_1;
NullCheck(L_138);
Il2CppChar L_140 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_138, L_139, /*hidden argument*/NULL);
V_0 = L_140;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.lead];
StringBuilder_t * L_141 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_142 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_143 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_144 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_145 = V_1;
NullCheck(L_144);
Il2CppChar L_146 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_144, L_145, /*hidden argument*/NULL);
NullCheck(L_143);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_143, L_146, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_147);
int32_t L_148 = 2;
uint16_t L_149 = (uint16_t)(L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_148));
NullCheck(L_141);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_141, L_142, L_149, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_02bf:
{
// else if (CheckSpecific(sbFinal[i + 1]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_150 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_151 = V_1;
NullCheck(L_150);
Il2CppChar L_152 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_150, ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)), /*hidden argument*/NULL);
bool L_153 = RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD(L_152, /*hidden argument*/NULL);
if (!L_153)
{
goto IL_0349;
}
}
{
// if (CheckSeparator(perChar) || CheckSpecific(perChar))
Il2CppChar L_154 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_155 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_154, /*hidden argument*/NULL);
if (L_155)
{
goto IL_02e3;
}
}
{
Il2CppChar L_156 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_157 = RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD(L_156, /*hidden argument*/NULL);
if (!L_157)
{
goto IL_0316;
}
}
IL_02e3:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_158 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_159 = V_1;
NullCheck(L_158);
Il2CppChar L_160 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_158, L_159, /*hidden argument*/NULL);
V_0 = L_160;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.lead];
StringBuilder_t * L_161 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_162 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_163 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_164 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_165 = V_1;
NullCheck(L_164);
Il2CppChar L_166 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_164, L_165, /*hidden argument*/NULL);
NullCheck(L_163);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_167 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_163, L_166, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_167);
int32_t L_168 = 2;
uint16_t L_169 = (uint16_t)(L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
NullCheck(L_161);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_161, L_162, L_169, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_0316:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_170 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_171 = V_1;
NullCheck(L_170);
Il2CppChar L_172 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_170, L_171, /*hidden argument*/NULL);
V_0 = L_172;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.middle];
StringBuilder_t * L_173 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_174 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_175 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_176 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_177 = V_1;
NullCheck(L_176);
Il2CppChar L_178 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_176, L_177, /*hidden argument*/NULL);
NullCheck(L_175);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_179 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_175, L_178, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_179);
int32_t L_180 = 3;
uint16_t L_181 = (uint16_t)(L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
NullCheck(L_173);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_173, L_174, L_181, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_0349:
{
// else if (CheckSpecific(perChar))
Il2CppChar L_182 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_183 = RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD(L_182, /*hidden argument*/NULL);
if (!L_183)
{
goto IL_03c5;
}
}
{
// if (CheckSeparator(sbFinal[i + 1]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_184 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_185 = V_1;
NullCheck(L_184);
Il2CppChar L_186 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_184, ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)), /*hidden argument*/NULL);
bool L_187 = RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D(L_186, /*hidden argument*/NULL);
if (!L_187)
{
goto IL_0395;
}
}
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_188 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_189 = V_1;
NullCheck(L_188);
Il2CppChar L_190 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_188, L_189, /*hidden argument*/NULL);
V_0 = L_190;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.isolated];
StringBuilder_t * L_191 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_192 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_193 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_194 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_195 = V_1;
NullCheck(L_194);
Il2CppChar L_196 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_194, L_195, /*hidden argument*/NULL);
NullCheck(L_193);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_197 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_193, L_196, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_197);
int32_t L_198 = 0;
uint16_t L_199 = (uint16_t)(L_197)->GetAt(static_cast<il2cpp_array_size_t>(L_198));
NullCheck(L_191);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_191, L_192, L_199, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_0395:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_200 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_201 = V_1;
NullCheck(L_200);
Il2CppChar L_202 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_200, L_201, /*hidden argument*/NULL);
V_0 = L_202;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.lead];
StringBuilder_t * L_203 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_204 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_205 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_206 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_207 = V_1;
NullCheck(L_206);
Il2CppChar L_208 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_206, L_207, /*hidden argument*/NULL);
NullCheck(L_205);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_209 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_205, L_208, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_209);
int32_t L_210 = 2;
uint16_t L_211 = (uint16_t)(L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_210));
NullCheck(L_203);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_203, L_204, L_211, /*hidden argument*/NULL);
// }
goto IL_03f3;
}
IL_03c5:
{
// perChar = sbFinal[i];
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_212 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_213 = V_1;
NullCheck(L_212);
Il2CppChar L_214 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_212, L_213, /*hidden argument*/NULL);
V_0 = L_214;
// sbFinal[i] = mapping[sbFinal[i]][(int)CharState.middle];
StringBuilder_t * L_215 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_216 = V_1;
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_217 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
StringBuilder_t * L_218 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_219 = V_1;
NullCheck(L_218);
Il2CppChar L_220 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_218, L_219, /*hidden argument*/NULL);
NullCheck(L_217);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_221 = Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7(L_217, L_220, /*hidden argument*/Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var);
NullCheck(L_221);
int32_t L_222 = 3;
uint16_t L_223 = (uint16_t)(L_221)->GetAt(static_cast<il2cpp_array_size_t>(L_222));
NullCheck(L_215);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_215, L_216, L_223, /*hidden argument*/NULL);
}
IL_03f3:
{
// for (int i = 0; i < sbFinal.Length; i++)
int32_t L_224 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_224, (int32_t)1));
}
IL_03f7:
{
// for (int i = 0; i < sbFinal.Length; i++)
int32_t L_225 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_226 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_226);
int32_t L_227 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_226, /*hidden argument*/NULL);
if ((((int32_t)L_225) < ((int32_t)L_227)))
{
goto IL_0046;
}
}
{
// return sbFinal.ToString();
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_228 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_228);
String_t* L_229 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_228);
return L_229;
}
}
// System.String FairyGUI.RTLSupport::ConvertLineL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTLSupport_ConvertLineL_mF732838A5E91FCD934C856CD3EFE867C7AAF0D06 (String_t* ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_ConvertLineL_mF732838A5E91FCD934C856CD3EFE867C7AAF0D06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
Il2CppChar V_12 = 0x0;
{
// listFinal.Clear();
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_0 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
NullCheck(L_0);
List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8(L_0, /*hidden argument*/List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8_RuntimeMethod_var);
// listRep.Clear();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
NullCheck(L_1);
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_1, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
// sbRep.Length = 0;
StringBuilder_t * L_2 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_2);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_2, 0, /*hidden argument*/NULL);
// sbN.Length = 0;
StringBuilder_t * L_3 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_3);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_3, 0, /*hidden argument*/NULL);
// int iReplace = 0;
V_0 = 0;
// DirectionType ePre = DirectionType.UNKNOW;
V_1 = 0;
// char nextChar = '\0';
V_2 = 0;
// for (int j = 0; j < source.Length; j++)
V_3 = 0;
goto IL_016d;
}
IL_0037:
{
// if (j < source.Length - 1)
int32_t L_4 = V_3;
String_t* L_5 = ___source0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_4) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))
{
goto IL_004e;
}
}
{
// nextChar = source[j + 1];
String_t* L_7 = ___source0;
int32_t L_8 = V_3;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0050;
}
IL_004e:
{
// nextChar = '\0';
V_2 = 0;
}
IL_0050:
{
// char item = source[j];
String_t* L_10 = ___source0;
int32_t L_11 = V_3;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
V_4 = L_12;
// DirectionType eCType = _GetDirection(item, ePre, nextChar);
Il2CppChar L_13 = V_4;
int32_t L_14 = V_1;
Il2CppChar L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
int32_t L_16 = RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074(L_13, L_14, L_15, /*hidden argument*/NULL);
V_5 = L_16;
// if (eCType == DirectionType.RTL)
int32_t L_17 = V_5;
if ((!(((uint32_t)L_17) == ((uint32_t)2))))
{
goto IL_00c7;
}
}
{
// if (sbRep.Length == 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_18 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_18);
int32_t L_19 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_0088;
}
}
{
// listFinal.Add('\x00bf');
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_20 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
NullCheck(L_20);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_20, ((int32_t)191), /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// iReplace++;
int32_t L_21 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0088:
{
// if (sbN.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_22 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_22);
int32_t L_23 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_22, /*hidden argument*/NULL);
if ((((int32_t)L_23) <= ((int32_t)0)))
{
goto IL_00aa;
}
}
{
// sbRep.Append(sbN.ToString());
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_24 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
StringBuilder_t * L_25 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_26, /*hidden argument*/NULL);
}
IL_00aa:
{
// sbN.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_27 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_27);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_27, 0, /*hidden argument*/NULL);
// sbRep.Append(item);
StringBuilder_t * L_28 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
Il2CppChar L_29 = V_4;
NullCheck(L_28);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_28, L_29, /*hidden argument*/NULL);
// }
goto IL_0166;
}
IL_00c7:
{
// else if (eCType == DirectionType.LTR)
int32_t L_30 = V_5;
if ((!(((uint32_t)L_30) == ((uint32_t)1))))
{
goto IL_0159;
}
}
{
// if (sbRep.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_31 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_31);
int32_t L_32 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_31, /*hidden argument*/NULL);
if ((((int32_t)L_32) <= ((int32_t)0)))
{
goto IL_00f0;
}
}
{
// listRep.Add(sbRep.ToString());
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_33 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
StringBuilder_t * L_34 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34);
NullCheck(L_33);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_33, L_35, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_00f0:
{
// sbRep.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_36 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_36);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_36, 0, /*hidden argument*/NULL);
// if (sbN.Length > 0)
StringBuilder_t * L_37 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_37);
int32_t L_38 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_37, /*hidden argument*/NULL);
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_0137;
}
}
{
// for (int n = 0; n < sbN.Length; ++n)
V_6 = 0;
goto IL_0129;
}
IL_010d:
{
// listFinal.Add(sbN[n]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_39 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
StringBuilder_t * L_40 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
int32_t L_41 = V_6;
NullCheck(L_40);
Il2CppChar L_42 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_40, L_41, /*hidden argument*/NULL);
NullCheck(L_39);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_39, L_42, /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_43 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_0129:
{
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_44 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_45 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_45);
int32_t L_46 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_45, /*hidden argument*/NULL);
if ((((int32_t)L_44) < ((int32_t)L_46)))
{
goto IL_010d;
}
}
IL_0137:
{
// sbN.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_47 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_47);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_47, 0, /*hidden argument*/NULL);
// item = _ProcessBracket(item);
Il2CppChar L_48 = V_4;
Il2CppChar L_49 = RTLSupport__ProcessBracket_mE7AD58C0B7698869291A2FE812D822EC9CA71F6F(L_48, /*hidden argument*/NULL);
V_4 = L_49;
// listFinal.Add(item);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_50 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
Il2CppChar L_51 = V_4;
NullCheck(L_50);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_50, L_51, /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// }
goto IL_0166;
}
IL_0159:
{
// sbN.Append(item);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_52 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
Il2CppChar L_53 = V_4;
NullCheck(L_52);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_52, L_53, /*hidden argument*/NULL);
}
IL_0166:
{
// ePre = eCType;
int32_t L_54 = V_5;
V_1 = L_54;
// for (int j = 0; j < source.Length; j++)
int32_t L_55 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_016d:
{
// for (int j = 0; j < source.Length; j++)
int32_t L_56 = V_3;
String_t* L_57 = ___source0;
NullCheck(L_57);
int32_t L_58 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_57, /*hidden argument*/NULL);
if ((((int32_t)L_56) < ((int32_t)L_58)))
{
goto IL_0037;
}
}
{
// if (sbRep.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_59 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_59);
int32_t L_60 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_59, /*hidden argument*/NULL);
if ((((int32_t)L_60) <= ((int32_t)0)))
{
goto IL_019a;
}
}
{
// listRep.Add(sbRep.ToString());
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_61 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
StringBuilder_t * L_62 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_62);
String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_62);
NullCheck(L_61);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_61, L_63, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_019a:
{
// if (sbN.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_64 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_64);
int32_t L_65 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_64, /*hidden argument*/NULL);
if ((((int32_t)L_65) <= ((int32_t)0)))
{
goto IL_01d6;
}
}
{
// for (int n = 0; n < sbN.Length; ++n)
V_7 = 0;
goto IL_01c8;
}
IL_01ac:
{
// listFinal.Add(sbN[n]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_66 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
StringBuilder_t * L_67 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
int32_t L_68 = V_7;
NullCheck(L_67);
Il2CppChar L_69 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_67, L_68, /*hidden argument*/NULL);
NullCheck(L_66);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_66, L_69, /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_70 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
}
IL_01c8:
{
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_71 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_72 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_72);
int32_t L_73 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_72, /*hidden argument*/NULL);
if ((((int32_t)L_71) < ((int32_t)L_73)))
{
goto IL_01ac;
}
}
IL_01d6:
{
// sbRep.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_74 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_74);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_74, 0, /*hidden argument*/NULL);
// sbN.Length = 0;
StringBuilder_t * L_75 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_75);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_75, 0, /*hidden argument*/NULL);
// sbFinal.Length = 0;
StringBuilder_t * L_76 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_76);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_76, 0, /*hidden argument*/NULL);
// sbFinal.Append(listFinal.ToArray());
StringBuilder_t * L_77 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_78 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
NullCheck(L_78);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_79 = List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA(L_78, /*hidden argument*/List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA_RuntimeMethod_var);
NullCheck(L_77);
StringBuilder_Append_mAE2884326DF0F79EE17D777C7837DE8F141DEDCB(L_77, L_79, /*hidden argument*/NULL);
// for (int m = 0; m < iReplace; m++)
V_8 = 0;
goto IL_0352;
}
IL_0214:
{
// for (int n = 0; n < sbFinal.Length; n++)
V_9 = 0;
goto IL_033b;
}
IL_021c:
{
// if (sbFinal[n] == '\x00bf')
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_80 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_81 = V_9;
NullCheck(L_80);
Il2CppChar L_82 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_80, L_81, /*hidden argument*/NULL);
if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)191)))))
{
goto IL_0335;
}
}
{
// sbRep.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_83 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_83);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_83, 0, /*hidden argument*/NULL);
// sbRep.Append(_Reverse(listRep[0]));
StringBuilder_t * L_84 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_85 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
NullCheck(L_85);
String_t* L_86 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_85, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
String_t* L_87 = RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92(L_86, /*hidden argument*/NULL);
NullCheck(L_84);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_84, L_87, /*hidden argument*/NULL);
// listRep.RemoveAt(0);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_88 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
NullCheck(L_88);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_88, 0, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
// sbN.Length = 0;
StringBuilder_t * L_89 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_89);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_89, 0, /*hidden argument*/NULL);
// for (int num4 = 0; num4 < sbRep.Length; num4++)
V_10 = 0;
goto IL_02a3;
}
IL_0273:
{
// if (!_IsNeutrality(sbRep[num4]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_90 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
int32_t L_91 = V_10;
NullCheck(L_90);
Il2CppChar L_92 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_90, L_91, /*hidden argument*/NULL);
bool L_93 = RTLSupport__IsNeutrality_mBBC2B81257F3F8BB44371C521BCE57DE112606BD(L_92, /*hidden argument*/NULL);
if (!L_93)
{
goto IL_02b1;
}
}
{
// sbN.Append(sbRep[num4]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_94 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
StringBuilder_t * L_95 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
int32_t L_96 = V_10;
NullCheck(L_95);
Il2CppChar L_97 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_95, L_96, /*hidden argument*/NULL);
NullCheck(L_94);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_94, L_97, /*hidden argument*/NULL);
// for (int num4 = 0; num4 < sbRep.Length; num4++)
int32_t L_98 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1));
}
IL_02a3:
{
// for (int num4 = 0; num4 < sbRep.Length; num4++)
int32_t L_99 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_100 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_100);
int32_t L_101 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_100, /*hidden argument*/NULL);
if ((((int32_t)L_99) < ((int32_t)L_101)))
{
goto IL_0273;
}
}
IL_02b1:
{
// if (sbN.Length > 0) // ??????????
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_102 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_102);
int32_t L_103 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_102, /*hidden argument*/NULL);
if ((((int32_t)L_103) <= ((int32_t)0)))
{
goto IL_0306;
}
}
{
// sbRep.Remove(0, sbN.Length);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_104 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
StringBuilder_t * L_105 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_105);
int32_t L_106 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_105, /*hidden argument*/NULL);
NullCheck(L_104);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_104, 0, L_106, /*hidden argument*/NULL);
// for (int iSpace = sbN.Length - 1; iSpace >= 0; --iSpace) // ??????
StringBuilder_t * L_107 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_107);
int32_t L_108 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_107, /*hidden argument*/NULL);
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1));
goto IL_0301;
}
IL_02e4:
{
// sbRep.Append(sbN[iSpace]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_109 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
StringBuilder_t * L_110 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
int32_t L_111 = V_11;
NullCheck(L_110);
Il2CppChar L_112 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_110, L_111, /*hidden argument*/NULL);
NullCheck(L_109);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_109, L_112, /*hidden argument*/NULL);
// for (int iSpace = sbN.Length - 1; iSpace >= 0; --iSpace) // ??????
int32_t L_113 = V_11;
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)1));
}
IL_0301:
{
// for (int iSpace = sbN.Length - 1; iSpace >= 0; --iSpace) // ??????
int32_t L_114 = V_11;
if ((((int32_t)L_114) >= ((int32_t)0)))
{
goto IL_02e4;
}
}
IL_0306:
{
// sbFinal.Replace(sbFinal[n].ToString(), sbRep.ToString(), n, 1);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_115 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
StringBuilder_t * L_116 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_117 = V_9;
NullCheck(L_116);
Il2CppChar L_118 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_116, L_117, /*hidden argument*/NULL);
V_12 = L_118;
String_t* L_119 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_12), /*hidden argument*/NULL);
StringBuilder_t * L_120 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_120);
String_t* L_121 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_120);
int32_t L_122 = V_9;
NullCheck(L_115);
StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4(L_115, L_119, L_121, L_122, 1, /*hidden argument*/NULL);
// break;
goto IL_034c;
}
IL_0335:
{
// for (int n = 0; n < sbFinal.Length; n++)
int32_t L_123 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1));
}
IL_033b:
{
// for (int n = 0; n < sbFinal.Length; n++)
int32_t L_124 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_125 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_125);
int32_t L_126 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_125, /*hidden argument*/NULL);
if ((((int32_t)L_124) < ((int32_t)L_126)))
{
goto IL_021c;
}
}
IL_034c:
{
// for (int m = 0; m < iReplace; m++)
int32_t L_127 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1));
}
IL_0352:
{
// for (int m = 0; m < iReplace; m++)
int32_t L_128 = V_8;
int32_t L_129 = V_0;
if ((((int32_t)L_128) < ((int32_t)L_129)))
{
goto IL_0214;
}
}
{
// return sbFinal.ToString();
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_130 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_130);
String_t* L_131 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_130);
return L_131;
}
}
// System.String FairyGUI.RTLSupport::ConvertLineR(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTLSupport_ConvertLineR_mC8694CF545CBFC0AFF58B1D5F7322A369E511BBD (String_t* ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_ConvertLineR_mC8694CF545CBFC0AFF58B1D5F7322A369E511BBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
Il2CppChar V_12 = 0x0;
{
// listFinal.Clear();
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_0 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
NullCheck(L_0);
List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8(L_0, /*hidden argument*/List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8_RuntimeMethod_var);
// listRep.Clear();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
NullCheck(L_1);
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_1, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
// sbRep.Length = 0;
StringBuilder_t * L_2 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_2);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_2, 0, /*hidden argument*/NULL);
// sbN.Length = 0;
StringBuilder_t * L_3 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_3);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_3, 0, /*hidden argument*/NULL);
// int iReplace = 0;
V_0 = 0;
// DirectionType ePre = DirectionType.UNKNOW;
V_1 = 0;
// char nextChar = '\0';
V_2 = 0;
// for (int j = 0; j < source.Length; j++)
V_3 = 0;
goto IL_016d;
}
IL_0037:
{
// if (j < source.Length - 1)
int32_t L_4 = V_3;
String_t* L_5 = ___source0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_4) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))))
{
goto IL_004e;
}
}
{
// nextChar = source[j + 1];
String_t* L_7 = ___source0;
int32_t L_8 = V_3;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0050;
}
IL_004e:
{
// nextChar = '\0';
V_2 = 0;
}
IL_0050:
{
// char item = source[j];
String_t* L_10 = ___source0;
int32_t L_11 = V_3;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
V_4 = L_12;
// DirectionType eCType = _GetDirection(item, ePre, nextChar);
Il2CppChar L_13 = V_4;
int32_t L_14 = V_1;
Il2CppChar L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
int32_t L_16 = RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074(L_13, L_14, L_15, /*hidden argument*/NULL);
V_5 = L_16;
// if (eCType == DirectionType.LTR)
int32_t L_17 = V_5;
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
{
goto IL_00c7;
}
}
{
// if (sbRep.Length == 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_18 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_18);
int32_t L_19 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_0088;
}
}
{
// listFinal.Add('\x00bf');
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_20 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
NullCheck(L_20);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_20, ((int32_t)191), /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// iReplace++;
int32_t L_21 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0088:
{
// if (sbN.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_22 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_22);
int32_t L_23 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_22, /*hidden argument*/NULL);
if ((((int32_t)L_23) <= ((int32_t)0)))
{
goto IL_00aa;
}
}
{
// sbRep.Append(sbN.ToString());
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_24 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
StringBuilder_t * L_25 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_26, /*hidden argument*/NULL);
}
IL_00aa:
{
// sbN.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_27 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_27);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_27, 0, /*hidden argument*/NULL);
// sbRep.Append(item);
StringBuilder_t * L_28 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
Il2CppChar L_29 = V_4;
NullCheck(L_28);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_28, L_29, /*hidden argument*/NULL);
// }
goto IL_0166;
}
IL_00c7:
{
// else if (eCType == DirectionType.RTL)
int32_t L_30 = V_5;
if ((!(((uint32_t)L_30) == ((uint32_t)2))))
{
goto IL_0159;
}
}
{
// if (sbRep.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_31 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_31);
int32_t L_32 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_31, /*hidden argument*/NULL);
if ((((int32_t)L_32) <= ((int32_t)0)))
{
goto IL_00f0;
}
}
{
// listRep.Add(sbRep.ToString());
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_33 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
StringBuilder_t * L_34 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34);
NullCheck(L_33);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_33, L_35, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_00f0:
{
// sbRep.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_36 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_36);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_36, 0, /*hidden argument*/NULL);
// if (sbN.Length > 0)
StringBuilder_t * L_37 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_37);
int32_t L_38 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_37, /*hidden argument*/NULL);
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_0137;
}
}
{
// for (int n = 0; n < sbN.Length; ++n)
V_6 = 0;
goto IL_0129;
}
IL_010d:
{
// listFinal.Add(sbN[n]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_39 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
StringBuilder_t * L_40 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
int32_t L_41 = V_6;
NullCheck(L_40);
Il2CppChar L_42 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_40, L_41, /*hidden argument*/NULL);
NullCheck(L_39);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_39, L_42, /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_43 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_0129:
{
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_44 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_45 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_45);
int32_t L_46 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_45, /*hidden argument*/NULL);
if ((((int32_t)L_44) < ((int32_t)L_46)))
{
goto IL_010d;
}
}
IL_0137:
{
// sbN.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_47 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_47);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_47, 0, /*hidden argument*/NULL);
// item = _ProcessBracket(item);
Il2CppChar L_48 = V_4;
Il2CppChar L_49 = RTLSupport__ProcessBracket_mE7AD58C0B7698869291A2FE812D822EC9CA71F6F(L_48, /*hidden argument*/NULL);
V_4 = L_49;
// listFinal.Add(item);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_50 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
Il2CppChar L_51 = V_4;
NullCheck(L_50);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_50, L_51, /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// }
goto IL_0166;
}
IL_0159:
{
// sbN.Append(item);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_52 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
Il2CppChar L_53 = V_4;
NullCheck(L_52);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_52, L_53, /*hidden argument*/NULL);
}
IL_0166:
{
// ePre = eCType;
int32_t L_54 = V_5;
V_1 = L_54;
// for (int j = 0; j < source.Length; j++)
int32_t L_55 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_016d:
{
// for (int j = 0; j < source.Length; j++)
int32_t L_56 = V_3;
String_t* L_57 = ___source0;
NullCheck(L_57);
int32_t L_58 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_57, /*hidden argument*/NULL);
if ((((int32_t)L_56) < ((int32_t)L_58)))
{
goto IL_0037;
}
}
{
// if (sbRep.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_59 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_59);
int32_t L_60 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_59, /*hidden argument*/NULL);
if ((((int32_t)L_60) <= ((int32_t)0)))
{
goto IL_019a;
}
}
{
// listRep.Add(sbRep.ToString());
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_61 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
StringBuilder_t * L_62 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_62);
String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_62);
NullCheck(L_61);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_61, L_63, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_019a:
{
// if (sbN.Length > 0)
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_64 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_64);
int32_t L_65 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_64, /*hidden argument*/NULL);
if ((((int32_t)L_65) <= ((int32_t)0)))
{
goto IL_01d6;
}
}
{
// for (int n = 0; n < sbN.Length; ++n)
V_7 = 0;
goto IL_01c8;
}
IL_01ac:
{
// listFinal.Add(sbN[n]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_66 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
StringBuilder_t * L_67 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
int32_t L_68 = V_7;
NullCheck(L_67);
Il2CppChar L_69 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_67, L_68, /*hidden argument*/NULL);
NullCheck(L_66);
List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834(L_66, L_69, /*hidden argument*/List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var);
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_70 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
}
IL_01c8:
{
// for (int n = 0; n < sbN.Length; ++n)
int32_t L_71 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_72 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_72);
int32_t L_73 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_72, /*hidden argument*/NULL);
if ((((int32_t)L_71) < ((int32_t)L_73)))
{
goto IL_01ac;
}
}
IL_01d6:
{
// sbFinal.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_74 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_74);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_74, 0, /*hidden argument*/NULL);
// sbFinal.Append(listFinal.ToArray());
StringBuilder_t * L_75 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_76 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listFinal_3();
NullCheck(L_76);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_77 = List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA(L_76, /*hidden argument*/List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA_RuntimeMethod_var);
NullCheck(L_75);
StringBuilder_Append_mAE2884326DF0F79EE17D777C7837DE8F141DEDCB(L_75, L_77, /*hidden argument*/NULL);
// for (int m = 0; m < iReplace; m++)
V_8 = 0;
goto IL_033c;
}
IL_01fe:
{
// for (int n = 0; n < sbFinal.Length; n++)
V_9 = 0;
goto IL_0325;
}
IL_0206:
{
// if (sbFinal[n] == '\x00bf')
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_78 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_79 = V_9;
NullCheck(L_78);
Il2CppChar L_80 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_78, L_79, /*hidden argument*/NULL);
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)191)))))
{
goto IL_031f;
}
}
{
// sbRep.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_81 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_81);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_81, 0, /*hidden argument*/NULL);
// sbRep.Append(_Reverse(listRep[0]));
StringBuilder_t * L_82 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_83 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
NullCheck(L_83);
String_t* L_84 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_83, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
String_t* L_85 = RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92(L_84, /*hidden argument*/NULL);
NullCheck(L_82);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_82, L_85, /*hidden argument*/NULL);
// listRep.RemoveAt(0);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_86 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_listRep_4();
NullCheck(L_86);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_86, 0, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
// sbN.Length = 0;
StringBuilder_t * L_87 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_87);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_87, 0, /*hidden argument*/NULL);
// for (int num4 = 0; num4 < sbRep.Length; num4++)
V_10 = 0;
goto IL_028d;
}
IL_025d:
{
// if (!_IsNeutrality(sbRep[num4]))
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_88 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
int32_t L_89 = V_10;
NullCheck(L_88);
Il2CppChar L_90 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_88, L_89, /*hidden argument*/NULL);
bool L_91 = RTLSupport__IsNeutrality_mBBC2B81257F3F8BB44371C521BCE57DE112606BD(L_90, /*hidden argument*/NULL);
if (!L_91)
{
goto IL_029b;
}
}
{
// sbN.Append(sbRep[num4]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_92 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
StringBuilder_t * L_93 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
int32_t L_94 = V_10;
NullCheck(L_93);
Il2CppChar L_95 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_93, L_94, /*hidden argument*/NULL);
NullCheck(L_92);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_92, L_95, /*hidden argument*/NULL);
// for (int num4 = 0; num4 < sbRep.Length; num4++)
int32_t L_96 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1));
}
IL_028d:
{
// for (int num4 = 0; num4 < sbRep.Length; num4++)
int32_t L_97 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_98 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_98);
int32_t L_99 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_98, /*hidden argument*/NULL);
if ((((int32_t)L_97) < ((int32_t)L_99)))
{
goto IL_025d;
}
}
IL_029b:
{
// if (sbN.Length > 0) // ??????????
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_100 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_100);
int32_t L_101 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_100, /*hidden argument*/NULL);
if ((((int32_t)L_101) <= ((int32_t)0)))
{
goto IL_02f0;
}
}
{
// sbRep.Remove(0, sbN.Length);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_102 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
StringBuilder_t * L_103 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_103);
int32_t L_104 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_103, /*hidden argument*/NULL);
NullCheck(L_102);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_102, 0, L_104, /*hidden argument*/NULL);
// for (int iSpace = sbN.Length - 1; iSpace >= 0; --iSpace) // ??????
StringBuilder_t * L_105 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
NullCheck(L_105);
int32_t L_106 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_105, /*hidden argument*/NULL);
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1));
goto IL_02eb;
}
IL_02ce:
{
// sbRep.Append(sbN[iSpace]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_107 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
StringBuilder_t * L_108 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbN_6();
int32_t L_109 = V_11;
NullCheck(L_108);
Il2CppChar L_110 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_108, L_109, /*hidden argument*/NULL);
NullCheck(L_107);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_107, L_110, /*hidden argument*/NULL);
// for (int iSpace = sbN.Length - 1; iSpace >= 0; --iSpace) // ??????
int32_t L_111 = V_11;
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1));
}
IL_02eb:
{
// for (int iSpace = sbN.Length - 1; iSpace >= 0; --iSpace) // ??????
int32_t L_112 = V_11;
if ((((int32_t)L_112) >= ((int32_t)0)))
{
goto IL_02ce;
}
}
IL_02f0:
{
// sbFinal.Replace(sbFinal[n].ToString(), sbRep.ToString(), n, 1);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_113 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
StringBuilder_t * L_114 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
int32_t L_115 = V_9;
NullCheck(L_114);
Il2CppChar L_116 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_114, L_115, /*hidden argument*/NULL);
V_12 = L_116;
String_t* L_117 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_12), /*hidden argument*/NULL);
StringBuilder_t * L_118 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbRep_5();
NullCheck(L_118);
String_t* L_119 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_118);
int32_t L_120 = V_9;
NullCheck(L_113);
StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4(L_113, L_117, L_119, L_120, 1, /*hidden argument*/NULL);
// break;
goto IL_0336;
}
IL_031f:
{
// for (int n = 0; n < sbFinal.Length; n++)
int32_t L_121 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1));
}
IL_0325:
{
// for (int n = 0; n < sbFinal.Length; n++)
int32_t L_122 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_123 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_123);
int32_t L_124 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_123, /*hidden argument*/NULL);
if ((((int32_t)L_122) < ((int32_t)L_124)))
{
goto IL_0206;
}
}
IL_0336:
{
// for (int m = 0; m < iReplace; m++)
int32_t L_125 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1));
}
IL_033c:
{
// for (int m = 0; m < iReplace; m++)
int32_t L_126 = V_8;
int32_t L_127 = V_0;
if ((((int32_t)L_126) < ((int32_t)L_127)))
{
goto IL_01fe;
}
}
{
// return sbFinal.ToString();
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_128 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbFinal_7();
NullCheck(L_128);
String_t* L_129 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_128);
return L_129;
}
}
// System.String FairyGUI.RTLSupport::_Reverse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92 (String_t* ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
// sbReverse.Length = 0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_0 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbReverse_8();
NullCheck(L_0);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_0, 0, /*hidden argument*/NULL);
// int len = source.Length;
String_t* L_1 = ___source0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// int i = len - 1;
int32_t L_3 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
goto IL_007c;
}
IL_0018:
{
// char ch = source[i];
String_t* L_4 = ___source0;
int32_t L_5 = V_1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
V_2 = L_6;
// if (ch == '\r' && i != len - 1 && source[i + 1] == '\n')
Il2CppChar L_7 = V_2;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)13)))))
{
goto IL_003e;
}
}
{
int32_t L_8 = V_1;
int32_t L_9 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))))
{
goto IL_003e;
}
}
{
String_t* L_10 = ___source0;
int32_t L_11 = V_1;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)10)))))
{
goto IL_003e;
}
}
{
// i--;
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
// continue;
goto IL_007c;
}
IL_003e:
{
// if (char.IsLowSurrogate(ch)) //?????????
Il2CppChar L_14 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_15 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_006c;
}
}
{
// sbReverse.Append(source[i - 1]);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_16 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbReverse_8();
String_t* L_17 = ___source0;
int32_t L_18 = V_1;
NullCheck(L_17);
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_16);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_16, L_19, /*hidden argument*/NULL);
// sbReverse.Append(ch);
StringBuilder_t * L_20 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbReverse_8();
Il2CppChar L_21 = V_2;
NullCheck(L_20);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, L_21, /*hidden argument*/NULL);
// i--;
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
// }
goto IL_0078;
}
IL_006c:
{
// sbReverse.Append(ch);
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_23 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbReverse_8();
Il2CppChar L_24 = V_2;
NullCheck(L_23);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, L_24, /*hidden argument*/NULL);
}
IL_0078:
{
// i--;
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
}
IL_007c:
{
// while (i >= 0)
int32_t L_26 = V_1;
if ((((int32_t)L_26) >= ((int32_t)0)))
{
goto IL_0018;
}
}
{
// return sbReverse.ToString();
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
StringBuilder_t * L_27 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_sbReverse_8();
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27);
return L_28;
}
}
// System.Void FairyGUI.RTLSupport::InitChars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTLSupport_InitChars_mC9E4220F864DE06615083C269DCDCDFCE44FEDB2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport_InitChars_mC9E4220F864DE06615083C269DCDCDFCE44FEDB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// mapping.Add(0x621, new char[4] { (char)0xFE80, (char)0xFE8A, (char)0xFE8B, (char)0xFE8C }); // Hamza
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_0 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9DB9891E900FED075409C1116FB43BE2A5C99CE3_29_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_0);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_0, ((int32_t)1569), L_2, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x627, new char[4] { (char)0xFE8D, (char)0xFE8E, (char)0xFE8D, (char)0xFE8E }); // Alef
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_4 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL);
NullCheck(L_4);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_4, ((int32_t)1575), L_6, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x623, new char[4] { (char)0xFE83, (char)0xFE84, (char)0xFE83, (char)0xFE84 }); // AlefHamza
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_8 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9CFFD52FD0E555EE90F7563881D85243554810B3_28_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_8, ((int32_t)1571), L_10, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x624, new char[4] { (char)0xFE85, (char)0xFE85, (char)0xFE85, (char)0xFE85 }); // WawHamza
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_12 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = L_13;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_15 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____40C8B4499FB123D4600247361F1D311B5B786EFC_13_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_12);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_12, ((int32_t)1572), L_14, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x625, new char[4] { (char)0xFE87, (char)0xFE87, (char)0xFE87, (char)0xFE87 }); // AlefMaksoor
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_16 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = L_17;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_19 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____007B00E34209B4455CE53672DEBFC48AD71826C7_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_18, L_19, /*hidden argument*/NULL);
NullCheck(L_16);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_16, ((int32_t)1573), L_18, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x649, new char[4] { (char)0xFBFC, (char)0xFBFD, (char)0xFBFE, (char)0xFBFF }); // AlefMagsora
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_20 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_23 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____80B74EA5D41848E8432CEAFA9961AC11263301F1_23_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL);
NullCheck(L_20);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_20, ((int32_t)1609), L_22, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x626, new char[4] { (char)0xFE89, (char)0xFE8A, (char)0xFE8B, (char)0xFE8C }); // HamzaNabera
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_24 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_27 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_26, L_27, /*hidden argument*/NULL);
NullCheck(L_24);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_24, ((int32_t)1574), L_26, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x628, new char[4] { (char)0xFE8F, (char)0xFE90, (char)0xFE91, (char)0xFE92 }); // Ba
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_28 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_31 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____EF711242CC520CD5836CD071EF05A5DC78CA34D7_43_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_30, L_31, /*hidden argument*/NULL);
NullCheck(L_28);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_28, ((int32_t)1576), L_30, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x62A, new char[4] { (char)0xFE95, (char)0xFE96, (char)0xFE97, (char)0xFE98 }); // Ta
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_32 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = L_33;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_35 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3B773972479C38582ED076B0294CB801B14EBCB8_11_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_34, L_35, /*hidden argument*/NULL);
NullCheck(L_32);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_32, ((int32_t)1578), L_34, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x62B, new char[4] { (char)0xFE99, (char)0xFE9A, (char)0xFE9B, (char)0xFE9C }); // Tha2
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_36 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = L_37;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_39 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_38, L_39, /*hidden argument*/NULL);
NullCheck(L_36);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_36, ((int32_t)1579), L_38, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x62C, new char[4] { (char)0xFE9D, (char)0xFE9E, (char)0xFE9F, (char)0xFEA0 }); // Jeem
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_40 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = L_41;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_43 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_42, L_43, /*hidden argument*/NULL);
NullCheck(L_40);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_40, ((int32_t)1580), L_42, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x62D, new char[4] { (char)0xFEA1, (char)0xFEA2, (char)0xFEA3, (char)0xFEA4 }); // H7aa
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_44 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = L_45;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_47 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____AD6701E75A5CF7306C0EE9691368B44A5289E170_33_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_46, L_47, /*hidden argument*/NULL);
NullCheck(L_44);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_44, ((int32_t)1581), L_46, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x62E, new char[4] { (char)0xFEA5, (char)0xFEA6, (char)0xFEA7, (char)0xFEA8 }); // Khaa2
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_48 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = L_49;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_51 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_50, L_51, /*hidden argument*/NULL);
NullCheck(L_48);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_48, ((int32_t)1582), L_50, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x62F, new char[4] { (char)0xFEA9, (char)0xFEAA, (char)0xFEA9, (char)0xFEAA }); // Dal
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_52 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_53 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_54 = L_53;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_55 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FE6C78086F5333BA3E88D035426FC0244E8FC585_45_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_54, L_55, /*hidden argument*/NULL);
NullCheck(L_52);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_52, ((int32_t)1583), L_54, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x630, new char[4] { (char)0xFEAB, (char)0xFEAC, (char)0xFEAB, (char)0xFEAC }); // Thal
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_56 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_57 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_58 = L_57;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_59 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D4BDB99F00532ACDB317B92D161D27C7448A01FD_38_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_58, L_59, /*hidden argument*/NULL);
NullCheck(L_56);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_56, ((int32_t)1584), L_58, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x631, new char[4] { (char)0xFEAD, (char)0xFEAE, (char)0xFEAD, (char)0xFEAD }); // Ra2
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_60 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_61 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = L_61;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_63 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____C4CE4356C59D41913E1D60E4497C031B67B1B86B_36_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_62, L_63, /*hidden argument*/NULL);
NullCheck(L_60);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_60, ((int32_t)1585), L_62, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x632, new char[4] { (char)0xFEAF, (char)0xFEB0, (char)0xFEAF, (char)0xFEB0 }); // Zeen
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_64 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_65 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_66 = L_65;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_67 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FF8523802A3ADEB52E78A9CF613AA30033944FE6_46_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_66, L_67, /*hidden argument*/NULL);
NullCheck(L_64);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_64, ((int32_t)1586), L_66, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x633, new char[4] { (char)0xFEB1, (char)0xFEB2, (char)0xFEB3, (char)0xFEB4 }); // Seen
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_68 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_69 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = L_69;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_71 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____087C2FB428952F5A6F9B4BA7B31019344382A2F7_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_70, L_71, /*hidden argument*/NULL);
NullCheck(L_68);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_68, ((int32_t)1587), L_70, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x634, new char[4] { (char)0xFEB5, (char)0xFEB6, (char)0xFEB7, (char)0xFEB8 }); // Sheen
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_72 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_73 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_74 = L_73;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_75 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6818C542B63B905DA7AA3E792496006A79F2AF9A_16_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_74, L_75, /*hidden argument*/NULL);
NullCheck(L_72);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_72, ((int32_t)1588), L_74, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x635, new char[4] { (char)0xFEB9, (char)0xFEBA, (char)0xFEBB, (char)0xFEBC }); // S9a
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_76 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_77 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = L_77;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_79 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_78, L_79, /*hidden argument*/NULL);
NullCheck(L_76);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_76, ((int32_t)1589), L_78, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x636, new char[4] { (char)0xFEBD, (char)0xFEBE, (char)0xFEBF, (char)0xFEC0 }); // Dha
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_80 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = L_81;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_83 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8029B4BFD3AA93C76711AF616C14163A1456D360_21_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_82, L_83, /*hidden argument*/NULL);
NullCheck(L_80);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_80, ((int32_t)1590), L_82, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x637, new char[4] { (char)0xFEC1, (char)0xFEC2, (char)0xFEC3, (char)0xFEC4 }); // T6a
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_84 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_86 = L_85;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_87 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_86, L_87, /*hidden argument*/NULL);
NullCheck(L_84);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_84, ((int32_t)1591), L_86, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x638, new char[4] { (char)0xFEC5, (char)0xFEC6, (char)0xFEC7, (char)0xFEC8 }); // T6ha
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_88 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_90 = L_89;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_91 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_90, L_91, /*hidden argument*/NULL);
NullCheck(L_88);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_88, ((int32_t)1592), L_90, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x639, new char[4] { (char)0xFEC9, (char)0xFECA, (char)0xFECB, (char)0xFECC }); // Ain
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_92 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_93 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = L_93;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_95 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_94, L_95, /*hidden argument*/NULL);
NullCheck(L_92);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_92, ((int32_t)1593), L_94, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x63A, new char[4] { (char)0xFECD, (char)0xFECE, (char)0xFECF, (char)0xFED0 }); // Gain
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_96 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_97 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_98 = L_97;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_99 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____E9F4121A731C95C166E9FAEF48EC5D95FB224445_42_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_98, L_99, /*hidden argument*/NULL);
NullCheck(L_96);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_96, ((int32_t)1594), L_98, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x641, new char[4] { (char)0xFED1, (char)0xFED2, (char)0xFED3, (char)0xFED4 }); // Fa
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_100 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_101 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = L_101;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_103 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____797D7400516FFD35D49EB1BAF960660F46667662_19_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_102, L_103, /*hidden argument*/NULL);
NullCheck(L_100);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_100, ((int32_t)1601), L_102, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x642, new char[4] { (char)0xFED5, (char)0xFED6, (char)0xFED7, (char)0xFED8 }); // Gaf
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_104 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_105 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_106 = L_105;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_107 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_106, L_107, /*hidden argument*/NULL);
NullCheck(L_104);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_104, ((int32_t)1602), L_106, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x643, new char[4] { (char)0xFED9, (char)0xFEDA, (char)0xFEDB, (char)0xFEDC }); // Kaf
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_108 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_110 = L_109;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_111 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_110, L_111, /*hidden argument*/NULL);
NullCheck(L_108);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_108, ((int32_t)1603), L_110, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x644, new char[4] { (char)0xFEDD, (char)0xFEDE, (char)0xFEDF, (char)0xFEE0 }); // Lam
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_112 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_113 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_114 = L_113;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_115 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____383F819F26286BE8253A93B33225C2789B500FAA_9_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_114, L_115, /*hidden argument*/NULL);
NullCheck(L_112);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_112, ((int32_t)1604), L_114, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x645, new char[4] { (char)0xFEE1, (char)0xFEE2, (char)0xFEE3, (char)0xFEE4 }); // Meem
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_116 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_118 = L_117;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_119 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_118, L_119, /*hidden argument*/NULL);
NullCheck(L_116);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_116, ((int32_t)1605), L_118, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x646, new char[4] { (char)0xFEE5, (char)0xFEE6, (char)0xFEE7, (char)0xFEE8 }); // Noon
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_120 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_121 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_122 = L_121;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_123 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_122, L_123, /*hidden argument*/NULL);
NullCheck(L_120);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_120, ((int32_t)1606), L_122, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x647, new char[4] { (char)0xFEE9, (char)0xFEEA, (char)0xFEEB, (char)0xFEEC }); // Ha
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_124 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_125 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_126 = L_125;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_127 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_126, L_127, /*hidden argument*/NULL);
NullCheck(L_124);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_124, ((int32_t)1607), L_126, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x648, new char[4] { (char)0xFEED, (char)0xFEEE, (char)0xFEED, (char)0xFEEE }); // Waw
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_128 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_129 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = L_129;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_131 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____45E887FCADFD2D2A201151E57F41722228E25191_15_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_130, L_131, /*hidden argument*/NULL);
NullCheck(L_128);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_128, ((int32_t)1608), L_130, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x64A, new char[4] { (char)0xFEF1, (char)0xFEF2, (char)0xFEF3, (char)0xFEF4 }); // Ya
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_132 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_133 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_134 = L_133;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_135 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_134, L_135, /*hidden argument*/NULL);
NullCheck(L_132);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_132, ((int32_t)1610), L_134, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x622, new char[4] { (char)0xFE81, (char)0xFE81, (char)0xFE81, (char)0xFE81 }); // AlefMad
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_136 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_137 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_138 = L_137;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_139 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_138, L_139, /*hidden argument*/NULL);
NullCheck(L_136);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_136, ((int32_t)1570), L_138, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x629, new char[4] { (char)0xFE93, (char)0xFE94, (char)0xFE94, (char)0xFE94 }); // TaMarboota // ?????????? [2018/4/10 16:04:18 --By aq_1000]
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_140 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_141 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_142 = L_141;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_143 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____279F628214A27FCE96C9A6A1C7E8079091509C60_7_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_142, L_143, /*hidden argument*/NULL);
NullCheck(L_140);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_140, ((int32_t)1577), L_142, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x67E, new char[4] { (char)0xFB56, (char)0xFB57, (char)0xFB58, (char)0xFB59 }); // PersianPe
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_144 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_145 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_146 = L_145;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_147 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_146, L_147, /*hidden argument*/NULL);
NullCheck(L_144);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_144, ((int32_t)1662), L_146, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x686, new char[4] { (char)0xFB7A, (char)0xFB7B, (char)0xFB7C, (char)0xFB7D }); // PersianChe
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_148 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_149 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_150 = L_149;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_151 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_150, L_151, /*hidden argument*/NULL);
NullCheck(L_148);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_148, ((int32_t)1670), L_150, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x698, new char[4] { (char)0xFB8A, (char)0xFB8B, (char)0xFB8A, (char)0xFB8B }); // PersianZe
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_152 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_153 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_154 = L_153;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_155 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____98DC13D2837951F7E90A7317F587453B3641AEF8_27_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_154, L_155, /*hidden argument*/NULL);
NullCheck(L_152);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_152, ((int32_t)1688), L_154, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x6AF, new char[4] { (char)0xFB92, (char)0xFB93, (char)0xFB94, (char)0xFB95 }); // PersianGaf
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_156 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_157 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = L_157;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_159 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_158, L_159, /*hidden argument*/NULL);
NullCheck(L_156);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_156, ((int32_t)1711), L_158, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x6A9, new char[4] { (char)0xFB8E, (char)0xFB8F, (char)0xFB90, (char)0xFB91 }); // PersianGaf2
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_160 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_161 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_162 = L_161;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_163 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____03A095F9656AAECD356A9BB7678E1049B80A7634_1_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_162, L_163, /*hidden argument*/NULL);
NullCheck(L_160);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_160, ((int32_t)1705), L_162, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x6BE, new char[4] { (char)0xFEE9, (char)0xFEEA, (char)0xFEEB, (char)0xFEEC });
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_164 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_165 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_166 = L_165;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_167 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_166, L_167, /*hidden argument*/NULL);
NullCheck(L_164);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_164, ((int32_t)1726), L_166, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// mapping.Add(0x6CC, new char[4] { (char)0xFBFC, (char)0xFBFD, (char)0xFBFE, (char)0xFBFF });
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_168 = ((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->get_mapping_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_169 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_170 = L_169;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_171 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____80B74EA5D41848E8432CEAFA9961AC11263301F1_23_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_170, L_171, /*hidden argument*/NULL);
NullCheck(L_168);
Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1(L_168, ((int32_t)1740), L_170, /*hidden argument*/Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var);
// }
return;
}
}
// System.Boolean FairyGUI.RTLSupport::_IsNeutrality(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__IsNeutrality_mBBC2B81257F3F8BB44371C521BCE57DE112606BD (Il2CppChar ___uc0, const RuntimeMethod* method)
{
{
// return (uc == ':' || uc == '?' || uc == ' ' || /*uc == '%' ||*/ uc == '+' || /*uc == '-' ||*/ uc == '\n' || uc == '\r' || uc == '\t' || uc == '@' ||
// (uc >= 0x2600 && uc <= 0x27BF)); // ????
Il2CppChar L_0 = ___uc0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)58))))
{
goto IL_0041;
}
}
{
Il2CppChar L_1 = ___uc0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)65306))))
{
goto IL_0041;
}
}
{
Il2CppChar L_2 = ___uc0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)32))))
{
goto IL_0041;
}
}
{
Il2CppChar L_3 = ___uc0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)43))))
{
goto IL_0041;
}
}
{
Il2CppChar L_4 = ___uc0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)10))))
{
goto IL_0041;
}
}
{
Il2CppChar L_5 = ___uc0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)13))))
{
goto IL_0041;
}
}
{
Il2CppChar L_6 = ___uc0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_0041;
}
}
{
Il2CppChar L_7 = ___uc0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)64))))
{
goto IL_0041;
}
}
{
Il2CppChar L_8 = ___uc0;
if ((((int32_t)L_8) < ((int32_t)((int32_t)9728))))
{
goto IL_003f;
}
}
{
Il2CppChar L_9 = ___uc0;
return (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)((int32_t)10175)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_003f:
{
return (bool)0;
}
IL_0041:
{
return (bool)1;
}
}
// System.Boolean FairyGUI.RTLSupport::_IsEndPunctuation(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__IsEndPunctuation_m493255A3E1C31799C192114918B1435029F360D2 (Il2CppChar ___uc0, Il2CppChar ___nextChar1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport__IsEndPunctuation_m493255A3E1C31799C192114918B1435029F360D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (uc == '.')
Il2CppChar L_0 = ___uc0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)46)))))
{
goto IL_000c;
}
}
{
// return _IsNeutrality(nextChar);
Il2CppChar L_1 = ___nextChar1;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_2 = RTLSupport__IsNeutrality_mBBC2B81257F3F8BB44371C521BCE57DE112606BD(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_000c:
{
// return (uc == '!' || uc == '?' || uc == '?' || uc == '?' || uc == '?' || uc == '?');
Il2CppChar L_3 = ___uc0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)33))))
{
goto IL_0037;
}
}
{
Il2CppChar L_4 = ___uc0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)65281))))
{
goto IL_0037;
}
}
{
Il2CppChar L_5 = ___uc0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)12290))))
{
goto IL_0037;
}
}
{
Il2CppChar L_6 = ___uc0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)1548))))
{
goto IL_0037;
}
}
{
Il2CppChar L_7 = ___uc0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)63))))
{
goto IL_0037;
}
}
{
Il2CppChar L_8 = ___uc0;
return (bool)((((int32_t)L_8) == ((int32_t)((int32_t)1567)))? 1 : 0);
}
IL_0037:
{
return (bool)1;
}
}
// FairyGUI.RTLSupport_DirectionType FairyGUI.RTLSupport::_GetDirection(System.Char,FairyGUI.RTLSupport_DirectionType,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074 (Il2CppChar ___uc0, int32_t ___ePre1, Il2CppChar ___nextChar2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// DirectionType eCType = DirectionType.RTL;
V_0 = 2;
// int uni = uc;
Il2CppChar L_0 = ___uc0;
V_1 = L_0;
// if (_IsBracket(uc) || _IsEndPunctuation(uc, nextChar))
Il2CppChar L_1 = ___uc0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_2 = RTLSupport__IsBracket_m5F08EED472BE8CBF3B398EDE4E08E6881A173584(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0015;
}
}
{
Il2CppChar L_3 = ___uc0;
Il2CppChar L_4 = ___nextChar2;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_5 = RTLSupport__IsEndPunctuation_m493255A3E1C31799C192114918B1435029F360D2(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0019;
}
}
IL_0015:
{
// eCType = DirectionType.RTL;
V_0 = 2;
// }
goto IL_0058;
}
IL_0019:
{
// else if ((uni >= 0x660) && (uni <= 0x669))
int32_t L_6 = V_1;
if ((((int32_t)L_6) < ((int32_t)((int32_t)1632))))
{
goto IL_002d;
}
}
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) > ((int32_t)((int32_t)1641))))
{
goto IL_002d;
}
}
{
// eCType = DirectionType.LTR;
V_0 = 1;
// }
goto IL_0058;
}
IL_002d:
{
// else if (IsArabicLetter(uc) || uc == '-' || uc == '%')
Il2CppChar L_8 = ___uc0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_9 = RTLSupport_IsArabicLetter_m72B9087DECB38C6A76038CAC10B491AAA51A7741(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_003f;
}
}
{
Il2CppChar L_10 = ___uc0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)45))))
{
goto IL_003f;
}
}
{
Il2CppChar L_11 = ___uc0;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)37)))))
{
goto IL_0043;
}
}
IL_003f:
{
// eCType = DirectionType.RTL;
V_0 = 2;
// }
goto IL_0058;
}
IL_0043:
{
// else if (_IsNeutrality(uc)) // ?????????????????? [2018/3/24 16:03:27 --By aq_1000]
Il2CppChar L_12 = ___uc0;
IL2CPP_RUNTIME_CLASS_INIT(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var);
bool L_13 = RTLSupport__IsNeutrality_mBBC2B81257F3F8BB44371C521BCE57DE112606BD(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0056;
}
}
{
// if (ePre == DirectionType.UNKNOW)
int32_t L_14 = ___ePre1;
if (L_14)
{
goto IL_0052;
}
}
{
// eCType = DirectionType.NEUTRAL;
V_0 = 3;
// }
goto IL_0058;
}
IL_0052:
{
// eCType = ePre;
int32_t L_15 = ___ePre1;
V_0 = L_15;
// }
goto IL_0058;
}
IL_0056:
{
// eCType = DirectionType.LTR;
V_0 = 1;
}
IL_0058:
{
// return eCType;
int32_t L_16 = V_0;
return L_16;
}
}
// System.Boolean FairyGUI.RTLSupport::_IsBracket(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTLSupport__IsBracket_m5F08EED472BE8CBF3B398EDE4E08E6881A173584 (Il2CppChar ___uc0, const RuntimeMethod* method)
{
{
// return (uc == ')' || uc == '(' || uc == '?' || uc == '?' ||
// uc == ']' || uc == '[' || uc == '?' || uc == '?' ||
// uc == '}' || uc == '{' ||
// // uc == '?' || uc == '?' || uc == '>' || uc == '<' ||
// uc == '?' || uc == '?' || uc == '?' || uc == '?' || uc == '"');
Il2CppChar L_0 = ___uc0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)41))))
{
goto IL_0064;
}
}
{
Il2CppChar L_1 = ___uc0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)40))))
{
goto IL_0064;
}
}
{
Il2CppChar L_2 = ___uc0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)65289))))
{
goto IL_0064;
}
}
{
Il2CppChar L_3 = ___uc0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)65288))))
{
goto IL_0064;
}
}
{
Il2CppChar L_4 = ___uc0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)93))))
{
goto IL_0064;
}
}
{
Il2CppChar L_5 = ___uc0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)91))))
{
goto IL_0064;
}
}
{
Il2CppChar L_6 = ___uc0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)12305))))
{
goto IL_0064;
}
}
{
Il2CppChar L_7 = ___uc0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)12304))))
{
goto IL_0064;
}
}
{
Il2CppChar L_8 = ___uc0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)125))))
{
goto IL_0064;
}
}
{
Il2CppChar L_9 = ___uc0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)123))))
{
goto IL_0064;
}
}
{
Il2CppChar L_10 = ___uc0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)12299))))
{
goto IL_0064;
}
}
{
Il2CppChar L_11 = ___uc0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)12298))))
{
goto IL_0064;
}
}
{
Il2CppChar L_12 = ___uc0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)8220))))
{
goto IL_0064;
}
}
{
Il2CppChar L_13 = ___uc0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)8221))))
{
goto IL_0064;
}
}
{
Il2CppChar L_14 = ___uc0;
return (bool)((((int32_t)L_14) == ((int32_t)((int32_t)34)))? 1 : 0);
}
IL_0064:
{
return (bool)1;
}
}
// System.Char FairyGUI.RTLSupport::_ProcessBracket(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RTLSupport__ProcessBracket_mE7AD58C0B7698869291A2FE812D822EC9CA71F6F (Il2CppChar ___uc0, const RuntimeMethod* method)
{
{
// if (uc == '[') return ']';
Il2CppChar L_0 = ___uc0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)91)))))
{
goto IL_0008;
}
}
{
// if (uc == '[') return ']';
return ((int32_t)93);
}
IL_0008:
{
// else if (uc == ']') return '[';
Il2CppChar L_1 = ___uc0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)93)))))
{
goto IL_0010;
}
}
{
// else if (uc == ']') return '[';
return ((int32_t)91);
}
IL_0010:
{
// else if (uc == '?') return '?';
Il2CppChar L_2 = ___uc0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)12304)))))
{
goto IL_001e;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)12305);
}
IL_001e:
{
// else if (uc == '?') return '?';
Il2CppChar L_3 = ___uc0;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)12305)))))
{
goto IL_002c;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)12304);
}
IL_002c:
{
// else if (uc == '{') return '}';
Il2CppChar L_4 = ___uc0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)123)))))
{
goto IL_0034;
}
}
{
// else if (uc == '{') return '}';
return ((int32_t)125);
}
IL_0034:
{
// else if (uc == '}') return '{';
Il2CppChar L_5 = ___uc0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)125)))))
{
goto IL_003c;
}
}
{
// else if (uc == '}') return '{';
return ((int32_t)123);
}
IL_003c:
{
// else if (uc == '(') return ')';
Il2CppChar L_6 = ___uc0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)40)))))
{
goto IL_0044;
}
}
{
// else if (uc == '(') return ')';
return ((int32_t)41);
}
IL_0044:
{
// else if (uc == ')') return '(';
Il2CppChar L_7 = ___uc0;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)41)))))
{
goto IL_004c;
}
}
{
// else if (uc == ')') return '(';
return ((int32_t)40);
}
IL_004c:
{
// else if (uc == '?') return '?';
Il2CppChar L_8 = ___uc0;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65288)))))
{
goto IL_005a;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)65289);
}
IL_005a:
{
// else if (uc == '?') return '?';
Il2CppChar L_9 = ___uc0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)65289)))))
{
goto IL_0068;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)65288);
}
IL_0068:
{
// else if (uc == '<') return '>';
Il2CppChar L_10 = ___uc0;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)60)))))
{
goto IL_0070;
}
}
{
// else if (uc == '<') return '>';
return ((int32_t)62);
}
IL_0070:
{
// else if (uc == '>') return '<';
Il2CppChar L_11 = ___uc0;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)62)))))
{
goto IL_0078;
}
}
{
// else if (uc == '>') return '<';
return ((int32_t)60);
}
IL_0078:
{
// else if (uc == '?') return '?';
Il2CppChar L_12 = ___uc0;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)12298)))))
{
goto IL_0086;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)12299);
}
IL_0086:
{
// else if (uc == '?') return '?';
Il2CppChar L_13 = ___uc0;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)12299)))))
{
goto IL_0094;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)12298);
}
IL_0094:
{
// else if (uc == '?') return '?';
Il2CppChar L_14 = ___uc0;
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)8804)))))
{
goto IL_00a2;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)8805);
}
IL_00a2:
{
// else if (uc == '?') return '?';
Il2CppChar L_15 = ___uc0;
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)8805)))))
{
goto IL_00b0;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)8804);
}
IL_00b0:
{
// else if (uc == '?') return '?';
Il2CppChar L_16 = ___uc0;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)8221)))))
{
goto IL_00be;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)8220);
}
IL_00be:
{
// else if (uc == '?') return '?';
Il2CppChar L_17 = ___uc0;
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)8221)))))
{
goto IL_00cc;
}
}
{
// else if (uc == '?') return '?';
return ((int32_t)8220);
}
IL_00cc:
{
// else return uc;
Il2CppChar L_18 = ___uc0;
return L_18;
}
}
// System.Void FairyGUI.RTLSupport::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTLSupport__ctor_mE1F5FA8F1F9F0D8FAC7B363F687AFC4649617596 (RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.RTLSupport::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTLSupport__cctor_m6EBCF09FBF868ADF47370CF045C3ABA394A1A740 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RTLSupport__cctor_m6EBCF09FBF868ADF47370CF045C3ABA394A1A740_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static DirectionType BaseDirection = DirectionType.RTL; // ???????RTL???
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_BaseDirection_0(2);
// private static bool isCharsInitialized = false;
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_isCharsInitialized_1((bool)0);
// private static Dictionary<int, char[]> mapping = new Dictionary<int, char[]>();
Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 * L_0 = (Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 *)il2cpp_codegen_object_new(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m117DBA827C1519DD070DCE71CDC0D5884D1D40EF(L_0, /*hidden argument*/Dictionary_2__ctor_m117DBA827C1519DD070DCE71CDC0D5884D1D40EF_RuntimeMethod_var);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_mapping_2(L_0);
// private static List<char> listFinal = new List<char>();
List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 * L_1 = (List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 *)il2cpp_codegen_object_new(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_il2cpp_TypeInfo_var);
List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513(L_1, /*hidden argument*/List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513_RuntimeMethod_var);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_listFinal_3(L_1);
// private static List<string> listRep = 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);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_listRep_4(L_2);
// private static StringBuilder sbRep = new StringBuilder();
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_sbRep_5(L_3);
// private static StringBuilder sbN = new StringBuilder();
StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_4, /*hidden argument*/NULL);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_sbN_6(L_4);
// private static StringBuilder sbFinal = new StringBuilder();
StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_5, /*hidden argument*/NULL);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_sbFinal_7(L_5);
// private static StringBuilder sbReverse = new StringBuilder();
StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_6, /*hidden argument*/NULL);
((RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_StaticFields*)il2cpp_codegen_static_fields_for(RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var))->set_sbReverse_8(L_6);
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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean FairyGUI.RectHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectHitTest_HitTest_m9C9B53CB6B07B38C175767759F2A66269AFFF4D8 (RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___localPoint1, const RuntimeMethod* method)
{
{
// return rect.Contains(localPoint);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of_rect_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___localPoint1;
bool L_2 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.RectHitTest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectHitTest__ctor_m571B9FB07D52AAEC96D7AF830C9BEFC310B80D20 (RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 * __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.RectMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectMesh__ctor_mC0E8114911D7015F3EAC44C02253CB4A3F19EFAE (RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * __this, const RuntimeMethod* method)
{
{
// public RectMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// lineColor = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_0, /*hidden argument*/NULL);
__this->set_lineColor_2(L_1);
// }
return;
}
}
// System.Void FairyGUI.RectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectMesh_OnPopulateMesh_m5FB583FF19AD30D1D6546940E7955E1078D1FB3A (RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RectMesh_OnPopulateMesh_m5FB583FF19AD30D1D6546940E7955E1078D1FB3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_1;
memset((&V_1), 0, sizeof(V_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
{
// Rect rect = drawRect != null ? (Rect)drawRect : vb.contentRect;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_1)
{
goto IL_0015;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_2 = ___vb0;
NullCheck(L_2);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = L_2->get_contentRect_0();
G_B3_0 = L_3;
goto IL_0020;
}
IL_0015:
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_4 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_4, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
G_B3_0 = L_5;
}
IL_0020:
{
V_0 = G_B3_0;
// Color32 color = fillColor != null ? (Color32)fillColor : vb.vertexColor;
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_6 = __this->get_address_of_fillColor_3();
bool L_7 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_6, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
if (L_7)
{
goto IL_0036;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
NullCheck(L_8);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_9 = L_8->get_vertexColor_2();
G_B6_0 = L_9;
goto IL_0041;
}
IL_0036:
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_10 = __this->get_address_of_fillColor_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_11 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_10, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B6_0 = L_11;
}
IL_0041:
{
V_1 = G_B6_0;
// if (lineWidth == 0)
float L_12 = __this->get_lineWidth_1();
if ((!(((float)L_12) == ((float)(0.0f)))))
{
goto IL_0067;
}
}
{
// if (color.a != 0)//optimized
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_13 = V_1;
uint8_t L_14 = L_13.get_a_4();
if (!L_14)
{
goto IL_0177;
}
}
{
// vb.AddQuad(rect, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_15 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_16 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_17 = V_1;
NullCheck(L_15);
VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74(L_15, L_16, L_17, /*hidden argument*/NULL);
// }
goto IL_0177;
}
IL_0067:
{
// part = Rect.MinMaxRect(rect.x, rect.y, lineWidth, rect.height);
float L_18 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_19 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_20 = __this->get_lineWidth_1();
float L_21 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_22 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
V_2 = L_22;
// vb.AddQuad(part, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_23 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_24 = V_2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_25 = __this->get_lineColor_2();
NullCheck(L_23);
VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74(L_23, L_24, L_25, /*hidden argument*/NULL);
// part = Rect.MinMaxRect(rect.xMax - lineWidth, 0, rect.xMax, rect.yMax);
float L_26 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_27 = __this->get_lineWidth_1();
float L_28 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_29 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_30 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(((float)il2cpp_codegen_subtract((float)L_26, (float)L_27)), (0.0f), L_28, L_29, /*hidden argument*/NULL);
V_2 = L_30;
// vb.AddQuad(part, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_31 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_32 = V_2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_33 = __this->get_lineColor_2();
NullCheck(L_31);
VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74(L_31, L_32, L_33, /*hidden argument*/NULL);
// part = Rect.MinMaxRect(lineWidth, rect.x, rect.xMax - lineWidth, lineWidth);
float L_34 = __this->get_lineWidth_1();
float L_35 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_36 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_37 = __this->get_lineWidth_1();
float L_38 = __this->get_lineWidth_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_39 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_34, L_35, ((float)il2cpp_codegen_subtract((float)L_36, (float)L_37)), L_38, /*hidden argument*/NULL);
V_2 = L_39;
// vb.AddQuad(part, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_40 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_41 = V_2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_42 = __this->get_lineColor_2();
NullCheck(L_40);
VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74(L_40, L_41, L_42, /*hidden argument*/NULL);
// part = Rect.MinMaxRect(lineWidth, rect.yMax - lineWidth, rect.xMax - lineWidth, rect.yMax);
float L_43 = __this->get_lineWidth_1();
float L_44 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_45 = __this->get_lineWidth_1();
float L_46 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_47 = __this->get_lineWidth_1();
float L_48 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_49 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_43, ((float)il2cpp_codegen_subtract((float)L_44, (float)L_45)), ((float)il2cpp_codegen_subtract((float)L_46, (float)L_47)), L_48, /*hidden argument*/NULL);
V_2 = L_49;
// vb.AddQuad(part, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_50 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_51 = V_2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_52 = __this->get_lineColor_2();
NullCheck(L_50);
VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74(L_50, L_51, L_52, /*hidden argument*/NULL);
// if (color.a != 0)//optimized
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_53 = V_1;
uint8_t L_54 = L_53.get_a_4();
if (!L_54)
{
goto IL_0177;
}
}
{
// part = Rect.MinMaxRect(lineWidth, lineWidth, rect.xMax - lineWidth, rect.yMax - lineWidth);
float L_55 = __this->get_lineWidth_1();
float L_56 = __this->get_lineWidth_1();
float L_57 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_58 = __this->get_lineWidth_1();
float L_59 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_60 = __this->get_lineWidth_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_61 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_55, L_56, ((float)il2cpp_codegen_subtract((float)L_57, (float)L_58)), ((float)il2cpp_codegen_subtract((float)L_59, (float)L_60)), /*hidden argument*/NULL);
V_2 = L_61;
// vb.AddQuad(part, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_62 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_63 = V_2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_64 = V_1;
NullCheck(L_62);
VertexBuffer_AddQuad_m0A32693781925F5782DB4925D64AFE12A43C1B74(L_62, L_63, L_64, /*hidden argument*/NULL);
}
IL_0177:
{
// if (colors != null)
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_65 = __this->get_colors_4();
if (!L_65)
{
goto IL_0192;
}
}
{
// vb.RepeatColors(colors, 0, vb.currentVertCount);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_66 = ___vb0;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_67 = __this->get_colors_4();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_68 = ___vb0;
NullCheck(L_68);
int32_t L_69 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_68, /*hidden argument*/NULL);
NullCheck(L_66);
VertexBuffer_RepeatColors_m12D263CE2342F78D807D7B58F67AC572128838FC(L_66, L_67, 0, L_69, /*hidden argument*/NULL);
}
IL_0192:
{
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_70 = ___vb0;
NullCheck(L_70);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_70, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.RectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectMesh_HitTest_m91B826995009D417D2A29D19A2F2602140C87412 (RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RectMesh_HitTest_m91B826995009D417D2A29D19A2F2602140C87412_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (drawRect != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_1)
{
goto IL_0022;
}
}
{
// return ((Rect)drawRect).Contains(point);
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_2 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_2, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
V_0 = L_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___point1;
bool L_5 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0022:
{
// return contentRect.Contains(point);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___point1;
bool L_7 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), L_6, /*hidden argument*/NULL);
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.RegularPolygonMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegularPolygonMesh__ctor_m2E8B218AFAA14EE44A15711AC602A38097A5991C (RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * __this, const RuntimeMethod* method)
{
{
// public RegularPolygonMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// sides = 3;
__this->set_sides_1(3);
// lineColor = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_0, /*hidden argument*/NULL);
__this->set_lineColor_3(L_1);
// }
return;
}
}
// System.Void FairyGUI.RegularPolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegularPolygonMesh_OnPopulateMesh_m10CD47AC16AA574F5DE8433A4633F8D464B4ACFA (RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegularPolygonMesh_OnPopulateMesh_m10CD47AC16AA574F5DE8433A4633F8D464B4ACFA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_1;
memset((&V_1), 0, sizeof(V_1));
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;
int32_t V_7 = 0;
float V_8 = 0.0f;
float V_9 = 0.0f;
float V_10 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B9_0;
memset((&G_B9_0), 0, sizeof(G_B9_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 G_B11_0;
memset((&G_B11_0), 0, sizeof(G_B11_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B11_1 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 G_B10_0;
memset((&G_B10_0), 0, sizeof(G_B10_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B10_1 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B12_0;
memset((&G_B12_0), 0, sizeof(G_B12_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 G_B12_1;
memset((&G_B12_1), 0, sizeof(G_B12_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B12_2 = NULL;
int32_t G_B30_0 = 0;
int32_t G_B30_1 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B30_2 = NULL;
int32_t G_B29_0 = 0;
int32_t G_B29_1 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B29_2 = NULL;
int32_t G_B31_0 = 0;
int32_t G_B31_1 = 0;
int32_t G_B31_2 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B31_3 = NULL;
{
// if (distances != null && distances.Length != sides)
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = __this->get_distances_6();
if (!L_0)
{
goto IL_0023;
}
}
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = __this->get_distances_6();
NullCheck(L_1);
int32_t L_2 = __this->get_sides_1();
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
// Debug.LogError("distances.Length!=sides");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral966250E6212D85349D5C41B68500F3084EF56F82, /*hidden argument*/NULL);
// return;
return;
}
IL_0023:
{
// Rect rect = drawRect != null ? (Rect)drawRect : vb.contentRect;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_3 = __this->get_address_of_drawRect_0();
bool L_4 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_3, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_4)
{
goto IL_0038;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_5 = ___vb0;
NullCheck(L_5);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = L_5->get_contentRect_0();
G_B6_0 = L_6;
goto IL_0043;
}
IL_0038:
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_7 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_7, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
G_B6_0 = L_8;
}
IL_0043:
{
V_0 = G_B6_0;
// Color32 color = fillColor != null ? (Color32)fillColor : vb.vertexColor;
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_9 = __this->get_address_of_fillColor_5();
bool L_10 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_9, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
if (L_10)
{
goto IL_0059;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_11 = ___vb0;
NullCheck(L_11);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_12 = L_11->get_vertexColor_2();
G_B9_0 = L_12;
goto IL_0064;
}
IL_0059:
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_13 = __this->get_address_of_fillColor_5();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_14 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_13, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B9_0 = L_14;
}
IL_0064:
{
V_1 = G_B9_0;
// rotation = rotation * Mathf.Deg2Rad;
float L_15 = __this->get_rotation_7();
__this->set_rotation_7(((float)il2cpp_codegen_multiply((float)L_15, (float)(0.0174532924f))));
// float angleDelta = 2 * Mathf.PI / sides;
int32_t L_16 = __this->get_sides_1();
V_2 = ((float)((float)(6.28318548f)/(float)(((float)((float)L_16)))));
// float angle = rotation;
float L_17 = __this->get_rotation_7();
V_3 = L_17;
// float radius = Mathf.Min(rect.width / 2, rect.height / 2);
float L_18 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_19 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_20 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)((float)L_18/(float)(2.0f))), ((float)((float)L_19/(float)(2.0f))), /*hidden argument*/NULL);
V_4 = L_20;
// float centerX = radius + rect.x;
float L_21 = V_4;
float L_22 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_5 = ((float)il2cpp_codegen_add((float)L_21, (float)L_22));
// float centerY = radius + rect.y;
float L_23 = V_4;
float L_24 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_6 = ((float)il2cpp_codegen_add((float)L_23, (float)L_24));
// vb.AddVert(new Vector3(centerX, centerY, 0), centerColor == null ? color : (Color32)centerColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_25 = ___vb0;
float L_26 = V_5;
float L_27 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28;
memset((&L_28), 0, sizeof(L_28));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_28), L_26, L_27, (0.0f), /*hidden argument*/NULL);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_29 = __this->get_address_of_centerColor_4();
bool L_30 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_29, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
G_B10_0 = L_28;
G_B10_1 = L_25;
if (!L_30)
{
G_B11_0 = L_28;
G_B11_1 = L_25;
goto IL_00ee;
}
}
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_31 = __this->get_address_of_centerColor_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_32 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_31, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B12_0 = L_32;
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
goto IL_00ef;
}
IL_00ee:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_33 = V_1;
G_B12_0 = L_33;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
}
IL_00ef:
{
NullCheck(G_B12_2);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL);
// for (int i = 0; i < sides; i++)
V_7 = 0;
goto IL_01b4;
}
IL_00fc:
{
// float r = radius;
float L_34 = V_4;
V_8 = L_34;
// if (distances != null)
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_35 = __this->get_distances_6();
if (!L_35)
{
goto IL_0116;
}
}
{
// r *= distances[i];
float L_36 = V_8;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_37 = __this->get_distances_6();
int32_t L_38 = V_7;
NullCheck(L_37);
int32_t L_39 = L_38;
float L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
V_8 = ((float)il2cpp_codegen_multiply((float)L_36, (float)L_40));
}
IL_0116:
{
// float xv = Mathf.Cos(angle) * (r - lineWidth);
float L_41 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_42 = cosf(L_41);
float L_43 = V_8;
float L_44 = __this->get_lineWidth_2();
V_9 = ((float)il2cpp_codegen_multiply((float)L_42, (float)((float)il2cpp_codegen_subtract((float)L_43, (float)L_44))));
// float yv = Mathf.Sin(angle) * (r - lineWidth);
float L_45 = V_3;
float L_46 = sinf(L_45);
float L_47 = V_8;
float L_48 = __this->get_lineWidth_2();
V_10 = ((float)il2cpp_codegen_multiply((float)L_46, (float)((float)il2cpp_codegen_subtract((float)L_47, (float)L_48))));
// Vector3 vec = new Vector3(xv + centerX, yv + centerY, 0);
float L_49 = V_9;
float L_50 = V_5;
float L_51 = V_10;
float L_52 = V_6;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_11), ((float)il2cpp_codegen_add((float)L_49, (float)L_50)), ((float)il2cpp_codegen_add((float)L_51, (float)L_52)), (0.0f), /*hidden argument*/NULL);
// vb.AddVert(vec, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_53 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_54 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_55 = V_1;
NullCheck(L_53);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_53, L_54, L_55, /*hidden argument*/NULL);
// if (lineWidth > 0)
float L_56 = __this->get_lineWidth_2();
if ((!(((float)L_56) > ((float)(0.0f)))))
{
goto IL_01aa;
}
}
{
// vb.AddVert(vec, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_57 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_58 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_59 = __this->get_lineColor_3();
NullCheck(L_57);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_57, L_58, L_59, /*hidden argument*/NULL);
// xv = Mathf.Cos(angle) * r + centerX;
float L_60 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_61 = cosf(L_60);
float L_62 = V_8;
float L_63 = V_5;
V_9 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_61, (float)L_62)), (float)L_63));
// yv = Mathf.Sin(angle) * r + centerY;
float L_64 = V_3;
float L_65 = sinf(L_64);
float L_66 = V_8;
float L_67 = V_6;
V_10 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_65, (float)L_66)), (float)L_67));
// vb.AddVert(new Vector3(xv, yv, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_68 = ___vb0;
float L_69 = V_9;
float L_70 = V_10;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_71;
memset((&L_71), 0, sizeof(L_71));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_71), L_69, L_70, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_72 = __this->get_lineColor_3();
NullCheck(L_68);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_68, L_71, L_72, /*hidden argument*/NULL);
}
IL_01aa:
{
// angle += angleDelta;
float L_73 = V_3;
float L_74 = V_2;
V_3 = ((float)il2cpp_codegen_add((float)L_73, (float)L_74));
// for (int i = 0; i < sides; i++)
int32_t L_75 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
}
IL_01b4:
{
// for (int i = 0; i < sides; i++)
int32_t L_76 = V_7;
int32_t L_77 = __this->get_sides_1();
if ((((int32_t)L_76) < ((int32_t)L_77)))
{
goto IL_00fc;
}
}
{
// if (lineWidth > 0)
float L_78 = __this->get_lineWidth_2();
if ((!(((float)L_78) > ((float)(0.0f)))))
{
goto IL_0251;
}
}
{
// int tmp = sides * 3;
int32_t L_79 = __this->get_sides_1();
V_12 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_79, (int32_t)3));
// for (int i = 0; i < tmp; i += 3)
V_13 = 0;
goto IL_024a;
}
IL_01e0:
{
// if (i != tmp - 3)
int32_t L_80 = V_13;
int32_t L_81 = V_12;
if ((((int32_t)L_80) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)3)))))
{
goto IL_021d;
}
}
{
// vb.AddTriangle(0, i + 1, i + 4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_82 = ___vb0;
int32_t L_83 = V_13;
int32_t L_84 = V_13;
NullCheck(L_82);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_82, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)4)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 5, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_85 = ___vb0;
int32_t L_86 = V_13;
int32_t L_87 = V_13;
int32_t L_88 = V_13;
NullCheck(L_85);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_85, ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)5)), ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, i + 6, i + 5);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_89 = ___vb0;
int32_t L_90 = V_13;
int32_t L_91 = V_13;
int32_t L_92 = V_13;
NullCheck(L_89);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_89, ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)3)), ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)6)), ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)5)), /*hidden argument*/NULL);
// }
goto IL_0244;
}
IL_021d:
{
// vb.AddTriangle(0, i + 1, 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_93 = ___vb0;
int32_t L_94 = V_13;
NullCheck(L_93);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_93, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)), 1, /*hidden argument*/NULL);
// vb.AddTriangle(2, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_95 = ___vb0;
int32_t L_96 = V_13;
int32_t L_97 = V_13;
NullCheck(L_95);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_95, 2, ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, 3, 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_98 = ___vb0;
int32_t L_99 = V_13;
NullCheck(L_98);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_98, ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)3)), 3, 2, /*hidden argument*/NULL);
}
IL_0244:
{
// for (int i = 0; i < tmp; i += 3)
int32_t L_100 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)3));
}
IL_024a:
{
// for (int i = 0; i < tmp; i += 3)
int32_t L_101 = V_13;
int32_t L_102 = V_12;
if ((((int32_t)L_101) < ((int32_t)L_102)))
{
goto IL_01e0;
}
}
{
// }
return;
}
IL_0251:
{
// for (int i = 0; i < sides; i++)
V_14 = 0;
goto IL_027a;
}
IL_0256:
{
// vb.AddTriangle(0, i + 1, (i == sides - 1) ? 1 : i + 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_103 = ___vb0;
int32_t L_104 = V_14;
int32_t L_105 = V_14;
int32_t L_106 = __this->get_sides_1();
G_B29_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1));
G_B29_1 = 0;
G_B29_2 = L_103;
if ((((int32_t)L_105) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1)))))
{
G_B30_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1));
G_B30_1 = 0;
G_B30_2 = L_103;
goto IL_026e;
}
}
{
int32_t L_107 = V_14;
G_B31_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)2));
G_B31_1 = G_B29_0;
G_B31_2 = G_B29_1;
G_B31_3 = G_B29_2;
goto IL_026f;
}
IL_026e:
{
G_B31_0 = 1;
G_B31_1 = G_B30_0;
G_B31_2 = G_B30_1;
G_B31_3 = G_B30_2;
}
IL_026f:
{
NullCheck(G_B31_3);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(G_B31_3, G_B31_2, G_B31_1, G_B31_0, /*hidden argument*/NULL);
// for (int i = 0; i < sides; i++)
int32_t L_108 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
}
IL_027a:
{
// for (int i = 0; i < sides; i++)
int32_t L_109 = V_14;
int32_t L_110 = __this->get_sides_1();
if ((((int32_t)L_109) < ((int32_t)L_110)))
{
goto IL_0256;
}
}
{
// }
return;
}
}
// System.Boolean FairyGUI.RegularPolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegularPolygonMesh_HitTest_m460BD3BC90E44311F203BAEB226B434EF02C90CD (RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegularPolygonMesh_HitTest_m460BD3BC90E44311F203BAEB226B434EF02C90CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (drawRect != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_1)
{
goto IL_0022;
}
}
{
// return ((Rect)drawRect).Contains(point);
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_2 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_2, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
V_0 = L_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___point1;
bool L_5 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0022:
{
// return contentRect.Contains(point);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___point1;
bool L_7 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), L_6, /*hidden argument*/NULL);
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.RelationDef::copyFrom(FairyGUI.RelationDef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationDef_copyFrom_mD5EFF1A9693922EC3853FC82F87B84365F8D80C7 (RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___source0, const RuntimeMethod* method)
{
{
// this.percent = source.percent;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_0 = ___source0;
NullCheck(L_0);
bool L_1 = L_0->get_percent_0();
__this->set_percent_0(L_1);
// this.type = source.type;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_2 = ___source0;
NullCheck(L_2);
int32_t L_3 = L_2->get_type_1();
__this->set_type_1(L_3);
// this.axis = source.axis;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_4 = ___source0;
NullCheck(L_4);
int32_t L_5 = L_4->get_axis_2();
__this->set_axis_2(L_5);
// }
return;
}
}
// System.Void FairyGUI.RelationDef::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationDef__ctor_m129FAC0D149829B8161FC82604BFC4370E481C2F (RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * __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.RelationItem::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public RelationItem(GObject owner)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _owner = owner;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
__this->set__owner_0(L_0);
// _defs = new List<RelationDef>();
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_1 = (List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 *)il2cpp_codegen_object_new(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_il2cpp_TypeInfo_var);
List_1__ctor_mF1545D7B01CEDA3B242633F65C216EBBBC314C06(L_1, /*hidden argument*/List_1__ctor_mF1545D7B01CEDA3B242633F65C216EBBBC314C06_RuntimeMethod_var);
__this->set__defs_2(L_1);
// }
return;
}
}
// FairyGUI.GObject FairyGUI.RelationItem::get_target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__target_1();
return L_0;
}
}
// System.Void FairyGUI.RelationItem::set_target(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_set_target_mDF89AE9C899F7E8998290EDBD4235BE9219E6187 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// if (_target != value)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__target_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___value0;
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_0) == ((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_1)))
{
goto IL_0038;
}
}
{
// if (_target != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__target_1();
if (!L_2)
{
goto IL_001d;
}
}
{
// ReleaseRefTarget(_target);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__target_1();
RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8(__this, L_3, /*hidden argument*/NULL);
}
IL_001d:
{
// _target = value;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___value0;
__this->set__target_1(L_4);
// if (_target != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__target_1();
if (!L_5)
{
goto IL_0038;
}
}
{
// AddRefTarget(_target);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__target_1();
RelationItem_AddRefTarget_mB6291E44ED38C5462DB1C8B18E760B3B971EA309(__this, L_6, /*hidden argument*/NULL);
}
IL_0038:
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::Add(FairyGUI.RelationType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, int32_t ___relationType0, bool ___usePercent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (relationType == RelationType.Size)
int32_t L_0 = ___relationType0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)24)))))
{
goto IL_0018;
}
}
{
// Add(RelationType.Width, usePercent);
bool L_1 = ___usePercent1;
RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B(__this, ((int32_t)14), L_1, /*hidden argument*/NULL);
// Add(RelationType.Height, usePercent);
bool L_2 = ___usePercent1;
RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B(__this, ((int32_t)15), L_2, /*hidden argument*/NULL);
// return;
return;
}
IL_0018:
{
// int dc = _defs.Count;
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_3 = __this->get__defs_2();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline(L_3, /*hidden argument*/List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var);
V_0 = L_4;
// for (int k = 0; k < dc; k++)
V_1 = 0;
goto IL_0041;
}
IL_0028:
{
// if (_defs[k].type == relationType)
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_5 = __this->get__defs_2();
int32_t L_6 = V_1;
NullCheck(L_5);
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_7 = List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var);
NullCheck(L_7);
int32_t L_8 = L_7->get_type_1();
int32_t L_9 = ___relationType0;
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_003d;
}
}
{
// return;
return;
}
IL_003d:
{
// for (int k = 0; k < dc; k++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0041:
{
// for (int k = 0; k < dc; k++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0028;
}
}
{
// InternalAdd(relationType, usePercent);
int32_t L_13 = ___relationType0;
bool L_14 = ___usePercent1;
RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE(__this, L_13, L_14, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RelationItem::InternalAdd(FairyGUI.RelationType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, int32_t ___relationType0, bool ___usePercent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * V_0 = NULL;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * G_B7_0 = NULL;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * G_B3_0 = NULL;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * G_B4_0 = NULL;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * G_B6_0 = NULL;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * G_B5_0 = NULL;
int32_t G_B8_0 = 0;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * G_B8_1 = NULL;
{
// if (relationType == RelationType.Size)
int32_t L_0 = ___relationType0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)24)))))
{
goto IL_0018;
}
}
{
// InternalAdd(RelationType.Width, usePercent);
bool L_1 = ___usePercent1;
RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE(__this, ((int32_t)14), L_1, /*hidden argument*/NULL);
// InternalAdd(RelationType.Height, usePercent);
bool L_2 = ___usePercent1;
RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE(__this, ((int32_t)15), L_2, /*hidden argument*/NULL);
// return;
return;
}
IL_0018:
{
// RelationDef info = new RelationDef();
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_3 = (RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 *)il2cpp_codegen_object_new(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93_il2cpp_TypeInfo_var);
RelationDef__ctor_m129FAC0D149829B8161FC82604BFC4370E481C2F(L_3, /*hidden argument*/NULL);
V_0 = L_3;
// info.percent = usePercent;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_4 = V_0;
bool L_5 = ___usePercent1;
NullCheck(L_4);
L_4->set_percent_0(L_5);
// info.type = relationType;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_6 = V_0;
int32_t L_7 = ___relationType0;
NullCheck(L_6);
L_6->set_type_1(L_7);
// info.axis = (relationType <= RelationType.Right_Right || relationType == RelationType.Width || relationType >= RelationType.LeftExt_Left && relationType <= RelationType.RightExt_Right) ? 0 : 1;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_8 = V_0;
int32_t L_9 = ___relationType0;
G_B3_0 = L_8;
if ((((int32_t)L_9) <= ((int32_t)6)))
{
G_B7_0 = L_8;
goto IL_0043;
}
}
{
int32_t L_10 = ___relationType0;
G_B4_0 = G_B3_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)14))))
{
G_B7_0 = G_B3_0;
goto IL_0043;
}
}
{
int32_t L_11 = ___relationType0;
G_B5_0 = G_B4_0;
if ((((int32_t)L_11) < ((int32_t)((int32_t)16))))
{
G_B6_0 = G_B4_0;
goto IL_0040;
}
}
{
int32_t L_12 = ___relationType0;
G_B6_0 = G_B5_0;
if ((((int32_t)L_12) <= ((int32_t)((int32_t)19))))
{
G_B7_0 = G_B5_0;
goto IL_0043;
}
}
IL_0040:
{
G_B8_0 = 1;
G_B8_1 = G_B6_0;
goto IL_0044;
}
IL_0043:
{
G_B8_0 = 0;
G_B8_1 = G_B7_0;
}
IL_0044:
{
NullCheck(G_B8_1);
G_B8_1->set_axis_2(G_B8_0);
// _defs.Add(info);
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_13 = __this->get__defs_2();
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_14 = V_0;
NullCheck(L_13);
List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9(L_13, L_14, /*hidden argument*/List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9_RuntimeMethod_var);
// if (usePercent || relationType == RelationType.Left_Center || relationType == RelationType.Center_Center || relationType == RelationType.Right_Center
// || relationType == RelationType.Top_Middle || relationType == RelationType.Middle_Middle || relationType == RelationType.Bottom_Middle)
bool L_15 = ___usePercent1;
if (L_15)
{
goto IL_0072;
}
}
{
int32_t L_16 = ___relationType0;
if ((((int32_t)L_16) == ((int32_t)1)))
{
goto IL_0072;
}
}
{
int32_t L_17 = ___relationType0;
if ((((int32_t)L_17) == ((int32_t)3)))
{
goto IL_0072;
}
}
{
int32_t L_18 = ___relationType0;
if ((((int32_t)L_18) == ((int32_t)5)))
{
goto IL_0072;
}
}
{
int32_t L_19 = ___relationType0;
if ((((int32_t)L_19) == ((int32_t)8)))
{
goto IL_0072;
}
}
{
int32_t L_20 = ___relationType0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)10))))
{
goto IL_0072;
}
}
{
int32_t L_21 = ___relationType0;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)12)))))
{
goto IL_007e;
}
}
IL_0072:
{
// _owner.pixelSnapping = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__owner_0();
NullCheck(L_22);
GObject_set_pixelSnapping_mF755048B0B5A80F222ED79B73AB6ECDDE764CA33(L_22, (bool)1, /*hidden argument*/NULL);
}
IL_007e:
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::Remove(FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, int32_t ___relationType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (relationType == RelationType.Size)
int32_t L_0 = ___relationType0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)24)))))
{
goto IL_0016;
}
}
{
// Remove(RelationType.Width);
RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7(__this, ((int32_t)14), /*hidden argument*/NULL);
// Remove(RelationType.Height);
RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7(__this, ((int32_t)15), /*hidden argument*/NULL);
// return;
return;
}
IL_0016:
{
// int dc = _defs.Count;
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_1 = __this->get__defs_2();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline(L_1, /*hidden argument*/List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var);
V_0 = L_2;
// for (int k = 0; k < dc; k++)
V_1 = 0;
goto IL_004b;
}
IL_0026:
{
// if (_defs[k].type == relationType)
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_3 = __this->get__defs_2();
int32_t L_4 = V_1;
NullCheck(L_3);
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_5 = List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var);
NullCheck(L_5);
int32_t L_6 = L_5->get_type_1();
int32_t L_7 = ___relationType0;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_0047;
}
}
{
// _defs.RemoveAt(k);
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_8 = __this->get__defs_2();
int32_t L_9 = V_1;
NullCheck(L_8);
List_1_RemoveAt_m1D039AAD8D84B7E39AAE14B1E05D4D9C90594A2D(L_8, L_9, /*hidden argument*/List_1_RemoveAt_m1D039AAD8D84B7E39AAE14B1E05D4D9C90594A2D_RuntimeMethod_var);
// break;
return;
}
IL_0047:
{
// for (int k = 0; k < dc; k++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_004b:
{
// for (int k = 0; k < dc; k++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0026;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::CopyFrom(FairyGUI.RelationItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_CopyFrom_mDD8A144D46C3C8CF4D363AEEA728A2254FC27D58 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_CopyFrom_mDD8A144D46C3C8CF4D363AEEA728A2254FC27D58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 V_0;
memset((&V_0), 0, sizeof(V_0));
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * V_1 = NULL;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * 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) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// this.target = source.target;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_0 = ___source0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline(L_0, /*hidden argument*/NULL);
RelationItem_set_target_mDF89AE9C899F7E8998290EDBD4235BE9219E6187(__this, L_1, /*hidden argument*/NULL);
// _defs.Clear();
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_2 = __this->get__defs_2();
NullCheck(L_2);
List_1_Clear_mDC290EBD7D834A95139C5D160C72609DA7AD10CC(L_2, /*hidden argument*/List_1_Clear_mDC290EBD7D834A95139C5D160C72609DA7AD10CC_RuntimeMethod_var);
// foreach (RelationDef info in source._defs)
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_3 = ___source0;
NullCheck(L_3);
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_4 = L_3->get__defs_2();
NullCheck(L_4);
Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 L_5 = List_1_GetEnumerator_m87F804CE762D4F86CD7E50140C612E78EB9C7199(L_4, /*hidden argument*/List_1_GetEnumerator_m87F804CE762D4F86CD7E50140C612E78EB9C7199_RuntimeMethod_var);
V_0 = L_5;
}
IL_0023:
try
{ // begin try (depth: 1)
{
goto IL_0046;
}
IL_0025:
{
// foreach (RelationDef info in source._defs)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_6 = Enumerator_get_Current_m980D2F68A698CE1B4CFED988FEDE610F998FCAF2_inline((Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m980D2F68A698CE1B4CFED988FEDE610F998FCAF2_RuntimeMethod_var);
V_1 = L_6;
// RelationDef info2 = new RelationDef();
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_7 = (RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 *)il2cpp_codegen_object_new(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93_il2cpp_TypeInfo_var);
RelationDef__ctor_m129FAC0D149829B8161FC82604BFC4370E481C2F(L_7, /*hidden argument*/NULL);
V_2 = L_7;
// info2.copyFrom(info);
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_8 = V_2;
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_9 = V_1;
NullCheck(L_8);
RelationDef_copyFrom_mD5EFF1A9693922EC3853FC82F87B84365F8D80C7(L_8, L_9, /*hidden argument*/NULL);
// _defs.Add(info2);
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_10 = __this->get__defs_2();
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_11 = V_2;
NullCheck(L_10);
List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9(L_10, L_11, /*hidden argument*/List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9_RuntimeMethod_var);
}
IL_0046:
{
// foreach (RelationDef info in source._defs)
bool L_12 = Enumerator_MoveNext_mEE3EF1E1FB8A8758BB2F60E987A5A1D817834593((Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mEE3EF1E1FB8A8758BB2F60E987A5A1D817834593_RuntimeMethod_var);
if (L_12)
{
goto IL_0025;
}
}
IL_004f:
{
IL2CPP_LEAVE(0x5F, FINALLY_0051);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0051;
}
FINALLY_0051:
{ // begin finally (depth: 1)
Enumerator_Dispose_m04990554E8F515DD150E8A845F040D7C0F331518((Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m04990554E8F515DD150E8A845F040D7C0F331518_RuntimeMethod_var);
IL2CPP_END_FINALLY(81)
} // end finally (depth: 1)
IL2CPP_CLEANUP(81)
{
IL2CPP_JUMP_TBL(0x5F, IL_005f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005f:
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_Dispose_mBC1CB73A5BBAD0FD5FB41EAAE8F24C7552B89FAC (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method)
{
{
// if (_target != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__target_1();
if (!L_0)
{
goto IL_001b;
}
}
{
// ReleaseRefTarget(_target);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__target_1();
RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8(__this, L_1, /*hidden argument*/NULL);
// _target = null;
__this->set__target_1((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
}
IL_001b:
{
// }
return;
}
}
// System.Boolean FairyGUI.RelationItem::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RelationItem_get_isEmpty_mF1C4AFE97EDD56A8D3E153D8808B96234D0D1D8B (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_get_isEmpty_mF1C4AFE97EDD56A8D3E153D8808B96234D0D1D8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _defs.Count == 0; }
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_0 = __this->get__defs_2();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline(L_0, /*hidden argument*/List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Void FairyGUI.RelationItem::ApplyOnSelfSizeChanged(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ApplyOnSelfSizeChanged_m5E43A50876809E166A30AF27269A956931356B0D (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, float ___dWidth0, float ___dHeight1, bool ___applyPivot2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_ApplyOnSelfSizeChanged_m5E43A50876809E166A30AF27269A956931356B0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
float V_2 = 0.0f;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
float G_B7_0 = 0.0f;
float G_B7_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B7_2 = NULL;
float G_B6_0 = 0.0f;
float G_B6_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B6_2 = NULL;
float G_B8_0 = 0.0f;
float G_B8_1 = 0.0f;
float G_B8_2 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B8_3 = NULL;
float G_B11_0 = 0.0f;
float G_B11_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B11_2 = NULL;
float G_B10_0 = 0.0f;
float G_B10_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B10_2 = NULL;
float G_B12_0 = 0.0f;
float G_B12_1 = 0.0f;
float G_B12_2 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B12_3 = NULL;
float G_B15_0 = 0.0f;
float G_B15_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B15_2 = NULL;
float G_B14_0 = 0.0f;
float G_B14_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B14_2 = NULL;
float G_B16_0 = 0.0f;
float G_B16_1 = 0.0f;
float G_B16_2 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B16_3 = NULL;
float G_B19_0 = 0.0f;
float G_B19_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B19_2 = NULL;
float G_B18_0 = 0.0f;
float G_B18_1 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B18_2 = NULL;
float G_B20_0 = 0.0f;
float G_B20_1 = 0.0f;
float G_B20_2 = 0.0f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B20_3 = NULL;
{
// int cnt = _defs.Count;
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_0 = __this->get__defs_2();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline(L_0, /*hidden argument*/List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var);
V_0 = L_1;
// if (cnt == 0)
int32_t L_2 = V_0;
if (L_2)
{
goto IL_0010;
}
}
{
// return;
return;
}
IL_0010:
{
// float ox = _owner.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__owner_0();
NullCheck(L_3);
float L_4 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_3, /*hidden argument*/NULL);
V_1 = L_4;
// float oy = _owner.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__owner_0();
NullCheck(L_5);
float L_6 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_5, /*hidden argument*/NULL);
V_2 = L_6;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0145;
}
IL_002f:
{
// RelationDef info = _defs[i];
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_7 = __this->get__defs_2();
int32_t L_8 = V_3;
NullCheck(L_7);
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_9 = List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var);
// switch (info.type)
NullCheck(L_9);
int32_t L_10 = L_9->get_type_1();
V_4 = L_10;
int32_t L_11 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)3)))
{
case 0:
{
goto IL_007c;
}
case 1:
{
goto IL_00b0;
}
case 2:
{
goto IL_00b0;
}
case 3:
{
goto IL_00b0;
}
case 4:
{
goto IL_0141;
}
case 5:
{
goto IL_0141;
}
case 6:
{
goto IL_0141;
}
case 7:
{
goto IL_00e1;
}
case 8:
{
goto IL_0112;
}
case 9:
{
goto IL_0112;
}
case 10:
{
goto IL_0112;
}
}
}
{
goto IL_0141;
}
IL_007c:
{
// _owner.x -= (0.5f - (applyPivot ? _owner.pivotX : 0)) * dWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = L_12;
NullCheck(L_13);
float L_14 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_13, /*hidden argument*/NULL);
bool L_15 = ___applyPivot2;
G_B6_0 = (0.5f);
G_B6_1 = L_14;
G_B6_2 = L_13;
if (L_15)
{
G_B7_0 = (0.5f);
G_B7_1 = L_14;
G_B7_2 = L_13;
goto IL_0097;
}
}
{
G_B8_0 = (0.0f);
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
goto IL_00a2;
}
IL_0097:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__owner_0();
NullCheck(L_16);
float L_17 = GObject_get_pivotX_m16025BED5980797D4066E4F861DEEAEAC3C4EF6A_inline(L_16, /*hidden argument*/NULL);
G_B8_0 = L_17;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
}
IL_00a2:
{
float L_18 = ___dWidth0;
NullCheck(G_B8_3);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(G_B8_3, ((float)il2cpp_codegen_subtract((float)G_B8_2, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B8_1, (float)G_B8_0)), (float)L_18)))), /*hidden argument*/NULL);
// break;
goto IL_0141;
}
IL_00b0:
{
// _owner.x -= (1 - (applyPivot ? _owner.pivotX : 0)) * dWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = L_19;
NullCheck(L_20);
float L_21 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_20, /*hidden argument*/NULL);
bool L_22 = ___applyPivot2;
G_B10_0 = (1.0f);
G_B10_1 = L_21;
G_B10_2 = L_20;
if (L_22)
{
G_B11_0 = (1.0f);
G_B11_1 = L_21;
G_B11_2 = L_20;
goto IL_00cb;
}
}
{
G_B12_0 = (0.0f);
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
G_B12_3 = G_B10_2;
goto IL_00d6;
}
IL_00cb:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__owner_0();
NullCheck(L_23);
float L_24 = GObject_get_pivotX_m16025BED5980797D4066E4F861DEEAEAC3C4EF6A_inline(L_23, /*hidden argument*/NULL);
G_B12_0 = L_24;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
G_B12_3 = G_B11_2;
}
IL_00d6:
{
float L_25 = ___dWidth0;
NullCheck(G_B12_3);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(G_B12_3, ((float)il2cpp_codegen_subtract((float)G_B12_2, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B12_1, (float)G_B12_0)), (float)L_25)))), /*hidden argument*/NULL);
// break;
goto IL_0141;
}
IL_00e1:
{
// _owner.y -= (0.5f - (applyPivot ? _owner.pivotY : 0)) * dHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = L_26;
NullCheck(L_27);
float L_28 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_27, /*hidden argument*/NULL);
bool L_29 = ___applyPivot2;
G_B14_0 = (0.5f);
G_B14_1 = L_28;
G_B14_2 = L_27;
if (L_29)
{
G_B15_0 = (0.5f);
G_B15_1 = L_28;
G_B15_2 = L_27;
goto IL_00fc;
}
}
{
G_B16_0 = (0.0f);
G_B16_1 = G_B14_0;
G_B16_2 = G_B14_1;
G_B16_3 = G_B14_2;
goto IL_0107;
}
IL_00fc:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = __this->get__owner_0();
NullCheck(L_30);
float L_31 = GObject_get_pivotY_m421D396D3D8BB07FE9B4E11F4F7E29AF6A3FDBB2_inline(L_30, /*hidden argument*/NULL);
G_B16_0 = L_31;
G_B16_1 = G_B15_0;
G_B16_2 = G_B15_1;
G_B16_3 = G_B15_2;
}
IL_0107:
{
float L_32 = ___dHeight1;
NullCheck(G_B16_3);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(G_B16_3, ((float)il2cpp_codegen_subtract((float)G_B16_2, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B16_1, (float)G_B16_0)), (float)L_32)))), /*hidden argument*/NULL);
// break;
goto IL_0141;
}
IL_0112:
{
// _owner.y -= (1 - (applyPivot ? _owner.pivotY : 0)) * dHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_33 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_34 = L_33;
NullCheck(L_34);
float L_35 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_34, /*hidden argument*/NULL);
bool L_36 = ___applyPivot2;
G_B18_0 = (1.0f);
G_B18_1 = L_35;
G_B18_2 = L_34;
if (L_36)
{
G_B19_0 = (1.0f);
G_B19_1 = L_35;
G_B19_2 = L_34;
goto IL_012d;
}
}
{
G_B20_0 = (0.0f);
G_B20_1 = G_B18_0;
G_B20_2 = G_B18_1;
G_B20_3 = G_B18_2;
goto IL_0138;
}
IL_012d:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = __this->get__owner_0();
NullCheck(L_37);
float L_38 = GObject_get_pivotY_m421D396D3D8BB07FE9B4E11F4F7E29AF6A3FDBB2_inline(L_37, /*hidden argument*/NULL);
G_B20_0 = L_38;
G_B20_1 = G_B19_0;
G_B20_2 = G_B19_1;
G_B20_3 = G_B19_2;
}
IL_0138:
{
float L_39 = ___dHeight1;
NullCheck(G_B20_3);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(G_B20_3, ((float)il2cpp_codegen_subtract((float)G_B20_2, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B20_1, (float)G_B20_0)), (float)L_39)))), /*hidden argument*/NULL);
}
IL_0141:
{
// for (int i = 0; i < cnt; i++)
int32_t L_40 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_0145:
{
// for (int i = 0; i < cnt; i++)
int32_t L_41 = V_3;
int32_t L_42 = V_0;
if ((((int32_t)L_41) < ((int32_t)L_42)))
{
goto IL_002f;
}
}
{
// if (!Mathf.Approximately(ox, _owner.x) || !Mathf.Approximately(oy, _owner.y))
float L_43 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_44 = __this->get__owner_0();
NullCheck(L_44);
float L_45 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_44, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_46 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_43, L_45, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_0175;
}
}
{
float L_47 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_48 = __this->get__owner_0();
NullCheck(L_48);
float L_49 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_48, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_50 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_47, L_49, /*hidden argument*/NULL);
if (L_50)
{
goto IL_01fd;
}
}
IL_0175:
{
// ox = _owner.x - ox;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = __this->get__owner_0();
NullCheck(L_51);
float L_52 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_51, /*hidden argument*/NULL);
float L_53 = V_1;
V_1 = ((float)il2cpp_codegen_subtract((float)L_52, (float)L_53));
// oy = _owner.y - oy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_54 = __this->get__owner_0();
NullCheck(L_54);
float L_55 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_54, /*hidden argument*/NULL);
float L_56 = V_2;
V_2 = ((float)il2cpp_codegen_subtract((float)L_55, (float)L_56));
// _owner.UpdateGearFromRelations(1, ox, oy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = __this->get__owner_0();
float L_58 = V_1;
float L_59 = V_2;
NullCheck(L_57);
GObject_UpdateGearFromRelations_m2291F8B9E82A01E2B629533334B897CD5BBA373E(L_57, 1, L_58, L_59, /*hidden argument*/NULL);
// if (_owner.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_60 = __this->get__owner_0();
NullCheck(L_60);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_61 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_60, /*hidden argument*/NULL);
if (!L_61)
{
goto IL_01fd;
}
}
{
// int transCount = _owner.parent._transitions.Count;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_62 = __this->get__owner_0();
NullCheck(L_62);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_63 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_62, /*hidden argument*/NULL);
NullCheck(L_63);
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * L_64 = L_63->get__transitions_79();
NullCheck(L_64);
int32_t L_65 = List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_inline(L_64, /*hidden argument*/List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_RuntimeMethod_var);
V_5 = L_65;
// for (int i = 0; i < transCount; i++)
V_6 = 0;
goto IL_01f7;
}
IL_01c8:
{
// _owner.parent._transitions[i].UpdateFromRelations(_owner.id, ox, oy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_66 = __this->get__owner_0();
NullCheck(L_66);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_67 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_66, /*hidden argument*/NULL);
NullCheck(L_67);
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * L_68 = L_67->get__transitions_79();
int32_t L_69 = V_6;
NullCheck(L_68);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_70 = List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_inline(L_68, L_69, /*hidden argument*/List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_RuntimeMethod_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_71 = __this->get__owner_0();
NullCheck(L_71);
String_t* L_72 = GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline(L_71, /*hidden argument*/NULL);
float L_73 = V_1;
float L_74 = V_2;
NullCheck(L_70);
Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B(L_70, L_72, L_73, L_74, /*hidden argument*/NULL);
// for (int i = 0; i < transCount; i++)
int32_t L_75 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
}
IL_01f7:
{
// for (int i = 0; i < transCount; i++)
int32_t L_76 = V_6;
int32_t L_77 = V_5;
if ((((int32_t)L_76) < ((int32_t)L_77)))
{
goto IL_01c8;
}
}
IL_01fd:
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::ApplyOnXYChanged(FairyGUI.RelationDef,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ApplyOnXYChanged_mA56FCEA9BB7A2FEE6B81C4D5DDF3D1CD2EFC0700 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___info0, float ___dx1, float ___dy2, const RuntimeMethod* method)
{
float V_0 = 0.0f;
int32_t V_1 = 0;
{
// switch (info.type)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_0 = ___info0;
NullCheck(L_0);
int32_t L_1 = L_0->get_type_1();
V_1 = L_1;
int32_t L_2 = V_1;
switch (L_2)
{
case 0:
{
goto IL_006e;
}
case 1:
{
goto IL_006e;
}
case 2:
{
goto IL_006e;
}
case 3:
{
goto IL_006e;
}
case 4:
{
goto IL_006e;
}
case 5:
{
goto IL_006e;
}
case 6:
{
goto IL_006e;
}
case 7:
{
goto IL_0082;
}
case 8:
{
goto IL_0082;
}
case 9:
{
goto IL_0082;
}
case 10:
{
goto IL_0082;
}
case 11:
{
goto IL_0082;
}
case 12:
{
goto IL_0082;
}
case 13:
{
goto IL_0082;
}
case 14:
{
goto IL_015d;
}
case 15:
{
goto IL_015d;
}
case 16:
{
goto IL_0096;
}
case 17:
{
goto IL_0096;
}
case 18:
{
goto IL_00c9;
}
case 19:
{
goto IL_00c9;
}
case 20:
{
goto IL_00fa;
}
case 21:
{
goto IL_00fa;
}
case 22:
{
goto IL_012d;
}
case 23:
{
goto IL_012d;
}
}
}
{
return;
}
IL_006e:
{
// _owner.x += dx;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = L_3;
NullCheck(L_4);
float L_5 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_4, /*hidden argument*/NULL);
float L_6 = ___dx1;
NullCheck(L_4);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_4, ((float)il2cpp_codegen_add((float)L_5, (float)L_6)), /*hidden argument*/NULL);
// break;
return;
}
IL_0082:
{
// _owner.y += dy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = L_7;
NullCheck(L_8);
float L_9 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_8, /*hidden argument*/NULL);
float L_10 = ___dy2;
NullCheck(L_8);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_8, ((float)il2cpp_codegen_add((float)L_9, (float)L_10)), /*hidden argument*/NULL);
// break;
return;
}
IL_0096:
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = __this->get__owner_0();
NullCheck(L_11);
float L_12 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_11, /*hidden argument*/NULL);
V_0 = L_12;
// _owner.width = _owner._rawWidth - dx;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__owner_0();
NullCheck(L_14);
float L_15 = L_14->get__rawWidth_63();
float L_16 = ___dx1;
NullCheck(L_13);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_13, ((float)il2cpp_codegen_subtract((float)L_15, (float)L_16)), /*hidden argument*/NULL);
// _owner.xMin = tmp + dx;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = __this->get__owner_0();
float L_18 = V_0;
float L_19 = ___dx1;
NullCheck(L_17);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_17, ((float)il2cpp_codegen_add((float)L_18, (float)L_19)), /*hidden argument*/NULL);
// break;
return;
}
IL_00c9:
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = __this->get__owner_0();
NullCheck(L_20);
float L_21 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_20, /*hidden argument*/NULL);
V_0 = L_21;
// _owner.width = _owner._rawWidth + dx;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__owner_0();
NullCheck(L_23);
float L_24 = L_23->get__rawWidth_63();
float L_25 = ___dx1;
NullCheck(L_22);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_22, ((float)il2cpp_codegen_add((float)L_24, (float)L_25)), /*hidden argument*/NULL);
// _owner.xMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = __this->get__owner_0();
float L_27 = V_0;
NullCheck(L_26);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_26, L_27, /*hidden argument*/NULL);
// break;
return;
}
IL_00fa:
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = __this->get__owner_0();
NullCheck(L_28);
float L_29 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_28, /*hidden argument*/NULL);
V_0 = L_29;
// _owner.height = _owner._rawHeight - dy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = __this->get__owner_0();
NullCheck(L_31);
float L_32 = L_31->get__rawHeight_64();
float L_33 = ___dy2;
NullCheck(L_30);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_30, ((float)il2cpp_codegen_subtract((float)L_32, (float)L_33)), /*hidden argument*/NULL);
// _owner.yMin = tmp + dy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_34 = __this->get__owner_0();
float L_35 = V_0;
float L_36 = ___dy2;
NullCheck(L_34);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_34, ((float)il2cpp_codegen_add((float)L_35, (float)L_36)), /*hidden argument*/NULL);
// break;
return;
}
IL_012d:
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = __this->get__owner_0();
NullCheck(L_37);
float L_38 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_37, /*hidden argument*/NULL);
V_0 = L_38;
// _owner.height = _owner._rawHeight + dy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_39 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = __this->get__owner_0();
NullCheck(L_40);
float L_41 = L_40->get__rawHeight_64();
float L_42 = ___dy2;
NullCheck(L_39);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_39, ((float)il2cpp_codegen_add((float)L_41, (float)L_42)), /*hidden argument*/NULL);
// _owner.yMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_43 = __this->get__owner_0();
float L_44 = V_0;
NullCheck(L_43);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_43, L_44, /*hidden argument*/NULL);
}
IL_015d:
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::ApplyOnSizeChanged(FairyGUI.RelationDef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ApplyOnSizeChanged_mA746840EAE3CCB80C34AA62731038602B2CB6EBC (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___info0, const RuntimeMethod* method)
{
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;
int32_t V_5 = 0;
{
// float pos = 0, pivot = 0, delta = 0;
V_0 = (0.0f);
// float pos = 0, pivot = 0, delta = 0;
V_1 = (0.0f);
// float pos = 0, pivot = 0, delta = 0;
V_2 = (0.0f);
// if (info.axis == 0)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_0 = ___info0;
NullCheck(L_0);
int32_t L_1 = L_0->get_axis_2();
if (L_1)
{
goto IL_00ac;
}
}
{
// if (_target != _owner.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__target_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__owner_0();
NullCheck(L_3);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_3, /*hidden argument*/NULL);
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_2) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_4)))
{
goto IL_0055;
}
}
{
// pos = _target.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__target_1();
NullCheck(L_5);
float L_6 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_5, /*hidden argument*/NULL);
V_0 = L_6;
// if (_target.pivotAsAnchor)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__target_1();
NullCheck(L_7);
bool L_8 = GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0055;
}
}
{
// pivot = _target.pivotX;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__target_1();
NullCheck(L_9);
float L_10 = GObject_get_pivotX_m16025BED5980797D4066E4F861DEEAEAC3C4EF6A_inline(L_9, /*hidden argument*/NULL);
V_1 = L_10;
}
IL_0055:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_11 = ___info0;
NullCheck(L_11);
bool L_12 = L_11->get_percent_0();
if (!L_12)
{
goto IL_008f;
}
}
{
// if (_targetData.z != 0)
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_13 = __this->get_address_of__targetData_3();
float L_14 = L_13->get_z_3();
if ((((float)L_14) == ((float)(0.0f))))
{
goto IL_0130;
}
}
{
// delta = _target._width / _targetData.z;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__target_1();
NullCheck(L_15);
float L_16 = L_15->get__width_61();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_17 = __this->get_address_of__targetData_3();
float L_18 = L_17->get_z_3();
V_2 = ((float)((float)L_16/(float)L_18));
// }
goto IL_0130;
}
IL_008f:
{
// delta = _target._width - _targetData.z;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = __this->get__target_1();
NullCheck(L_19);
float L_20 = L_19->get__width_61();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_21 = __this->get_address_of__targetData_3();
float L_22 = L_21->get_z_3();
V_2 = ((float)il2cpp_codegen_subtract((float)L_20, (float)L_22));
// }
goto IL_0130;
}
IL_00ac:
{
// if (_target != _owner.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__target_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = __this->get__owner_0();
NullCheck(L_24);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_25 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_24, /*hidden argument*/NULL);
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_23) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_25)))
{
goto IL_00e4;
}
}
{
// pos = _target.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = __this->get__target_1();
NullCheck(L_26);
float L_27 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_26, /*hidden argument*/NULL);
V_0 = L_27;
// if (_target.pivotAsAnchor)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = __this->get__target_1();
NullCheck(L_28);
bool L_29 = GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline(L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00e4;
}
}
{
// pivot = _target.pivotY;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = __this->get__target_1();
NullCheck(L_30);
float L_31 = GObject_get_pivotY_m421D396D3D8BB07FE9B4E11F4F7E29AF6A3FDBB2_inline(L_30, /*hidden argument*/NULL);
V_1 = L_31;
}
IL_00e4:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_32 = ___info0;
NullCheck(L_32);
bool L_33 = L_32->get_percent_0();
if (!L_33)
{
goto IL_0118;
}
}
{
// if (_targetData.w != 0)
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_34 = __this->get_address_of__targetData_3();
float L_35 = L_34->get_w_4();
if ((((float)L_35) == ((float)(0.0f))))
{
goto IL_0130;
}
}
{
// delta = _target._height / _targetData.w;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_36 = __this->get__target_1();
NullCheck(L_36);
float L_37 = L_36->get__height_62();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_38 = __this->get_address_of__targetData_3();
float L_39 = L_38->get_w_4();
V_2 = ((float)((float)L_37/(float)L_39));
// }
goto IL_0130;
}
IL_0118:
{
// delta = _target._height - _targetData.w;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = __this->get__target_1();
NullCheck(L_40);
float L_41 = L_40->get__height_62();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_42 = __this->get_address_of__targetData_3();
float L_43 = L_42->get_w_4();
V_2 = ((float)il2cpp_codegen_subtract((float)L_41, (float)L_43));
}
IL_0130:
{
// switch (info.type)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_44 = ___info0;
NullCheck(L_44);
int32_t L_45 = L_44->get_type_1();
V_5 = L_45;
int32_t L_46 = V_5;
switch (L_46)
{
case 0:
{
goto IL_01a0;
}
case 1:
{
goto IL_01e7;
}
case 2:
{
goto IL_0228;
}
case 3:
{
goto IL_0269;
}
case 4:
{
goto IL_02ce;
}
case 5:
{
goto IL_032d;
}
case 6:
{
goto IL_0386;
}
case 7:
{
goto IL_03df;
}
case 8:
{
goto IL_0426;
}
case 9:
{
goto IL_0467;
}
case 10:
{
goto IL_04a8;
}
case 11:
{
goto IL_050d;
}
case 12:
{
goto IL_056c;
}
case 13:
{
goto IL_05c5;
}
case 14:
{
goto IL_061e;
}
case 15:
{
goto IL_071a;
}
case 16:
{
goto IL_0816;
}
case 17:
{
goto IL_0866;
}
case 18:
{
goto IL_08bb;
}
case 19:
{
goto IL_0921;
}
case 20:
{
goto IL_0abe;
}
case 21:
{
goto IL_0b0e;
}
case 22:
{
goto IL_0b63;
}
case 23:
{
goto IL_0bc9;
}
}
}
{
return;
}
IL_01a0:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_47 = ___info0;
NullCheck(L_47);
bool L_48 = L_47->get_percent_0();
if (!L_48)
{
goto IL_01c5;
}
}
{
// _owner.xMin = pos + (_owner.xMin - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_49 = __this->get__owner_0();
float L_50 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = __this->get__owner_0();
NullCheck(L_51);
float L_52 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_51, /*hidden argument*/NULL);
float L_53 = V_0;
float L_54 = V_2;
NullCheck(L_49);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_49, ((float)il2cpp_codegen_add((float)L_50, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_52, (float)L_53)), (float)L_54)))), /*hidden argument*/NULL);
return;
}
IL_01c5:
{
// else if (pivot != 0)
float L_55 = V_1;
if ((((float)L_55) == ((float)(0.0f))))
{
goto IL_0d65;
}
}
{
// _owner.x += delta * (-pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_56 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = L_56;
NullCheck(L_57);
float L_58 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_57, /*hidden argument*/NULL);
float L_59 = V_2;
float L_60 = V_1;
NullCheck(L_57);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_57, ((float)il2cpp_codegen_add((float)L_58, (float)((float)il2cpp_codegen_multiply((float)L_59, (float)((-L_60)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_01e7:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_61 = ___info0;
NullCheck(L_61);
bool L_62 = L_61->get_percent_0();
if (!L_62)
{
goto IL_020c;
}
}
{
// _owner.xMin = pos + (_owner.xMin - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_63 = __this->get__owner_0();
float L_64 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_65 = __this->get__owner_0();
NullCheck(L_65);
float L_66 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_65, /*hidden argument*/NULL);
float L_67 = V_0;
float L_68 = V_2;
NullCheck(L_63);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_63, ((float)il2cpp_codegen_add((float)L_64, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_66, (float)L_67)), (float)L_68)))), /*hidden argument*/NULL);
return;
}
IL_020c:
{
// _owner.x += delta * (0.5f - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_69 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_70 = L_69;
NullCheck(L_70);
float L_71 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_70, /*hidden argument*/NULL);
float L_72 = V_2;
float L_73 = V_1;
NullCheck(L_70);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_70, ((float)il2cpp_codegen_add((float)L_71, (float)((float)il2cpp_codegen_multiply((float)L_72, (float)((float)il2cpp_codegen_subtract((float)(0.5f), (float)L_73)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_0228:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_74 = ___info0;
NullCheck(L_74);
bool L_75 = L_74->get_percent_0();
if (!L_75)
{
goto IL_024d;
}
}
{
// _owner.xMin = pos + (_owner.xMin - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_76 = __this->get__owner_0();
float L_77 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_78 = __this->get__owner_0();
NullCheck(L_78);
float L_79 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_78, /*hidden argument*/NULL);
float L_80 = V_0;
float L_81 = V_2;
NullCheck(L_76);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_76, ((float)il2cpp_codegen_add((float)L_77, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_79, (float)L_80)), (float)L_81)))), /*hidden argument*/NULL);
return;
}
IL_024d:
{
// _owner.x += delta * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_82 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_83 = L_82;
NullCheck(L_83);
float L_84 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_83, /*hidden argument*/NULL);
float L_85 = V_2;
float L_86 = V_1;
NullCheck(L_83);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_83, ((float)il2cpp_codegen_add((float)L_84, (float)((float)il2cpp_codegen_multiply((float)L_85, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_86)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_0269:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_87 = ___info0;
NullCheck(L_87);
bool L_88 = L_87->get_percent_0();
if (!L_88)
{
goto IL_02b2;
}
}
{
// _owner.xMin = pos + (_owner.xMin + _owner._rawWidth * 0.5f - pos) * delta - _owner._rawWidth * 0.5f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_89 = __this->get__owner_0();
float L_90 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_91 = __this->get__owner_0();
NullCheck(L_91);
float L_92 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_91, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_93 = __this->get__owner_0();
NullCheck(L_93);
float L_94 = L_93->get__rawWidth_63();
float L_95 = V_0;
float L_96 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_97 = __this->get__owner_0();
NullCheck(L_97);
float L_98 = L_97->get__rawWidth_63();
NullCheck(L_89);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_89, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_90, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_92, (float)((float)il2cpp_codegen_multiply((float)L_94, (float)(0.5f))))), (float)L_95)), (float)L_96)))), (float)((float)il2cpp_codegen_multiply((float)L_98, (float)(0.5f))))), /*hidden argument*/NULL);
return;
}
IL_02b2:
{
// _owner.x += delta * (0.5f - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_99 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_100 = L_99;
NullCheck(L_100);
float L_101 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_100, /*hidden argument*/NULL);
float L_102 = V_2;
float L_103 = V_1;
NullCheck(L_100);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_100, ((float)il2cpp_codegen_add((float)L_101, (float)((float)il2cpp_codegen_multiply((float)L_102, (float)((float)il2cpp_codegen_subtract((float)(0.5f), (float)L_103)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_02ce:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_104 = ___info0;
NullCheck(L_104);
bool L_105 = L_104->get_percent_0();
if (!L_105)
{
goto IL_030b;
}
}
{
// _owner.xMin = pos + (_owner.xMin + _owner._rawWidth - pos) * delta - _owner._rawWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_106 = __this->get__owner_0();
float L_107 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_108 = __this->get__owner_0();
NullCheck(L_108);
float L_109 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_108, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_110 = __this->get__owner_0();
NullCheck(L_110);
float L_111 = L_110->get__rawWidth_63();
float L_112 = V_0;
float L_113 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_114 = __this->get__owner_0();
NullCheck(L_114);
float L_115 = L_114->get__rawWidth_63();
NullCheck(L_106);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_106, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_107, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_109, (float)L_111)), (float)L_112)), (float)L_113)))), (float)L_115)), /*hidden argument*/NULL);
return;
}
IL_030b:
{
// else if (pivot != 0)
float L_116 = V_1;
if ((((float)L_116) == ((float)(0.0f))))
{
goto IL_0d65;
}
}
{
// _owner.x += delta * (-pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_117 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_118 = L_117;
NullCheck(L_118);
float L_119 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_118, /*hidden argument*/NULL);
float L_120 = V_2;
float L_121 = V_1;
NullCheck(L_118);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_118, ((float)il2cpp_codegen_add((float)L_119, (float)((float)il2cpp_codegen_multiply((float)L_120, (float)((-L_121)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_032d:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_122 = ___info0;
NullCheck(L_122);
bool L_123 = L_122->get_percent_0();
if (!L_123)
{
goto IL_036a;
}
}
{
// _owner.xMin = pos + (_owner.xMin + _owner._rawWidth - pos) * delta - _owner._rawWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_124 = __this->get__owner_0();
float L_125 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_126 = __this->get__owner_0();
NullCheck(L_126);
float L_127 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_126, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_128 = __this->get__owner_0();
NullCheck(L_128);
float L_129 = L_128->get__rawWidth_63();
float L_130 = V_0;
float L_131 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_132 = __this->get__owner_0();
NullCheck(L_132);
float L_133 = L_132->get__rawWidth_63();
NullCheck(L_124);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_124, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_125, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_127, (float)L_129)), (float)L_130)), (float)L_131)))), (float)L_133)), /*hidden argument*/NULL);
return;
}
IL_036a:
{
// _owner.x += delta * (0.5f - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_134 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_135 = L_134;
NullCheck(L_135);
float L_136 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_135, /*hidden argument*/NULL);
float L_137 = V_2;
float L_138 = V_1;
NullCheck(L_135);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_135, ((float)il2cpp_codegen_add((float)L_136, (float)((float)il2cpp_codegen_multiply((float)L_137, (float)((float)il2cpp_codegen_subtract((float)(0.5f), (float)L_138)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_0386:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_139 = ___info0;
NullCheck(L_139);
bool L_140 = L_139->get_percent_0();
if (!L_140)
{
goto IL_03c3;
}
}
{
// _owner.xMin = pos + (_owner.xMin + _owner._rawWidth - pos) * delta - _owner._rawWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_141 = __this->get__owner_0();
float L_142 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_143 = __this->get__owner_0();
NullCheck(L_143);
float L_144 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_143, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_145 = __this->get__owner_0();
NullCheck(L_145);
float L_146 = L_145->get__rawWidth_63();
float L_147 = V_0;
float L_148 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_149 = __this->get__owner_0();
NullCheck(L_149);
float L_150 = L_149->get__rawWidth_63();
NullCheck(L_141);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_141, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_142, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_144, (float)L_146)), (float)L_147)), (float)L_148)))), (float)L_150)), /*hidden argument*/NULL);
return;
}
IL_03c3:
{
// _owner.x += delta * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_151 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_152 = L_151;
NullCheck(L_152);
float L_153 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_152, /*hidden argument*/NULL);
float L_154 = V_2;
float L_155 = V_1;
NullCheck(L_152);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_152, ((float)il2cpp_codegen_add((float)L_153, (float)((float)il2cpp_codegen_multiply((float)L_154, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_155)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_03df:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_156 = ___info0;
NullCheck(L_156);
bool L_157 = L_156->get_percent_0();
if (!L_157)
{
goto IL_0404;
}
}
{
// _owner.yMin = pos + (_owner.yMin - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_158 = __this->get__owner_0();
float L_159 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_160 = __this->get__owner_0();
NullCheck(L_160);
float L_161 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_160, /*hidden argument*/NULL);
float L_162 = V_0;
float L_163 = V_2;
NullCheck(L_158);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_158, ((float)il2cpp_codegen_add((float)L_159, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_161, (float)L_162)), (float)L_163)))), /*hidden argument*/NULL);
return;
}
IL_0404:
{
// else if (pivot != 0)
float L_164 = V_1;
if ((((float)L_164) == ((float)(0.0f))))
{
goto IL_0d65;
}
}
{
// _owner.y += delta * (-pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_165 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_166 = L_165;
NullCheck(L_166);
float L_167 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_166, /*hidden argument*/NULL);
float L_168 = V_2;
float L_169 = V_1;
NullCheck(L_166);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_166, ((float)il2cpp_codegen_add((float)L_167, (float)((float)il2cpp_codegen_multiply((float)L_168, (float)((-L_169)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_0426:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_170 = ___info0;
NullCheck(L_170);
bool L_171 = L_170->get_percent_0();
if (!L_171)
{
goto IL_044b;
}
}
{
// _owner.yMin = pos + (_owner.yMin - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_172 = __this->get__owner_0();
float L_173 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_174 = __this->get__owner_0();
NullCheck(L_174);
float L_175 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_174, /*hidden argument*/NULL);
float L_176 = V_0;
float L_177 = V_2;
NullCheck(L_172);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_172, ((float)il2cpp_codegen_add((float)L_173, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_175, (float)L_176)), (float)L_177)))), /*hidden argument*/NULL);
return;
}
IL_044b:
{
// _owner.y += delta * (0.5f - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_178 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_179 = L_178;
NullCheck(L_179);
float L_180 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_179, /*hidden argument*/NULL);
float L_181 = V_2;
float L_182 = V_1;
NullCheck(L_179);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_179, ((float)il2cpp_codegen_add((float)L_180, (float)((float)il2cpp_codegen_multiply((float)L_181, (float)((float)il2cpp_codegen_subtract((float)(0.5f), (float)L_182)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_0467:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_183 = ___info0;
NullCheck(L_183);
bool L_184 = L_183->get_percent_0();
if (!L_184)
{
goto IL_048c;
}
}
{
// _owner.yMin = pos + (_owner.yMin - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_185 = __this->get__owner_0();
float L_186 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_187 = __this->get__owner_0();
NullCheck(L_187);
float L_188 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_187, /*hidden argument*/NULL);
float L_189 = V_0;
float L_190 = V_2;
NullCheck(L_185);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_185, ((float)il2cpp_codegen_add((float)L_186, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_188, (float)L_189)), (float)L_190)))), /*hidden argument*/NULL);
return;
}
IL_048c:
{
// _owner.y += delta * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_191 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_192 = L_191;
NullCheck(L_192);
float L_193 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_192, /*hidden argument*/NULL);
float L_194 = V_2;
float L_195 = V_1;
NullCheck(L_192);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_192, ((float)il2cpp_codegen_add((float)L_193, (float)((float)il2cpp_codegen_multiply((float)L_194, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_195)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_04a8:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_196 = ___info0;
NullCheck(L_196);
bool L_197 = L_196->get_percent_0();
if (!L_197)
{
goto IL_04f1;
}
}
{
// _owner.yMin = pos + (_owner.yMin + _owner._rawHeight * 0.5f - pos) * delta - _owner._rawHeight * 0.5f;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_198 = __this->get__owner_0();
float L_199 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_200 = __this->get__owner_0();
NullCheck(L_200);
float L_201 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_200, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_202 = __this->get__owner_0();
NullCheck(L_202);
float L_203 = L_202->get__rawHeight_64();
float L_204 = V_0;
float L_205 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_206 = __this->get__owner_0();
NullCheck(L_206);
float L_207 = L_206->get__rawHeight_64();
NullCheck(L_198);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_198, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_199, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_201, (float)((float)il2cpp_codegen_multiply((float)L_203, (float)(0.5f))))), (float)L_204)), (float)L_205)))), (float)((float)il2cpp_codegen_multiply((float)L_207, (float)(0.5f))))), /*hidden argument*/NULL);
return;
}
IL_04f1:
{
// _owner.y += delta * (0.5f - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_208 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_209 = L_208;
NullCheck(L_209);
float L_210 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_209, /*hidden argument*/NULL);
float L_211 = V_2;
float L_212 = V_1;
NullCheck(L_209);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_209, ((float)il2cpp_codegen_add((float)L_210, (float)((float)il2cpp_codegen_multiply((float)L_211, (float)((float)il2cpp_codegen_subtract((float)(0.5f), (float)L_212)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_050d:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_213 = ___info0;
NullCheck(L_213);
bool L_214 = L_213->get_percent_0();
if (!L_214)
{
goto IL_054a;
}
}
{
// _owner.yMin = pos + (_owner.yMin + _owner._rawHeight - pos) * delta - _owner._rawHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_215 = __this->get__owner_0();
float L_216 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_217 = __this->get__owner_0();
NullCheck(L_217);
float L_218 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_217, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_219 = __this->get__owner_0();
NullCheck(L_219);
float L_220 = L_219->get__rawHeight_64();
float L_221 = V_0;
float L_222 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_223 = __this->get__owner_0();
NullCheck(L_223);
float L_224 = L_223->get__rawHeight_64();
NullCheck(L_215);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_215, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_216, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_218, (float)L_220)), (float)L_221)), (float)L_222)))), (float)L_224)), /*hidden argument*/NULL);
return;
}
IL_054a:
{
// else if (pivot != 0)
float L_225 = V_1;
if ((((float)L_225) == ((float)(0.0f))))
{
goto IL_0d65;
}
}
{
// _owner.y += delta * (-pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_226 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_227 = L_226;
NullCheck(L_227);
float L_228 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_227, /*hidden argument*/NULL);
float L_229 = V_2;
float L_230 = V_1;
NullCheck(L_227);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_227, ((float)il2cpp_codegen_add((float)L_228, (float)((float)il2cpp_codegen_multiply((float)L_229, (float)((-L_230)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_056c:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_231 = ___info0;
NullCheck(L_231);
bool L_232 = L_231->get_percent_0();
if (!L_232)
{
goto IL_05a9;
}
}
{
// _owner.yMin = pos + (_owner.yMin + _owner._rawHeight - pos) * delta - _owner._rawHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_233 = __this->get__owner_0();
float L_234 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_235 = __this->get__owner_0();
NullCheck(L_235);
float L_236 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_235, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_237 = __this->get__owner_0();
NullCheck(L_237);
float L_238 = L_237->get__rawHeight_64();
float L_239 = V_0;
float L_240 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_241 = __this->get__owner_0();
NullCheck(L_241);
float L_242 = L_241->get__rawHeight_64();
NullCheck(L_233);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_233, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_234, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_236, (float)L_238)), (float)L_239)), (float)L_240)))), (float)L_242)), /*hidden argument*/NULL);
return;
}
IL_05a9:
{
// _owner.y += delta * (0.5f - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_243 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_244 = L_243;
NullCheck(L_244);
float L_245 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_244, /*hidden argument*/NULL);
float L_246 = V_2;
float L_247 = V_1;
NullCheck(L_244);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_244, ((float)il2cpp_codegen_add((float)L_245, (float)((float)il2cpp_codegen_multiply((float)L_246, (float)((float)il2cpp_codegen_subtract((float)(0.5f), (float)L_247)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_05c5:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_248 = ___info0;
NullCheck(L_248);
bool L_249 = L_248->get_percent_0();
if (!L_249)
{
goto IL_0602;
}
}
{
// _owner.yMin = pos + (_owner.yMin + _owner._rawHeight - pos) * delta - _owner._rawHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_250 = __this->get__owner_0();
float L_251 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_252 = __this->get__owner_0();
NullCheck(L_252);
float L_253 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_252, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_254 = __this->get__owner_0();
NullCheck(L_254);
float L_255 = L_254->get__rawHeight_64();
float L_256 = V_0;
float L_257 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_258 = __this->get__owner_0();
NullCheck(L_258);
float L_259 = L_258->get__rawHeight_64();
NullCheck(L_250);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_250, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_251, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_253, (float)L_255)), (float)L_256)), (float)L_257)))), (float)L_259)), /*hidden argument*/NULL);
return;
}
IL_0602:
{
// _owner.y += delta * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_260 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_261 = L_260;
NullCheck(L_261);
float L_262 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_261, /*hidden argument*/NULL);
float L_263 = V_2;
float L_264 = V_1;
NullCheck(L_261);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_261, ((float)il2cpp_codegen_add((float)L_262, (float)((float)il2cpp_codegen_multiply((float)L_263, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_264)))))), /*hidden argument*/NULL);
// break;
return;
}
IL_061e:
{
// if (_owner.underConstruct && _owner == _target.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_265 = __this->get__owner_0();
NullCheck(L_265);
bool L_266 = L_265->get_underConstruct_60();
if (!L_266)
{
goto IL_0659;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_267 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_268 = __this->get__target_1();
NullCheck(L_268);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_269 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_268, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_267) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_269))))
{
goto IL_0659;
}
}
{
// v = _owner.sourceWidth - _target.initWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_270 = __this->get__owner_0();
NullCheck(L_270);
int32_t L_271 = L_270->get_sourceWidth_5();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_272 = __this->get__target_1();
NullCheck(L_272);
int32_t L_273 = L_272->get_initWidth_7();
V_3 = (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)L_273)))));
goto IL_0671;
}
IL_0659:
{
// v = _owner._rawWidth - _targetData.z;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_274 = __this->get__owner_0();
NullCheck(L_274);
float L_275 = L_274->get__rawWidth_63();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_276 = __this->get_address_of__targetData_3();
float L_277 = L_276->get_z_3();
V_3 = ((float)il2cpp_codegen_subtract((float)L_275, (float)L_277));
}
IL_0671:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_278 = ___info0;
NullCheck(L_278);
bool L_279 = L_278->get_percent_0();
if (!L_279)
{
goto IL_067d;
}
}
{
// v = v * delta;
float L_280 = V_3;
float L_281 = V_2;
V_3 = ((float)il2cpp_codegen_multiply((float)L_280, (float)L_281));
}
IL_067d:
{
// if (_target == _owner.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_282 = __this->get__target_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_283 = __this->get__owner_0();
NullCheck(L_283);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_284 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_283, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_282) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_284))))
{
goto IL_0701;
}
}
{
// if (_owner.pivotAsAnchor)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_285 = __this->get__owner_0();
NullCheck(L_285);
bool L_286 = GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline(L_285, /*hidden argument*/NULL);
if (!L_286)
{
goto IL_06dc;
}
}
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_287 = __this->get__owner_0();
NullCheck(L_287);
float L_288 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_287, /*hidden argument*/NULL);
V_4 = L_288;
// _owner.SetSize(_target._width + v, _owner._rawHeight, true);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_289 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_290 = __this->get__target_1();
NullCheck(L_290);
float L_291 = L_290->get__width_61();
float L_292 = V_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_293 = __this->get__owner_0();
NullCheck(L_293);
float L_294 = L_293->get__rawHeight_64();
NullCheck(L_289);
GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830(L_289, ((float)il2cpp_codegen_add((float)L_291, (float)L_292)), L_294, (bool)1, /*hidden argument*/NULL);
// _owner.xMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_295 = __this->get__owner_0();
float L_296 = V_4;
NullCheck(L_295);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_295, L_296, /*hidden argument*/NULL);
// }
return;
}
IL_06dc:
{
// _owner.SetSize(_target._width + v, _owner._rawHeight, true);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_297 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_298 = __this->get__target_1();
NullCheck(L_298);
float L_299 = L_298->get__width_61();
float L_300 = V_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_301 = __this->get__owner_0();
NullCheck(L_301);
float L_302 = L_301->get__rawHeight_64();
NullCheck(L_297);
GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830(L_297, ((float)il2cpp_codegen_add((float)L_299, (float)L_300)), L_302, (bool)1, /*hidden argument*/NULL);
// }
return;
}
IL_0701:
{
// _owner.width = _target._width + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_303 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_304 = __this->get__target_1();
NullCheck(L_304);
float L_305 = L_304->get__width_61();
float L_306 = V_3;
NullCheck(L_303);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_303, ((float)il2cpp_codegen_add((float)L_305, (float)L_306)), /*hidden argument*/NULL);
// break;
return;
}
IL_071a:
{
// if (_owner.underConstruct && _owner == _target.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_307 = __this->get__owner_0();
NullCheck(L_307);
bool L_308 = L_307->get_underConstruct_60();
if (!L_308)
{
goto IL_0755;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_309 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_310 = __this->get__target_1();
NullCheck(L_310);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_311 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_310, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_309) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_311))))
{
goto IL_0755;
}
}
{
// v = _owner.sourceHeight - _target.initHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_312 = __this->get__owner_0();
NullCheck(L_312);
int32_t L_313 = L_312->get_sourceHeight_6();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_314 = __this->get__target_1();
NullCheck(L_314);
int32_t L_315 = L_314->get_initHeight_8();
V_3 = (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_313, (int32_t)L_315)))));
goto IL_076d;
}
IL_0755:
{
// v = _owner._rawHeight - _targetData.w;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_316 = __this->get__owner_0();
NullCheck(L_316);
float L_317 = L_316->get__rawHeight_64();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_318 = __this->get_address_of__targetData_3();
float L_319 = L_318->get_w_4();
V_3 = ((float)il2cpp_codegen_subtract((float)L_317, (float)L_319));
}
IL_076d:
{
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_320 = ___info0;
NullCheck(L_320);
bool L_321 = L_320->get_percent_0();
if (!L_321)
{
goto IL_0779;
}
}
{
// v = v * delta;
float L_322 = V_3;
float L_323 = V_2;
V_3 = ((float)il2cpp_codegen_multiply((float)L_322, (float)L_323));
}
IL_0779:
{
// if (_target == _owner.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_324 = __this->get__target_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_325 = __this->get__owner_0();
NullCheck(L_325);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_326 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_325, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_324) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_326))))
{
goto IL_07fd;
}
}
{
// if (_owner.pivotAsAnchor)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_327 = __this->get__owner_0();
NullCheck(L_327);
bool L_328 = GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline(L_327, /*hidden argument*/NULL);
if (!L_328)
{
goto IL_07d8;
}
}
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_329 = __this->get__owner_0();
NullCheck(L_329);
float L_330 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_329, /*hidden argument*/NULL);
V_4 = L_330;
// _owner.SetSize(_owner._rawWidth, _target._height + v, true);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_331 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_332 = __this->get__owner_0();
NullCheck(L_332);
float L_333 = L_332->get__rawWidth_63();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_334 = __this->get__target_1();
NullCheck(L_334);
float L_335 = L_334->get__height_62();
float L_336 = V_3;
NullCheck(L_331);
GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830(L_331, L_333, ((float)il2cpp_codegen_add((float)L_335, (float)L_336)), (bool)1, /*hidden argument*/NULL);
// _owner.yMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_337 = __this->get__owner_0();
float L_338 = V_4;
NullCheck(L_337);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_337, L_338, /*hidden argument*/NULL);
// }
return;
}
IL_07d8:
{
// _owner.SetSize(_owner._rawWidth, _target._height + v, true);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_339 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_340 = __this->get__owner_0();
NullCheck(L_340);
float L_341 = L_340->get__rawWidth_63();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_342 = __this->get__target_1();
NullCheck(L_342);
float L_343 = L_342->get__height_62();
float L_344 = V_3;
NullCheck(L_339);
GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830(L_339, L_341, ((float)il2cpp_codegen_add((float)L_343, (float)L_344)), (bool)1, /*hidden argument*/NULL);
// }
return;
}
IL_07fd:
{
// _owner.height = _target._height + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_345 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_346 = __this->get__target_1();
NullCheck(L_346);
float L_347 = L_346->get__height_62();
float L_348 = V_3;
NullCheck(L_345);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_345, ((float)il2cpp_codegen_add((float)L_347, (float)L_348)), /*hidden argument*/NULL);
// break;
return;
}
IL_0816:
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_349 = __this->get__owner_0();
NullCheck(L_349);
float L_350 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_349, /*hidden argument*/NULL);
V_4 = L_350;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_351 = ___info0;
NullCheck(L_351);
bool L_352 = L_351->get_percent_0();
if (!L_352)
{
goto IL_0839;
}
}
{
// v = pos + (tmp - pos) * delta - tmp;
float L_353 = V_0;
float L_354 = V_4;
float L_355 = V_0;
float L_356 = V_2;
float L_357 = V_4;
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_353, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_354, (float)L_355)), (float)L_356)))), (float)L_357));
goto IL_083e;
}
IL_0839:
{
// v = delta * (-pivot);
float L_358 = V_2;
float L_359 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_358, (float)((-L_359))));
}
IL_083e:
{
// _owner.width = _owner._rawWidth - v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_360 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_361 = __this->get__owner_0();
NullCheck(L_361);
float L_362 = L_361->get__rawWidth_63();
float L_363 = V_3;
NullCheck(L_360);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_360, ((float)il2cpp_codegen_subtract((float)L_362, (float)L_363)), /*hidden argument*/NULL);
// _owner.xMin = tmp + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_364 = __this->get__owner_0();
float L_365 = V_4;
float L_366 = V_3;
NullCheck(L_364);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_364, ((float)il2cpp_codegen_add((float)L_365, (float)L_366)), /*hidden argument*/NULL);
// break;
return;
}
IL_0866:
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_367 = __this->get__owner_0();
NullCheck(L_367);
float L_368 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_367, /*hidden argument*/NULL);
V_4 = L_368;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_369 = ___info0;
NullCheck(L_369);
bool L_370 = L_369->get_percent_0();
if (!L_370)
{
goto IL_0889;
}
}
{
// v = pos + (tmp - pos) * delta - tmp;
float L_371 = V_0;
float L_372 = V_4;
float L_373 = V_0;
float L_374 = V_2;
float L_375 = V_4;
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_371, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_372, (float)L_373)), (float)L_374)))), (float)L_375));
goto IL_0893;
}
IL_0889:
{
// v = delta * (1 - pivot);
float L_376 = V_2;
float L_377 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_376, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_377))));
}
IL_0893:
{
// _owner.width = _owner._rawWidth - v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_378 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_379 = __this->get__owner_0();
NullCheck(L_379);
float L_380 = L_379->get__rawWidth_63();
float L_381 = V_3;
NullCheck(L_378);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_378, ((float)il2cpp_codegen_subtract((float)L_380, (float)L_381)), /*hidden argument*/NULL);
// _owner.xMin = tmp + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_382 = __this->get__owner_0();
float L_383 = V_4;
float L_384 = V_3;
NullCheck(L_382);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_382, ((float)il2cpp_codegen_add((float)L_383, (float)L_384)), /*hidden argument*/NULL);
// break;
return;
}
IL_08bb:
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_385 = __this->get__owner_0();
NullCheck(L_385);
float L_386 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_385, /*hidden argument*/NULL);
V_4 = L_386;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_387 = ___info0;
NullCheck(L_387);
bool L_388 = L_387->get_percent_0();
if (!L_388)
{
goto IL_08f6;
}
}
{
// v = pos + (tmp + _owner._rawWidth - pos) * delta - (tmp + _owner._rawWidth);
float L_389 = V_0;
float L_390 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_391 = __this->get__owner_0();
NullCheck(L_391);
float L_392 = L_391->get__rawWidth_63();
float L_393 = V_0;
float L_394 = V_2;
float L_395 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_396 = __this->get__owner_0();
NullCheck(L_396);
float L_397 = L_396->get__rawWidth_63();
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_389, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_390, (float)L_392)), (float)L_393)), (float)L_394)))), (float)((float)il2cpp_codegen_add((float)L_395, (float)L_397))));
goto IL_08fb;
}
IL_08f6:
{
// v = delta * (-pivot);
float L_398 = V_2;
float L_399 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_398, (float)((-L_399))));
}
IL_08fb:
{
// _owner.width = _owner._rawWidth + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_400 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_401 = __this->get__owner_0();
NullCheck(L_401);
float L_402 = L_401->get__rawWidth_63();
float L_403 = V_3;
NullCheck(L_400);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_400, ((float)il2cpp_codegen_add((float)L_402, (float)L_403)), /*hidden argument*/NULL);
// _owner.xMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_404 = __this->get__owner_0();
float L_405 = V_4;
NullCheck(L_404);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_404, L_405, /*hidden argument*/NULL);
// break;
return;
}
IL_0921:
{
// tmp = _owner.xMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_406 = __this->get__owner_0();
NullCheck(L_406);
float L_407 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_406, /*hidden argument*/NULL);
V_4 = L_407;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_408 = ___info0;
NullCheck(L_408);
bool L_409 = L_408->get_percent_0();
if (!L_409)
{
goto IL_0a14;
}
}
{
// if (_owner == _target.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_410 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_411 = __this->get__target_1();
NullCheck(L_411);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_412 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_411, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_410) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_412))))
{
goto IL_09ca;
}
}
{
// if (_owner.underConstruct)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_413 = __this->get__owner_0();
NullCheck(L_413);
bool L_414 = L_413->get_underConstruct_60();
if (!L_414)
{
goto IL_09ad;
}
}
{
// _owner.width = pos + _target._width - _target._width * pivot +
// (_owner.sourceWidth - pos - _target.initWidth + _target.initWidth * pivot) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_415 = __this->get__owner_0();
float L_416 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_417 = __this->get__target_1();
NullCheck(L_417);
float L_418 = L_417->get__width_61();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_419 = __this->get__target_1();
NullCheck(L_419);
float L_420 = L_419->get__width_61();
float L_421 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_422 = __this->get__owner_0();
NullCheck(L_422);
int32_t L_423 = L_422->get_sourceWidth_5();
float L_424 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_425 = __this->get__target_1();
NullCheck(L_425);
int32_t L_426 = L_425->get_initWidth_7();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_427 = __this->get__target_1();
NullCheck(L_427);
int32_t L_428 = L_427->get_initWidth_7();
float L_429 = V_1;
float L_430 = V_2;
NullCheck(L_415);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_415, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_416, (float)L_418)), (float)((float)il2cpp_codegen_multiply((float)L_420, (float)L_421)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_423))), (float)L_424)), (float)(((float)((float)L_426))))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_428))), (float)L_429)))), (float)L_430)))), /*hidden argument*/NULL);
return;
}
IL_09ad:
{
// _owner.width = pos + (_owner._rawWidth - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_431 = __this->get__owner_0();
float L_432 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_433 = __this->get__owner_0();
NullCheck(L_433);
float L_434 = L_433->get__rawWidth_63();
float L_435 = V_0;
float L_436 = V_2;
NullCheck(L_431);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_431, ((float)il2cpp_codegen_add((float)L_432, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_434, (float)L_435)), (float)L_436)))), /*hidden argument*/NULL);
// }
return;
}
IL_09ca:
{
// v = pos + (tmp + _owner._rawWidth - pos) * delta - (tmp + _owner._rawWidth);
float L_437 = V_0;
float L_438 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_439 = __this->get__owner_0();
NullCheck(L_439);
float L_440 = L_439->get__rawWidth_63();
float L_441 = V_0;
float L_442 = V_2;
float L_443 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_444 = __this->get__owner_0();
NullCheck(L_444);
float L_445 = L_444->get__rawWidth_63();
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_437, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_438, (float)L_440)), (float)L_441)), (float)L_442)))), (float)((float)il2cpp_codegen_add((float)L_443, (float)L_445))));
// _owner.width = _owner._rawWidth + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_446 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_447 = __this->get__owner_0();
NullCheck(L_447);
float L_448 = L_447->get__rawWidth_63();
float L_449 = V_3;
NullCheck(L_446);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_446, ((float)il2cpp_codegen_add((float)L_448, (float)L_449)), /*hidden argument*/NULL);
// _owner.xMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_450 = __this->get__owner_0();
float L_451 = V_4;
NullCheck(L_450);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_450, L_451, /*hidden argument*/NULL);
// }
return;
}
IL_0a14:
{
// if (_owner == _target.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_452 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_453 = __this->get__target_1();
NullCheck(L_453);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_454 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_453, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_452) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_454))))
{
goto IL_0a8e;
}
}
{
// if (_owner.underConstruct)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_455 = __this->get__owner_0();
NullCheck(L_455);
bool L_456 = L_455->get_underConstruct_60();
if (!L_456)
{
goto IL_0a6d;
}
}
{
// _owner.width = _owner.sourceWidth + (_target._width - _target.initWidth) * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_457 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_458 = __this->get__owner_0();
NullCheck(L_458);
int32_t L_459 = L_458->get_sourceWidth_5();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_460 = __this->get__target_1();
NullCheck(L_460);
float L_461 = L_460->get__width_61();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_462 = __this->get__target_1();
NullCheck(L_462);
int32_t L_463 = L_462->get_initWidth_7();
float L_464 = V_1;
NullCheck(L_457);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_457, ((float)il2cpp_codegen_add((float)(((float)((float)L_459))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_461, (float)(((float)((float)L_463))))), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_464)))))), /*hidden argument*/NULL);
return;
}
IL_0a6d:
{
// _owner.width = _owner._rawWidth + delta * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_465 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_466 = __this->get__owner_0();
NullCheck(L_466);
float L_467 = L_466->get__rawWidth_63();
float L_468 = V_2;
float L_469 = V_1;
NullCheck(L_465);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_465, ((float)il2cpp_codegen_add((float)L_467, (float)((float)il2cpp_codegen_multiply((float)L_468, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_469)))))), /*hidden argument*/NULL);
// }
return;
}
IL_0a8e:
{
// v = delta * (1 - pivot);
float L_470 = V_2;
float L_471 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_470, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_471))));
// _owner.width = _owner._rawWidth + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_472 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_473 = __this->get__owner_0();
NullCheck(L_473);
float L_474 = L_473->get__rawWidth_63();
float L_475 = V_3;
NullCheck(L_472);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_472, ((float)il2cpp_codegen_add((float)L_474, (float)L_475)), /*hidden argument*/NULL);
// _owner.xMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_476 = __this->get__owner_0();
float L_477 = V_4;
NullCheck(L_476);
GObject_set_xMin_m9D8E75982EBFB20C4D0B7F7B627F97A15D5EA57C(L_476, L_477, /*hidden argument*/NULL);
// break;
return;
}
IL_0abe:
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_478 = __this->get__owner_0();
NullCheck(L_478);
float L_479 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_478, /*hidden argument*/NULL);
V_4 = L_479;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_480 = ___info0;
NullCheck(L_480);
bool L_481 = L_480->get_percent_0();
if (!L_481)
{
goto IL_0ae1;
}
}
{
// v = pos + (tmp - pos) * delta - tmp;
float L_482 = V_0;
float L_483 = V_4;
float L_484 = V_0;
float L_485 = V_2;
float L_486 = V_4;
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_482, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_483, (float)L_484)), (float)L_485)))), (float)L_486));
goto IL_0ae6;
}
IL_0ae1:
{
// v = delta * (-pivot);
float L_487 = V_2;
float L_488 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_487, (float)((-L_488))));
}
IL_0ae6:
{
// _owner.height = _owner._rawHeight - v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_489 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_490 = __this->get__owner_0();
NullCheck(L_490);
float L_491 = L_490->get__rawHeight_64();
float L_492 = V_3;
NullCheck(L_489);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_489, ((float)il2cpp_codegen_subtract((float)L_491, (float)L_492)), /*hidden argument*/NULL);
// _owner.yMin = tmp + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_493 = __this->get__owner_0();
float L_494 = V_4;
float L_495 = V_3;
NullCheck(L_493);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_493, ((float)il2cpp_codegen_add((float)L_494, (float)L_495)), /*hidden argument*/NULL);
// break;
return;
}
IL_0b0e:
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_496 = __this->get__owner_0();
NullCheck(L_496);
float L_497 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_496, /*hidden argument*/NULL);
V_4 = L_497;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_498 = ___info0;
NullCheck(L_498);
bool L_499 = L_498->get_percent_0();
if (!L_499)
{
goto IL_0b31;
}
}
{
// v = pos + (tmp - pos) * delta - tmp;
float L_500 = V_0;
float L_501 = V_4;
float L_502 = V_0;
float L_503 = V_2;
float L_504 = V_4;
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_500, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_501, (float)L_502)), (float)L_503)))), (float)L_504));
goto IL_0b3b;
}
IL_0b31:
{
// v = delta * (1 - pivot);
float L_505 = V_2;
float L_506 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_505, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_506))));
}
IL_0b3b:
{
// _owner.height = _owner._rawHeight - v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_507 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_508 = __this->get__owner_0();
NullCheck(L_508);
float L_509 = L_508->get__rawHeight_64();
float L_510 = V_3;
NullCheck(L_507);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_507, ((float)il2cpp_codegen_subtract((float)L_509, (float)L_510)), /*hidden argument*/NULL);
// _owner.yMin = tmp + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_511 = __this->get__owner_0();
float L_512 = V_4;
float L_513 = V_3;
NullCheck(L_511);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_511, ((float)il2cpp_codegen_add((float)L_512, (float)L_513)), /*hidden argument*/NULL);
// break;
return;
}
IL_0b63:
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_514 = __this->get__owner_0();
NullCheck(L_514);
float L_515 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_514, /*hidden argument*/NULL);
V_4 = L_515;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_516 = ___info0;
NullCheck(L_516);
bool L_517 = L_516->get_percent_0();
if (!L_517)
{
goto IL_0b9e;
}
}
{
// v = pos + (tmp + _owner._rawHeight - pos) * delta - (tmp + _owner._rawHeight);
float L_518 = V_0;
float L_519 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_520 = __this->get__owner_0();
NullCheck(L_520);
float L_521 = L_520->get__rawHeight_64();
float L_522 = V_0;
float L_523 = V_2;
float L_524 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_525 = __this->get__owner_0();
NullCheck(L_525);
float L_526 = L_525->get__rawHeight_64();
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_518, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_519, (float)L_521)), (float)L_522)), (float)L_523)))), (float)((float)il2cpp_codegen_add((float)L_524, (float)L_526))));
goto IL_0ba3;
}
IL_0b9e:
{
// v = delta * (-pivot);
float L_527 = V_2;
float L_528 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_527, (float)((-L_528))));
}
IL_0ba3:
{
// _owner.height = _owner._rawHeight + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_529 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_530 = __this->get__owner_0();
NullCheck(L_530);
float L_531 = L_530->get__rawHeight_64();
float L_532 = V_3;
NullCheck(L_529);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_529, ((float)il2cpp_codegen_add((float)L_531, (float)L_532)), /*hidden argument*/NULL);
// _owner.yMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_533 = __this->get__owner_0();
float L_534 = V_4;
NullCheck(L_533);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_533, L_534, /*hidden argument*/NULL);
// break;
return;
}
IL_0bc9:
{
// tmp = _owner.yMin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_535 = __this->get__owner_0();
NullCheck(L_535);
float L_536 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_535, /*hidden argument*/NULL);
V_4 = L_536;
// if (info.percent)
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_537 = ___info0;
NullCheck(L_537);
bool L_538 = L_537->get_percent_0();
if (!L_538)
{
goto IL_0cbc;
}
}
{
// if (_owner == _target.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_539 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_540 = __this->get__target_1();
NullCheck(L_540);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_541 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_540, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_539) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_541))))
{
goto IL_0c72;
}
}
{
// if (_owner.underConstruct)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_542 = __this->get__owner_0();
NullCheck(L_542);
bool L_543 = L_542->get_underConstruct_60();
if (!L_543)
{
goto IL_0c55;
}
}
{
// _owner.height = pos + _target._height - _target._height * pivot +
// (_owner.sourceHeight - pos - _target.initHeight + _target.initHeight * pivot) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_544 = __this->get__owner_0();
float L_545 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_546 = __this->get__target_1();
NullCheck(L_546);
float L_547 = L_546->get__height_62();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_548 = __this->get__target_1();
NullCheck(L_548);
float L_549 = L_548->get__height_62();
float L_550 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_551 = __this->get__owner_0();
NullCheck(L_551);
int32_t L_552 = L_551->get_sourceHeight_6();
float L_553 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_554 = __this->get__target_1();
NullCheck(L_554);
int32_t L_555 = L_554->get_initHeight_8();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_556 = __this->get__target_1();
NullCheck(L_556);
int32_t L_557 = L_556->get_initHeight_8();
float L_558 = V_1;
float L_559 = V_2;
NullCheck(L_544);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_544, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_545, (float)L_547)), (float)((float)il2cpp_codegen_multiply((float)L_549, (float)L_550)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_552))), (float)L_553)), (float)(((float)((float)L_555))))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_557))), (float)L_558)))), (float)L_559)))), /*hidden argument*/NULL);
return;
}
IL_0c55:
{
// _owner.height = pos + (_owner._rawHeight - pos) * delta;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_560 = __this->get__owner_0();
float L_561 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_562 = __this->get__owner_0();
NullCheck(L_562);
float L_563 = L_562->get__rawHeight_64();
float L_564 = V_0;
float L_565 = V_2;
NullCheck(L_560);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_560, ((float)il2cpp_codegen_add((float)L_561, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_563, (float)L_564)), (float)L_565)))), /*hidden argument*/NULL);
// }
return;
}
IL_0c72:
{
// v = pos + (tmp + _owner._rawHeight - pos) * delta - (tmp + _owner._rawHeight);
float L_566 = V_0;
float L_567 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_568 = __this->get__owner_0();
NullCheck(L_568);
float L_569 = L_568->get__rawHeight_64();
float L_570 = V_0;
float L_571 = V_2;
float L_572 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_573 = __this->get__owner_0();
NullCheck(L_573);
float L_574 = L_573->get__rawHeight_64();
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_566, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_567, (float)L_569)), (float)L_570)), (float)L_571)))), (float)((float)il2cpp_codegen_add((float)L_572, (float)L_574))));
// _owner.height = _owner._rawHeight + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_575 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_576 = __this->get__owner_0();
NullCheck(L_576);
float L_577 = L_576->get__rawHeight_64();
float L_578 = V_3;
NullCheck(L_575);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_575, ((float)il2cpp_codegen_add((float)L_577, (float)L_578)), /*hidden argument*/NULL);
// _owner.yMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_579 = __this->get__owner_0();
float L_580 = V_4;
NullCheck(L_579);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_579, L_580, /*hidden argument*/NULL);
// }
return;
}
IL_0cbc:
{
// if (_owner == _target.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_581 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_582 = __this->get__target_1();
NullCheck(L_582);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_583 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_582, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_581) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_583))))
{
goto IL_0d36;
}
}
{
// if (_owner.underConstruct)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_584 = __this->get__owner_0();
NullCheck(L_584);
bool L_585 = L_584->get_underConstruct_60();
if (!L_585)
{
goto IL_0d15;
}
}
{
// _owner.height = _owner.sourceHeight + (_target._height - _target.initHeight) * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_586 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_587 = __this->get__owner_0();
NullCheck(L_587);
int32_t L_588 = L_587->get_sourceHeight_6();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_589 = __this->get__target_1();
NullCheck(L_589);
float L_590 = L_589->get__height_62();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_591 = __this->get__target_1();
NullCheck(L_591);
int32_t L_592 = L_591->get_initHeight_8();
float L_593 = V_1;
NullCheck(L_586);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_586, ((float)il2cpp_codegen_add((float)(((float)((float)L_588))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_590, (float)(((float)((float)L_592))))), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_593)))))), /*hidden argument*/NULL);
return;
}
IL_0d15:
{
// _owner.height = _owner._rawHeight + delta * (1 - pivot);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_594 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_595 = __this->get__owner_0();
NullCheck(L_595);
float L_596 = L_595->get__rawHeight_64();
float L_597 = V_2;
float L_598 = V_1;
NullCheck(L_594);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_594, ((float)il2cpp_codegen_add((float)L_596, (float)((float)il2cpp_codegen_multiply((float)L_597, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_598)))))), /*hidden argument*/NULL);
// }
return;
}
IL_0d36:
{
// v = delta * (1 - pivot);
float L_599 = V_2;
float L_600 = V_1;
V_3 = ((float)il2cpp_codegen_multiply((float)L_599, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_600))));
// _owner.height = _owner._rawHeight + v;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_601 = __this->get__owner_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_602 = __this->get__owner_0();
NullCheck(L_602);
float L_603 = L_602->get__rawHeight_64();
float L_604 = V_3;
NullCheck(L_601);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_601, ((float)il2cpp_codegen_add((float)L_603, (float)L_604)), /*hidden argument*/NULL);
// _owner.yMin = tmp;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_605 = __this->get__owner_0();
float L_606 = V_4;
NullCheck(L_605);
GObject_set_yMin_m9F50613A1E645310E42C27C4C04EAEF000600D85(L_605, L_606, /*hidden argument*/NULL);
}
IL_0d65:
{
// }
return;
}
}
// System.Void FairyGUI.RelationItem::AddRefTarget(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_AddRefTarget_mB6291E44ED38C5462DB1C8B18E760B3B971EA309 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_AddRefTarget_mB6291E44ED38C5462DB1C8B18E760B3B971EA309_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (target != _owner.parent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___target0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__owner_0();
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_1, /*hidden argument*/NULL);
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_0) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_2)))
{
goto IL_0025;
}
}
{
// target.onPositionChanged.Add(__targetXYChanged);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ___target0;
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = GObject_get_onPositionChanged_m4AF8906CBAF0AFCA10A5DD31EC9F4898582C38BE(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, __this, (intptr_t)((intptr_t)RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
}
IL_0025:
{
// target.onSizeChanged.Add(__targetSizeChanged);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___target0;
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = GObject_get_onSizeChanged_mB9EBA14747E7ED1FD26AC3F95CB30447DFA8D7DF(L_6, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_8 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_8, __this, (intptr_t)((intptr_t)RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_7, L_8, /*hidden argument*/NULL);
// _targetData.x = _target.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_9 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get__target_1();
NullCheck(L_10);
float L_11 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_10, /*hidden argument*/NULL);
L_9->set_x_1(L_11);
// _targetData.y = _target.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_12 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = __this->get__target_1();
NullCheck(L_13);
float L_14 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_13, /*hidden argument*/NULL);
L_12->set_y_2(L_14);
// _targetData.z = _target._width;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_15 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__target_1();
NullCheck(L_16);
float L_17 = L_16->get__width_61();
L_15->set_z_3(L_17);
// _targetData.w = _target._height;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_18 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = __this->get__target_1();
NullCheck(L_19);
float L_20 = L_19->get__height_62();
L_18->set_w_4(L_20);
// }
return;
}
}
// System.Void FairyGUI.RelationItem::ReleaseRefTarget(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// target.onPositionChanged.Remove(__targetXYChanged);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___target0;
NullCheck(L_0);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = GObject_get_onPositionChanged_m4AF8906CBAF0AFCA10A5DD31EC9F4898582C38BE(L_0, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_2 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_2, __this, (intptr_t)((intptr_t)RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_1);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_1, L_2, /*hidden argument*/NULL);
// target.onSizeChanged.Remove(__targetSizeChanged);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ___target0;
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = GObject_get_onSizeChanged_mB9EBA14747E7ED1FD26AC3F95CB30447DFA8D7DF(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, __this, (intptr_t)((intptr_t)RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_4, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RelationItem::__targetXYChanged(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07 (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
// if (_owner.relations.handling != null
// || _owner.group != null && _owner.group._updating != 0)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__owner_0();
NullCheck(L_0);
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_1 = GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = L_1->get_handling_2();
if (L_2)
{
goto IL_0031;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__owner_0();
NullCheck(L_3);
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * L_4 = GObject_get_group_m7FA31C3020E73422306A0E8F6781A1645326B196_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_005e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__owner_0();
NullCheck(L_5);
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * L_6 = GObject_get_group_m7FA31C3020E73422306A0E8F6781A1645326B196_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = L_6->get__updating_80();
if (!L_7)
{
goto IL_005e;
}
}
IL_0031:
{
// _targetData.x = _target.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_8 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__target_1();
NullCheck(L_9);
float L_10 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_9, /*hidden argument*/NULL);
L_8->set_x_1(L_10);
// _targetData.y = _target.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_11 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = __this->get__target_1();
NullCheck(L_12);
float L_13 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_12, /*hidden argument*/NULL);
L_11->set_y_2(L_13);
// return;
return;
}
IL_005e:
{
// _owner.relations.handling = (GObject)context.sender;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__owner_0();
NullCheck(L_14);
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_15 = GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline(L_14, /*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_16 = ___context0;
NullCheck(L_16);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_17 = EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_handling_2(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_17, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)));
// float ox = _owner.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = __this->get__owner_0();
NullCheck(L_18);
float L_19 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_18, /*hidden argument*/NULL);
V_0 = L_19;
// float oy = _owner.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = __this->get__owner_0();
NullCheck(L_20);
float L_21 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_20, /*hidden argument*/NULL);
V_1 = L_21;
// float dx = _target.x - _targetData.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__target_1();
NullCheck(L_22);
float L_23 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_22, /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_24 = __this->get_address_of__targetData_3();
float L_25 = L_24->get_x_1();
V_2 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_25));
// float dy = _target.y - _targetData.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = __this->get__target_1();
NullCheck(L_26);
float L_27 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_26, /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_28 = __this->get_address_of__targetData_3();
float L_29 = L_28->get_y_2();
V_3 = ((float)il2cpp_codegen_subtract((float)L_27, (float)L_29));
// int cnt = _defs.Count;
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_30 = __this->get__defs_2();
NullCheck(L_30);
int32_t L_31 = List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline(L_30, /*hidden argument*/List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var);
V_4 = L_31;
// for (int i = 0; i < cnt; i++)
V_5 = 0;
goto IL_00ee;
}
IL_00d3:
{
// ApplyOnXYChanged(_defs[i], dx, dy);
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_32 = __this->get__defs_2();
int32_t L_33 = V_5;
NullCheck(L_32);
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_34 = List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_inline(L_32, L_33, /*hidden argument*/List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var);
float L_35 = V_2;
float L_36 = V_3;
RelationItem_ApplyOnXYChanged_mA56FCEA9BB7A2FEE6B81C4D5DDF3D1CD2EFC0700(__this, L_34, L_35, L_36, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_37 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00ee:
{
// for (int i = 0; i < cnt; i++)
int32_t L_38 = V_5;
int32_t L_39 = V_4;
if ((((int32_t)L_38) < ((int32_t)L_39)))
{
goto IL_00d3;
}
}
{
// _targetData.x = _target.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_40 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_41 = __this->get__target_1();
NullCheck(L_41);
float L_42 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_41, /*hidden argument*/NULL);
L_40->set_x_1(L_42);
// _targetData.y = _target.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_43 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_44 = __this->get__target_1();
NullCheck(L_44);
float L_45 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_44, /*hidden argument*/NULL);
L_43->set_y_2(L_45);
// if (!Mathf.Approximately(ox, _owner.x) || !Mathf.Approximately(oy, _owner.y))
float L_46 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_47 = __this->get__owner_0();
NullCheck(L_47);
float L_48 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_47, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_49 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_46, L_48, /*hidden argument*/NULL);
if (!L_49)
{
goto IL_0149;
}
}
{
float L_50 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = __this->get__owner_0();
NullCheck(L_51);
float L_52 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_51, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_53 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_50, L_52, /*hidden argument*/NULL);
if (L_53)
{
goto IL_01d1;
}
}
IL_0149:
{
// ox = _owner.x - ox;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_54 = __this->get__owner_0();
NullCheck(L_54);
float L_55 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_54, /*hidden argument*/NULL);
float L_56 = V_0;
V_0 = ((float)il2cpp_codegen_subtract((float)L_55, (float)L_56));
// oy = _owner.y - oy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = __this->get__owner_0();
NullCheck(L_57);
float L_58 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_57, /*hidden argument*/NULL);
float L_59 = V_1;
V_1 = ((float)il2cpp_codegen_subtract((float)L_58, (float)L_59));
// _owner.UpdateGearFromRelations(1, ox, oy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_60 = __this->get__owner_0();
float L_61 = V_0;
float L_62 = V_1;
NullCheck(L_60);
GObject_UpdateGearFromRelations_m2291F8B9E82A01E2B629533334B897CD5BBA373E(L_60, 1, L_61, L_62, /*hidden argument*/NULL);
// if (_owner.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_63 = __this->get__owner_0();
NullCheck(L_63);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_64 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_63, /*hidden argument*/NULL);
if (!L_64)
{
goto IL_01d1;
}
}
{
// int transCount = _owner.parent._transitions.Count;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_65 = __this->get__owner_0();
NullCheck(L_65);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_66 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_65, /*hidden argument*/NULL);
NullCheck(L_66);
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * L_67 = L_66->get__transitions_79();
NullCheck(L_67);
int32_t L_68 = List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_inline(L_67, /*hidden argument*/List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_RuntimeMethod_var);
V_6 = L_68;
// for (int i = 0; i < transCount; i++)
V_7 = 0;
goto IL_01cb;
}
IL_019c:
{
// _owner.parent._transitions[i].UpdateFromRelations(_owner.id, ox, oy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_69 = __this->get__owner_0();
NullCheck(L_69);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_70 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_69, /*hidden argument*/NULL);
NullCheck(L_70);
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * L_71 = L_70->get__transitions_79();
int32_t L_72 = V_7;
NullCheck(L_71);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_73 = List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_inline(L_71, L_72, /*hidden argument*/List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_RuntimeMethod_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_74 = __this->get__owner_0();
NullCheck(L_74);
String_t* L_75 = GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline(L_74, /*hidden argument*/NULL);
float L_76 = V_0;
float L_77 = V_1;
NullCheck(L_73);
Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B(L_73, L_75, L_76, L_77, /*hidden argument*/NULL);
// for (int i = 0; i < transCount; i++)
int32_t L_78 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
}
IL_01cb:
{
// for (int i = 0; i < transCount; i++)
int32_t L_79 = V_7;
int32_t L_80 = V_6;
if ((((int32_t)L_79) < ((int32_t)L_80)))
{
goto IL_019c;
}
}
IL_01d1:
{
// _owner.relations.handling = null;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_81 = __this->get__owner_0();
NullCheck(L_81);
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_82 = GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline(L_81, /*hidden argument*/NULL);
NullCheck(L_82);
L_82->set_handling_2((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
// }
return;
}
}
// System.Void FairyGUI.RelationItem::__targetSizeChanged(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
// if (_owner.relations.handling != null
// || _owner.group != null && _owner.group._updating != 0)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__owner_0();
NullCheck(L_0);
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_1 = GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = L_1->get_handling_2();
if (L_2)
{
goto IL_0031;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__owner_0();
NullCheck(L_3);
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * L_4 = GObject_get_group_m7FA31C3020E73422306A0E8F6781A1645326B196_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_005e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__owner_0();
NullCheck(L_5);
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * L_6 = GObject_get_group_m7FA31C3020E73422306A0E8F6781A1645326B196_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = L_6->get__updating_80();
if (!L_7)
{
goto IL_005e;
}
}
IL_0031:
{
// _targetData.z = _target._width;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_8 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__target_1();
NullCheck(L_9);
float L_10 = L_9->get__width_61();
L_8->set_z_3(L_10);
// _targetData.w = _target._height;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_11 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = __this->get__target_1();
NullCheck(L_12);
float L_13 = L_12->get__height_62();
L_11->set_w_4(L_13);
// return;
return;
}
IL_005e:
{
// _owner.relations.handling = (GObject)context.sender;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__owner_0();
NullCheck(L_14);
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_15 = GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline(L_14, /*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_16 = ___context0;
NullCheck(L_16);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_17 = EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_handling_2(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_17, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)));
// float ox = _owner.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = __this->get__owner_0();
NullCheck(L_18);
float L_19 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_18, /*hidden argument*/NULL);
V_0 = L_19;
// float oy = _owner.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = __this->get__owner_0();
NullCheck(L_20);
float L_21 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_20, /*hidden argument*/NULL);
V_1 = L_21;
// float ow = _owner._rawWidth;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__owner_0();
NullCheck(L_22);
float L_23 = L_22->get__rawWidth_63();
V_2 = L_23;
// float oh = _owner._rawHeight;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = __this->get__owner_0();
NullCheck(L_24);
float L_25 = L_24->get__rawHeight_64();
V_3 = L_25;
// int cnt = _defs.Count;
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_26 = __this->get__defs_2();
NullCheck(L_26);
int32_t L_27 = List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_inline(L_26, /*hidden argument*/List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var);
V_4 = L_27;
// for (int i = 0; i < cnt; i++)
V_5 = 0;
goto IL_00d4;
}
IL_00bb:
{
// ApplyOnSizeChanged(_defs[i]);
List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * L_28 = __this->get__defs_2();
int32_t L_29 = V_5;
NullCheck(L_28);
RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * L_30 = List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_inline(L_28, L_29, /*hidden argument*/List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var);
RelationItem_ApplyOnSizeChanged_mA746840EAE3CCB80C34AA62731038602B2CB6EBC(__this, L_30, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_31 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00d4:
{
// for (int i = 0; i < cnt; i++)
int32_t L_32 = V_5;
int32_t L_33 = V_4;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
goto IL_00bb;
}
}
{
// _targetData.z = _target._width;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_34 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = __this->get__target_1();
NullCheck(L_35);
float L_36 = L_35->get__width_61();
L_34->set_z_3(L_36);
// _targetData.w = _target._height;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_37 = __this->get_address_of__targetData_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = __this->get__target_1();
NullCheck(L_38);
float L_39 = L_38->get__height_62();
L_37->set_w_4(L_39);
// if (!Mathf.Approximately(ox, _owner.x) || !Mathf.Approximately(oy, _owner.y))
float L_40 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_41 = __this->get__owner_0();
NullCheck(L_41);
float L_42 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_41, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_43 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_40, L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_012f;
}
}
{
float L_44 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_45 = __this->get__owner_0();
NullCheck(L_45);
float L_46 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_45, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_47 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_44, L_46, /*hidden argument*/NULL);
if (L_47)
{
goto IL_01b7;
}
}
IL_012f:
{
// ox = _owner.x - ox;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_48 = __this->get__owner_0();
NullCheck(L_48);
float L_49 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_48, /*hidden argument*/NULL);
float L_50 = V_0;
V_0 = ((float)il2cpp_codegen_subtract((float)L_49, (float)L_50));
// oy = _owner.y - oy;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = __this->get__owner_0();
NullCheck(L_51);
float L_52 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_51, /*hidden argument*/NULL);
float L_53 = V_1;
V_1 = ((float)il2cpp_codegen_subtract((float)L_52, (float)L_53));
// _owner.UpdateGearFromRelations(1, ox, oy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_54 = __this->get__owner_0();
float L_55 = V_0;
float L_56 = V_1;
NullCheck(L_54);
GObject_UpdateGearFromRelations_m2291F8B9E82A01E2B629533334B897CD5BBA373E(L_54, 1, L_55, L_56, /*hidden argument*/NULL);
// if (_owner.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = __this->get__owner_0();
NullCheck(L_57);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_58 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_57, /*hidden argument*/NULL);
if (!L_58)
{
goto IL_01b7;
}
}
{
// int transCount = _owner.parent._transitions.Count;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_59 = __this->get__owner_0();
NullCheck(L_59);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_60 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_59, /*hidden argument*/NULL);
NullCheck(L_60);
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * L_61 = L_60->get__transitions_79();
NullCheck(L_61);
int32_t L_62 = List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_inline(L_61, /*hidden argument*/List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_RuntimeMethod_var);
V_6 = L_62;
// for (int i = 0; i < transCount; i++)
V_7 = 0;
goto IL_01b1;
}
IL_0182:
{
// _owner.parent._transitions[i].UpdateFromRelations(_owner.id, ox, oy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_63 = __this->get__owner_0();
NullCheck(L_63);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_64 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_63, /*hidden argument*/NULL);
NullCheck(L_64);
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * L_65 = L_64->get__transitions_79();
int32_t L_66 = V_7;
NullCheck(L_65);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_67 = List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_inline(L_65, L_66, /*hidden argument*/List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_RuntimeMethod_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_68 = __this->get__owner_0();
NullCheck(L_68);
String_t* L_69 = GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline(L_68, /*hidden argument*/NULL);
float L_70 = V_0;
float L_71 = V_1;
NullCheck(L_67);
Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B(L_67, L_69, L_70, L_71, /*hidden argument*/NULL);
// for (int i = 0; i < transCount; i++)
int32_t L_72 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_01b1:
{
// for (int i = 0; i < transCount; i++)
int32_t L_73 = V_7;
int32_t L_74 = V_6;
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_0182;
}
}
IL_01b7:
{
// if (!Mathf.Approximately(ow, _owner._rawWidth) || !Mathf.Approximately(oh, _owner._rawHeight))
float L_75 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_76 = __this->get__owner_0();
NullCheck(L_76);
float L_77 = L_76->get__rawWidth_63();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_78 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_75, L_77, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_01dd;
}
}
{
float L_79 = V_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_80 = __this->get__owner_0();
NullCheck(L_80);
float L_81 = L_80->get__rawHeight_64();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_82 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_79, L_81, /*hidden argument*/NULL);
if (L_82)
{
goto IL_0207;
}
}
IL_01dd:
{
// ow = _owner._rawWidth - ow;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_83 = __this->get__owner_0();
NullCheck(L_83);
float L_84 = L_83->get__rawWidth_63();
float L_85 = V_2;
V_2 = ((float)il2cpp_codegen_subtract((float)L_84, (float)L_85));
// oh = _owner._rawHeight - oh;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_86 = __this->get__owner_0();
NullCheck(L_86);
float L_87 = L_86->get__rawHeight_64();
float L_88 = V_3;
V_3 = ((float)il2cpp_codegen_subtract((float)L_87, (float)L_88));
// _owner.UpdateGearFromRelations(2, ow, oh);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_89 = __this->get__owner_0();
float L_90 = V_2;
float L_91 = V_3;
NullCheck(L_89);
GObject_UpdateGearFromRelations_m2291F8B9E82A01E2B629533334B897CD5BBA373E(L_89, 2, L_90, L_91, /*hidden argument*/NULL);
}
IL_0207:
{
// _owner.relations.handling = null;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_92 = __this->get__owner_0();
NullCheck(L_92);
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_93 = GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline(L_92, /*hidden argument*/NULL);
NullCheck(L_93);
L_93->set_handling_2((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Relations::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations__ctor_m7D8D1B5FA3028A9E909A0CA780E5D4CF5F981F00 (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations__ctor_m7D8D1B5FA3028A9E909A0CA780E5D4CF5F981F00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public Relations(GObject owner)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _owner = owner;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
__this->set__owner_0(L_0);
// _items = new List<RelationItem>();
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_1 = (List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D *)il2cpp_codegen_object_new(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D_il2cpp_TypeInfo_var);
List_1__ctor_m08357DABF31693759FA56DF59DA72CD01E57D7DB(L_1, /*hidden argument*/List_1__ctor_m08357DABF31693759FA56DF59DA72CD01E57D7DB_RuntimeMethod_var);
__this->set__items_1(L_1);
// }
return;
}
}
// System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_Add_mA3513470D621EC8858A6D50C16AA3F5DF6401E3D (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, const RuntimeMethod* method)
{
{
// Add(target, relationType, false);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___target0;
int32_t L_1 = ___relationType1;
Relations_Add_mDAA559ED7F5AEA961CD8686E8E9DEF0FE33D6C6B(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Relations::Add(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_Add_mDAA559ED7F5AEA961CD8686E8E9DEF0FE33D6C6B (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, bool ___usePercent2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_Add_mDAA559ED7F5AEA961CD8686E8E9DEF0FE33D6C6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * V_1 = NULL;
int32_t V_2 = 0;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * V_3 = NULL;
{
// int cnt = _items.Count;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0033;
}
IL_0010:
{
// RelationItem item = _items[i];
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_2 = __this->get__items_1();
int32_t L_3 = V_2;
NullCheck(L_2);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_4 = List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var);
V_3 = L_4;
// if (item.target == target)
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_5 = V_3;
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ___target0;
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_6) == ((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_7))))
{
goto IL_002f;
}
}
{
// item.Add(relationType, usePercent);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_8 = V_3;
int32_t L_9 = ___relationType1;
bool L_10 = ___usePercent2;
NullCheck(L_8);
RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B(L_8, L_9, L_10, /*hidden argument*/NULL);
// return;
return;
}
IL_002f:
{
// for (int i = 0; i < cnt; i++)
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0033:
{
// for (int i = 0; i < cnt; i++)
int32_t L_12 = V_2;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0010;
}
}
{
// RelationItem newItem = new RelationItem(_owner);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__owner_0();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_15 = (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 *)il2cpp_codegen_object_new(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857_il2cpp_TypeInfo_var);
RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD(L_15, L_14, /*hidden argument*/NULL);
V_1 = L_15;
// newItem.target = target;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_16 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = ___target0;
NullCheck(L_16);
RelationItem_set_target_mDF89AE9C899F7E8998290EDBD4235BE9219E6187(L_16, L_17, /*hidden argument*/NULL);
// newItem.Add(relationType, usePercent);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_18 = V_1;
int32_t L_19 = ___relationType1;
bool L_20 = ___usePercent2;
NullCheck(L_18);
RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B(L_18, L_19, L_20, /*hidden argument*/NULL);
// _items.Add(newItem);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_21 = __this->get__items_1();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_22 = V_1;
NullCheck(L_21);
List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4(L_21, L_22, /*hidden argument*/List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Relations::Remove(FairyGUI.GObject,FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_Remove_m91B97D6EF73C95493047E9917F51D22905365ECC (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_Remove_m91B97D6EF73C95493047E9917F51D22905365ECC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * V_2 = NULL;
{
// int cnt = _items.Count;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
V_0 = L_1;
// int i = 0;
V_1 = 0;
goto IL_0055;
}
IL_0010:
{
// RelationItem item = _items[i];
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_2 = __this->get__items_1();
int32_t L_3 = V_1;
NullCheck(L_2);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_4 = List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var);
V_2 = L_4;
// if (item.target == target)
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_5 = V_2;
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ___target0;
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_6) == ((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_7))))
{
goto IL_0051;
}
}
{
// item.Remove(relationType);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_8 = V_2;
int32_t L_9 = ___relationType1;
NullCheck(L_8);
RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7(L_8, L_9, /*hidden argument*/NULL);
// if (item.isEmpty)
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_10 = V_2;
NullCheck(L_10);
bool L_11 = RelationItem_get_isEmpty_mF1C4AFE97EDD56A8D3E153D8808B96234D0D1D8B(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_004d;
}
}
{
// item.Dispose();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_12 = V_2;
NullCheck(L_12);
RelationItem_Dispose_mBC1CB73A5BBAD0FD5FB41EAAE8F24C7552B89FAC(L_12, /*hidden argument*/NULL);
// _items.RemoveAt(i);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_13 = __this->get__items_1();
int32_t L_14 = V_1;
NullCheck(L_13);
List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F(L_13, L_14, /*hidden argument*/List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F_RuntimeMethod_var);
// cnt--;
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
// continue;
goto IL_0055;
}
IL_004d:
{
// i++;
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0051:
{
// i++;
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0055:
{
// while (i < cnt)
int32_t L_18 = V_1;
int32_t L_19 = V_0;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Boolean FairyGUI.Relations::Contains(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Relations_Contains_mA2FEA8245BB5247544BB571F632A46DDAA5C1F3A (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_Contains_mA2FEA8245BB5247544BB571F632A46DDAA5C1F3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _items.Count;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_002a;
}
IL_0010:
{
// RelationItem item = _items[i];
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_2 = __this->get__items_1();
int32_t L_3 = V_1;
NullCheck(L_2);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_4 = List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var);
// if (item.target == target)
NullCheck(L_4);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline(L_4, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___target0;
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_5) == ((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_6))))
{
goto IL_0026;
}
}
{
// return true;
return (bool)1;
}
IL_0026:
{
// for (int i = 0; i < cnt; i++)
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_002a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_8 = V_1;
int32_t L_9 = V_0;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.Relations::ClearFor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_ClearFor_m637C2836CB1304759565A307F90C375EB29DB539 (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_ClearFor_m637C2836CB1304759565A307F90C375EB29DB539_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * V_2 = NULL;
{
// int cnt = _items.Count;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
V_0 = L_1;
// int i = 0;
V_1 = 0;
goto IL_0042;
}
IL_0010:
{
// RelationItem item = _items[i];
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_2 = __this->get__items_1();
int32_t L_3 = V_1;
NullCheck(L_2);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_4 = List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var);
V_2 = L_4;
// if (item.target == target)
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_5 = V_2;
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ___target0;
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_6) == ((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_7))))
{
goto IL_003e;
}
}
{
// item.Dispose();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_8 = V_2;
NullCheck(L_8);
RelationItem_Dispose_mBC1CB73A5BBAD0FD5FB41EAAE8F24C7552B89FAC(L_8, /*hidden argument*/NULL);
// _items.RemoveAt(i);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_9 = __this->get__items_1();
int32_t L_10 = V_1;
NullCheck(L_9);
List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F(L_9, L_10, /*hidden argument*/List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F_RuntimeMethod_var);
// cnt--;
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
// }
goto IL_0042;
}
IL_003e:
{
// i++;
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0042:
{
// while (i < cnt)
int32_t L_13 = V_1;
int32_t L_14 = V_0;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Relations::ClearAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9 (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _items.Count;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0025;
}
IL_0010:
{
// RelationItem item = _items[i];
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_2 = __this->get__items_1();
int32_t L_3 = V_1;
NullCheck(L_2);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_4 = List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var);
// item.Dispose();
NullCheck(L_4);
RelationItem_Dispose_mBC1CB73A5BBAD0FD5FB41EAAE8F24C7552B89FAC(L_4, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0025:
{
// for (int i = 0; i < cnt; i++)
int32_t L_6 = V_1;
int32_t L_7 = V_0;
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_0010;
}
}
{
// _items.Clear();
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_8 = __this->get__items_1();
NullCheck(L_8);
List_1_Clear_m397E16600D8AA9F7B003B7353BC7B3FED6690084(L_8, /*hidden argument*/List_1_Clear_m397E16600D8AA9F7B003B7353BC7B3FED6690084_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Relations::CopyFrom(FairyGUI.Relations)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_CopyFrom_mAA2338DF61D7B7AD917C8C363B9DCC4C3A9D985F (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_CopyFrom_mAA2338DF61D7B7AD917C8C363B9DCC4C3A9D985F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B V_0;
memset((&V_0), 0, sizeof(V_0));
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * V_1 = NULL;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * 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) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// ClearAll();
Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9(__this, /*hidden argument*/NULL);
// List<RelationItem> arr = source._items;
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_0 = ___source0;
NullCheck(L_0);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_1 = L_0->get__items_1();
// foreach (RelationItem ri in arr)
NullCheck(L_1);
Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B L_2 = List_1_GetEnumerator_mD8D0EA24D98859418CD694248A79DB34BA698BA7(L_1, /*hidden argument*/List_1_GetEnumerator_mD8D0EA24D98859418CD694248A79DB34BA698BA7_RuntimeMethod_var);
V_0 = L_2;
}
IL_0012:
try
{ // begin try (depth: 1)
{
goto IL_003b;
}
IL_0014:
{
// foreach (RelationItem ri in arr)
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_3 = Enumerator_get_Current_m61D0568020E919A81262C87BB8FF72884FE3105B_inline((Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B *)(&V_0), /*hidden argument*/Enumerator_get_Current_m61D0568020E919A81262C87BB8FF72884FE3105B_RuntimeMethod_var);
V_1 = L_3;
// RelationItem item = new RelationItem(_owner);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__owner_0();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_5 = (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 *)il2cpp_codegen_object_new(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857_il2cpp_TypeInfo_var);
RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD(L_5, L_4, /*hidden argument*/NULL);
V_2 = L_5;
// item.CopyFrom(ri);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_6 = V_2;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_7 = V_1;
NullCheck(L_6);
RelationItem_CopyFrom_mDD8A144D46C3C8CF4D363AEEA728A2254FC27D58(L_6, L_7, /*hidden argument*/NULL);
// _items.Add(item);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_8 = __this->get__items_1();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_9 = V_2;
NullCheck(L_8);
List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4(L_8, L_9, /*hidden argument*/List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4_RuntimeMethod_var);
}
IL_003b:
{
// foreach (RelationItem ri in arr)
bool L_10 = Enumerator_MoveNext_m40A3A72D73B66D5EB093C6BBE23C2E9D2626600A((Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m40A3A72D73B66D5EB093C6BBE23C2E9D2626600A_RuntimeMethod_var);
if (L_10)
{
goto IL_0014;
}
}
IL_0044:
{
IL2CPP_LEAVE(0x54, FINALLY_0046);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0046;
}
FINALLY_0046:
{ // begin finally (depth: 1)
Enumerator_Dispose_mC1D443241EEB660844DB8D850A61D7F249BA4ABF((Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B *)(&V_0), /*hidden argument*/Enumerator_Dispose_mC1D443241EEB660844DB8D850A61D7F249BA4ABF_RuntimeMethod_var);
IL2CPP_END_FINALLY(70)
} // end finally (depth: 1)
IL2CPP_CLEANUP(70)
{
IL2CPP_JUMP_TBL(0x54, IL_0054)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0054:
{
// }
return;
}
}
// System.Void FairyGUI.Relations::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_Dispose_m8692F824440762915FB957CD86528BEB29B0554D (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, const RuntimeMethod* method)
{
{
// ClearAll();
Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9(__this, /*hidden argument*/NULL);
// handling = null;
__this->set_handling_2((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
// }
return;
}
}
// System.Void FairyGUI.Relations::OnOwnerSizeChanged(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_OnOwnerSizeChanged_m333AC0B520BBCD6A064F95EADEE9A9A0BA149238 (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, float ___dWidth0, float ___dHeight1, bool ___applyPivot2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_OnOwnerSizeChanged_m333AC0B520BBCD6A064F95EADEE9A9A0BA149238_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _items.Count;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
V_0 = L_1;
// if (cnt == 0)
int32_t L_2 = V_0;
if (L_2)
{
goto IL_0010;
}
}
{
// return;
return;
}
IL_0010:
{
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_002c;
}
IL_0014:
{
// _items[i].ApplyOnSelfSizeChanged(dWidth, dHeight, applyPivot);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_3 = __this->get__items_1();
int32_t L_4 = V_1;
NullCheck(L_3);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_5 = List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var);
float L_6 = ___dWidth0;
float L_7 = ___dHeight1;
bool L_8 = ___applyPivot2;
NullCheck(L_5);
RelationItem_ApplyOnSelfSizeChanged_m5E43A50876809E166A30AF27269A956931356B0D(L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_002c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_10 = V_1;
int32_t L_11 = V_0;
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_0014;
}
}
{
// }
return;
}
}
// System.Boolean FairyGUI.Relations::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Relations_get_isEmpty_m03C04453C355CA287E22E69E01218EE82574BB39 (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_get_isEmpty_m03C04453C355CA287E22E69E01218EE82574BB39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _items.Count == 0;
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_0 = __this->get__items_1();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_inline(L_0, /*hidden argument*/List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Void FairyGUI.Relations::Setup(FairyGUI.Utils.ByteBuffer,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Relations_Setup_mE315B3DF345ACED83631106500CE9DB512EFD0CC (Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, bool ___parentToChild1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Relations_Setup_mE315B3DF345ACED83631106500CE9DB512EFD0CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
bool V_8 = false;
{
// int cnt = buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
uint8_t L_1 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_00aa;
}
IL_000e:
{
// int targetIndex = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
NullCheck(L_2);
int16_t L_3 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_2, /*hidden argument*/NULL);
V_3 = L_3;
// if (targetIndex == -1)
int32_t L_4 = V_3;
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
{
goto IL_0027;
}
}
{
// target = _owner.parent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__owner_0();
NullCheck(L_5);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_5, /*hidden argument*/NULL);
V_1 = L_6;
goto IL_0050;
}
IL_0027:
{
// else if (parentToChild)
bool L_7 = ___parentToChild1;
if (!L_7)
{
goto IL_003e;
}
}
{
// target = ((GComponent)_owner).GetChildAt(targetIndex);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__owner_0();
int32_t L_9 = V_3;
NullCheck(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_8, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_8, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0050;
}
IL_003e:
{
// target = _owner.parent.GetChildAt(targetIndex);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = __this->get__owner_0();
NullCheck(L_11);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_3;
NullCheck(L_12);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_12, L_13, /*hidden argument*/NULL);
V_1 = L_14;
}
IL_0050:
{
// RelationItem newItem = new RelationItem(_owner);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__owner_0();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_16 = (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 *)il2cpp_codegen_object_new(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857_il2cpp_TypeInfo_var);
RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD(L_16, L_15, /*hidden argument*/NULL);
V_4 = L_16;
// newItem.target = target;
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_17 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = V_1;
NullCheck(L_17);
RelationItem_set_target_mDF89AE9C899F7E8998290EDBD4235BE9219E6187(L_17, L_18, /*hidden argument*/NULL);
// _items.Add(newItem);
List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * L_19 = __this->get__items_1();
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_20 = V_4;
NullCheck(L_19);
List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4(L_19, L_20, /*hidden argument*/List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4_RuntimeMethod_var);
// int cnt2 = buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_21 = ___buffer0;
NullCheck(L_21);
uint8_t L_22 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_21, /*hidden argument*/NULL);
V_5 = L_22;
// for (int j = 0; j < cnt2; j++)
V_6 = 0;
goto IL_00a0;
}
IL_007f:
{
// RelationType rt = (RelationType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_23 = ___buffer0;
NullCheck(L_23);
uint8_t L_24 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_23, /*hidden argument*/NULL);
V_7 = L_24;
// bool usePercent = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_25 = ___buffer0;
NullCheck(L_25);
bool L_26 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_25, /*hidden argument*/NULL);
V_8 = L_26;
// newItem.InternalAdd(rt, usePercent);
RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * L_27 = V_4;
int32_t L_28 = V_7;
bool L_29 = V_8;
NullCheck(L_27);
RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE(L_27, L_28, L_29, /*hidden argument*/NULL);
// for (int j = 0; j < cnt2; j++)
int32_t L_30 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_00a0:
{
// for (int j = 0; j < cnt2; j++)
int32_t L_31 = V_6;
int32_t L_32 = V_5;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_007f;
}
}
{
// for (int i = 0; i < cnt; i++)
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_00aa:
{
// for (int i = 0; i < cnt; i++)
int32_t L_34 = V_2;
int32_t L_35 = V_0;
if ((((int32_t)L_34) < ((int32_t)L_35)))
{
goto IL_000e;
}
}
{
// }
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.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public IHtmlPageContext htmlPageContext { get; set; }
RuntimeObject* L_0 = __this->get_U3ChtmlPageContextU3Ek__BackingField_69();
return L_0;
}
}
// System.Void FairyGUI.RichTextField::set_htmlPageContext(FairyGUI.Utils.IHtmlPageContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_htmlPageContext_m0E4D575E10E2369043D1235D606C9C75E6E30796 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
// public IHtmlPageContext htmlPageContext { get; set; }
RuntimeObject* L_0 = ___value0;
__this->set_U3ChtmlPageContextU3Ek__BackingField_69(L_0);
return;
}
}
// FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public HtmlParseOptions htmlParseOptions { get; private set; }
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_0 = __this->get_U3ChtmlParseOptionsU3Ek__BackingField_70();
return L_0;
}
}
// System.Void FairyGUI.RichTextField::set_htmlParseOptions(FairyGUI.Utils.HtmlParseOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_htmlParseOptions_m1016BE6290FFA45605E20698617DAA2CC409F9F0 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___value0, const RuntimeMethod* method)
{
{
// public HtmlParseOptions htmlParseOptions { get; private set; }
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_0 = ___value0;
__this->set_U3ChtmlParseOptionsU3Ek__BackingField_70(L_0);
return;
}
}
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.RichTextField::get_emojies()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public Dictionary<uint, Emoji> emojies { get; set; }
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_0 = __this->get_U3CemojiesU3Ek__BackingField_71();
return L_0;
}
}
// System.Void FairyGUI.RichTextField::set_emojies(System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_emojies_m053586C9B761EBC6960433A9A4A64C946E8BFB31 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___value0, const RuntimeMethod* method)
{
{
// public Dictionary<uint, Emoji> emojies { get; set; }
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_0 = ___value0;
__this->set_U3CemojiesU3Ek__BackingField_71(L_0);
return;
}
}
// FairyGUI.TextField FairyGUI.RichTextField::get_textField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public TextField textField { get; private set; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get_U3CtextFieldU3Ek__BackingField_72();
return L_0;
}
}
// System.Void FairyGUI.RichTextField::set_textField(FairyGUI.TextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_textField_mD623D96528F5503425BB474432A7B6FFF2DC0703 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___value0, const RuntimeMethod* method)
{
{
// public TextField textField { get; private set; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = ___value0;
__this->set_U3CtextFieldU3Ek__BackingField_72(L_0);
return;
}
}
// System.Void FairyGUI.RichTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public RichTextField()
Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5(__this, /*hidden argument*/NULL);
// gameObject.name = "RichTextField";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_0, _stringLiteral3E1EF58475AECE1A2D561996553DE1F2EBB5C051, /*hidden argument*/NULL);
// this.opaque = true;
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this)->set_opaque_54((bool)1);
// htmlPageContext = HtmlPageContext.inst;
IL2CPP_RUNTIME_CLASS_INIT(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var);
HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * L_1 = ((HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields*)il2cpp_codegen_static_fields_for(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var))->get_inst_5();
RichTextField_set_htmlPageContext_m0E4D575E10E2369043D1235D606C9C75E6E30796_inline(__this, L_1, /*hidden argument*/NULL);
// htmlParseOptions = 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);
RichTextField_set_htmlParseOptions_m1016BE6290FFA45605E20698617DAA2CC409F9F0_inline(__this, L_2, /*hidden argument*/NULL);
// this.textField = new TextField();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_3 = (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D *)il2cpp_codegen_object_new(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var);
TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81(L_3, /*hidden argument*/NULL);
RichTextField_set_textField_mD623D96528F5503425BB474432A7B6FFF2DC0703_inline(__this, L_3, /*hidden argument*/NULL);
// textField.EnableRichSupport(this);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_4 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
TextField_EnableRichSupport_m5CB5F24035FB5333E87A0991792C5654751E4AC8(L_4, __this, /*hidden argument*/NULL);
// AddChild(textField);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(__this, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.RichTextField::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RichTextField_get_text_mC99044670AF487D00D17AEB9DBDF65145E6ECD69 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// get { return textField.text; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = TextField_get_text_m0C6DB761E2C23A7F78B137C5DBAA937B7BCDD511_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.RichTextField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_text_m5AAE0886BFF582E8BA750EE8AAB16BDB60EF97BF (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { textField.text = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B(L_0, L_1, /*hidden argument*/NULL);
// set { textField.text = value; }
return;
}
}
// System.String FairyGUI.RichTextField::get_htmlText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RichTextField_get_htmlText_m13DEEA4F99C957802507489833A823E0849851C4 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// get { return textField.htmlText; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = TextField_get_htmlText_mC068BF01FB1A55B7B34B43707A970B3F2EE36B2A_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.RichTextField::set_htmlText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_htmlText_m543DA01D54744F38AEEFC1D31C7CE0F994E22FB9 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { textField.htmlText = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
TextField_set_htmlText_m4BC91BB903F3906A9FB5E0FE00BB5D5DF21A7A51(L_0, L_1, /*hidden argument*/NULL);
// set { textField.htmlText = value; }
return;
}
}
// FairyGUI.TextFormat FairyGUI.RichTextField::get_textFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * RichTextField_get_textFormat_m87BEE58C992C7CBCD27746445D5C8065A47E90F6 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// get { return textField.textFormat; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.RichTextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_textFormat_m1053C60B32028E00E7D99156C4EDC16E4F0DF503 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method)
{
{
// set { textField.textFormat = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = ___value0;
NullCheck(L_0);
TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71(L_0, L_1, /*hidden argument*/NULL);
// set { textField.textFormat = value; }
return;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElement(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * RichTextField_GetHtmlElement_mF8A6923B403ADE3D121BCB6EF5465651E837D31D (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField_GetHtmlElement_mF8A6923B403ADE3D121BCB6EF5465651E837D31D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_3 = NULL;
{
// List<HtmlElement> elements = textField.htmlElements;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int count = elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_2, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_1 = L_3;
// for (int i = 0; i < count; i++)
V_2 = 0;
goto IL_0034;
}
IL_0017:
{
// HtmlElement element = elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_3 = L_6;
// if ( name.Equals(element.name, System.StringComparison.OrdinalIgnoreCase))
String_t* L_7 = ___name0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_8 = V_3;
NullCheck(L_8);
String_t* L_9 = L_8->get_name_1();
NullCheck(L_7);
bool L_10 = String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84(L_7, L_9, 5, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0030;
}
}
{
// return element;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_11 = V_3;
return L_11;
}
IL_0030:
{
// for (int i = 0; i < count; i++)
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0034:
{
// for (int i = 0; i < count; i++)
int32_t L_13 = V_2;
int32_t L_14 = V_1;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0017;
}
}
{
// return null;
return (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL;
}
}
// FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElementAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * RichTextField_GetHtmlElementAt_m2942096CD0C591E00BF85ECCEC4DFD11EA229386 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField_GetHtmlElementAt_m2942096CD0C591E00BF85ECCEC4DFD11EA229386_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return textField.htmlElements[index];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
int32_t L_2 = ___index0;
NullCheck(L_1);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_3 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
return L_3;
}
}
// System.Int32 FairyGUI.RichTextField::get_htmlElementCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RichTextField_get_htmlElementCount_mE398D110BD9CA7E6E011E47F01EB154A37F031C6 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField_get_htmlElementCount_mE398D110BD9CA7E6E011E47F01EB154A37F031C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return textField.htmlElements.Count; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_1, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
return L_2;
}
}
// System.Void FairyGUI.RichTextField::ShowHtmlObject(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, int32_t ___index0, bool ___show1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_0 = NULL;
{
// HtmlElement element = textField.htmlElements[index];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
int32_t L_2 = ___index0;
NullCheck(L_1);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_3 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_0 = L_3;
// if (element.htmlObject != null && element.type != HtmlElementType.Link)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5 = L_4->get_htmlObject_5();
if (!L_5)
{
goto IL_00a0;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = L_6->get_type_0();
if ((((int32_t)L_7) == ((int32_t)1)))
{
goto IL_00a0;
}
}
{
// if (show)
bool L_8 = ___show1;
if (!L_8)
{
goto IL_003d;
}
}
{
// element.status &= 253; //~(1<<1)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_9 = V_0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_10 = L_9;
NullCheck(L_10);
int32_t L_11 = L_10->get_status_6();
NullCheck(L_10);
L_10->set_status_6(((int32_t)((int32_t)L_11&(int32_t)((int32_t)253))));
goto IL_004b;
}
IL_003d:
{
// element.status |= 2;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = V_0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_13 = L_12;
NullCheck(L_13);
int32_t L_14 = L_13->get_status_6();
NullCheck(L_13);
L_13->set_status_6(((int32_t)((int32_t)L_14|(int32_t)2)));
}
IL_004b:
{
// if ((element.status & 3) == 0) //not (hidden and clipped)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_15 = V_0;
NullCheck(L_15);
int32_t L_16 = L_15->get_status_6();
if (((int32_t)((int32_t)L_16&(int32_t)3)))
{
goto IL_0079;
}
}
{
// if ((element.status & 4) == 0) //not added
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_17 = V_0;
NullCheck(L_17);
int32_t L_18 = L_17->get_status_6();
if (((int32_t)((int32_t)L_18&(int32_t)4)))
{
goto IL_00a0;
}
}
{
// element.status |= 4;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_19 = V_0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_20 = L_19;
NullCheck(L_20);
int32_t L_21 = L_20->get_status_6();
NullCheck(L_20);
L_20->set_status_6(((int32_t)((int32_t)L_21|(int32_t)4)));
// element.htmlObject.Add();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_22 = V_0;
NullCheck(L_22);
RuntimeObject* L_23 = L_22->get_htmlObject_5();
NullCheck(L_23);
InterfaceActionInvoker0::Invoke(6 /* System.Void FairyGUI.Utils.IHtmlObject::Add() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_23);
// }
return;
}
IL_0079:
{
// if ((element.status & 4) != 0) //added
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_24 = V_0;
NullCheck(L_24);
int32_t L_25 = L_24->get_status_6();
if (!((int32_t)((int32_t)L_25&(int32_t)4)))
{
goto IL_00a0;
}
}
{
// element.status &= 251;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_26 = V_0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_27 = L_26;
NullCheck(L_27);
int32_t L_28 = L_27->get_status_6();
NullCheck(L_27);
L_27->set_status_6(((int32_t)((int32_t)L_28&(int32_t)((int32_t)251))));
// element.htmlObject.Remove();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_29 = V_0;
NullCheck(L_29);
RuntimeObject* L_30 = L_29->get_htmlObject_5();
NullCheck(L_30);
InterfaceActionInvoker0::Invoke(7 /* System.Void FairyGUI.Utils.IHtmlObject::Remove() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_30);
}
IL_00a0:
{
// }
return;
}
}
// System.Void FairyGUI.RichTextField::EnsureSizeCorrect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_EnsureSizeCorrect_mCBDA29538D9AA286B040EC900A843F143DFCBF51 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// textField.EnsureSizeCorrect();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DisplayObject::EnsureSizeCorrect() */, L_0);
// }
return;
}
}
// System.Void FairyGUI.RichTextField::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_OnSizeChanged_m0A299ACAEEDB03BA8E114209C3F7CCCA0BC18F4D (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, bool ___widthChanged0, bool ___heightChanged1, const RuntimeMethod* method)
{
{
// textField.size = _contentRect.size; //???????this.size,?????EnsureSizeCorrect
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_set_size_mB5DAA437713FEB7C4EADC3363C50B58D73B461CE(L_0, L_2, /*hidden argument*/NULL);
// base.OnSizeChanged(widthChanged, heightChanged);
bool L_3 = ___widthChanged0;
bool L_4 = ___heightChanged1;
DisplayObject_OnSizeChanged_m7D6F6B71E574CCD90D11E22E5FCFFDF11C2C3C97(__this, L_3, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RichTextField::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_Update_mA5528764BDBF9F56D92AE64CFADE73E1E330E654 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
{
// textField.Redraw();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(L_0, /*hidden argument*/NULL);
// base.Update(context);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_1 = ___context0;
Container_Update_mFE307B00636469D0B07F9C17B1FEB8328597CDEB(__this, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RichTextField::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_Dispose_m77759626A9488B4C70875F55169BCF9A377E1CC8 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// if (_disposed)
bool L_0 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__disposed_46();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// CleanupObjects();
RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC(__this, /*hidden argument*/NULL);
// base.Dispose();
Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RichTextField::CleanupObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_3 = NULL;
{
// List<HtmlElement> elements = textField.htmlElements;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int count = elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_2, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_1 = L_3;
// for (int i = 0; i < count; i++)
V_2 = 0;
goto IL_0047;
}
IL_0017:
{
// HtmlElement element = elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_3 = L_6;
// if (element.htmlObject != null)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_7 = V_3;
NullCheck(L_7);
RuntimeObject* L_8 = L_7->get_htmlObject_5();
if (!L_8)
{
goto IL_0043;
}
}
{
// element.htmlObject.Remove();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_9 = V_3;
NullCheck(L_9);
RuntimeObject* L_10 = L_9->get_htmlObject_5();
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(7 /* System.Void FairyGUI.Utils.IHtmlObject::Remove() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_10);
// htmlPageContext.FreeObject(element.htmlObject);
RuntimeObject* L_11 = RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline(__this, /*hidden argument*/NULL);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = V_3;
NullCheck(L_12);
RuntimeObject* L_13 = L_12->get_htmlObject_5();
NullCheck(L_11);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void FairyGUI.Utils.IHtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject) */, IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var, L_11, L_13);
}
IL_0043:
{
// for (int i = 0; i < count; i++)
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0047:
{
// for (int i = 0; i < count; i++)
int32_t L_15 = V_2;
int32_t L_16 = V_1;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_0017;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.RichTextField::RefreshObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_RefreshObjects_m7E2E1A4953D417FD40DC89AD6BC36F5EF2EBE0B8 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RichTextField_RefreshObjects_m7E2E1A4953D417FD40DC89AD6BC36F5EF2EBE0B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_3 = NULL;
{
// List<HtmlElement> elements = textField.htmlElements;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int count = elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_2, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_1 = L_3;
// for (int i = 0; i < count; i++)
V_2 = 0;
goto IL_0081;
}
IL_0017:
{
// HtmlElement element = elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_6 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_3 = L_6;
// if (element.htmlObject != null)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_7 = V_3;
NullCheck(L_7);
RuntimeObject* L_8 = L_7->get_htmlObject_5();
if (!L_8)
{
goto IL_007d;
}
}
{
// if ((element.status & 3) == 0) //not (hidden and clipped)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_9 = V_3;
NullCheck(L_9);
int32_t L_10 = L_9->get_status_6();
if (((int32_t)((int32_t)L_10&(int32_t)3)))
{
goto IL_0056;
}
}
{
// if ((element.status & 4) == 0) //not added
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = L_11->get_status_6();
if (((int32_t)((int32_t)L_12&(int32_t)4)))
{
goto IL_007d;
}
}
{
// element.status |= 4;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_13 = V_3;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_14 = L_13;
NullCheck(L_14);
int32_t L_15 = L_14->get_status_6();
NullCheck(L_14);
L_14->set_status_6(((int32_t)((int32_t)L_15|(int32_t)4)));
// element.htmlObject.Add();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_16 = V_3;
NullCheck(L_16);
RuntimeObject* L_17 = L_16->get_htmlObject_5();
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(6 /* System.Void FairyGUI.Utils.IHtmlObject::Add() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_17);
// }
goto IL_007d;
}
IL_0056:
{
// if ((element.status & 4) != 0) //added
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_18 = V_3;
NullCheck(L_18);
int32_t L_19 = L_18->get_status_6();
if (!((int32_t)((int32_t)L_19&(int32_t)4)))
{
goto IL_007d;
}
}
{
// element.status &= 251;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_20 = V_3;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_21 = L_20;
NullCheck(L_21);
int32_t L_22 = L_21->get_status_6();
NullCheck(L_21);
L_21->set_status_6(((int32_t)((int32_t)L_22&(int32_t)((int32_t)251))));
// element.htmlObject.Remove();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_23 = V_3;
NullCheck(L_23);
RuntimeObject* L_24 = L_23->get_htmlObject_5();
NullCheck(L_24);
InterfaceActionInvoker0::Invoke(7 /* System.Void FairyGUI.Utils.IHtmlObject::Remove() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_24);
}
IL_007d:
{
// for (int i = 0; i < count; i++)
int32_t L_25 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0081:
{
// for (int i = 0; i < count; i++)
int32_t L_26 = V_2;
int32_t L_27 = V_1;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0017;
}
}
{
// }
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.GObject FairyGUI.RotationGesture::get_host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.RotationGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_set_host_mFCC0664EF96A520BE533BF3B693237801D710B3D (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.RotationGesture::get_onBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onBegin_mE3254A3750B2FD8773577C6443A1746009531184 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.RotationGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_set_onBegin_m213933576E5B27FEEDF2A0D3D43DC89203ACE75E (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.RotationGesture::get_onEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onEnd_m461F188E5E14BCF1890AC1DBEFD050C70E2FF754 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.RotationGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_set_onEnd_m873D386A2263D5FFE5D006419C2C33F9B5B0CDF6 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.RotationGesture::get_onAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onAction_mF4AF9DAC77B32835F700FD70A86887E83558681F (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_5();
return L_0;
}
}
// System.Void FairyGUI.RotationGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_set_onAction_m0028C1452C992B78468D19F17EC59F8B07BCE69C (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_5(L_0);
return;
}
}
// System.Void FairyGUI.RotationGesture::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture__ctor_m62CA651C20C125D53E93AFC58279C429A4833905 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RotationGesture__ctor_m62CA651C20C125D53E93AFC58279C429A4833905_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public RotationGesture(GObject host)
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// this.host = host;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___host0;
RotationGesture_set_host_mFCC0664EF96A520BE533BF3B693237801D710B3D_inline(__this, L_0, /*hidden argument*/NULL);
// Enable(true);
RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42(__this, (bool)1, /*hidden argument*/NULL);
// _touches = new int[2];
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
__this->set__touches_11(L_1);
// snapping = true;
__this->set_snapping_8((bool)1);
// onBegin = new EventListener(this, "onRotationBegin");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralD83626F95D8825286A50AB33EF6C930E6407D865, /*hidden argument*/NULL);
RotationGesture_set_onBegin_m213933576E5B27FEEDF2A0D3D43DC89203ACE75E_inline(__this, L_2, /*hidden argument*/NULL);
// onEnd = new EventListener(this, "onRotationEnd");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_3, __this, _stringLiteralE8F563E80B23D444F46CCFFB3E2F32466A26696E, /*hidden argument*/NULL);
RotationGesture_set_onEnd_m873D386A2263D5FFE5D006419C2C33F9B5B0CDF6_inline(__this, L_3, /*hidden argument*/NULL);
// onAction = new EventListener(this, "onRotationAction");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_4, __this, _stringLiteralCB0F25AC9D3ADE27EAFFB582AF54E3C3D017E845, /*hidden argument*/NULL);
RotationGesture_set_onAction_m0028C1452C992B78468D19F17EC59F8B07BCE69C_inline(__this, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RotationGesture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_Dispose_mA212509C3061B800D5D32485C7C58A1E8245D2DF (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// Enable(false);
RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42(__this, (bool)0, /*hidden argument*/NULL);
// host = null;
RotationGesture_set_host_mFCC0664EF96A520BE533BF3B693237801D710B3D_inline(__this, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RotationGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value)
bool L_0 = ___value0;
if (!L_0)
{
goto IL_00ba;
}
}
{
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_2 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_1) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_2))))
{
goto IL_0065;
}
}
{
// Stage.inst.onTouchBegin.Add(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, __this, (intptr_t)((intptr_t)RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
// Stage.inst.onTouchMove.Add(__touchMove);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_6, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_8 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_8, __this, (intptr_t)((intptr_t)RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_7, L_8, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Add(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_9 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_9);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_10 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_9, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_11, __this, (intptr_t)((intptr_t)RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_10, L_11, /*hidden argument*/NULL);
// }
return;
}
IL_0065:
{
// host.onTouchBegin.Add(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_13 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_12, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_14 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_14, __this, (intptr_t)((intptr_t)RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_13, L_14, /*hidden argument*/NULL);
// host.onTouchMove.Add(__touchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_16 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_15, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_17 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_17, __this, (intptr_t)((intptr_t)RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_16);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_16, L_17, /*hidden argument*/NULL);
// host.onTouchEnd.Add(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_19 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_18, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_20 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_20, __this, (intptr_t)((intptr_t)RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_19, L_20, /*hidden argument*/NULL);
// }
return;
}
IL_00ba:
{
// _started = false;
__this->set__started_12((bool)0);
// _touchBegan = false;
__this->set__touchBegan_13((bool)0);
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_22 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_21) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_22))))
{
goto IL_0127;
}
}
{
// Stage.inst.onTouchBegin.Remove(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_23 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_23);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_24 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_23, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_25 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_25, __this, (intptr_t)((intptr_t)RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_24);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_24, L_25, /*hidden argument*/NULL);
// Stage.inst.onTouchMove.Remove(__touchMove);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_26 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_26);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_27 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_26, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_28 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_28, __this, (intptr_t)((intptr_t)RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_27, L_28, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Remove(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_29 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_29);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_30 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_29, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_31 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_31, __this, (intptr_t)((intptr_t)RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_30);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_30, L_31, /*hidden argument*/NULL);
// }
return;
}
IL_0127:
{
// host.onTouchBegin.Remove(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_32 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_32);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_32, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_34 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_34, __this, (intptr_t)((intptr_t)RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_33, L_34, /*hidden argument*/NULL);
// host.onTouchMove.Remove(__touchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_35);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_36 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_35, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_37 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_37, __this, (intptr_t)((intptr_t)RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_36, L_37, /*hidden argument*/NULL);
// host.onTouchEnd.Remove(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_38);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_39 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_38, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_40 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_40, __this, (intptr_t)((intptr_t)RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_39, L_40, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.RotationGesture::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (Stage.inst.touchCount == 2)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_0084;
}
}
{
// if (!_started && !_touchBegan)
bool L_2 = __this->get__started_12();
if (L_2)
{
goto IL_0084;
}
}
{
bool L_3 = __this->get__touchBegan_13();
if (L_3)
{
goto IL_0084;
}
}
{
// _touchBegan = true;
__this->set__touchBegan_13((bool)1);
// Stage.inst.GetAllTouch(_touches);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__touches_11();
NullCheck(L_4);
Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0(L_4, L_5, /*hidden argument*/NULL);
// Vector2 pt1 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[0]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_7 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get__touches_11();
NullCheck(L_8);
int32_t L_9 = 0;
int32_t L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_7, L_10, /*hidden argument*/NULL);
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_6, L_11, /*hidden argument*/NULL);
V_0 = L_12;
// Vector2 pt2 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[1]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_14 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get__touches_11();
NullCheck(L_15);
int32_t L_16 = 1;
int32_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_14, L_17, /*hidden argument*/NULL);
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_13, L_18, /*hidden argument*/NULL);
V_1 = L_19;
// _startVector = pt1 - pt2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_20, L_21, /*hidden argument*/NULL);
__this->set__startVector_9(L_22);
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_23 = ___context0;
NullCheck(L_23);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_23, /*hidden argument*/NULL);
}
IL_0084:
{
// }
return;
}
}
// System.Void FairyGUI.RotationGesture::__touchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909 (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
{
// if (!_touchBegan || Stage.inst.touchCount != 2)
bool L_0 = __this->get__touchBegan_13();
if (!L_0)
{
goto IL_0015;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_0016;
}
}
IL_0015:
{
// return;
return;
}
IL_0016:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_3 = ___context0;
NullCheck(L_3);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// Vector2 pt1 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[0]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get__touches_11();
NullCheck(L_7);
int32_t L_8 = 0;
int32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_6, L_9, /*hidden argument*/NULL);
NullCheck(L_5);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_5, L_10, /*hidden argument*/NULL);
// Vector2 pt2 = host.GlobalToLocal(Stage.inst.GetTouchPosition(_touches[1]));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline(__this, /*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_13 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = __this->get__touches_11();
NullCheck(L_14);
int32_t L_15 = 1;
int32_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_13, L_16, /*hidden argument*/NULL);
NullCheck(L_12);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_12, L_17, /*hidden argument*/NULL);
V_1 = L_18;
// Vector2 vec = pt1 - pt2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_11, L_19, /*hidden argument*/NULL);
V_2 = L_20;
// float rot = Mathf.Rad2Deg * ((Mathf.Atan2(vec.y, vec.x) - Mathf.Atan2(_startVector.y, _startVector.x)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_2;
float L_22 = L_21.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_2;
float L_24 = L_23.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_25 = atan2f(L_22, L_24);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__startVector_9();
float L_27 = L_26->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = __this->get_address_of__startVector_9();
float L_29 = L_28->get_x_0();
float L_30 = atan2f(L_27, L_29);
V_3 = ((float)il2cpp_codegen_multiply((float)(57.29578f), (float)((float)il2cpp_codegen_subtract((float)L_25, (float)L_30))));
// if (snapping)
bool L_31 = __this->get_snapping_8();
if (!L_31)
{
goto IL_00ab;
}
}
{
// rot = Mathf.Round(rot);
float L_32 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_33 = bankers_roundf(L_32);
V_3 = L_33;
// if (rot == 0)
float L_34 = V_3;
if ((!(((float)L_34) == ((float)(0.0f)))))
{
goto IL_00ab;
}
}
{
// return;
return;
}
IL_00ab:
{
// if (!_started && rot > 5)
bool L_35 = __this->get__started_12();
if (L_35)
{
goto IL_00e5;
}
}
{
float L_36 = V_3;
if ((!(((float)L_36) > ((float)(5.0f)))))
{
goto IL_00e5;
}
}
{
// _started = true;
__this->set__started_12((bool)1);
// rotation = 0;
__this->set_rotation_6((0.0f));
// _lastRotation = 0;
__this->set__lastRotation_10((0.0f));
// onBegin.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_37 = RotationGesture_get_onBegin_mE3254A3750B2FD8773577C6443A1746009531184_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_38 = V_0;
NullCheck(L_37);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_37, L_38, /*hidden argument*/NULL);
}
IL_00e5:
{
// if (_started)
bool L_39 = __this->get__started_12();
if (!L_39)
{
goto IL_0122;
}
}
{
// delta = rot - _lastRotation;
float L_40 = V_3;
float L_41 = __this->get__lastRotation_10();
__this->set_delta_7(((float)il2cpp_codegen_subtract((float)L_40, (float)L_41)));
// _lastRotation = rot;
float L_42 = V_3;
__this->set__lastRotation_10(L_42);
// this.rotation += delta;
float L_43 = __this->get_rotation_6();
float L_44 = __this->get_delta_7();
__this->set_rotation_6(((float)il2cpp_codegen_add((float)L_43, (float)L_44)));
// onAction.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_45 = RotationGesture_get_onAction_mF4AF9DAC77B32835F700FD70A86887E83558681F_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_46 = V_0;
NullCheck(L_45);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_45, L_46, /*hidden argument*/NULL);
}
IL_0122:
{
// }
return;
}
}
// System.Void FairyGUI.RotationGesture::__touchEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// _touchBegan = false;
__this->set__touchBegan_13((bool)0);
// if (_started)
bool L_0 = __this->get__started_12();
if (!L_0)
{
goto IL_0028;
}
}
{
// _started = false;
__this->set__started_12((bool)0);
// onEnd.Call(context.inputEvent);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = RotationGesture_get_onEnd_m461F188E5E14BCF1890AC1DBEFD050C70E2FF754_inline(__this, /*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = ___context0;
NullCheck(L_2);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_1, L_3, /*hidden argument*/NULL);
}
IL_0028:
{
// }
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.RoundedRectMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoundedRectMesh__ctor_mC844DDD66BFAE1A0C39C7D37BB0BA56AAB81D9EB (RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * __this, const RuntimeMethod* method)
{
{
// public RoundedRectMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// lineColor = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_0, /*hidden argument*/NULL);
__this->set_lineColor_2(L_1);
// }
return;
}
}
// System.Void FairyGUI.RoundedRectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoundedRectMesh_OnPopulateMesh_m611BDAE9FEA6D70E1ABA0AF62876786CED851867 (RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RoundedRectMesh_OnPopulateMesh_m611BDAE9FEA6D70E1ABA0AF62876786CED851867_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
int32_t V_6 = 0;
int32_t V_7 = 0;
float V_8 = 0.0f;
float V_9 = 0.0f;
float V_10 = 0.0f;
int32_t V_11 = 0;
float V_12 = 0.0f;
float V_13 = 0.0f;
float V_14 = 0.0f;
int32_t V_15 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_16;
memset((&V_16), 0, sizeof(V_16));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_17;
memset((&V_17), 0, sizeof(V_17));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_18;
memset((&V_18), 0, sizeof(V_18));
int32_t V_19 = 0;
int32_t V_20 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
int32_t G_B52_0 = 0;
int32_t G_B52_1 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B52_2 = NULL;
int32_t G_B51_0 = 0;
int32_t G_B51_1 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B51_2 = NULL;
int32_t G_B53_0 = 0;
int32_t G_B53_1 = 0;
int32_t G_B53_2 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B53_3 = NULL;
{
// Rect rect = drawRect != null ? (Rect)drawRect : vb.contentRect;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_1)
{
goto IL_0015;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_2 = ___vb0;
NullCheck(L_2);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = L_2->get_contentRect_0();
G_B3_0 = L_3;
goto IL_0020;
}
IL_0015:
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_4 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_4, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
G_B3_0 = L_5;
}
IL_0020:
{
V_0 = G_B3_0;
// Color32 color = fillColor != null ? (Color32)fillColor : vb.vertexColor;
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_6 = __this->get_address_of_fillColor_3();
bool L_7 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_6, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
if (L_7)
{
goto IL_0036;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
NullCheck(L_8);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_9 = L_8->get_vertexColor_2();
G_B6_0 = L_9;
goto IL_0041;
}
IL_0036:
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_10 = __this->get_address_of_fillColor_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_11 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_10, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B6_0 = L_11;
}
IL_0041:
{
V_1 = G_B6_0;
// float radiusX = rect.width / 2;
float L_12 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
// float radiusY = rect.height / 2;
float L_13 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_2 = ((float)((float)L_13/(float)(2.0f)));
// float cornerMaxRadius = Mathf.Min(radiusX, radiusY);
float L_14 = ((float)((float)L_12/(float)(2.0f)));
float L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_16 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_14, L_15, /*hidden argument*/NULL);
V_3 = L_16;
// float centerX = radiusX + rect.x;
float L_17 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_4 = ((float)il2cpp_codegen_add((float)L_14, (float)L_17));
// float centerY = radiusY + rect.y;
float L_18 = V_2;
float L_19 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_5 = ((float)il2cpp_codegen_add((float)L_18, (float)L_19));
// vb.AddVert(new Vector3(centerX, centerY, 0), color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_20 = ___vb0;
float L_21 = V_4;
float L_22 = V_5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23;
memset((&L_23), 0, sizeof(L_23));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_23), L_21, L_22, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_24 = V_1;
NullCheck(L_20);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_20, L_23, L_24, /*hidden argument*/NULL);
// int cnt = vb.currentVertCount;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_25 = ___vb0;
NullCheck(L_25);
int32_t L_26 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_25, /*hidden argument*/NULL);
V_6 = L_26;
// for (int i = 0; i < 4; i++)
V_7 = 0;
goto IL_02e6;
}
IL_009f:
{
// float radius = 0;
V_8 = (0.0f);
// switch (i)
int32_t L_27 = V_7;
switch (L_27)
{
case 0:
{
goto IL_00bf;
}
case 1:
{
goto IL_00c9;
}
case 2:
{
goto IL_00d3;
}
case 3:
{
goto IL_00dd;
}
}
}
{
goto IL_00e5;
}
IL_00bf:
{
// radius = bottomRightRadius;
float L_28 = __this->get_bottomRightRadius_7();
V_8 = L_28;
// break;
goto IL_00e5;
}
IL_00c9:
{
// radius = bottomLeftRadius;
float L_29 = __this->get_bottomLeftRadius_6();
V_8 = L_29;
// break;
goto IL_00e5;
}
IL_00d3:
{
// radius = topLeftRadius;
float L_30 = __this->get_topLeftRadius_4();
V_8 = L_30;
// break;
goto IL_00e5;
}
IL_00dd:
{
// radius = topRightRadius;
float L_31 = __this->get_topRightRadius_5();
V_8 = L_31;
}
IL_00e5:
{
// radius = Mathf.Min(cornerMaxRadius, radius);
float L_32 = V_3;
float L_33 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_34 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_32, L_33, /*hidden argument*/NULL);
V_8 = L_34;
// float offsetX = rect.x;
float L_35 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_9 = L_35;
// float offsetY = rect.y;
float L_36 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_10 = L_36;
// if (i == 0 || i == 3)
int32_t L_37 = V_7;
if (!L_37)
{
goto IL_010a;
}
}
{
int32_t L_38 = V_7;
if ((!(((uint32_t)L_38) == ((uint32_t)3))))
{
goto IL_011c;
}
}
IL_010a:
{
// offsetX = rect.xMax - radius * 2;
float L_39 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_40 = V_8;
V_9 = ((float)il2cpp_codegen_subtract((float)L_39, (float)((float)il2cpp_codegen_multiply((float)L_40, (float)(2.0f)))));
}
IL_011c:
{
// if (i == 0 || i == 1)
int32_t L_41 = V_7;
if (!L_41)
{
goto IL_0125;
}
}
{
int32_t L_42 = V_7;
if ((!(((uint32_t)L_42) == ((uint32_t)1))))
{
goto IL_0137;
}
}
IL_0125:
{
// offsetY = rect.yMax - radius * 2;
float L_43 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_44 = V_8;
V_10 = ((float)il2cpp_codegen_subtract((float)L_43, (float)((float)il2cpp_codegen_multiply((float)L_44, (float)(2.0f)))));
}
IL_0137:
{
// if (radius != 0)
float L_45 = V_8;
if ((((float)L_45) == ((float)(0.0f))))
{
goto IL_0241;
}
}
{
// int partNumSides = Mathf.Max(1, Mathf.CeilToInt(Mathf.PI * radius / 8)) + 1;
float L_46 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_47 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_multiply((float)(3.14159274f), (float)L_46))/(float)(8.0f))), /*hidden argument*/NULL);
int32_t L_48 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(1, L_47, /*hidden argument*/NULL);
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
// float angleDelta = Mathf.PI / 2 / partNumSides;
int32_t L_49 = V_11;
V_12 = ((float)((float)(1.57079637f)/(float)(((float)((float)L_49)))));
// float angle = Mathf.PI / 2 * i;
int32_t L_50 = V_7;
V_13 = ((float)il2cpp_codegen_multiply((float)(1.57079637f), (float)(((float)((float)L_50)))));
// float startAngle = angle;
float L_51 = V_13;
V_14 = L_51;
// for (int j = 1; j <= partNumSides; j++)
V_15 = 1;
goto IL_0233;
}
IL_0182:
{
// if (j == partNumSides) //????????????
int32_t L_52 = V_15;
int32_t L_53 = V_11;
if ((!(((uint32_t)L_52) == ((uint32_t)L_53))))
{
goto IL_0192;
}
}
{
// angle = startAngle + Mathf.PI / 2;
float L_54 = V_14;
V_13 = ((float)il2cpp_codegen_add((float)L_54, (float)(1.57079637f)));
}
IL_0192:
{
// Vector3 v1 = new Vector3(offsetX + Mathf.Cos(angle) * (radius - lineWidth) + radius,
// offsetY + Mathf.Sin(angle) * (radius - lineWidth) + radius, 0);
float L_55 = V_9;
float L_56 = V_13;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_57 = cosf(L_56);
float L_58 = V_8;
float L_59 = __this->get_lineWidth_1();
float L_60 = V_8;
float L_61 = V_10;
float L_62 = V_13;
float L_63 = sinf(L_62);
float L_64 = V_8;
float L_65 = __this->get_lineWidth_1();
float L_66 = V_8;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_16), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_55, (float)((float)il2cpp_codegen_multiply((float)L_57, (float)((float)il2cpp_codegen_subtract((float)L_58, (float)L_59)))))), (float)L_60)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_61, (float)((float)il2cpp_codegen_multiply((float)L_63, (float)((float)il2cpp_codegen_subtract((float)L_64, (float)L_65)))))), (float)L_66)), (0.0f), /*hidden argument*/NULL);
// vb.AddVert(v1, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_67 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_68 = V_16;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_69 = V_1;
NullCheck(L_67);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_67, L_68, L_69, /*hidden argument*/NULL);
// if (lineWidth != 0)
float L_70 = __this->get_lineWidth_1();
if ((((float)L_70) == ((float)(0.0f))))
{
goto IL_0226;
}
}
{
// vb.AddVert(v1, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_71 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72 = V_16;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_73 = __this->get_lineColor_2();
NullCheck(L_71);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_71, L_72, L_73, /*hidden argument*/NULL);
// vb.AddVert(new Vector3(offsetX + Mathf.Cos(angle) * radius + radius,
// offsetY + Mathf.Sin(angle) * radius + radius, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_74 = ___vb0;
float L_75 = V_9;
float L_76 = V_13;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_77 = cosf(L_76);
float L_78 = V_8;
float L_79 = V_8;
float L_80 = V_10;
float L_81 = V_13;
float L_82 = sinf(L_81);
float L_83 = V_8;
float L_84 = V_8;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_85;
memset((&L_85), 0, sizeof(L_85));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_85), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_75, (float)((float)il2cpp_codegen_multiply((float)L_77, (float)L_78)))), (float)L_79)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_80, (float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)))), (float)L_84)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_86 = __this->get_lineColor_2();
NullCheck(L_74);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_74, L_85, L_86, /*hidden argument*/NULL);
}
IL_0226:
{
// angle += angleDelta;
float L_87 = V_13;
float L_88 = V_12;
V_13 = ((float)il2cpp_codegen_add((float)L_87, (float)L_88));
// for (int j = 1; j <= partNumSides; j++)
int32_t L_89 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
}
IL_0233:
{
// for (int j = 1; j <= partNumSides; j++)
int32_t L_90 = V_15;
int32_t L_91 = V_11;
if ((((int32_t)L_90) <= ((int32_t)L_91)))
{
goto IL_0182;
}
}
{
// }
goto IL_02e0;
}
IL_0241:
{
// Vector3 v1 = new Vector3(offsetX, offsetY, 0);
float L_92 = V_9;
float L_93 = V_10;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_17), L_92, L_93, (0.0f), /*hidden argument*/NULL);
// if (lineWidth != 0)
float L_94 = __this->get_lineWidth_1();
if ((((float)L_94) == ((float)(0.0f))))
{
goto IL_02d7;
}
}
{
// if (i == 0 || i == 3)
int32_t L_95 = V_7;
if (!L_95)
{
goto IL_0267;
}
}
{
int32_t L_96 = V_7;
if ((!(((uint32_t)L_96) == ((uint32_t)3))))
{
goto IL_0274;
}
}
IL_0267:
{
// offsetX -= lineWidth;
float L_97 = V_9;
float L_98 = __this->get_lineWidth_1();
V_9 = ((float)il2cpp_codegen_subtract((float)L_97, (float)L_98));
goto IL_027f;
}
IL_0274:
{
// offsetX += lineWidth;
float L_99 = V_9;
float L_100 = __this->get_lineWidth_1();
V_9 = ((float)il2cpp_codegen_add((float)L_99, (float)L_100));
}
IL_027f:
{
// if (i == 0 || i == 1)
int32_t L_101 = V_7;
if (!L_101)
{
goto IL_0288;
}
}
{
int32_t L_102 = V_7;
if ((!(((uint32_t)L_102) == ((uint32_t)1))))
{
goto IL_0295;
}
}
IL_0288:
{
// offsetY -= lineWidth;
float L_103 = V_10;
float L_104 = __this->get_lineWidth_1();
V_10 = ((float)il2cpp_codegen_subtract((float)L_103, (float)L_104));
goto IL_02a0;
}
IL_0295:
{
// offsetY += lineWidth;
float L_105 = V_10;
float L_106 = __this->get_lineWidth_1();
V_10 = ((float)il2cpp_codegen_add((float)L_105, (float)L_106));
}
IL_02a0:
{
// Vector3 v2 = new Vector3(offsetX, offsetY, 0);
float L_107 = V_9;
float L_108 = V_10;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_18), L_107, L_108, (0.0f), /*hidden argument*/NULL);
// vb.AddVert(v2, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_109 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_110 = V_18;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_111 = V_1;
NullCheck(L_109);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_109, L_110, L_111, /*hidden argument*/NULL);
// vb.AddVert(v2, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_112 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_113 = V_18;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_114 = __this->get_lineColor_2();
NullCheck(L_112);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_112, L_113, L_114, /*hidden argument*/NULL);
// vb.AddVert(v1, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_115 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_116 = V_17;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_117 = __this->get_lineColor_2();
NullCheck(L_115);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_115, L_116, L_117, /*hidden argument*/NULL);
// }
goto IL_02e0;
}
IL_02d7:
{
// vb.AddVert(v1, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_118 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_119 = V_17;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_120 = V_1;
NullCheck(L_118);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_118, L_119, L_120, /*hidden argument*/NULL);
}
IL_02e0:
{
// for (int i = 0; i < 4; i++)
int32_t L_121 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1));
}
IL_02e6:
{
// for (int i = 0; i < 4; i++)
int32_t L_122 = V_7;
if ((((int32_t)L_122) < ((int32_t)4)))
{
goto IL_009f;
}
}
{
// cnt = vb.currentVertCount - cnt;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_123 = ___vb0;
NullCheck(L_123);
int32_t L_124 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_123, /*hidden argument*/NULL);
int32_t L_125 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)L_125));
// if (lineWidth > 0)
float L_126 = __this->get_lineWidth_1();
if ((!(((float)L_126) > ((float)(0.0f)))))
{
goto IL_037c;
}
}
{
// for (int i = 0; i < cnt; i += 3)
V_19 = 0;
goto IL_0375;
}
IL_030b:
{
// if (i != cnt - 3)
int32_t L_127 = V_19;
int32_t L_128 = V_6;
if ((((int32_t)L_127) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_128, (int32_t)3)))))
{
goto IL_0348;
}
}
{
// vb.AddTriangle(0, i + 1, i + 4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_129 = ___vb0;
int32_t L_130 = V_19;
int32_t L_131 = V_19;
NullCheck(L_129);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_129, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)4)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 5, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_132 = ___vb0;
int32_t L_133 = V_19;
int32_t L_134 = V_19;
int32_t L_135 = V_19;
NullCheck(L_132);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_132, ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)5)), ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, i + 6, i + 5);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_136 = ___vb0;
int32_t L_137 = V_19;
int32_t L_138 = V_19;
int32_t L_139 = V_19;
NullCheck(L_136);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_136, ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)3)), ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)6)), ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)5)), /*hidden argument*/NULL);
// }
goto IL_036f;
}
IL_0348:
{
// vb.AddTriangle(0, i + 1, 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_140 = ___vb0;
int32_t L_141 = V_19;
NullCheck(L_140);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_140, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)), 1, /*hidden argument*/NULL);
// vb.AddTriangle(2, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_142 = ___vb0;
int32_t L_143 = V_19;
int32_t L_144 = V_19;
NullCheck(L_142);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_142, 2, ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, 3, 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_145 = ___vb0;
int32_t L_146 = V_19;
NullCheck(L_145);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_145, ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)3)), 3, 2, /*hidden argument*/NULL);
}
IL_036f:
{
// for (int i = 0; i < cnt; i += 3)
int32_t L_147 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)3));
}
IL_0375:
{
// for (int i = 0; i < cnt; i += 3)
int32_t L_148 = V_19;
int32_t L_149 = V_6;
if ((((int32_t)L_148) < ((int32_t)L_149)))
{
goto IL_030b;
}
}
{
// }
return;
}
IL_037c:
{
// for (int i = 0; i < cnt; i++)
V_20 = 0;
goto IL_03a1;
}
IL_0381:
{
// vb.AddTriangle(0, i + 1, (i == cnt - 1) ? 1 : i + 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_150 = ___vb0;
int32_t L_151 = V_20;
int32_t L_152 = V_20;
int32_t L_153 = V_6;
G_B51_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1));
G_B51_1 = 0;
G_B51_2 = L_150;
if ((((int32_t)L_152) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)1)))))
{
G_B52_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1));
G_B52_1 = 0;
G_B52_2 = L_150;
goto IL_0395;
}
}
{
int32_t L_154 = V_20;
G_B53_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)2));
G_B53_1 = G_B51_0;
G_B53_2 = G_B51_1;
G_B53_3 = G_B51_2;
goto IL_0396;
}
IL_0395:
{
G_B53_0 = 1;
G_B53_1 = G_B52_0;
G_B53_2 = G_B52_1;
G_B53_3 = G_B52_2;
}
IL_0396:
{
NullCheck(G_B53_3);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(G_B53_3, G_B53_2, G_B53_1, G_B53_0, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_155 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1));
}
IL_03a1:
{
// for (int i = 0; i < cnt; i++)
int32_t L_156 = V_20;
int32_t L_157 = V_6;
if ((((int32_t)L_156) < ((int32_t)L_157)))
{
goto IL_0381;
}
}
{
// }
return;
}
}
// System.Boolean FairyGUI.RoundedRectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RoundedRectMesh_HitTest_m0106FD85604D9D5ED1F9F1A006892436B9854E0E (RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RoundedRectMesh_HitTest_m0106FD85604D9D5ED1F9F1A006892436B9854E0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (drawRect != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_1)
{
goto IL_0022;
}
}
{
// return ((Rect)drawRect).Contains(point);
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_2 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_2, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
V_0 = L_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___point1;
bool L_5 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0022:
{
// return contentRect.Contains(point);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___point1;
bool L_7 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), L_6, /*hidden argument*/NULL);
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GPath_get_length_mD8BECE9E1D6ABC645FDE4F6F5F39E07567B5A7A6_inline (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method)
{
{
// get { return _fullLength; }
float L_0 = __this->get__fullLength_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_host_m63688773B2BAB1785079A3C7C0598F3B8696167E_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_onBegin_m50733026683AF9AB09E604AD687C375C431A47E9_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_onEnd_m44D2F815B5A7FA196553E798587266A76B2D264B_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LongPressGesture_set_onAction_m1ECFD0C314483DCFBC2816054F8B00E89FFFA785_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * LongPressGesture_get_host_m22E74F16704E302B0406D032D3C4E41FB8BB1ADB_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = __this->get_U3CinputEventU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public float x { get; internal set; }
float L_0 = __this->get_U3CxU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public float y { get; internal set; }
float L_0 = __this->get_U3CyU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onBegin_m9D7C19E15CF363873B40878AF13333820BA7B246_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onAction_m4B918B8CC581E910083755C5B510CBC32EE0C214_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * LongPressGesture_get_onEnd_mC7364A89FF37282C2BADAD6318AA4EC492A5D1E8_inline (LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
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 FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* MovieClip_get_frames_mC89599D64B2AE02822E8E5A8E6BB37959D285D5E_inline (MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * __this, const RuntimeMethod* method)
{
{
// return _frames;
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_0 = __this->get__frames_67();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_gameObject_m11B4F80F29EC9A73122AC18D564B42CB619F6ED1_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CgameObjectU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_meshFilter_m2E5F6A118AA28F7F06A18B09033C34CA4B00D659_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___value0, const RuntimeMethod* method)
{
{
// public MeshFilter meshFilter { get; private set; }
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_0 = ___value0;
__this->set_U3CmeshFilterU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_meshRenderer_mE69AADF62CE24094BE21F3E06BDFCE6E3EBEE47B_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___value0, const RuntimeMethod* method)
{
{
// public MeshRenderer meshRenderer { get; private set; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = ___value0;
__this->set_U3CmeshRendererU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * NGraphics_get_meshRenderer_m6AF9932DA9290A0F8698E45F528CB30B6763F1AC_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public MeshRenderer meshRenderer { get; private set; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = __this->get_U3CmeshRendererU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_mesh_m9E30B495CB741D6D53A6040A629B65ABD547A88F_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___value0, const RuntimeMethod* method)
{
{
// public Mesh mesh { get; private set; }
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___value0;
__this->set_U3CmeshU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public Mesh mesh { get; private set; }
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_U3CmeshU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * NGraphics_get_meshFilter_m08A02382147CBA67E1EAE5C2F7CAA8A5A6FE3523_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public MeshFilter meshFilter { get; private set; }
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_0 = __this->get_U3CmeshFilterU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _texture; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 NGraphics_get_vertexMatrix_m121430B7EE43B12A7EF86710E163F28BCE9738DA_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _vertexMatrix; }
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_0 = __this->get__vertexMatrix_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_host_mBDF30E1422C62014C93BA019DD54E1A7D64E7BA5_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_onBegin_mC3E6109DD4C368D14A06C76045404947A2956DB2_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_onEnd_m9495AE479681752EFA9E63E007034A9AA6D76B4A_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PinchGesture_set_onAction_m3D167F7244B2D7C1AFAC889FE4580B503D7F95A6_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * PinchGesture_get_host_m1A28442419E5A151AA2716A24C483DAACAE3FF90_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// get { return _touchCount; }
int32_t L_0 = __this->get__touchCount_79();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onBegin_mE046E57AA1D74D8BF711DAB7649FD0A2BE22BD87_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onAction_m64FFEAA366F96DDAD63A3688FE0A4AB40710B706_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * PinchGesture_get_onEnd_m42A451D779DD8AACD703ACB57014F03EC6E90E30_inline (PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_get_buffer_m94E9A13BB05B381E38A2DF111142612E917406F7_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _data; }
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _pointer; }
int32_t L_0 = __this->get__pointer_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _playing; }
bool L_0 = __this->get__playing_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _totalTimes = value;
int32_t L_0 = ___value0;
__this->set__totalTimes_4(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_visible_m8FE1FF3A0A059F92F2B74D3694C209B1382661C9_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _visible;
bool L_0 = __this->get__visible_29();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// return _selectedIndex;
int32_t L_0 = __this->get__selectedIndex_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * PopupMenu_get_contentPane_m5AF133CA30BBD2DBA7ADCB5712E43D1A153AB811_inline (PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 * __this, const RuntimeMethod* method)
{
{
// get { return _contentPane; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__contentPane_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _grayed;
bool L_0 = __this->get__grayed_33();
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 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 GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * RelationItem_get_target_m84E288C1E70402CF97425BB736D72D5D4909A1B2_inline (RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__target_1();
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 float GObject_get_pivotX_m16025BED5980797D4066E4F861DEEAEAC3C4EF6A_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _pivotX; }
float L_0 = __this->get__pivotX_22();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_pivotY_m421D396D3D8BB07FE9B4E11F4F7E29AF6A3FDBB2_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _pivotY; }
float L_0 = __this->get__pivotY_23();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = __this->get_U3CidU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _pivotAsAnchor; }
bool L_0 = __this->get__pivotAsAnchor_24();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * GObject_get_relations_mCFA5CF901F79400596AE2A46B6DDFC17DD157824_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public Relations relations { get; private set; }
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * L_0 = __this->get_U3CrelationsU3Ek__BackingField_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * GObject_get_group_m7FA31C3020E73422306A0E8F6781A1645326B196_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _group; }
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * L_0 = __this->get__group_41();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public EventDispatcher sender { get; internal set; }
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = __this->get_U3CsenderU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR 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 void RichTextField_set_htmlPageContext_m0E4D575E10E2369043D1235D606C9C75E6E30796_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
// public IHtmlPageContext htmlPageContext { get; set; }
RuntimeObject* L_0 = ___value0;
__this->set_U3ChtmlPageContextU3Ek__BackingField_69(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RichTextField_set_htmlParseOptions_m1016BE6290FFA45605E20698617DAA2CC409F9F0_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___value0, const RuntimeMethod* method)
{
{
// public HtmlParseOptions htmlParseOptions { get; private set; }
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_0 = ___value0;
__this->set_U3ChtmlParseOptionsU3Ek__BackingField_70(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RichTextField_set_textField_mD623D96528F5503425BB474432A7B6FFF2DC0703_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___value0, const RuntimeMethod* method)
{
{
// public TextField textField { get; private set; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = ___value0;
__this->set_U3CtextFieldU3Ek__BackingField_72(L_0);
return;
}
}
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 String_t* TextField_get_text_m0C6DB761E2C23A7F78B137C5DBAA937B7BCDD511_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _text; }
String_t* L_0 = __this->get__text_55();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_htmlText_mC068BF01FB1A55B7B34B43707A970B3F2EE36B2A_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _text; }
String_t* L_0 = __this->get__text_55();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _textFormat; }
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = __this->get__textFormat_53();
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 RotationGesture_set_host_mFCC0664EF96A520BE533BF3B693237801D710B3D_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_onBegin_m213933576E5B27FEEDF2A0D3D43DC89203ACE75E_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_onEnd_m873D386A2263D5FFE5D006419C2C33F9B5B0CDF6_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RotationGesture_set_onAction_m0028C1452C992B78468D19F17EC59F8B07BCE69C_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * RotationGesture_get_host_m71DA5BA090771479D46A7D9F3C34F675B711AAF7_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onBegin_mE3254A3750B2FD8773577C6443A1746009531184_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onAction_mF4AF9DAC77B32835F700FD70A86887E83558681F_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * RotationGesture_get_onEnd_m461F188E5E14BCF1890AC1DBEFD050C70E2FF754_inline (RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
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 float List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_gshared_inline (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __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:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)__this->get__items_1();
int32_t L_3 = ___index0;
float L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)L_2, (int32_t)L_3);
return L_4;
}
}
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 uint8_t List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_gshared_inline (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __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:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)__this->get__items_1();
int32_t L_3 = ___index0;
uint8_t L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_gshared_inline (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __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:
{
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_2 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)__this->get__items_1();
int32_t L_3 = ___index0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)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 bool Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_gshared_inline (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_gshared_inline (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
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_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_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_gshared_inline (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_gshared_inline (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_gshared_inline (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __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:
{
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_2 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)__this->get__items_1();
int32_t L_3 = ___index0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)L_2, (int32_t)L_3);
return L_4;
}
}
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;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}