#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 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 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 struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template 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 struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template 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); } }; 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 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 struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker8 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, 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 struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template 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); } }; 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 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); } }; // FairyGUI.Anymous_T struct Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4; // FairyGUI.Anymous_T[] struct Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7; // FairyGUI.BaseFont struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F; // FairyGUI.Container struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68; // FairyGUI.Controller struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64; // FairyGUI.DisplayObject struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB; // FairyGUI.DisplayObject[] struct DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204; // FairyGUI.DynamicFont/RenderInfo struct RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03; // FairyGUI.EllipseMesh struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0; // FairyGUI.Emoji struct Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583; // 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.EventDispatcher[] struct EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E; // FairyGUI.EventListener struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F; // 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.GRoot struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F; // FairyGUI.GScrollBar struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2; // FairyGUI.GearBase[] struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A; // FairyGUI.IFilter struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3; // FairyGUI.IHitTest struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9; // FairyGUI.IKeyboard struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745; // FairyGUI.IMeshFactory struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA; // FairyGUI.InputEvent struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495; // FairyGUI.InputTextField struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC; // FairyGUI.InputTextField/CopyHandler struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078; // FairyGUI.InputTextField/PasteHandler struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14; // FairyGUI.ListItemProvider struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1; // FairyGUI.ListItemRenderer struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9; // FairyGUI.MaterialManager struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098; // FairyGUI.NAudioClip struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96; // FairyGUI.NGraphics struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD; // FairyGUI.NGraphics/MeshModifier struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15; // FairyGUI.NTexture struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A; // FairyGUI.NTexture[] struct NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE; // FairyGUI.PackageItem struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0; // FairyGUI.PlayCompleteCallback struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554; // FairyGUI.PolygonMesh struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88; // FairyGUI.RectMesh struct RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3; // FairyGUI.RegularPolygonMesh struct RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2; // FairyGUI.Relations struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF; // FairyGUI.RichTextField struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294; // FairyGUI.RoundedRectMesh struct RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65; // FairyGUI.ScrollPane struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE; // FairyGUI.SelectionShape struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429; // FairyGUI.ShaderConfig struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A; // FairyGUI.ShaderConfig/GetFunction struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA; // FairyGUI.ShaderConfig/PropertyIDs struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71; // FairyGUI.Shape struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8; // FairyGUI.Stage struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8; // FairyGUI.StageCamera struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81; // FairyGUI.StageEngine struct StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353; // FairyGUI.Stats struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0; // FairyGUI.StencilEraser struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B; // FairyGUI.SwipeGesture struct SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26; // FairyGUI.TValue struct TValue_t82801118914234C897121D3AFA68F615837FB309; // FairyGUI.TValue_Animation struct TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B; // FairyGUI.TValue_Shake struct TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04; // FairyGUI.TValue_Sound struct TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF; // FairyGUI.TValue_Text struct TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252; // FairyGUI.TValue_Transition struct TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131; // FairyGUI.TValue_Visible struct TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E; // FairyGUI.TextField struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D; // FairyGUI.TextField/CharPosition[] struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4; // FairyGUI.TextField/LineInfo struct LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F; // FairyGUI.TextField/LineInfo[] struct LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40; // FairyGUI.TextFormat struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135; // FairyGUI.TimerCallback struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879; // FairyGUI.Timers struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3; // FairyGUI.TimersEngine struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06; // FairyGUI.TouchInfo struct TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C; // FairyGUI.TouchInfo[] struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD; // FairyGUI.TouchScreenKeyboard struct TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937; // FairyGUI.Transition struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA; // FairyGUI.UIConfig/SoundLoader struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2; // FairyGUI.UIContentScaler struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B; // 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.HtmlLink struct HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5; // FairyGUI.Utils.HtmlParseOptions struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67; // FairyGUI.Utils.HtmlParser/TextFormat2 struct TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD; // 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[] struct EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4894C563A6AA83F02FB0CE34F490429DA010ED76; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t18916C4667502155E7DF1D069EDAB4EC057B2206; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tBD5E2CD7FB68E3B4BD7EF441EF4B6C13B27C0600; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA74C9F2C80A3BFA5A7BE17C48871B702741C8733; // System.Collections.Generic.List`1 struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65; // System.Collections.Generic.List`1 struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376; // System.Collections.Generic.List`1 struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF; // System.Collections.Generic.List`1 struct List_1_t11A30662822286DF8036D0D1993807262B502B70; // System.Collections.Generic.List`1 struct List_1_t96F9041444F491A9089B15870662D9839D1B9728; // System.Collections.Generic.List`1 struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219; // System.Collections.Generic.List`1 struct List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991; // System.Collections.Generic.List`1 struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42; // System.Collections.Generic.List`1 struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87; // System.Collections.Generic.List`1 struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3; // System.Collections.Generic.List`1 struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5; // System.Collections.Generic.List`1 struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281; // System.Collections.Generic.List`1 struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2; // System.Collections.Generic.List`1 struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00; // System.Collections.Generic.List`1 struct List_1_t4560191C672D03870FD13008AEE68190DE623133; // System.Collections.Generic.List`1 struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C; // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Generic.List`1 struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5; // System.Collections.Generic.List`1 struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350; // System.Collections.Generic.List`1 struct List_1_t7EF66508193EA1747FD65EC53012A60FF1697964; // System.Collections.Generic.List`1 struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5; // System.Collections.Generic.List`1 struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955; // System.Collections.Generic.Stack`1 struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A; // System.Collections.Generic.Stack`1 struct Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326; // System.Collections.Generic.Stack`1 struct Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841; // System.Collections.Generic.Stack`1 struct Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149; // System.Collections.Generic.Stack`1 struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045; // System.Collections.Generic.Stack`1 struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Comparison`1 struct Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB; // System.Comparison`1 struct Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // 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.Text.RegularExpressions.Regex struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF; // System.Text.StringBuilder struct StringBuilder_t; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // 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.Color32[] struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC; // UnityEngine.Display struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57; // UnityEngine.Display/DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90; // UnityEngine.Display[] struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9; // UnityEngine.Event struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305; // UnityEngine.Font struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598; // UnityEngine.Mesh struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C; // UnityEngine.MeshFilter struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0; // UnityEngine.MeshRenderer struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.Rect[] struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B; // UnityEngine.Renderer struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4; // UnityEngine.Shader struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; // UnityEngine.Vector4[] struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66; IL2CPP_EXTERN_C RuntimeClass* Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_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* FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_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* LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_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* TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_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* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____335BB7CBEE0951D5B5545B3AF1873199CFE13674_8_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____806BC28C08532BB7F7A6471F4796475FF255663B_22_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B9E14633411C46CB64AE42D91DD928EE3EC5B1; IL2CPP_EXTERN_C String_t* _stringLiteral026061AA5F52B66FF8F1170F661A62B79AF9CD3E; IL2CPP_EXTERN_C String_t* _stringLiteral03F230A3F648BBBF19A46DB54CF7BC9F6F745F9F; IL2CPP_EXTERN_C String_t* _stringLiteral07616D138AF89F6A69E286AEA1D9580193A21F59; IL2CPP_EXTERN_C String_t* _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC; IL2CPP_EXTERN_C String_t* _stringLiteral1097D13A137BB20FD66E7A2A8416481E901FED85; IL2CPP_EXTERN_C String_t* _stringLiteral14741906D23F396FF12E73FA1BA09765BF72EB54; IL2CPP_EXTERN_C String_t* _stringLiteral174423A4FAA17B22DA7C040AA58A5E7F7308EFB2; IL2CPP_EXTERN_C String_t* _stringLiteral19079E46FA007322D2A6D3634A63F1BA73F3B515; IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441; IL2CPP_EXTERN_C String_t* _stringLiteral25643BC6FF14679375C584E46ECC6DE5B805F697; IL2CPP_EXTERN_C String_t* _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D; IL2CPP_EXTERN_C String_t* _stringLiteral260405271C5460EBB1EBA0C6EBAD3F04C05FC134; IL2CPP_EXTERN_C String_t* _stringLiteral37EF58FB27A4F610778E4C0991FB34136DF50C1E; IL2CPP_EXTERN_C String_t* _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C; IL2CPP_EXTERN_C String_t* _stringLiteral45F375828326A11F8904529DE05D20043ABA1653; IL2CPP_EXTERN_C String_t* _stringLiteral4B97D60E035BADDA1F2DDD70E4C5DA2A1A0AD7AC; IL2CPP_EXTERN_C String_t* _stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799; IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1; IL2CPP_EXTERN_C String_t* _stringLiteral50D6817D5A1FD202CB992ED7DCB5C9A533C75F3F; IL2CPP_EXTERN_C String_t* _stringLiteral532E44E10FB82EEBC1D183BD23AF2CF20EE22BE2; IL2CPP_EXTERN_C String_t* _stringLiteral54CE683EECB5BF22B3CF1A9F607945FDE317AAC0; IL2CPP_EXTERN_C String_t* _stringLiteral54DFDFF405886EF09F4F9BC0485D412EE82DD253; IL2CPP_EXTERN_C String_t* _stringLiteral551E47864A1A116E200D76EE7472499B1BEA721B; IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808; IL2CPP_EXTERN_C String_t* _stringLiteral5F7863C13BF94B66736546FD37A9FA9F41D43D6A; IL2CPP_EXTERN_C String_t* _stringLiteral65748A0CDC7B51F0B1CFF19BB2E632949D6DF72B; IL2CPP_EXTERN_C String_t* _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA; IL2CPP_EXTERN_C String_t* _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3; IL2CPP_EXTERN_C String_t* _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D; IL2CPP_EXTERN_C String_t* _stringLiteral7A200607148CA1061B43BC5E5BF6CFF3829B9B93; IL2CPP_EXTERN_C String_t* _stringLiteral80F34F8AEFAE970F954D31290D5CE0E2143DC74A; IL2CPP_EXTERN_C String_t* _stringLiteral88C5B42537E5DED360ED9D04965D203ACC7C44A0; IL2CPP_EXTERN_C String_t* _stringLiteral8DD62ACF429375A264346E1E9B92A8E490AAF02B; IL2CPP_EXTERN_C String_t* _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA; IL2CPP_EXTERN_C String_t* _stringLiteral97DD6557DBE1BB85BF8E4E49F8BDE8A8A747E7B2; IL2CPP_EXTERN_C String_t* _stringLiteral9AACF322A71C6A614CCD8E79FFE250BE5062A9FD; IL2CPP_EXTERN_C String_t* _stringLiteral9D57875196C613785A1EEE010C55223A0F1AA821; IL2CPP_EXTERN_C String_t* _stringLiteralA78848C7EDA4C562D6F7AB9739E160B17F23E30A; IL2CPP_EXTERN_C String_t* _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544; IL2CPP_EXTERN_C String_t* _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C; IL2CPP_EXTERN_C String_t* _stringLiteralB34DDFB1FB957E3018AD7DB569344D979C77A9BC; IL2CPP_EXTERN_C String_t* _stringLiteralB545E4A735321A50B74651E8EB692FDF074E4A14; IL2CPP_EXTERN_C String_t* _stringLiteralB5E2BA93787E798DD2F2FDF3C3B4EE994B1A5889; IL2CPP_EXTERN_C String_t* _stringLiteralBB907F5CCE90837F484F998069B8288F5F4850AD; IL2CPP_EXTERN_C String_t* _stringLiteralC0BC012F9D287EE324996D6BDC2252C3A022E4F0; IL2CPP_EXTERN_C String_t* _stringLiteralC0E60DD82594AF705F1DCD06B4FE427E33BBAFCC; IL2CPP_EXTERN_C String_t* _stringLiteralC22791F80459A576D74DA894B70A34B2AA837FE5; IL2CPP_EXTERN_C String_t* _stringLiteralCA6D0E3AAA7D6CC0E9D9FE14EED28587F7EE1133; IL2CPP_EXTERN_C String_t* _stringLiteralD2CE75DA68D291B4D50ADCFA6F95BF9DF3AA23EF; IL2CPP_EXTERN_C String_t* _stringLiteralE21EEE0CA1FFEE216BD7B8320C66246E25F7E862; IL2CPP_EXTERN_C String_t* _stringLiteralE60B111E43B0FBCC0A05A330E648CCEECD3AD0CC; IL2CPP_EXTERN_C String_t* _stringLiteralE6FF467F4ACD4DBAB7EC62A2696D9939328068A8; IL2CPP_EXTERN_C String_t* _stringLiteralE90DD7706BA1BE760467BC2699C28D6A0AEF1F43; IL2CPP_EXTERN_C String_t* _stringLiteralEA5C1A20B7CFCFEC8A35FB4C6A419A1314233755; IL2CPP_EXTERN_C String_t* _stringLiteralED595662AD10D27DE0F2FAECE995E2CA2B8E7012; IL2CPP_EXTERN_C String_t* _stringLiteralF171A33F5770F4CD1AE476817D12DDCC1252D357; IL2CPP_EXTERN_C String_t* _stringLiteralF27FEDE2220BCD326AEE3E86DDFD4EBD0FE58CB9; IL2CPP_EXTERN_C String_t* _stringLiteralF3673896471BA58637AE2716865FBD0BC3360892; IL2CPP_EXTERN_C String_t* _stringLiteralFAB1861EBC1EC4C034B6EAB9C5ED913FDF78E516; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m1C3F4D5128CB00F3EF8A865C58F455C1F6822726_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m4D4A15412320BAFA192E330D3A62E8EB73D070E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9DA3923D95A46E835D0C32504CAD2A904D1AB322_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mAEDD09743344CF1F76E36089E70FCED233092658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m83B1C50490E4840D27259A8B7BB9BAF43D127D49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m4A985951EAE272F590C2CBEF9D8A7EA34894B451_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_mF8E45BF814846E1641335B8471A4AEAA2AD83E8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_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* GameObject_AddComponent_TisStageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_mFAD5235794FCCF02998AC715738E5D3DD817823E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m778CC248C37569C71A9C85346CA90BB1F1AE423B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06_m5AF6078DD946E276488D2C9E9BD68416C7864C4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m69AE5FD032845D3F4DD9AEC7EAE18F48BC493D02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m2DA94137DD92ED9D4015A94F200A5E239540075D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8DD85C20381CFA81C3B8F2752AB8F970B5285FE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB1ACC0B1F56F3CE869F756EFF1942A77A073A063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m0967A270F68527B49D37252AE15838DACE739EAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m9BF030002D146D352BF248810939729C6A37019F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mBFD0DCC19DAE2792E343FE4C726F0D47A134CD2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m04880E9057281B42D9B531BB6E0E606CF0404EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mF4DF514585C3F90EB998249C77A6F438FD9784A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m4ED8C1729D3284BD3ECA91989BFC8A7CE87DA7B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m9609991B2458EA3F522914F1166DEB355A808082_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7A19532CA2619A8383020B0300DE05EDD07F7CB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m88EC30C67C984B2A797218A6354B445ACE49A5FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAF698C8DC3A38852CA616E307498B2A64FDE508B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC02D73EF9116163B18D34DF395C01A9D5307FAB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDCD20ECD18192C74D6D935688072B9D5FA7CFBBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_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_m53BA266863A80D837FEE70D57DD3B6B3EC3A1E15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m322510E276084BEADA0127D9124B6184332618A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mE9D2B0953380313C292D4CA71E4DB239DF03A446_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisRegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2_mDD3E6AF1873EEA0F8A8C9879DF30AB6DD7DAF488_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisRoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65_mB45A6A784160B337F9E6DBFAF289CEA853D12A14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m141815358FD5C1037D415B5D9E4A3B5495018B4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m0B0D32B2E2FD7B07C65A49DF4EA3F82E86DA9F5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___rollOut_mF3968CD5B5A73D2E1A5262BA11DE76D532A22172_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___rollOver_m7195EE290A4A00B2126A4F67D0318E2A490E0AF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m076739D83963690B2900D93C3E77E3D5A15852B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m4E5A8E43B6F86781E6D4E2CDFDE0B0B3C76FC822_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mF6CBAE40D4F453D97B9CEA7C51F22DF72ABFD357_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var; IL2CPP_EXTERN_C const uint32_t GObject_get_draggingObject_m07AA385ADF9B1F463B6AB0E74DFA8199961EA15BAssemblyU2DCSharp5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineInfo_Return_mB58BC76106A5342281AA33ACB4DC5C2C418EB963_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineInfo__cctor_m6DDD3399AC878C91E5F7111A780C3B622138F936_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_AdjustMaskContainer_mABDAEFF3ABABC08845452A31CC07E8F41848108D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_CancelDragging_mADB9ED09B699223060E0CEBC47EC467F38D2A484_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_Dispose_mB959D87A201EFF00FE74D1D282540520CD1195E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_LockFooter_mD97B71BEE7B7157AD3C40556AF60E1153A288AC1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_LockHeader_mEFAC37E4AD3AD942664D81CC1100C4C0163E7AFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_ScrollToView_m20BE2E03AE95EA0FB78FBE1D736533858755D844_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SetContentSize_m0612D4F5C65A3B508D1956B022C076FF7D19F4A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPercX_mCF58EA9333E9F684E3655B00632D3E69931237C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_Setup_m9212A8C71B263A54852127A2192F18026FAE5199_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_UpdateClipSoft_m2B4155B99B59A2DEC480E1C7824E6CDCE92E9D1D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_UpdateTargetAndDuration_mDE19CCD80EF7E024FA6F10EC2147D8DB17D3CF53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane__ctor_m327D924988C69C64D7422AF98A3297197D15CCF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_currentPageX_m458B1DFCB254891774D0999E29849D79B50CB2ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_currentPageY_m0799CFD622C420DBFF14D4C33AA782529594AFF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4AssemblyU2DCSharp5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onPullDownRelease_m8922AB756B13CA5CD5C9A9615676B29AE42AB5F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onPullUpRelease_m967B9C14FD7DC44C744677519DCF56CDD99C770C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onScrollEnd_m22DCC477C883AFA069FB0D59E45E0F637FA74E18_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onScroll_mD2E553A569AFD667003BF5410F058EEAF0B858A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_scrollingPosX_mB951A38934ED55486264BC9FB223C9632585B5B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_get_scrollingPosY_m3FD374B0E3E9C3DA57F74C4D5B1B1EB709ADC7D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509AAssemblyU2DCSharp5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScrollPane_set_scrollStep_m098B1B85F2531570E34153298D5B8C5F926DDD8C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SelectionShape_HitTest_m09FC3784DC9B5114948B84191DD486068F0A171D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SelectionShape_OnPopulateMesh_m48CABEF3A40307F25FE9403C588367C660DA39C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ShaderConfig__cctor_m9F8A82C0619A7DC5551B7975F58C7F415B94A389_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ShaderConfig_get_propertyIDs_m1563F4B2E2B3C46FACA105C91348BEA5D8EDFF48_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawEllipse_m74F2720051D287E99F2DE65FABA7BE988C59C5AA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawEllipse_m9B21625641010EC6DBA9B31CB56D6E8000D12407_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawPolygon_m1B456BDC1E886019764EEA3B05B97A4F0D112757_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawPolygon_mF061C3D4E4736CD14139FBC4C322F542A81285A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawRect_mC78DED29706350AD4C496D5ECCDA863BE0AA6364_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawRegularPolygon_mAFBCA689F7460AD32BD10CAAC7C2148C676854EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_DrawRoundRect_m6FEF72AE9EB2D7961CCF0D74542F26DBDA7C0541_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape_HitTest_m50B25C09B46EBB152A8C32B14DE90526BC70B06B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera_CheckCaptureCamera_mDFDFE01E0D58B5FC495C7E90D8D0BF036D9BE63A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera_OnEnable_m270C75BDEBCCFB73BB7E5615F6678663958A755E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera_OnRenderObject_mE10D96DD58038D905D642BD4BF6EC23EC04D453F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageCamera__cctor_m77A7D0F5C1548A3B1C23DD7554D581A89FE4F309_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageEngine_LateUpdate_m6A6D4EB7A0D4F899124E7674FE6445CCCD769F76_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StageEngine_OnApplicationQuit_mA13D2FE5DEF243C765117C87681ABEE253E29F9E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_ApplyPanelOrder_mE83ABCE9CAB57AFBBE931677D47EB3DA359F4080_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_CloseKeyboard_m942AC818912316F1AC592FA899CC387A5D1AF098_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_CreatePoolManager_mBD96FD1A4C795582FEE889339B558B26EF446B81_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_DisableSound_m0937F636FCAEEA4D45451E686E62EFFE1491D4CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_Dispose_mDFD6197A172BCD56F868A54D2E83CDCF738FC46F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleCustomInput_m46D4A60C756F9D1B6F81387734F51C8A62B58ED3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleEvents_m6D359C697054CD3CAC056E562DE4C2A683C6D6F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleGUIEvents_m1174E2A5BB463A7CF2D29CC73D3A6411151DBD03_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleMouseEvents_m3048FC0F7A1C07CB1061C9B700C36BC57776BF2A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleScreenSizeChanged_m3C737B5ABF81E98B8A33E256987F4ACCDBB7EDB2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleTextInput_m5A8FDB719A744D71724947ABA5E593A6253850EE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_HandleTouchEvents_m31FD77E57AFFD801BB027F6EC459B39590A69D23_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_InternalUpdate_m3840A1AF4B34E8CC20F9278AC468A098531CDB54_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_MonitorTexture_m628E3A7420288F33DA365C410E866D339585D281_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_OpenKeyboard_m261DC6D7CC51A94F3A124CBD436192823582C113_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_RemoveTouchMonitor_m78197863E10455FA99BB3E6FDF57AAEABA18C447_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_SetCustomInput_m7A1D23BB07E645074CCD36B4D792D3901545FC88_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_SetCustomInput_mFB694ABC678FD1946037380985A34AAB3CDC1AAB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_SortWorldSpacePanelsByZOrder_m7D77A8C2AF31B95466821E34B858B3326B49F05D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage__ctor_m8CCBCE3E74E32FE54EA5AA4867FD0DCB90C939A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_isTouchOnUI_mA1DB9B317EA7B0F48231BA1D69EA139CBFF6C084_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6AssemblyU2DCSharp5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_onStageResized_m7BBF34B8B31204A50651CE5BC7A9BDA295466054_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0CAssemblyU2DCSharp5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915AssemblyU2DCSharp5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_set_keyboard_m3CE0620485EEB99CB6507001E5151BC2C8BFC9F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StencilEraser__ctor_m2C2E662961A55EFE927B9DF16BB5892C38956144_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SwipeGesture__cctor_mC5A5B8306037E383112A991339F72750EE7DE692_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SwipeGesture__ctor_m4A4F8B8B29B436827E40BA8CADE7159C433BACC6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_Cleanup_m69C55609150DE07D2C393BC62A7C3A13343EBE12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_DoShrink_mFFBDC22532B243E7BBC248324DCAC4F584392059_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_EnableRichSupport_m5CB5F24035FB5333E87A0991792C5654751E4AC8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_OnPopulateMesh_m1E3A4CB6D077EB074E106A57F99FF9B0309D1F1C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_ParseText_mBD675EBB33D1F72BA128E7C62A59CD5090AECCA3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField__cctor_m7870FBB3B59F7EE198674B8228BD5E4B2269C574_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_Exists_m2783E42A561AC48351942FBC10282EA70132ECFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_GetFromPool_m814732D8CECBFA8FBC1C1CF1F2B4CC31B087D0A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9; struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B; 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.Anymous_T struct Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 : public RuntimeObject { public: // System.Single FairyGUI.Anymous_T::interval float ___interval_0; // System.Int32 FairyGUI.Anymous_T::repeat int32_t ___repeat_1; // FairyGUI.TimerCallback FairyGUI.Anymous_T::callback TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback_2; // System.Object FairyGUI.Anymous_T::param RuntimeObject * ___param_3; // System.Single FairyGUI.Anymous_T::elapsed float ___elapsed_4; // System.Boolean FairyGUI.Anymous_T::deleted bool ___deleted_5; public: inline static int32_t get_offset_of_interval_0() { return static_cast(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___interval_0)); } inline float get_interval_0() const { return ___interval_0; } inline float* get_address_of_interval_0() { return &___interval_0; } inline void set_interval_0(float value) { ___interval_0 = value; } inline static int32_t get_offset_of_repeat_1() { return static_cast(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___repeat_1)); } inline int32_t get_repeat_1() const { return ___repeat_1; } inline int32_t* get_address_of_repeat_1() { return &___repeat_1; } inline void set_repeat_1(int32_t value) { ___repeat_1 = value; } inline static int32_t get_offset_of_callback_2() { return static_cast(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___callback_2)); } inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get_callback_2() const { return ___callback_2; } inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value); } inline static int32_t get_offset_of_param_3() { return static_cast(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___param_3)); } inline RuntimeObject * get_param_3() const { return ___param_3; } inline RuntimeObject ** get_address_of_param_3() { return &___param_3; } inline void set_param_3(RuntimeObject * value) { ___param_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_3), (void*)value); } inline static int32_t get_offset_of_elapsed_4() { return static_cast(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___elapsed_4)); } inline float get_elapsed_4() const { return ___elapsed_4; } inline float* get_address_of_elapsed_4() { return &___elapsed_4; } inline void set_elapsed_4(float value) { ___elapsed_4 = value; } inline static int32_t get_offset_of_deleted_5() { return static_cast(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___deleted_5)); } inline bool get_deleted_5() const { return ___deleted_5; } inline bool* get_address_of_deleted_5() { return &___deleted_5; } inline void set_deleted_5(bool value) { ___deleted_5 = value; } }; // FairyGUI.BaseFont struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F : public RuntimeObject { public: // System.String FairyGUI.BaseFont::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // FairyGUI.NTexture FairyGUI.BaseFont::mainTexture NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___mainTexture_1; // System.Boolean FairyGUI.BaseFont::canTint bool ___canTint_2; // System.Boolean FairyGUI.BaseFont::customBold bool ___customBold_3; // System.Boolean FairyGUI.BaseFont::customBoldAndItalic bool ___customBoldAndItalic_4; // System.String FairyGUI.BaseFont::shader String_t* ___shader_5; // System.Boolean FairyGUI.BaseFont::keepCrisp bool ___keepCrisp_6; // FairyGUI.PackageItem FairyGUI.BaseFont::packageItem PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_7; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_mainTexture_1() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___mainTexture_1)); } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_mainTexture_1() const { return ___mainTexture_1; } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_mainTexture_1() { return &___mainTexture_1; } inline void set_mainTexture_1(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value) { ___mainTexture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mainTexture_1), (void*)value); } inline static int32_t get_offset_of_canTint_2() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___canTint_2)); } inline bool get_canTint_2() const { return ___canTint_2; } inline bool* get_address_of_canTint_2() { return &___canTint_2; } inline void set_canTint_2(bool value) { ___canTint_2 = value; } inline static int32_t get_offset_of_customBold_3() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBold_3)); } inline bool get_customBold_3() const { return ___customBold_3; } inline bool* get_address_of_customBold_3() { return &___customBold_3; } inline void set_customBold_3(bool value) { ___customBold_3 = value; } inline static int32_t get_offset_of_customBoldAndItalic_4() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBoldAndItalic_4)); } inline bool get_customBoldAndItalic_4() const { return ___customBoldAndItalic_4; } inline bool* get_address_of_customBoldAndItalic_4() { return &___customBoldAndItalic_4; } inline void set_customBoldAndItalic_4(bool value) { ___customBoldAndItalic_4 = value; } inline static int32_t get_offset_of_shader_5() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___shader_5)); } inline String_t* get_shader_5() const { return ___shader_5; } inline String_t** get_address_of_shader_5() { return &___shader_5; } inline void set_shader_5(String_t* value) { ___shader_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___shader_5), (void*)value); } inline static int32_t get_offset_of_keepCrisp_6() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___keepCrisp_6)); } inline bool get_keepCrisp_6() const { return ___keepCrisp_6; } inline bool* get_address_of_keepCrisp_6() { return &___keepCrisp_6; } inline void set_keepCrisp_6(bool value) { ___keepCrisp_6 = value; } inline static int32_t get_offset_of_packageItem_7() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___packageItem_7)); } inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_7() const { return ___packageItem_7; } inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_7() { return &___packageItem_7; } inline void set_packageItem_7(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value) { ___packageItem_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___packageItem_7), (void*)value); } }; // FairyGUI.Emoji struct Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 : public RuntimeObject { public: // System.String FairyGUI.Emoji::url String_t* ___url_0; // System.Int32 FairyGUI.Emoji::width int32_t ___width_1; // System.Int32 FairyGUI.Emoji::height int32_t ___height_2; public: inline static int32_t get_offset_of_url_0() { return static_cast(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___url_0)); } inline String_t* get_url_0() const { return ___url_0; } inline String_t** get_address_of_url_0() { return &___url_0; } inline void set_url_0(String_t* value) { ___url_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___url_0), (void*)value); } inline static int32_t get_offset_of_width_1() { return static_cast(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___width_1)); } inline int32_t get_width_1() const { return ___width_1; } inline int32_t* get_address_of_width_1() { return &___width_1; } inline void set_width_1(int32_t value) { ___width_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } }; // FairyGUI.EventContext struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject { public: // FairyGUI.EventDispatcher FairyGUI.EventContext::k__BackingField EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0; // System.Object FairyGUI.EventContext::k__BackingField RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1; // FairyGUI.InputEvent FairyGUI.EventContext::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.EventContext::callChain List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8; public: inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast(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(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(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(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(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(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(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(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(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::pool Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9; public: inline static int32_t get_offset_of_pool_9() { return static_cast(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 FairyGUI.EventDispatcher::_dic Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0; public: inline static int32_t get_offset_of__dic_0() { return static_cast(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(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(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(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.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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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.TValue struct TValue_t82801118914234C897121D3AFA68F615837FB309 : public RuntimeObject { public: // System.Single FairyGUI.TValue::f1 float ___f1_0; // System.Single FairyGUI.TValue::f2 float ___f2_1; // System.Single FairyGUI.TValue::f3 float ___f3_2; // System.Single FairyGUI.TValue::f4 float ___f4_3; // System.Boolean FairyGUI.TValue::b1 bool ___b1_4; // System.Boolean FairyGUI.TValue::b2 bool ___b2_5; public: inline static int32_t get_offset_of_f1_0() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f1_0)); } inline float get_f1_0() const { return ___f1_0; } inline float* get_address_of_f1_0() { return &___f1_0; } inline void set_f1_0(float value) { ___f1_0 = value; } inline static int32_t get_offset_of_f2_1() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f2_1)); } inline float get_f2_1() const { return ___f2_1; } inline float* get_address_of_f2_1() { return &___f2_1; } inline void set_f2_1(float value) { ___f2_1 = value; } inline static int32_t get_offset_of_f3_2() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f3_2)); } inline float get_f3_2() const { return ___f3_2; } inline float* get_address_of_f3_2() { return &___f3_2; } inline void set_f3_2(float value) { ___f3_2 = value; } inline static int32_t get_offset_of_f4_3() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f4_3)); } inline float get_f4_3() const { return ___f4_3; } inline float* get_address_of_f4_3() { return &___f4_3; } inline void set_f4_3(float value) { ___f4_3 = value; } inline static int32_t get_offset_of_b1_4() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___b1_4)); } inline bool get_b1_4() const { return ___b1_4; } inline bool* get_address_of_b1_4() { return &___b1_4; } inline void set_b1_4(bool value) { ___b1_4 = value; } inline static int32_t get_offset_of_b2_5() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___b2_5)); } inline bool get_b2_5() const { return ___b2_5; } inline bool* get_address_of_b2_5() { return &___b2_5; } inline void set_b2_5(bool value) { ___b2_5 = value; } }; // FairyGUI.TValue_Animation struct TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B : public RuntimeObject { public: // System.Int32 FairyGUI.TValue_Animation::frame int32_t ___frame_0; // System.Boolean FairyGUI.TValue_Animation::playing bool ___playing_1; // System.Boolean FairyGUI.TValue_Animation::flag bool ___flag_2; public: inline static int32_t get_offset_of_frame_0() { return static_cast(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___frame_0)); } inline int32_t get_frame_0() const { return ___frame_0; } inline int32_t* get_address_of_frame_0() { return &___frame_0; } inline void set_frame_0(int32_t value) { ___frame_0 = value; } inline static int32_t get_offset_of_playing_1() { return static_cast(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___playing_1)); } inline bool get_playing_1() const { return ___playing_1; } inline bool* get_address_of_playing_1() { return &___playing_1; } inline void set_playing_1(bool value) { ___playing_1 = value; } inline static int32_t get_offset_of_flag_2() { return static_cast(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___flag_2)); } inline bool get_flag_2() const { return ___flag_2; } inline bool* get_address_of_flag_2() { return &___flag_2; } inline void set_flag_2(bool value) { ___flag_2 = value; } }; // FairyGUI.TValue_Sound struct TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF : public RuntimeObject { public: // System.String FairyGUI.TValue_Sound::sound String_t* ___sound_0; // System.Single FairyGUI.TValue_Sound::volume float ___volume_1; // FairyGUI.NAudioClip FairyGUI.TValue_Sound::audioClip NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_2; public: inline static int32_t get_offset_of_sound_0() { return static_cast(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___sound_0)); } inline String_t* get_sound_0() const { return ___sound_0; } inline String_t** get_address_of_sound_0() { return &___sound_0; } inline void set_sound_0(String_t* value) { ___sound_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sound_0), (void*)value); } inline static int32_t get_offset_of_volume_1() { return static_cast(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___volume_1)); } inline float get_volume_1() const { return ___volume_1; } inline float* get_address_of_volume_1() { return &___volume_1; } inline void set_volume_1(float value) { ___volume_1 = value; } inline static int32_t get_offset_of_audioClip_2() { return static_cast(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___audioClip_2)); } inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_2() const { return ___audioClip_2; } inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_2() { return &___audioClip_2; } inline void set_audioClip_2(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value) { ___audioClip_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioClip_2), (void*)value); } }; // FairyGUI.TValue_Text struct TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 : public RuntimeObject { public: // System.String FairyGUI.TValue_Text::text String_t* ___text_0; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value); } }; // FairyGUI.TValue_Transition struct TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 : public RuntimeObject { public: // System.String FairyGUI.TValue_Transition::transName String_t* ___transName_0; // System.Int32 FairyGUI.TValue_Transition::playTimes int32_t ___playTimes_1; // FairyGUI.Transition FairyGUI.TValue_Transition::trans Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ___trans_2; // FairyGUI.PlayCompleteCallback FairyGUI.TValue_Transition::playCompleteDelegate PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___playCompleteDelegate_3; // System.Single FairyGUI.TValue_Transition::stopTime float ___stopTime_4; public: inline static int32_t get_offset_of_transName_0() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___transName_0)); } inline String_t* get_transName_0() const { return ___transName_0; } inline String_t** get_address_of_transName_0() { return &___transName_0; } inline void set_transName_0(String_t* value) { ___transName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___transName_0), (void*)value); } inline static int32_t get_offset_of_playTimes_1() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___playTimes_1)); } inline int32_t get_playTimes_1() const { return ___playTimes_1; } inline int32_t* get_address_of_playTimes_1() { return &___playTimes_1; } inline void set_playTimes_1(int32_t value) { ___playTimes_1 = value; } inline static int32_t get_offset_of_trans_2() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___trans_2)); } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get_trans_2() const { return ___trans_2; } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of_trans_2() { return &___trans_2; } inline void set_trans_2(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value) { ___trans_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___trans_2), (void*)value); } inline static int32_t get_offset_of_playCompleteDelegate_3() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___playCompleteDelegate_3)); } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get_playCompleteDelegate_3() const { return ___playCompleteDelegate_3; } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of_playCompleteDelegate_3() { return &___playCompleteDelegate_3; } inline void set_playCompleteDelegate_3(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value) { ___playCompleteDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___playCompleteDelegate_3), (void*)value); } inline static int32_t get_offset_of_stopTime_4() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___stopTime_4)); } inline float get_stopTime_4() const { return ___stopTime_4; } inline float* get_address_of_stopTime_4() { return &___stopTime_4; } inline void set_stopTime_4(float value) { ___stopTime_4 = value; } }; // FairyGUI.TValue_Visible struct TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E : public RuntimeObject { public: // System.Boolean FairyGUI.TValue_Visible::visible bool ___visible_0; public: inline static int32_t get_offset_of_visible_0() { return static_cast(offsetof(TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E, ___visible_0)); } inline bool get_visible_0() const { return ___visible_0; } inline bool* get_address_of_visible_0() { return &___visible_0; } inline void set_visible_0(bool value) { ___visible_0 = value; } }; // FairyGUI.TextField_LineInfo struct LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F : public RuntimeObject { public: // System.Single FairyGUI.TextField_LineInfo::width float ___width_0; // System.Single FairyGUI.TextField_LineInfo::height float ___height_1; // System.Single FairyGUI.TextField_LineInfo::textHeight float ___textHeight_2; // System.Int32 FairyGUI.TextField_LineInfo::charIndex int32_t ___charIndex_3; // System.Int16 FairyGUI.TextField_LineInfo::charCount int16_t ___charCount_4; // System.Single FairyGUI.TextField_LineInfo::y float ___y_5; // System.Single FairyGUI.TextField_LineInfo::y2 float ___y2_6; public: inline static int32_t get_offset_of_width_0() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___width_0)); } inline float get_width_0() const { return ___width_0; } inline float* get_address_of_width_0() { return &___width_0; } inline void set_width_0(float value) { ___width_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___height_1)); } inline float get_height_1() const { return ___height_1; } inline float* get_address_of_height_1() { return &___height_1; } inline void set_height_1(float value) { ___height_1 = value; } inline static int32_t get_offset_of_textHeight_2() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___textHeight_2)); } inline float get_textHeight_2() const { return ___textHeight_2; } inline float* get_address_of_textHeight_2() { return &___textHeight_2; } inline void set_textHeight_2(float value) { ___textHeight_2 = value; } inline static int32_t get_offset_of_charIndex_3() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___charIndex_3)); } inline int32_t get_charIndex_3() const { return ___charIndex_3; } inline int32_t* get_address_of_charIndex_3() { return &___charIndex_3; } inline void set_charIndex_3(int32_t value) { ___charIndex_3 = value; } inline static int32_t get_offset_of_charCount_4() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___charCount_4)); } inline int16_t get_charCount_4() const { return ___charCount_4; } inline int16_t* get_address_of_charCount_4() { return &___charCount_4; } inline void set_charCount_4(int16_t value) { ___charCount_4 = value; } inline static int32_t get_offset_of_y_5() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___y_5)); } inline float get_y_5() const { return ___y_5; } inline float* get_address_of_y_5() { return &___y_5; } inline void set_y_5(float value) { ___y_5 = value; } inline static int32_t get_offset_of_y2_6() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___y2_6)); } inline float get_y2_6() const { return ___y2_6; } inline float* get_address_of_y2_6() { return &___y2_6; } inline void set_y2_6(float value) { ___y2_6 = value; } }; struct LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields { public: // System.Collections.Generic.Stack`1 FairyGUI.TextField_LineInfo::pool Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * ___pool_7; public: inline static int32_t get_offset_of_pool_7() { return static_cast(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields, ___pool_7)); } inline Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * get_pool_7() const { return ___pool_7; } inline Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 ** get_address_of_pool_7() { return &___pool_7; } inline void set_pool_7(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * value) { ___pool_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pool_7), (void*)value); } }; // FairyGUI.Timers struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 FairyGUI.Timers::_items Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____items_3; // System.Collections.Generic.Dictionary`2 FairyGUI.Timers::_toAdd Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____toAdd_4; // System.Collections.Generic.List`1 FairyGUI.Timers::_toRemove List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____toRemove_5; // System.Collections.Generic.List`1 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(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(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(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(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(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(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(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(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(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(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.TouchScreenKeyboard struct TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 : public RuntimeObject { public: // UnityEngine.TouchScreenKeyboard FairyGUI.TouchScreenKeyboard::_keyboard TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ____keyboard_0; public: inline static int32_t get_offset_of__keyboard_0() { return static_cast(offsetof(TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937, ____keyboard_0)); } inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get__keyboard_0() const { return ____keyboard_0; } inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of__keyboard_0() { return &____keyboard_0; } inline void set__keyboard_0(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value) { ____keyboard_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyboard_0), (void*)value); } }; // FairyGUI.Utils.ByteBuffer struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject { public: // System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian bool ___littleEndian_0; // System.String[] FairyGUI.Utils.ByteBuffer::stringTable StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1; // System.Int32 FairyGUI.Utils.ByteBuffer::version int32_t ___version_2; // System.Int32 FairyGUI.Utils.ByteBuffer::_pointer int32_t ____pointer_3; // System.Int32 FairyGUI.Utils.ByteBuffer::_offset int32_t ____offset_4; // System.Int32 FairyGUI.Utils.ByteBuffer::_length int32_t ____length_5; // System.Byte[] FairyGUI.Utils.ByteBuffer::_data ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6; public: inline static int32_t get_offset_of_littleEndian_0() { return static_cast(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(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(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(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(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(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(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(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.HtmlLink struct HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 : public RuntimeObject { public: // FairyGUI.RichTextField FairyGUI.Utils.HtmlLink::_owner RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_0; // FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::_element HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_1; // FairyGUI.SelectionShape FairyGUI.Utils.HtmlLink::_shape SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * ____shape_2; // FairyGUI.EventCallback1 FairyGUI.Utils.HtmlLink::_clickHandler EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____clickHandler_3; // FairyGUI.EventCallback1 FairyGUI.Utils.HtmlLink::_rolloverHandler EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____rolloverHandler_4; // FairyGUI.EventCallback0 FairyGUI.Utils.HtmlLink::_rolloutHandler EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____rolloutHandler_5; public: inline static int32_t get_offset_of__owner_0() { return static_cast(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____owner_0)); } inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_0() const { return ____owner_0; } inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_0() { return &____owner_0; } inline void set__owner_0(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value) { ____owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value); } inline static int32_t get_offset_of__element_1() { return static_cast(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____element_1)); } inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_1() const { return ____element_1; } inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_1() { return &____element_1; } inline void set__element_1(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value) { ____element_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____element_1), (void*)value); } inline static int32_t get_offset_of__shape_2() { return static_cast(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____shape_2)); } inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * get__shape_2() const { return ____shape_2; } inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 ** get_address_of__shape_2() { return &____shape_2; } inline void set__shape_2(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * value) { ____shape_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____shape_2), (void*)value); } inline static int32_t get_offset_of__clickHandler_3() { return static_cast(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____clickHandler_3)); } inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__clickHandler_3() const { return ____clickHandler_3; } inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__clickHandler_3() { return &____clickHandler_3; } inline void set__clickHandler_3(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value) { ____clickHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____clickHandler_3), (void*)value); } inline static int32_t get_offset_of__rolloverHandler_4() { return static_cast(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____rolloverHandler_4)); } inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__rolloverHandler_4() const { return ____rolloverHandler_4; } inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__rolloverHandler_4() { return &____rolloverHandler_4; } inline void set__rolloverHandler_4(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value) { ____rolloverHandler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____rolloverHandler_4), (void*)value); } inline static int32_t get_offset_of__rolloutHandler_5() { return static_cast(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____rolloutHandler_5)); } inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__rolloutHandler_5() const { return ____rolloutHandler_5; } inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__rolloutHandler_5() { return &____rolloutHandler_5; } inline void set__rolloutHandler_5(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value) { ____rolloutHandler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____rolloutHandler_5), (void*)value); } }; // FairyGUI.Utils.HtmlParser struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 : public RuntimeObject { public: // System.Collections.Generic.List`1 FairyGUI.Utils.HtmlParser::_textFormatStack List_1_t4560191C672D03870FD13008AEE68190DE623133 * ____textFormatStack_1; // System.Int32 FairyGUI.Utils.HtmlParser::_textFormatStackTop int32_t ____textFormatStackTop_2; // FairyGUI.Utils.HtmlParser_TextFormat2 FairyGUI.Utils.HtmlParser::_format TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * ____format_3; // System.Collections.Generic.List`1 FairyGUI.Utils.HtmlParser::_elements List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ____elements_4; // FairyGUI.Utils.HtmlParseOptions FairyGUI.Utils.HtmlParser::_defaultOptions HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ____defaultOptions_5; public: inline static int32_t get_offset_of__textFormatStack_1() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____textFormatStack_1)); } inline List_1_t4560191C672D03870FD13008AEE68190DE623133 * get__textFormatStack_1() const { return ____textFormatStack_1; } inline List_1_t4560191C672D03870FD13008AEE68190DE623133 ** get_address_of__textFormatStack_1() { return &____textFormatStack_1; } inline void set__textFormatStack_1(List_1_t4560191C672D03870FD13008AEE68190DE623133 * value) { ____textFormatStack_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____textFormatStack_1), (void*)value); } inline static int32_t get_offset_of__textFormatStackTop_2() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____textFormatStackTop_2)); } inline int32_t get__textFormatStackTop_2() const { return ____textFormatStackTop_2; } inline int32_t* get_address_of__textFormatStackTop_2() { return &____textFormatStackTop_2; } inline void set__textFormatStackTop_2(int32_t value) { ____textFormatStackTop_2 = value; } inline static int32_t get_offset_of__format_3() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____format_3)); } inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * get__format_3() const { return ____format_3; } inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD ** get_address_of__format_3() { return &____format_3; } inline void set__format_3(TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * value) { ____format_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____format_3), (void*)value); } inline static int32_t get_offset_of__elements_4() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____elements_4)); } inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * get__elements_4() const { return ____elements_4; } inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 ** get_address_of__elements_4() { return &____elements_4; } inline void set__elements_4(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * value) { ____elements_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____elements_4), (void*)value); } inline static int32_t get_offset_of__defaultOptions_5() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____defaultOptions_5)); } inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * get__defaultOptions_5() const { return ____defaultOptions_5; } inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 ** get_address_of__defaultOptions_5() { return &____defaultOptions_5; } inline void set__defaultOptions_5(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * value) { ____defaultOptions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultOptions_5), (void*)value); } }; struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields { public: // FairyGUI.Utils.HtmlParser FairyGUI.Utils.HtmlParser::inst HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * ___inst_0; // System.Collections.Generic.List`1 FairyGUI.Utils.HtmlParser::sHelperList1 List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___sHelperList1_6; // System.Collections.Generic.List`1 FairyGUI.Utils.HtmlParser::sHelperList2 List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___sHelperList2_7; public: inline static int32_t get_offset_of_inst_0() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___inst_0)); } inline HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * get_inst_0() const { return ___inst_0; } inline HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 ** get_address_of_inst_0() { return &___inst_0; } inline void set_inst_0(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * value) { ___inst_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_0), (void*)value); } inline static int32_t get_offset_of_sHelperList1_6() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___sHelperList1_6)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_sHelperList1_6() const { return ___sHelperList1_6; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_sHelperList1_6() { return &___sHelperList1_6; } inline void set_sHelperList1_6(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___sHelperList1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sHelperList1_6), (void*)value); } inline static int32_t get_offset_of_sHelperList2_7() { return static_cast(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___sHelperList2_7)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_sHelperList2_7() const { return ___sHelperList2_7; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_sHelperList2_7() { return &___sHelperList2_7; } inline void set_sHelperList2_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___sHelperList2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sHelperList2_7), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0* ___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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F * ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___entries_1)); } inline EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___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(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___keys_7)); } inline KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ___values_8)); } inline ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F * get_values_8() const { return ___values_8; } inline ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B, ____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 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[] 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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection 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(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(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(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(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(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(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(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(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(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(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 struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* ____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(offsetof(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____items_1)); } inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* get__items_1() const { return ____items_1; } inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____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(offsetof(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____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(offsetof(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____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_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_StaticFields, ____emptyArray_5)); } inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* get__emptyArray_5() const { return ____emptyArray_5; } inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t11A30662822286DF8036D0D1993807262B502B70 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____items_1)); } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__items_1() const { return ____items_1; } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields, ____emptyArray_5)); } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__emptyArray_5() const { return ____emptyArray_5; } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* ____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(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____items_1)); } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* get__items_1() const { return ____items_1; } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____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(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____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(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____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_t7F2BA2E77D288C0F962389E45CC6D491B329E219_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_StaticFields, ____emptyArray_5)); } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* get__emptyArray_5() const { return ____emptyArray_5; } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* ____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(offsetof(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____items_1)); } inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* get__items_1() const { return ____items_1; } inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____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(offsetof(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____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(offsetof(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____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_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_StaticFields, ____emptyArray_5)); } inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* get__emptyArray_5() const { return ____emptyArray_5; } inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* ____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(offsetof(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____items_1)); } inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* get__items_1() const { return ____items_1; } inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____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(offsetof(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____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(offsetof(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____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_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_StaticFields, ____emptyArray_5)); } inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* get__emptyArray_5() const { return ____emptyArray_5; } inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* ____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(offsetof(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____items_1)); } inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* get__items_1() const { return ____items_1; } inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____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(offsetof(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____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(offsetof(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____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_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_StaticFields, ____emptyArray_5)); } inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* get__emptyArray_5() const { return ____emptyArray_5; } inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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(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(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(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(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(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 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(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(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(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(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(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 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(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(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(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(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(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 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(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(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(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(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(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 struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____items_1)); } inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__items_1() const { return ____items_1; } inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields, ____emptyArray_5)); } inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__emptyArray_5() const { return ____emptyArray_5; } inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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(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(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(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(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(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 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(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(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(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(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(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 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(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(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(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(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(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields, ____emptyArray_5)); } inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____array_0)); } inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* get__array_0() const { return ____array_0; } inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40** get_address_of__array_0() { return &____array_0; } inline void set__array_0(LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____array_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.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(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(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(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(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(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(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(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(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; // ___StaticArrayInitTypeSizeU3D216 struct __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176__padding[216]; }; public: }; // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315__padding[32]; }; public: }; // ___StaticArrayInitTypeSizeU3D36 struct __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647__padding[36]; }; public: }; // ___StaticArrayInitTypeSizeU3D64 struct __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0__padding[64]; }; public: }; // ___StaticArrayInitTypeSizeU3D80 struct __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE__padding[80]; }; public: }; // ___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 FairyGUI.Controller::_pageIds List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8; // System.Collections.Generic.List`1 FairyGUI.Controller::_pageNames List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9; // System.Collections.Generic.List`1 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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.TextField_CharPosition struct CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 { public: // System.Int32 FairyGUI.TextField_CharPosition::charIndex int32_t ___charIndex_0; // System.Int16 FairyGUI.TextField_CharPosition::lineIndex int16_t ___lineIndex_1; // System.Int32 FairyGUI.TextField_CharPosition::offsetX int32_t ___offsetX_2; // System.Int16 FairyGUI.TextField_CharPosition::vertCount int16_t ___vertCount_3; public: inline static int32_t get_offset_of_charIndex_0() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___charIndex_0)); } inline int32_t get_charIndex_0() const { return ___charIndex_0; } inline int32_t* get_address_of_charIndex_0() { return &___charIndex_0; } inline void set_charIndex_0(int32_t value) { ___charIndex_0 = value; } inline static int32_t get_offset_of_lineIndex_1() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___lineIndex_1)); } inline int16_t get_lineIndex_1() const { return ___lineIndex_1; } inline int16_t* get_address_of_lineIndex_1() { return &___lineIndex_1; } inline void set_lineIndex_1(int16_t value) { ___lineIndex_1 = value; } inline static int32_t get_offset_of_offsetX_2() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___offsetX_2)); } inline int32_t get_offsetX_2() const { return ___offsetX_2; } inline int32_t* get_address_of_offsetX_2() { return &___offsetX_2; } inline void set_offsetX_2(int32_t value) { ___offsetX_2 = value; } inline static int32_t get_offset_of_vertCount_3() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___vertCount_3)); } inline int16_t get_vertCount_3() const { return ___vertCount_3; } inline int16_t* get_address_of_vertCount_3() { return &___vertCount_3; } inline void set_vertCount_3(int16_t value) { ___vertCount_3 = value; } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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(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(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(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(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(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 struct KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34, ___key_0)); } inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get_key_0() const { return ___key_0; } inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34, ___value_1)); } inline Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * get_value_1() const { return ___value_1; } inline Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 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(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(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.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(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(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(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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.SceneManagement.Scene struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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; } }; // struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields { public: // System.Int64 ::007B00E34209B4455CE53672DEBFC48AD71826C7 int64_t ___007B00E34209B4455CE53672DEBFC48AD71826C7_0; // System.Int64 ::03A095F9656AAECD356A9BB7678E1049B80A7634 int64_t ___03A095F9656AAECD356A9BB7678E1049B80A7634_1; // System.Int64 ::087C2FB428952F5A6F9B4BA7B31019344382A2F7 int64_t ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; // ___StaticArrayInitTypeSizeU3D36 ::0C26110E719C695B53866AF29BD7FE98A72596F3 __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 ___0C26110E719C695B53866AF29BD7FE98A72596F3_3; // System.Int64 ::0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C int64_t ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; // System.Int64 ::2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48 int64_t ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; // System.Int64 ::238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC int64_t ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; // System.Int64 ::279F628214A27FCE96C9A6A1C7E8079091509C60 int64_t ___279F628214A27FCE96C9A6A1C7E8079091509C60_7; // ___StaticArrayInitTypeSizeU3D32 ::335BB7CBEE0951D5B5545B3AF1873199CFE13674 __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; // System.Int64 ::383F819F26286BE8253A93B33225C2789B500FAA int64_t ___383F819F26286BE8253A93B33225C2789B500FAA_9; // System.Int64 ::3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1 int64_t ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; // System.Int64 ::3B773972479C38582ED076B0294CB801B14EBCB8 int64_t ___3B773972479C38582ED076B0294CB801B14EBCB8_11; // System.Int64 ::3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86 int64_t ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; // System.Int64 ::40C8B4499FB123D4600247361F1D311B5B786EFC int64_t ___40C8B4499FB123D4600247361F1D311B5B786EFC_13; // System.Int64 ::43A75A2A789D7B64CD84A53AEE60097E4378BDAF int64_t ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; // System.Int64 ::45E887FCADFD2D2A201151E57F41722228E25191 int64_t ___45E887FCADFD2D2A201151E57F41722228E25191_15; // System.Int64 ::6818C542B63B905DA7AA3E792496006A79F2AF9A int64_t ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; // ___StaticArrayInitTypeSizeU3D96 ::6D90B721AD0313E43506A66F721242CF2358462B __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E ___6D90B721AD0313E43506A66F721242CF2358462B_17; // System.Int64 ::741E8E322ADCC6A381EC7DAEA6EADB92E44B250D int64_t ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; // System.Int64 ::797D7400516FFD35D49EB1BAF960660F46667662 int64_t ___797D7400516FFD35D49EB1BAF960660F46667662_19; // System.Int64 ::7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A int64_t ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; // System.Int64 ::8029B4BFD3AA93C76711AF616C14163A1456D360 int64_t ___8029B4BFD3AA93C76711AF616C14163A1456D360_21; // ___StaticArrayInitTypeSizeU3D64 ::806BC28C08532BB7F7A6471F4796475FF255663B __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 ___806BC28C08532BB7F7A6471F4796475FF255663B_22; // System.Int64 ::80B74EA5D41848E8432CEAFA9961AC11263301F1 int64_t ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; // System.Int64 ::8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892 int64_t ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; // System.Int64 ::8C384FCEEF5A89AB66900B58C2BC762041F2BAAA int64_t ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; // System.Int64 ::94A42B7852CD856D7DF09B14FEEDFE55ECFD242A int64_t ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; // System.Int64 ::98DC13D2837951F7E90A7317F587453B3641AEF8 int64_t ___98DC13D2837951F7E90A7317F587453B3641AEF8_27; // System.Int64 ::9CFFD52FD0E555EE90F7563881D85243554810B3 int64_t ___9CFFD52FD0E555EE90F7563881D85243554810B3_28; // System.Int64 ::9DB9891E900FED075409C1116FB43BE2A5C99CE3 int64_t ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; // ___StaticArrayInitTypeSizeU3D216 ::A07B68A3ADBCD0C683EB16067435A02C31BC097E __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; // System.Int64 ::A1AAE38F8C9CA93B8B576352DB0347E85ACE981D int64_t ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; // System.Int64 ::A952E7EC53B80A9543AB5F02AF9B12F708D4C867 int64_t ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; // System.Int64 ::AD6701E75A5CF7306C0EE9691368B44A5289E170 int64_t ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; // ___StaticArrayInitTypeSizeU3D80 ::B91404C2FE5F0C772E097415A13F88376EC8F24F __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; // System.Int64 ::BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D int64_t ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; // System.Int64 ::C4CE4356C59D41913E1D60E4497C031B67B1B86B int64_t ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; // System.Int64 ::CB5C136EE31BD57814DA5895C0852C5FF1C4068A int64_t ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; // System.Int64 ::D4BDB99F00532ACDB317B92D161D27C7448A01FD int64_t ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; // System.Int64 ::D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1 int64_t ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; // System.Int64 ::D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A int64_t ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; // System.Int64 ::DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13 int64_t ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; // System.Int64 ::E9F4121A731C95C166E9FAEF48EC5D95FB224445 int64_t ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; // System.Int64 ::EF711242CC520CD5836CD071EF05A5DC78CA34D7 int64_t ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; // System.Int64 ::FA033773B4E9EA7CC64D9E13E965FA55418F4B48 int64_t ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; // System.Int64 ::FE6C78086F5333BA3E88D035426FC0244E8FC585 int64_t ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; // System.Int64 ::FF8523802A3ADEB52E78A9CF613AA30033944FE6 int64_t ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; public: inline static int32_t get_offset_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ChildrenRenderOrder struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280 { public: // System.Int32 FairyGUI.ChildrenRenderOrder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(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(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.GlyphInfo struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE { public: // UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0; // UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5; // System.Single FairyGUI.GlyphInfo::width float ___width_6; // System.Single FairyGUI.GlyphInfo::height float ___height_7; public: inline static int32_t get_offset_of_vertMin_0() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; } inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___vertMin_0 = value; } inline static int32_t get_offset_of_vertMax_1() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; } inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___vertMax_1 = value; } inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; } inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvBottomLeft_2 = value; } inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; } inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvTopLeft_3 = value; } inline static int32_t get_offset_of_uvTopRight_4() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; } inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvTopRight_4 = value; } inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; } inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvBottomRight_5 = value; } inline static int32_t get_offset_of_width_6() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); } inline float get_width_6() const { return ___width_6; } inline float* get_address_of_width_6() { return &___width_6; } inline void set_width_6(float value) { ___width_6 = value; } inline static int32_t get_offset_of_height_7() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); } inline float get_height_7() const { return ___height_7; } inline float* get_address_of_height_7() { return &___height_7; } inline void set_height_7(float value) { ___height_7 = value; } }; // FairyGUI.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> FairyGUI.HitTestContext::raycastHits Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * ___raycastHits_9; public: inline static int32_t get_offset_of_screenPoint_0() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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.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(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.ScrollType struct ScrollType_t4D86E5E8AA379086B00B4F4939F4C055B8E6002E { public: // System.Int32 FairyGUI.ScrollType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScrollType_t4D86E5E8AA379086B00B4F4939F4C055B8E6002E, ___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.SwipeGesture struct SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // FairyGUI.GObject FairyGUI.SwipeGesture::k__BackingField GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2; // FairyGUI.EventListener FairyGUI.SwipeGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3; // FairyGUI.EventListener FairyGUI.SwipeGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4; // FairyGUI.EventListener FairyGUI.SwipeGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConMoveU3Ek__BackingField_5; // FairyGUI.EventListener FairyGUI.SwipeGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_6; // UnityEngine.Vector2 FairyGUI.SwipeGesture::velocity Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___velocity_7; // UnityEngine.Vector2 FairyGUI.SwipeGesture::position Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___position_8; // UnityEngine.Vector2 FairyGUI.SwipeGesture::delta Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___delta_9; // System.Int32 FairyGUI.SwipeGesture::actionDistance int32_t ___actionDistance_10; // System.Boolean FairyGUI.SwipeGesture::snapping bool ___snapping_11; // UnityEngine.Vector2 FairyGUI.SwipeGesture::_startPoint Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____startPoint_12; // UnityEngine.Vector2 FairyGUI.SwipeGesture::_lastPoint Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____lastPoint_13; // System.Single FairyGUI.SwipeGesture::_time float ____time_14; // System.Boolean FairyGUI.SwipeGesture::_started bool ____started_15; // System.Boolean FairyGUI.SwipeGesture::_touchBegan bool ____touchBegan_16; public: inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___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(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___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(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___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_U3ConMoveU3Ek__BackingField_5() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ConMoveU3Ek__BackingField_5)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConMoveU3Ek__BackingField_5() const { return ___U3ConMoveU3Ek__BackingField_5; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConMoveU3Ek__BackingField_5() { return &___U3ConMoveU3Ek__BackingField_5; } inline void set_U3ConMoveU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConMoveU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConMoveU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_6() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ConActionU3Ek__BackingField_6)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_6() const { return ___U3ConActionU3Ek__BackingField_6; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_6() { return &___U3ConActionU3Ek__BackingField_6; } inline void set_U3ConActionU3Ek__BackingField_6(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConActionU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_velocity_7() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___velocity_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_velocity_7() const { return ___velocity_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_velocity_7() { return &___velocity_7; } inline void set_velocity_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___velocity_7 = value; } inline static int32_t get_offset_of_position_8() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___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_delta_9() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___delta_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_delta_9() const { return ___delta_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_delta_9() { return &___delta_9; } inline void set_delta_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___delta_9 = value; } inline static int32_t get_offset_of_actionDistance_10() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___actionDistance_10)); } inline int32_t get_actionDistance_10() const { return ___actionDistance_10; } inline int32_t* get_address_of_actionDistance_10() { return &___actionDistance_10; } inline void set_actionDistance_10(int32_t value) { ___actionDistance_10 = value; } inline static int32_t get_offset_of_snapping_11() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___snapping_11)); } inline bool get_snapping_11() const { return ___snapping_11; } inline bool* get_address_of_snapping_11() { return &___snapping_11; } inline void set_snapping_11(bool value) { ___snapping_11 = value; } inline static int32_t get_offset_of__startPoint_12() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____startPoint_12)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__startPoint_12() const { return ____startPoint_12; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__startPoint_12() { return &____startPoint_12; } inline void set__startPoint_12(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ____startPoint_12 = value; } inline static int32_t get_offset_of__lastPoint_13() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____lastPoint_13)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__lastPoint_13() const { return ____lastPoint_13; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__lastPoint_13() { return &____lastPoint_13; } inline void set__lastPoint_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ____lastPoint_13 = value; } inline static int32_t get_offset_of__time_14() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____time_14)); } inline float get__time_14() const { return ____time_14; } inline float* get_address_of__time_14() { return &____time_14; } inline void set__time_14(float value) { ____time_14 = value; } inline static int32_t get_offset_of__started_15() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____started_15)); } inline bool get__started_15() const { return ____started_15; } inline bool* get_address_of__started_15() { return &____started_15; } inline void set__started_15(bool value) { ____started_15 = value; } inline static int32_t get_offset_of__touchBegan_16() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____touchBegan_16)); } inline bool get__touchBegan_16() const { return ____touchBegan_16; } inline bool* get_address_of__touchBegan_16() { return &____touchBegan_16; } inline void set__touchBegan_16(bool value) { ____touchBegan_16 = value; } }; struct SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_StaticFields { public: // System.Int32 FairyGUI.SwipeGesture::ACTION_DISTANCE int32_t ___ACTION_DISTANCE_17; public: inline static int32_t get_offset_of_ACTION_DISTANCE_17() { return static_cast(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_StaticFields, ___ACTION_DISTANCE_17)); } inline int32_t get_ACTION_DISTANCE_17() const { return ___ACTION_DISTANCE_17; } inline int32_t* get_address_of_ACTION_DISTANCE_17() { return &___ACTION_DISTANCE_17; } inline void set_ACTION_DISTANCE_17(int32_t value) { ___ACTION_DISTANCE_17 = value; } }; // FairyGUI.TValue_Shake struct TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 : public RuntimeObject { public: // System.Single FairyGUI.TValue_Shake::amplitude float ___amplitude_0; // System.Single FairyGUI.TValue_Shake::duration float ___duration_1; // UnityEngine.Vector2 FairyGUI.TValue_Shake::lastOffset Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastOffset_2; // UnityEngine.Vector2 FairyGUI.TValue_Shake::offset Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset_3; public: inline static int32_t get_offset_of_amplitude_0() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___amplitude_0)); } inline float get_amplitude_0() const { return ___amplitude_0; } inline float* get_address_of_amplitude_0() { return &___amplitude_0; } inline void set_amplitude_0(float value) { ___amplitude_0 = value; } inline static int32_t get_offset_of_duration_1() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___duration_1)); } inline float get_duration_1() const { return ___duration_1; } inline float* get_address_of_duration_1() { return &___duration_1; } inline void set_duration_1(float value) { ___duration_1 = value; } inline static int32_t get_offset_of_lastOffset_2() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___lastOffset_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastOffset_2() const { return ___lastOffset_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastOffset_2() { return &___lastOffset_2; } inline void set_lastOffset_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___lastOffset_2 = value; } inline static int32_t get_offset_of_offset_3() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___offset_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_offset_3() const { return ___offset_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_offset_3() { return &___offset_3; } inline void set_offset_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___offset_3 = 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(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.UIContentScaler_ScaleMode struct ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C { public: // System.Int32 FairyGUI.UIContentScaler_ScaleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C, ___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.UIContentScaler_ScreenMatchMode struct ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465 { public: // System.Int32 FairyGUI.UIContentScaler_ScreenMatchMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465, ___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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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 FairyGUI.VertexBuffer::vertices List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___vertices_3; // System.Collections.Generic.List`1 FairyGUI.VertexBuffer::colors List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___colors_4; // System.Collections.Generic.List`1 FairyGUI.VertexBuffer::uv0 List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___uv0_5; // System.Collections.Generic.List`1 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(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(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(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(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(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(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(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(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(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::_pool Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * ____pool_11; public: inline static int32_t get_offset_of_NormalizedUV_7() { return static_cast(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(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(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 struct Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ___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 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 ___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(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___dictionary_0)); } inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___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(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___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(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___current_3)); } inline KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 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(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___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 struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB { public: // System.Collections.Generic.Dictionary`2 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 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(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(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(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(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(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.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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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 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(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(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 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(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(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 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(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(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 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(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(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 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(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(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(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; } }; // UnityEngine.CameraClearFlags struct CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239 { public: // System.Int32 UnityEngine.CameraClearFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.DeviceType struct DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF { public: // System.Int32 UnityEngine.DeviceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Display struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 : public RuntimeObject { public: // System.IntPtr UnityEngine.Display::nativeDisplay intptr_t ___nativeDisplay_0; public: inline static int32_t get_offset_of_nativeDisplay_0() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57, ___nativeDisplay_0)); } inline intptr_t get_nativeDisplay_0() const { return ___nativeDisplay_0; } inline intptr_t* get_address_of_nativeDisplay_0() { return &___nativeDisplay_0; } inline void set_nativeDisplay_0(intptr_t value) { ___nativeDisplay_0 = value; } }; struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields { public: // UnityEngine.Display[] UnityEngine.Display::displays DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* ___displays_1; // UnityEngine.Display UnityEngine.Display::_mainDisplay Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____mainDisplay_2; // UnityEngine.Display_DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * ___onDisplaysUpdated_3; public: inline static int32_t get_offset_of_displays_1() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___displays_1)); } inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* get_displays_1() const { return ___displays_1; } inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9** get_address_of_displays_1() { return &___displays_1; } inline void set_displays_1(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* value) { ___displays_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displays_1), (void*)value); } inline static int32_t get_offset_of__mainDisplay_2() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ____mainDisplay_2)); } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__mainDisplay_2() const { return ____mainDisplay_2; } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__mainDisplay_2() { return &____mainDisplay_2; } inline void set__mainDisplay_2(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value) { ____mainDisplay_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____mainDisplay_2), (void*)value); } inline static int32_t get_offset_of_onDisplaysUpdated_3() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___onDisplaysUpdated_3)); } inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * get_onDisplaysUpdated_3() const { return ___onDisplaysUpdated_3; } inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 ** get_address_of_onDisplaysUpdated_3() { return &___onDisplaysUpdated_3; } inline void set_onDisplaysUpdated_3(DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * value) { ___onDisplaysUpdated_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDisplaysUpdated_3), (void*)value); } }; // UnityEngine.Event struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 : public RuntimeObject { public: // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210, ___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; } }; struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields { public: // UnityEngine.Event UnityEngine.Event::s_Current Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___s_MasterEvent_2; public: inline static int32_t get_offset_of_s_Current_1() { return static_cast(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields, ___s_Current_1)); } inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_s_Current_1() const { return ___s_Current_1; } inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_s_Current_1() { return &___s_Current_1; } inline void set_s_Current_1(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value) { ___s_Current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Current_1), (void*)value); } inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields, ___s_MasterEvent_2)); } inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; } inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; } inline void set_s_MasterEvent_2(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value) { ___s_MasterEvent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_MasterEvent_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_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(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.EventType struct EventType_t3D3937E705A4506226002DAB22071B7B181DA57B { public: // System.Int32 UnityEngine.EventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.FontStyle struct FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.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(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(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(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(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(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(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(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(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(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(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(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.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(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(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.RuntimePlatform struct RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132, ___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.SceneManagement.LoadSceneMode struct LoadSceneMode_t75F0B96794398942671B8315D2A9AC25C40A22D5 { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_t75F0B96794398942671B8315D2A9AC25C40A22D5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.StereoTargetEyeMask struct StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0 { public: // System.Int32 UnityEngine.StereoTargetEyeMask::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TouchPhase struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6 { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___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.TouchType struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.DisplayObject struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // System.String FairyGUI.DisplayObject::name String_t* ___name_2; // FairyGUI.Container FairyGUI.DisplayObject::k__BackingField Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3; // UnityEngine.GameObject FairyGUI.DisplayObject::k__BackingField GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4; // UnityEngine.Transform FairyGUI.DisplayObject::k__BackingField Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5; // FairyGUI.NGraphics FairyGUI.DisplayObject::k__BackingField NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6; // FairyGUI.NGraphics FairyGUI.DisplayObject::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 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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.EllipseMesh struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 : public RuntimeObject { public: // System.Nullable`1 FairyGUI.EllipseMesh::drawRect Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0; // System.Single FairyGUI.EllipseMesh::lineWidth float ___lineWidth_1; // UnityEngine.Color32 FairyGUI.EllipseMesh::lineColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2; // System.Nullable`1 FairyGUI.EllipseMesh::centerColor Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___centerColor_3; // System.Nullable`1 FairyGUI.EllipseMesh::fillColor Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_4; // System.Single FairyGUI.EllipseMesh::startDegree float ___startDegree_5; // System.Single FairyGUI.EllipseMesh::endDegreee float ___endDegreee_6; public: inline static int32_t get_offset_of_drawRect_0() { return static_cast(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___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(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___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(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___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_centerColor_3() { return static_cast(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___centerColor_3)); } inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_centerColor_3() const { return ___centerColor_3; } inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_centerColor_3() { return &___centerColor_3; } inline void set_centerColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value) { ___centerColor_3 = value; } inline static int32_t get_offset_of_fillColor_4() { return static_cast(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___fillColor_4)); } inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_4() const { return ___fillColor_4; } inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_4() { return &___fillColor_4; } inline void set_fillColor_4(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value) { ___fillColor_4 = value; } inline static int32_t get_offset_of_startDegree_5() { return static_cast(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___startDegree_5)); } inline float get_startDegree_5() const { return ___startDegree_5; } inline float* get_address_of_startDegree_5() { return &___startDegree_5; } inline void set_startDegree_5(float value) { ___startDegree_5 = value; } inline static int32_t get_offset_of_endDegreee_6() { return static_cast(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___endDegreee_6)); } inline float get_endDegreee_6() const { return ___endDegreee_6; } inline float* get_address_of_endDegreee_6() { return &___endDegreee_6; } inline void set_endDegreee_6(float value) { ___endDegreee_6 = value; } }; struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields { public: // System.Int32[] FairyGUI.EllipseMesh::SECTOR_CENTER_TRIANGLES Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SECTOR_CENTER_TRIANGLES_7; public: inline static int32_t get_offset_of_SECTOR_CENTER_TRIANGLES_7() { return static_cast(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields, ___SECTOR_CENTER_TRIANGLES_7)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SECTOR_CENTER_TRIANGLES_7() const { return ___SECTOR_CENTER_TRIANGLES_7; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SECTOR_CENTER_TRIANGLES_7() { return &___SECTOR_CENTER_TRIANGLES_7; } inline void set_SECTOR_CENTER_TRIANGLES_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___SECTOR_CENTER_TRIANGLES_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SECTOR_CENTER_TRIANGLES_7), (void*)value); } }; // FairyGUI.GObject struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // System.String FairyGUI.GObject::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::k__BackingField Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13; // System.Nullable`1 FairyGUI.GObject::dragBounds Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14; // FairyGUI.GComponent FairyGUI.GObject::k__BackingField GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15; // FairyGUI.DisplayObject FairyGUI.GObject::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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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::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(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(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(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(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(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::k__BackingField float ___U3CxU3Ek__BackingField_0; // System.Single FairyGUI.InputEvent::k__BackingField float ___U3CyU3Ek__BackingField_1; // UnityEngine.KeyCode FairyGUI.InputEvent::k__BackingField int32_t ___U3CkeyCodeU3Ek__BackingField_2; // System.Char FairyGUI.InputEvent::k__BackingField Il2CppChar ___U3CcharacterU3Ek__BackingField_3; // UnityEngine.EventModifiers FairyGUI.InputEvent::k__BackingField int32_t ___U3CmodifiersU3Ek__BackingField_4; // System.Int32 FairyGUI.InputEvent::k__BackingField int32_t ___U3CmouseWheelDeltaU3Ek__BackingField_5; // System.Int32 FairyGUI.InputEvent::k__BackingField int32_t ___U3CtouchIdU3Ek__BackingField_6; // System.Int32 FairyGUI.InputEvent::