#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" 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 VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 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 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 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 GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // FairyGUI.BaseFont struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F; // FairyGUI.BitmapFont struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88; // FairyGUI.BlendModeUtils/BlendFactor struct BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC; // FairyGUI.BlendModeUtils/BlendFactor[] struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A; // FairyGUI.ColliderHitTest struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67; // FairyGUI.Container struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68; // FairyGUI.Controller struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64; // FairyGUI.ControllerAction struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7; // FairyGUI.DisplayObject struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB; // FairyGUI.EventBridge struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84; // FairyGUI.EventCallback0 struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8; // FairyGUI.EventCallback1 struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7; // FairyGUI.EventContext struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122; // FairyGUI.EventDispatcher struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7; // FairyGUI.EventListener struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F; // FairyGUI.FillMesh struct FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371; // FairyGUI.GButton struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942; // FairyGUI.GComponent struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC; // FairyGUI.GGraph struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858; // FairyGUI.GGroup struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4; // FairyGUI.GList struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38; // FairyGUI.GObject struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB; // FairyGUI.GObjectPool struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17; // FairyGUI.GPath struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2; // FairyGUI.GRoot struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F; // FairyGUI.GTweenCallback struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F; // FairyGUI.GTweenCallback1 struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D; // FairyGUI.GearBase[] struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A; // FairyGUI.IFilter struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3; // FairyGUI.IHitTest struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9; // FairyGUI.IKeyboard struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745; // FairyGUI.IMeshFactory struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA; // FairyGUI.Image struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8; // FairyGUI.InputEvent struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495; // FairyGUI.InputTextField struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC; // FairyGUI.InputTextField/CopyHandler struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078; // FairyGUI.InputTextField/PasteHandler struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14; // FairyGUI.LineMesh struct LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241; // FairyGUI.ListItemProvider struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1; // FairyGUI.ListItemRenderer struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9; // FairyGUI.LongPressGesture struct LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3; // FairyGUI.MaterialManager struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098; // FairyGUI.MeshColliderHitTest struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5; // FairyGUI.MovieClip struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547; // FairyGUI.MovieClip/Frame struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B; // FairyGUI.MovieClip/Frame[] struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6; // FairyGUI.NAudioClip struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96; // FairyGUI.NGraphics struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD; // FairyGUI.NGraphics/MeshModifier struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15; // FairyGUI.NMaterial struct NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C; // FairyGUI.NMaterial[] struct NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F; // FairyGUI.NTexture struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A; // FairyGUI.PackageItem struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0; // FairyGUI.PageOption struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3; // FairyGUI.PinchGesture struct PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3; // FairyGUI.PixelHitTest struct PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B; // FairyGUI.PixelHitTestData struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4; // FairyGUI.PlaneMesh struct PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C; // FairyGUI.PlayCompleteCallback struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554; // FairyGUI.PlayTransitionAction struct PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918; // FairyGUI.PolygonMesh struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88; // FairyGUI.PopupMenu struct PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8; // FairyGUI.RTLSupport struct RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22; // FairyGUI.RectHitTest struct RectHitTest_t6D0D255B09956A73884478F6E18696E405420860; // FairyGUI.RectMesh struct RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3; // FairyGUI.RegularPolygonMesh struct RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2; // FairyGUI.RelationDef struct RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93; // FairyGUI.RelationDef[] struct RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0; // FairyGUI.RelationItem struct RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857; // FairyGUI.RelationItem[] struct RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717; // FairyGUI.Relations struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF; // FairyGUI.RichTextField struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294; // FairyGUI.RotationGesture struct RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F; // FairyGUI.RoundedRectMesh struct RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65; // FairyGUI.ScrollPane struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE; // FairyGUI.SelectionShape struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429; // FairyGUI.ShaderConfig/GetFunction struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA; // FairyGUI.ShaderConfig/PropertyIDs struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71; // FairyGUI.Shape struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8; // FairyGUI.Stage struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8; // FairyGUI.StencilEraser struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B; // FairyGUI.TextField struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D; // FairyGUI.TextFormat struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135; // FairyGUI.TimerCallback struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879; // FairyGUI.Timers struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3; // FairyGUI.TimersEngine struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06; // FairyGUI.TouchInfo[] struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD; // FairyGUI.Transition struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA; // FairyGUI.TransitionItem[] struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807; // FairyGUI.Transition[] struct TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD; // FairyGUI.UIConfig/SoundLoader struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2; // FairyGUI.UIObjectFactory/GComponentCreator struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28; // FairyGUI.UIPackage struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693; // FairyGUI.UpdateContext struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7; // FairyGUI.Utils.ByteBuffer struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268; // FairyGUI.Utils.HtmlElement struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E; // FairyGUI.Utils.HtmlElement[] struct HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC; // FairyGUI.Utils.HtmlParseOptions struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67; // FairyGUI.Utils.IHtmlObject struct IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036; // FairyGUI.Utils.IHtmlPageContext struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA; // FairyGUI.VertexBuffer struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B; // LuaInterface.LuaTable struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA; // 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_t6E2E00562785FFE2E37F27C5B06052142AD7E005; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884; // 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_tD881350B51AAC8120E5FC036217F6291F787ECD5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9; // 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_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991; // System.Collections.Generic.List`1 struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42; // System.Collections.Generic.List`1 struct List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3; // System.Collections.Generic.List`1 struct List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E; // System.Collections.Generic.List`1 struct List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D; // System.Collections.Generic.List`1[] struct List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456; // System.Collections.Generic.List`1 struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87; // System.Collections.Generic.List`1 struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822; // System.Collections.Generic.List`1 struct List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146; // System.Collections.Generic.List`1 struct List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D; // 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_t1C8C520C896B743C64F472C95C0CA89355A465CC; // System.Collections.Generic.List`1 struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00; // System.Collections.Generic.List`1 struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C; // System.Collections.Generic.List`1 struct List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5; // 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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E; // 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_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_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841; // System.Collections.Generic.Stack`1 struct Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149; // System.Collections.Generic.Stack`1 struct Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229; // System.Collections.Generic.Stack`1 struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Single[] struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.String[][] struct StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F; // System.Text.RegularExpressions.Regex struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF; // System.Text.StringBuilder struct StringBuilder_t; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C; // UnityEngine.AudioClip struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801; // UnityEngine.AudioSource struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34; // UnityEngine.Camera/CameraCallback struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0; // UnityEngine.Collider struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF; // UnityEngine.Color32[] struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; // UnityEngine.Display struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.Gradient struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598; // UnityEngine.Mesh struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C; // UnityEngine.MeshCollider struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE; // UnityEngine.MeshFilter struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0; // UnityEngine.MeshRenderer struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.Renderer struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4; // UnityEngine.Shader struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA; // UnityEngine.Sprite struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4; // UnityEngine.Texture2D struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; // UnityEngine.Vector4[] struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66; IL2CPP_EXTERN_C RuntimeClass* BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7EF66508193EA1747FD65EC53012A60FF1697964_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NMaterial_tA4A811618058A13F4B7A7E34383F5ACEFFE9892C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RTLSupport_t66BC8FD786BC78813B0F9F5FD20D6BEBD9135C22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____007B00E34209B4455CE53672DEBFC48AD71826C7_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____03A095F9656AAECD356A9BB7678E1049B80A7634_1_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____087C2FB428952F5A6F9B4BA7B31019344382A2F7_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____279F628214A27FCE96C9A6A1C7E8079091509C60_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____383F819F26286BE8253A93B33225C2789B500FAA_9_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3B773972479C38582ED076B0294CB801B14EBCB8_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____40C8B4499FB123D4600247361F1D311B5B786EFC_13_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____45E887FCADFD2D2A201151E57F41722228E25191_15_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6818C542B63B905DA7AA3E792496006A79F2AF9A_16_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____797D7400516FFD35D49EB1BAF960660F46667662_19_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8029B4BFD3AA93C76711AF616C14163A1456D360_21_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____80B74EA5D41848E8432CEAFA9961AC11263301F1_23_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____98DC13D2837951F7E90A7317F587453B3641AEF8_27_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9CFFD52FD0E555EE90F7563881D85243554810B3_28_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9DB9891E900FED075409C1116FB43BE2A5C99CE3_29_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____AD6701E75A5CF7306C0EE9691368B44A5289E170_33_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____C4CE4356C59D41913E1D60E4497C031B67B1B86B_36_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D4BDB99F00532ACDB317B92D161D27C7448A01FD_38_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____E9F4121A731C95C166E9FAEF48EC5D95FB224445_42_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____EF711242CC520CD5836CD071EF05A5DC78CA34D7_43_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FE6C78086F5333BA3E88D035426FC0244E8FC585_45_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____FF8523802A3ADEB52E78A9CF613AA30033944FE6_46_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1D142ADD1EBA80E95526BFE4D29BEB4D2B2FDCD1; IL2CPP_EXTERN_C String_t* _stringLiteral24ED7B0EEDEADB0ED278E6BA7FB5E93EB4895A06; IL2CPP_EXTERN_C String_t* _stringLiteral27471B7A64C7E059B0BA89E0FB9E48AFA99B6548; IL2CPP_EXTERN_C String_t* _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7; IL2CPP_EXTERN_C String_t* _stringLiteral3AFBDB3D4E411EA6DA27A39ED5DC06757742E25D; IL2CPP_EXTERN_C String_t* _stringLiteral3D40E1546802C5D1498FBDB6CF352AEEE82B7134; IL2CPP_EXTERN_C String_t* _stringLiteral3DDEC39941440D88FA1BC9229601B0A6CD94A169; IL2CPP_EXTERN_C String_t* _stringLiteral3E1EF58475AECE1A2D561996553DE1F2EBB5C051; IL2CPP_EXTERN_C String_t* _stringLiteral4CC0A930CFC2D87ECB6EE3C3A24E631B86582F7A; IL2CPP_EXTERN_C String_t* _stringLiteral5335FEFC87999E1BE83930ABB633D46D8E1017E9; IL2CPP_EXTERN_C String_t* _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787; IL2CPP_EXTERN_C String_t* _stringLiteral58C4A3206CA3E20433B647AD48CB4FBAF151D5EF; IL2CPP_EXTERN_C String_t* _stringLiteral691EA9452F9F27EC71AB0726C4757BCE004B4DED; IL2CPP_EXTERN_C String_t* _stringLiteral75E4AEDCE48FAF384F3535FFEB842E9A0718A25C; IL2CPP_EXTERN_C String_t* _stringLiteral7D63D53BEB2221C51FE9A6EECD044AEB78D952A3; IL2CPP_EXTERN_C String_t* _stringLiteral843C2EAC6626DBED487A80B589FB76F047AA68C8; IL2CPP_EXTERN_C String_t* _stringLiteral85F81D09EAB0BD38C0580B562FEFEFB77664CAE8; IL2CPP_EXTERN_C String_t* _stringLiteral966250E6212D85349D5C41B68500F3084EF56F82; IL2CPP_EXTERN_C String_t* _stringLiteral9D353BE3C641CF436D244063C23C2AEB2624DE52; IL2CPP_EXTERN_C String_t* _stringLiteralB6AF838F2104B3F16A97C65CC804C44EDC5F0C47; IL2CPP_EXTERN_C String_t* _stringLiteralBBB4C80179B3654BB690DAF6172753181273D4A4; IL2CPP_EXTERN_C String_t* _stringLiteralBBB7944064B96DD67B743D28825C77258CE00FBB; IL2CPP_EXTERN_C String_t* _stringLiteralCAAD5F1D85DF3ED91E823FE73FAB29FD673B6D78; IL2CPP_EXTERN_C String_t* _stringLiteralCB0F25AC9D3ADE27EAFFB582AF54E3C3D017E845; IL2CPP_EXTERN_C String_t* _stringLiteralD83626F95D8825286A50AB33EF6C930E6407D865; IL2CPP_EXTERN_C String_t* _stringLiteralE8F563E80B23D444F46CCFFB3E2F32466A26696E; IL2CPP_EXTERN_C String_t* _stringLiteralF9967F5B1993E5CB8B826296BEB9CB857F6507D3; IL2CPP_EXTERN_C String_t* _stringLiteralFC66FAE220AB6F413F0FBB79E64249FA18984538; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m42D7CB44F13A7824EA1E6AF5DE8B239CBFED4912_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD9960CF3B9017A3DF082674511ECF2F4DE6D71A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mD288E53573EA7DAF452C41F3371B630B7899811C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mFD22B10E7284D2492DFB187334466819AAFB2842_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0F6CCCBDF901C4AA50AFE8DFC5978AC16044A30A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3F899F5B814FEF8C238145E65463D2C61B9E683C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m117DBA827C1519DD070DCE71CDC0D5884D1D40EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6A451654E978DFA0C4E9F35EC9DB462588E02C65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mE9D88B5775D67C85C4AE81127FB7FD53B44EF893_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB120DCBE88FCA9B2D84B60A1A96D039302373ED7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m04990554E8F515DD150E8A845F040D7C0F331518_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m11439B545A7C8888555A24C59B23591FFCC5AAAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC1D443241EEB660844DB8D850A61D7F249BA4ABF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m40A3A72D73B66D5EB093C6BBE23C2E9D2626600A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m62692766EA88DA9094F23D9BB954571B660B0A5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mEE3EF1E1FB8A8758BB2F60E987A5A1D817834593_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m61D0568020E919A81262C87BB8FF72884FE3105B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m980D2F68A698CE1B4CFED988FEDE610F998FCAF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9DB93EEDA567C536CCB887926084938BE9C645FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m8AD6DBEB7F95ED5B99A8B733453128DF24BA7ACB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4B09565ECF12DBEF82EC294814FEFD39E7AD6E69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m67CC393EEA2704EDE7BB09ADB2DECD587D4149F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA1CE78F6F990CF62C39DBBBAD017B1C1A57C52A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA6A7F140045BB0A914036A8468EB4291E38419B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAAFDFCB2417C88CD53C01C55A946BD61D7673834_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m128438306F7664AF7D93680EF7F527543B82F4A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m397E16600D8AA9F7B003B7353BC7B3FED6690084_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m7A6A9BAD5EF8E7FBE10C04F1126906FC03DCDA91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mA8FFD84180D2358D90D209A8023BDB52869A49E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mDC290EBD7D834A95139C5D160C72609DA7AD10CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE98031696EA20AC3CCD87477BA06E89432951E8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m87F804CE762D4F86CD7E50140C612E78EB9C7199_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD8D0EA24D98859418CD694248A79DB34BA698BA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m1D039AAD8D84B7E39AAE14B1E05D4D9C90594A2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD3D56B9341507C64BD47DFFEB643F794806F8B5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m831BDE3C94D1C4AE6E9C435D66CF62956AB137FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m08357DABF31693759FA56DF59DA72CD01E57D7DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4F7EDFA304F51EFCDF517DC337CD5EE5D317D46A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m61C801149485F4F45F4C47684970DB468B8B98A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6D6E4FB42A116B35C6EC74DCC867FF48FBB8C513_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8027CEF4C13EBA6AC2CB100E920E9AC3EF174A31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF1545D7B01CEDA3B242633F65C216EBBBC314C06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0A356EB95E63E39EA76D362B9047B576481F76DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5113BBBF36315D5623B08B388E2E3B599A5B3F28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m902E979FDC88DA9EDA629794AE635DAA9D8964F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m93BC0B093F7C9D5AE52E0F7AE8A9BB7386F12E9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mBD3DE84B1D29AC101C3DC32E5DE5CA497DC7A55C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m2A49D59DD3F7CC3D37E4762BE26E73BAA802C598_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3DA97A23FCF7C642805E9C868C4D326162CAE6B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6A04522BFED180022E7DA902A573911EDED660F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m837CF97CE81F51A842CCCC37F8AB7640A3DC6CB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m900B6A4A06736426F6A5B78A71E145009639D344_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m90282413A52948972B366CCE9F61399C5316A473_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941FA790EDC7080E12C48A3CE21CC59BD2525EB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC428DF429BDAA09EE7BE43BCB917E6BFCE6C452A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m1536B8309A831905B16D3B0F364139FBD811167C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m382AE9892EF39343FAEF436BA9801BDE7AFE23D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m3EC74EBC18948040AA121C5646BFE89CC42BB4E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m1811EC8A022D2B95FE8053537377A554AE61CD61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m59310BC9FCEE79F371FF375D192DCCF0E27BDCB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PinchGesture___touchEnd_m31B3744E2355C28BCC71649442536572CBB0E0EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PopupMenu___addedToStage_mF093C59CD6FC72EFE464C7995B6875FCDDB653A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RotationGesture___touchEnd_m6DA31D48723276AB81E2A6C953B48A19DA425B8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_RuntimeMethod_var; IL2CPP_EXTERN_C const uint32_t LineMesh_DrawRoundEdge_m3790A5057F3D86F97D535C5D87C12FCD7428AF32_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineMesh_OnPopulateMesh_mF939922F409E5AFB8F32490B6F6D6ABE7EBE79B2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineMesh__cctor_mAB6D67632497B0A98C801A478B5103E9F6B4C158_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LineMesh__ctor_m471674AC7315F795421FE06351E01ECECA523282_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ListItemProvider_BeginInvoke_m01E933F7A9838144ED57122CC713B71DFE14AA40_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ListItemRenderer_BeginInvoke_m2A6827C614C446332AD88B1A4C57313D3872C31B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture_Cancel_m71DDA23279B7F8A771FC241D7FB0EA039E9E5048_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture_Enable_mFFDD5E844553ED1E318045AE78BE95B6FD5BA9AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture___timer_mC5EE416B1F3B908B92A4CDE4C4ED24719B0756DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture___touchBegin_mFC1BACF1D36AE81BA8A1F2B9F843B6AEB6AEBEED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture___touchEnd_mFA5A3703781DA8B7FDA5A2D396C0F8F58032BAA1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture__cctor_m5FA7815931E49AEBBEEDDBACA7AAC57EB3A7E810_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LongPressGesture__ctor_m7BEAD594B3996553966D5E5C647AAA5211D07440_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialManager_CreateMaterial_m4BED69487D3B11B8EA2E6026ABCB8479F0012316_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialManager_DestroyMaterials_m099863230EB13A6FBF5C32146B1A4CE6A813CBF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialManager_GetMaterial_m5076CB221DEE5411C2E7A8C3943DAEB4238D577E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialManager_RefreshMaterials_mE8DAF24D06BE88FBBC772458A2C88C43A3015B34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialManager__cctor_mAD9F517B4C839086609BFB2CA2416362E2DD39E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialManager__ctor_m13B4384CDA716947B613DB41A2B65DC575DB57CE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MeshColliderHitTest_HitTest_m8B010ED4D862096C813A95F5504DC9F79F4A2678_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip_Advance_m05E80CD015D01A2BB7A937A7A10037D4488D2D5C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip_CheckTimer_mACEFF97AAAEB21E672E362B09D40A0F399458549_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip_OnAddedToStage_m9C1E846566497EA09AF4370E3E6A60099615C393_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip_OnRemoveFromStage_m6B2E2E847798D49C383AF52D95F0A43A1C26B176_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip_OnTimer_m66D3DAA9C5F03EB00C7EEC63D8DDA9857EFE5EE8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip__ctor_m0B9EA211D032FECC5F7E76483F5B30AC94A35802_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MovieClip_get_onPlayEnd_mF900CBA8E89ECB18D28C0A6023A8F87D73127FBF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_ChangeAlpha_m59C59B56D3C8156A75E945FD61649F8EA13D2AE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_OnPopulateMesh_m1A8E79872724AE0BA40489E4E802D8EBBC07190E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_Tint_mA6F19B6CEAA76F2EF9324A0AB473A50DF99D2740_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_UpdateMeshNow_m00E3EE68BAC3C2390615C2329C931D8683E7B2F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics__PreUpdateMask_m6D1E04627E91D3D2752BC47840EE7B2A974AC228_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NMaterial__ctor_mEDB4091A8B63169FD8AEC39D9DE92AA66BEEEFBE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_DestroyMaterialManager_mE9B58C3A09020A83F99EB7E596FD850506F5842B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_DestroyMaterials_mE01A4D9415C5D3C759BDD0908097F9D146F5FC0B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_DisposeEmpty_m9BCFED7A3560858ACFD265F6BE9DBC8D6BA260C7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_GetMaterialManager_m50D00F1F685D3928B336E8CF5EB1A83A61E7C045_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_RefreshMaterials_m0102DE2B9E77034C054FE87AA2038E52A0298D33_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_Unload_mB45B5F01D283E346728045774FAFCDB0FD87C519_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PinchGesture_Enable_m02BCEC3469A76B4C23A5247D399DEE21DB292A6A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PinchGesture___touchBegin_m250DCD1193F9F91FEE18948F4F736B88B44009AA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PinchGesture___touchMove_m78DF2AB2F79BE67F99F6B91A8CC8BA399D419AEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PinchGesture__ctor_m55FC0B2736EBD35D838BA65B16B6EE411F78A75D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PixelHitTest_HitTest_m3769AAC0AE83951F30D1667E148F652C1AB222D3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlaneMesh_OnPopulateMesh_mB72047341009E009C0D25765182EE529BEE6D623_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PolygonMesh_Add_mD49EAECB069ABB42FBC0BE5564172FD4C3E53940_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PolygonMesh_Add_mF8FAB5E67FE0B14847AECB54BFCC55627CB775CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PolygonMesh_HitTest_mCC6CBC8E87B281B0351F95F992C52C9E626E3C51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PolygonMesh_OnPopulateMesh_mE2A5947396F58B59438D39C91974E6A183859B74_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PolygonMesh__cctor_mFCE7D39EAABEE0ADDDAD1DF333712E05F8EC5533_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PolygonMesh__ctor_m2AAA5C822FE8AC33FF08C6D39E9305DDB0BF59FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItemAt_mB6CBEB35CB1E49A9D73DBD3DEA7D0B307A217384_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItemAt_mBB38541794C259A5B4A6D2FC8934984C5E0A8BDA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItem_mB35AF8140FB95C640512B81663D92E502FECAF80_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_AddItem_mD7F84802BF08416A36CE88925EF12D6A37ECEA4A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_AddSeperator_m0489147CB30D1AF56D189816CAAF6F94B5D0AB1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_Create_m1AF8D80F924A0E670754AC3E8232497A9C808B5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_SetItemCheckable_mA840497E133D65EAB280E25522615FFE22F04574_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_SetItemChecked_m275E8C3FE26EB67E3D55B860B56A64F73B1CB61E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_Show_mCF2BFB9DC7537882190237C7FDC747368CD33E4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu___clickItem_m970775948444530F1DAD7EFD2D33D1B8DF872B1C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PopupMenu_isItemChecked_m9C4FD89A180C05B898EEC998D2C3CFC7605EF54F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_CheckSeparator_m739944931BEBDC92A2584E82C4BA3ECA1CC6D02D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_CheckSpecific_m60C89FF751393C4691F024D6D466C4C6DFF9A5CD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_ConvertLineL_mF732838A5E91FCD934C856CD3EFE867C7AAF0D06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_ConvertLineR_mC8694CF545CBFC0AFF58B1D5F7322A369E511BBD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_DetectTextDirection_m1C0B916A90F3C009D0038DF7F87F64EBBD758BB0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_DoMapping_mBC4655579A5D15770DD809A50F01B080AEEE9D4B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport_InitChars_mC9E4220F864DE06615083C269DCDCDFCE44FEDB2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport__GetDirection_m91B0E4CB9C61EF3E8E6B111769EBE619593C0074_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport__IsEndPunctuation_m493255A3E1C31799C192114918B1435029F360D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport__Reverse_m5CC4F9EC53D4C06ADF81832690AEE3D0E1E50C92_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RTLSupport__cctor_m6EBCF09FBF868ADF47370CF045C3ABA394A1A740_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RectMesh_HitTest_m91B826995009D417D2A29D19A2F2602140C87412_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RectMesh_OnPopulateMesh_m5FB583FF19AD30D1D6546940E7955E1078D1FB3A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RegularPolygonMesh_HitTest_m460BD3BC90E44311F203BAEB226B434EF02C90CD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RegularPolygonMesh_OnPopulateMesh_m10CD47AC16AA574F5DE8433A4633F8D464B4ACFA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_AddRefTarget_mB6291E44ED38C5462DB1C8B18E760B3B971EA309_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_Add_m9F422E05AF9C6E8C3053B724410A58FB701ED74B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_ApplyOnSelfSizeChanged_m5E43A50876809E166A30AF27269A956931356B0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_CopyFrom_mDD8A144D46C3C8CF4D363AEEA728A2254FC27D58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_InternalAdd_m9B638A4474B44DBDD44478CB33EE45F613BCECEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_ReleaseRefTarget_m8A9FE0193E74A0CC690CAB3C7CDE813C3768AEF8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_Remove_mD0A51A5153A90ADE7A7FDD51A2FF334003FAC8C7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem___targetSizeChanged_m1BEA8E39BF2BD9E492E0978B2D76E2002E0031FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem___targetXYChanged_mCFA9A386A285CC7403B20630509D1B4D6906BD07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem__ctor_mC73C0BA084CA474984F47E1A2CABF36915986BCD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RelationItem_get_isEmpty_mF1C4AFE97EDD56A8D3E153D8808B96234D0D1D8B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_Add_mDAA559ED7F5AEA961CD8686E8E9DEF0FE33D6C6B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_ClearAll_mE8D575EAAA5869E498BD96FAC36C175A48DE80C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_ClearFor_m637C2836CB1304759565A307F90C375EB29DB539_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_Contains_mA2FEA8245BB5247544BB571F632A46DDAA5C1F3A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_CopyFrom_mAA2338DF61D7B7AD917C8C363B9DCC4C3A9D985F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_OnOwnerSizeChanged_m333AC0B520BBCD6A064F95EADEE9A9A0BA149238_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_Remove_m91B97D6EF73C95493047E9917F51D22905365ECC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_Setup_mE315B3DF345ACED83631106500CE9DB512EFD0CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations__ctor_m7D8D1B5FA3028A9E909A0CA780E5D4CF5F981F00_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Relations_get_isEmpty_m03C04453C355CA287E22E69E01218EE82574BB39_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField_GetHtmlElementAt_m2942096CD0C591E00BF85ECCEC4DFD11EA229386_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField_GetHtmlElement_mF8A6923B403ADE3D121BCB6EF5465651E837D31D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField_RefreshObjects_m7E2E1A4953D417FD40DC89AD6BC36F5EF2EBE0B8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RichTextField_get_htmlElementCount_mE398D110BD9CA7E6E011E47F01EB154A37F031C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RotationGesture_Enable_m49DDE39AEB95058F6A01B0A44D4A1F5C2815EC42_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RotationGesture___touchBegin_m672BD08A2FCB6FBF5C3CD9E43AADED775E10CEB1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RotationGesture___touchMove_m9A6B8FC6656CF7BD166164060AE2DBAED0959909_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RotationGesture__ctor_m62CA651C20C125D53E93AFC58279C429A4833905_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RoundedRectMesh_HitTest_m0106FD85604D9D5ED1F9F1A006892436B9854E0E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RoundedRectMesh_OnPopulateMesh_m611BDAE9FEA6D70E1ABA0AF62876786CED851867_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A; struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F; struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // FairyGUI.BlendModeUtils struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE : public RuntimeObject { public: public: }; struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields { public: // FairyGUI.BlendModeUtils_BlendFactor[] FairyGUI.BlendModeUtils::Factors BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* ___Factors_0; public: inline static int32_t get_offset_of_Factors_0() { return static_cast(offsetof(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields, ___Factors_0)); } inline BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* get_Factors_0() const { return ___Factors_0; } inline BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A** get_address_of_Factors_0() { return &___Factors_0; } inline void set_Factors_0(BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* value) { ___Factors_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Factors_0), (void*)value); } }; // FairyGUI.ColliderHitTest struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 : public RuntimeObject { public: // UnityEngine.Collider FairyGUI.ColliderHitTest::collider Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___collider_0; public: inline static int32_t get_offset_of_collider_0() { return static_cast(offsetof(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67, ___collider_0)); } inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * get_collider_0() const { return ___collider_0; } inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF ** get_address_of_collider_0() { return &___collider_0; } inline void set_collider_0(Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * value) { ___collider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___collider_0), (void*)value); } }; // FairyGUI.ControllerAction struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 : public RuntimeObject { public: // System.String[] FairyGUI.ControllerAction::fromPage StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fromPage_0; // System.String[] FairyGUI.ControllerAction::toPage StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___toPage_1; public: inline static int32_t get_offset_of_fromPage_0() { return static_cast(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___fromPage_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fromPage_0() const { return ___fromPage_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fromPage_0() { return &___fromPage_0; } inline void set_fromPage_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___fromPage_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fromPage_0), (void*)value); } inline static int32_t get_offset_of_toPage_1() { return static_cast(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___toPage_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_toPage_1() const { return ___toPage_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_toPage_1() { return &___toPage_1; } inline void set_toPage_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___toPage_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___toPage_1), (void*)value); } }; // FairyGUI.EventContext struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject { public: // FairyGUI.EventDispatcher FairyGUI.EventContext::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.GPath struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 : public RuntimeObject { public: // System.Collections.Generic.List`1 FairyGUI.GPath::_segments List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * ____segments_0; // System.Collections.Generic.List`1 FairyGUI.GPath::_points List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ____points_1; // System.Single FairyGUI.GPath::_fullLength float ____fullLength_2; public: inline static int32_t get_offset_of__segments_0() { return static_cast(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____segments_0)); } inline List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * get__segments_0() const { return ____segments_0; } inline List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 ** get_address_of__segments_0() { return &____segments_0; } inline void set__segments_0(List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * value) { ____segments_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____segments_0), (void*)value); } inline static int32_t get_offset_of__points_1() { return static_cast(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____points_1)); } inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get__points_1() const { return ____points_1; } inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of__points_1() { return &____points_1; } inline void set__points_1(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value) { ____points_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____points_1), (void*)value); } inline static int32_t get_offset_of__fullLength_2() { return static_cast(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____fullLength_2)); } inline float get__fullLength_2() const { return ____fullLength_2; } inline float* get_address_of__fullLength_2() { return &____fullLength_2; } inline void set__fullLength_2(float value) { ____fullLength_2 = value; } }; struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields { public: // System.Collections.Generic.List`1 FairyGUI.GPath::helperList List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * ___helperList_3; // System.Collections.Generic.List`1 FairyGUI.GPath::splinePoints List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___splinePoints_4; public: inline static int32_t get_offset_of_helperList_3() { return static_cast(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields, ___helperList_3)); } inline List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * get_helperList_3() const { return ___helperList_3; } inline List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E ** get_address_of_helperList_3() { return &___helperList_3; } inline void set_helperList_3(List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * value) { ___helperList_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___helperList_3), (void*)value); } inline static int32_t get_offset_of_splinePoints_4() { return static_cast(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields, ___splinePoints_4)); } inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_splinePoints_4() const { return ___splinePoints_4; } inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_splinePoints_4() { return &___splinePoints_4; } inline void set_splinePoints_4(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value) { ___splinePoints_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___splinePoints_4), (void*)value); } }; // FairyGUI.LineMesh struct LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241 : public RuntimeObject { public: // FairyGUI.GPath FairyGUI.LineMesh::path GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ___path_0; // System.Single FairyGUI.LineMesh::lineWidth float ___lineWidth_1; // UnityEngine.AnimationCurve FairyGUI.LineMesh::lineWidthCurve AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * ___lineWidthCurve_2; // UnityEngine.Gradient FairyGUI.LineMesh::gradient Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * ___gradient_3; // System.Boolean FairyGUI.LineMesh::roundEdge bool ___roundEdge_4; // System.Single FairyGUI.LineMesh::fillStart float ___fillStart_5; // System.Single FairyGUI.LineMesh::fillEnd float ___fillEnd_6; // System.Single FairyGUI.LineMesh::pointDensity float ___pointDensity_7; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___path_0)); } inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * get_path_0() const { return ___path_0; } inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 ** get_address_of_path_0() { return &___path_0; } inline void set_path_0(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value); } inline static int32_t get_offset_of_lineWidth_1() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___lineWidth_1)); } inline float get_lineWidth_1() const { return ___lineWidth_1; } inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; } inline void set_lineWidth_1(float value) { ___lineWidth_1 = value; } inline static int32_t get_offset_of_lineWidthCurve_2() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___lineWidthCurve_2)); } inline AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * get_lineWidthCurve_2() const { return ___lineWidthCurve_2; } inline AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C ** get_address_of_lineWidthCurve_2() { return &___lineWidthCurve_2; } inline void set_lineWidthCurve_2(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * value) { ___lineWidthCurve_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lineWidthCurve_2), (void*)value); } inline static int32_t get_offset_of_gradient_3() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___gradient_3)); } inline Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * get_gradient_3() const { return ___gradient_3; } inline Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A ** get_address_of_gradient_3() { return &___gradient_3; } inline void set_gradient_3(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * value) { ___gradient_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___gradient_3), (void*)value); } inline static int32_t get_offset_of_roundEdge_4() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___roundEdge_4)); } inline bool get_roundEdge_4() const { return ___roundEdge_4; } inline bool* get_address_of_roundEdge_4() { return &___roundEdge_4; } inline void set_roundEdge_4(bool value) { ___roundEdge_4 = value; } inline static int32_t get_offset_of_fillStart_5() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___fillStart_5)); } inline float get_fillStart_5() const { return ___fillStart_5; } inline float* get_address_of_fillStart_5() { return &___fillStart_5; } inline void set_fillStart_5(float value) { ___fillStart_5 = value; } inline static int32_t get_offset_of_fillEnd_6() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___fillEnd_6)); } inline float get_fillEnd_6() const { return ___fillEnd_6; } inline float* get_address_of_fillEnd_6() { return &___fillEnd_6; } inline void set_fillEnd_6(float value) { ___fillEnd_6 = value; } inline static int32_t get_offset_of_pointDensity_7() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241, ___pointDensity_7)); } inline float get_pointDensity_7() const { return ___pointDensity_7; } inline float* get_address_of_pointDensity_7() { return &___pointDensity_7; } inline void set_pointDensity_7(float value) { ___pointDensity_7 = value; } }; struct LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields { public: // System.Collections.Generic.List`1 FairyGUI.LineMesh::points List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___points_8; // System.Collections.Generic.List`1 FairyGUI.LineMesh::ts List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * ___ts_9; public: inline static int32_t get_offset_of_points_8() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields, ___points_8)); } inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_points_8() const { return ___points_8; } inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_points_8() { return &___points_8; } inline void set_points_8(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value) { ___points_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___points_8), (void*)value); } inline static int32_t get_offset_of_ts_9() { return static_cast(offsetof(LineMesh_t1F7FC2E25148D8BCCAACA28FD3D0B0B11CA83241_StaticFields, ___ts_9)); } inline List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * get_ts_9() const { return ___ts_9; } inline List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E ** get_address_of_ts_9() { return &___ts_9; } inline void set_ts_9(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * value) { ___ts_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ts_9), (void*)value); } }; // FairyGUI.MaterialManager struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 : public RuntimeObject { public: // FairyGUI.NTexture FairyGUI.MaterialManager::_texture NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_0; // UnityEngine.Shader FairyGUI.MaterialManager::_shader Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ____shader_1; // System.String[] FairyGUI.MaterialManager::_keywords StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____keywords_2; // System.Collections.Generic.List`1[] FairyGUI.MaterialManager::_materials List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* ____materials_3; // System.String FairyGUI.MaterialManager::_managerKey String_t* ____managerKey_4; public: inline static int32_t get_offset_of__texture_0() { return static_cast(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____texture_0)); } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_0() const { return ____texture_0; } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_0() { return &____texture_0; } inline void set__texture_0(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value) { ____texture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____texture_0), (void*)value); } inline static int32_t get_offset_of__shader_1() { return static_cast(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____shader_1)); } inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * get__shader_1() const { return ____shader_1; } inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA ** get_address_of__shader_1() { return &____shader_1; } inline void set__shader_1(Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * value) { ____shader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____shader_1), (void*)value); } inline static int32_t get_offset_of__keywords_2() { return static_cast(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____keywords_2)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__keywords_2() const { return ____keywords_2; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__keywords_2() { return &____keywords_2; } inline void set__keywords_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____keywords_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____keywords_2), (void*)value); } inline static int32_t get_offset_of__materials_3() { return static_cast(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____materials_3)); } inline List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* get__materials_3() const { return ____materials_3; } inline List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456** get_address_of__materials_3() { return &____materials_3; } inline void set__materials_3(List_1U5BU5D_tE935E08AC4A5FCFA87856F35D5D51143B623C456* value) { ____materials_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____materials_3), (void*)value); } inline static int32_t get_offset_of__managerKey_4() { return static_cast(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098, ____managerKey_4)); } inline String_t* get__managerKey_4() const { return ____managerKey_4; } inline String_t** get_address_of__managerKey_4() { return &____managerKey_4; } inline void set__managerKey_4(String_t* value) { ____managerKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____managerKey_4), (void*)value); } }; struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_StaticFields { public: // System.String[][] FairyGUI.MaterialManager::internalKeywords StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* ___internalKeywords_5; public: inline static int32_t get_offset_of_internalKeywords_5() { return static_cast(offsetof(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098_StaticFields, ___internalKeywords_5)); } inline StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* get_internalKeywords_5() const { return ___internalKeywords_5; } inline StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F** get_address_of_internalKeywords_5() { return &___internalKeywords_5; } inline void set_internalKeywords_5(StringU5BU5DU5BU5D_tBC6637326598C4B41F2E9C3BF641A92808935A5F* value) { ___internalKeywords_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalKeywords_5), (void*)value); } }; // FairyGUI.MovieClip_Frame struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B : public RuntimeObject { public: // FairyGUI.NTexture FairyGUI.MovieClip_Frame::texture NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_0; // System.Single FairyGUI.MovieClip_Frame::addDelay float ___addDelay_1; public: inline static int32_t get_offset_of_texture_0() { return static_cast(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___texture_0)); } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_0() const { return ___texture_0; } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_0() { return &___texture_0; } inline void set_texture_0(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value) { ___texture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_0), (void*)value); } inline static int32_t get_offset_of_addDelay_1() { return static_cast(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___addDelay_1)); } inline float get_addDelay_1() const { return ___addDelay_1; } inline float* get_address_of_addDelay_1() { return &___addDelay_1; } inline void set_addDelay_1(float value) { ___addDelay_1 = value; } }; // FairyGUI.PageOption struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 : public RuntimeObject { public: // FairyGUI.Controller FairyGUI.PageOption::_controller Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____controller_0; // System.String FairyGUI.PageOption::_id String_t* ____id_1; public: inline static int32_t get_offset_of__controller_0() { return static_cast(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____controller_0)); } inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__controller_0() const { return ____controller_0; } inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__controller_0() { return &____controller_0; } inline void set__controller_0(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value) { ____controller_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____controller_0), (void*)value); } inline static int32_t get_offset_of__id_1() { return static_cast(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____id_1)); } inline String_t* get__id_1() const { return ____id_1; } inline String_t** get_address_of__id_1() { return &____id_1; } inline void set__id_1(String_t* value) { ____id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____id_1), (void*)value); } }; // FairyGUI.PixelHitTest struct PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B : public RuntimeObject { public: // System.Int32 FairyGUI.PixelHitTest::offsetX int32_t ___offsetX_0; // System.Int32 FairyGUI.PixelHitTest::offsetY int32_t ___offsetY_1; // System.Single FairyGUI.PixelHitTest::sourceWidth float ___sourceWidth_2; // System.Single FairyGUI.PixelHitTest::sourceHeight float ___sourceHeight_3; // FairyGUI.PixelHitTestData FairyGUI.PixelHitTest::_data PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ____data_4; public: inline static int32_t get_offset_of_offsetX_0() { return static_cast(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___offsetX_0)); } inline int32_t get_offsetX_0() const { return ___offsetX_0; } inline int32_t* get_address_of_offsetX_0() { return &___offsetX_0; } inline void set_offsetX_0(int32_t value) { ___offsetX_0 = value; } inline static int32_t get_offset_of_offsetY_1() { return static_cast(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___offsetY_1)); } inline int32_t get_offsetY_1() const { return ___offsetY_1; } inline int32_t* get_address_of_offsetY_1() { return &___offsetY_1; } inline void set_offsetY_1(int32_t value) { ___offsetY_1 = value; } inline static int32_t get_offset_of_sourceWidth_2() { return static_cast(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___sourceWidth_2)); } inline float get_sourceWidth_2() const { return ___sourceWidth_2; } inline float* get_address_of_sourceWidth_2() { return &___sourceWidth_2; } inline void set_sourceWidth_2(float value) { ___sourceWidth_2 = value; } inline static int32_t get_offset_of_sourceHeight_3() { return static_cast(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ___sourceHeight_3)); } inline float get_sourceHeight_3() const { return ___sourceHeight_3; } inline float* get_address_of_sourceHeight_3() { return &___sourceHeight_3; } inline void set_sourceHeight_3(float value) { ___sourceHeight_3 = value; } inline static int32_t get_offset_of__data_4() { return static_cast(offsetof(PixelHitTest_t4679838AFD513A54994DD29B08252C3EC9163A5B, ____data_4)); } inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * get__data_4() const { return ____data_4; } inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 ** get_address_of__data_4() { return &____data_4; } inline void set__data_4(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * value) { ____data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_4), (void*)value); } }; // FairyGUI.PixelHitTestData struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 : public RuntimeObject { public: // System.Int32 FairyGUI.PixelHitTestData::pixelWidth int32_t ___pixelWidth_0; // System.Single FairyGUI.PixelHitTestData::scale float ___scale_1; // System.Byte[] FairyGUI.PixelHitTestData::pixels ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___pixels_2; // System.Int32 FairyGUI.PixelHitTestData::pixelsLength int32_t ___pixelsLength_3; // System.Int32 FairyGUI.PixelHitTestData::pixelsOffset int32_t ___pixelsOffset_4; public: inline static int32_t get_offset_of_pixelWidth_0() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelWidth_0)); } inline int32_t get_pixelWidth_0() const { return ___pixelWidth_0; } inline int32_t* get_address_of_pixelWidth_0() { return &___pixelWidth_0; } inline void set_pixelWidth_0(int32_t value) { ___pixelWidth_0 = value; } inline static int32_t get_offset_of_scale_1() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___scale_1)); } inline float get_scale_1() const { return ___scale_1; } inline float* get_address_of_scale_1() { return &___scale_1; } inline void set_scale_1(float value) { ___scale_1 = value; } inline static int32_t get_offset_of_pixels_2() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixels_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_pixels_2() const { return ___pixels_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_pixels_2() { return &___pixels_2; } inline void set_pixels_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___pixels_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixels_2), (void*)value); } inline static int32_t get_offset_of_pixelsLength_3() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsLength_3)); } inline int32_t get_pixelsLength_3() const { return ___pixelsLength_3; } inline int32_t* get_address_of_pixelsLength_3() { return &___pixelsLength_3; } inline void set_pixelsLength_3(int32_t value) { ___pixelsLength_3 = value; } inline static int32_t get_offset_of_pixelsOffset_4() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsOffset_4)); } inline int32_t get_pixelsOffset_4() const { return ___pixelsOffset_4; } inline int32_t* get_address_of_pixelsOffset_4() { return &___pixelsOffset_4; } inline void set_pixelsOffset_4(int32_t value) { ___pixelsOffset_4 = value; } }; // FairyGUI.PlaneMesh struct PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C : public RuntimeObject { public: // System.Int32 FairyGUI.PlaneMesh::gridSize int32_t ___gridSize_0; public: inline static int32_t get_offset_of_gridSize_0() { return static_cast(offsetof(PlaneMesh_t11CD2CCAC78BFAF16901D962AB505A8468FC9F4C, ___gridSize_0)); } inline int32_t get_gridSize_0() const { return ___gridSize_0; } inline int32_t* get_address_of_gridSize_0() { return &___gridSize_0; } inline void set_gridSize_0(int32_t value) { ___gridSize_0 = value; } }; // FairyGUI.PopupMenu struct PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8 : public RuntimeObject { public: // FairyGUI.GComponent FairyGUI.PopupMenu::_contentPane GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____contentPane_0; // FairyGUI.GList FairyGUI.PopupMenu::_list GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ____list_1; public: inline static int32_t get_offset_of__contentPane_0() { return static_cast(offsetof(PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8, ____contentPane_0)); } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__contentPane_0() const { return ____contentPane_0; } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__contentPane_0() { return &____contentPane_0; } inline void set__contentPane_0(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value) { ____contentPane_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentPane_0), (void*)value); } inline static int32_t get_offset_of__list_1() { return static_cast(offsetof(PopupMenu_tCC5E54804575FC2544BFD3687D9A1942350722A8, ____list_1)); } inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get__list_1() const { return ____list_1; } inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of__list_1() { return &____list_1; } inline void set__list_1(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value) { ____list_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_1), (void*)value); } }; // FairyGUI.Relations struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF : public RuntimeObject { public: // FairyGUI.GObject FairyGUI.Relations::_owner GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____owner_0; // System.Collections.Generic.List`1 FairyGUI.Relations::_items List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * ____items_1; // FairyGUI.GObject FairyGUI.Relations::handling GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___handling_2; public: inline static int32_t get_offset_of__owner_0() { return static_cast(offsetof(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF, ____owner_0)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__owner_0() const { return ____owner_0; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__owner_0() { return &____owner_0; } inline void set__owner_0(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ____owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value); } inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF, ____items_1)); } inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * get__items_1() const { return ____items_1; } inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D ** get_address_of__items_1() { return &____items_1; } inline void set__items_1(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of_handling_2() { return static_cast(offsetof(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF, ___handling_2)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_handling_2() const { return ___handling_2; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_handling_2() { return &___handling_2; } inline void set_handling_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ___handling_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___handling_2), (void*)value); } }; // FairyGUI.ShaderConfig struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A : public RuntimeObject { public: public: }; struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields { public: // FairyGUI.ShaderConfig_GetFunction FairyGUI.ShaderConfig::Get GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * ___Get_0; // System.String FairyGUI.ShaderConfig::imageShader String_t* ___imageShader_1; // System.String FairyGUI.ShaderConfig::textShader String_t* ___textShader_2; // System.String FairyGUI.ShaderConfig::bmFontShader String_t* ___bmFontShader_3; // FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::_properyIDs PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ____properyIDs_4; public: inline static int32_t get_offset_of_Get_0() { return static_cast(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.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.Transition struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA : public RuntimeObject { public: // System.String FairyGUI.Transition::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // System.Boolean FairyGUI.Transition::invalidateBatchingEveryFrame bool ___invalidateBatchingEveryFrame_1; // FairyGUI.GComponent FairyGUI.Transition::_owner GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_2; // FairyGUI.TransitionItem[] FairyGUI.Transition::_items TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* ____items_3; // System.Int32 FairyGUI.Transition::_totalTimes int32_t ____totalTimes_4; // System.Int32 FairyGUI.Transition::_totalTasks int32_t ____totalTasks_5; // System.Boolean FairyGUI.Transition::_playing bool ____playing_6; // System.Boolean FairyGUI.Transition::_paused bool ____paused_7; // System.Single FairyGUI.Transition::_ownerBaseX float ____ownerBaseX_8; // System.Single FairyGUI.Transition::_ownerBaseY float ____ownerBaseY_9; // FairyGUI.PlayCompleteCallback FairyGUI.Transition::_onComplete PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ____onComplete_10; // System.Int32 FairyGUI.Transition::_options int32_t ____options_11; // System.Boolean FairyGUI.Transition::_reversed bool ____reversed_12; // System.Single FairyGUI.Transition::_totalDuration float ____totalDuration_13; // System.Boolean FairyGUI.Transition::_autoPlay bool ____autoPlay_14; // System.Int32 FairyGUI.Transition::_autoPlayTimes int32_t ____autoPlayTimes_15; // System.Single FairyGUI.Transition::_autoPlayDelay float ____autoPlayDelay_16; // System.Single FairyGUI.Transition::_timeScale float ____timeScale_17; // System.Boolean FairyGUI.Transition::_ignoreEngineTimeScale bool ____ignoreEngineTimeScale_18; // System.Single FairyGUI.Transition::_startTime float ____startTime_19; // System.Single FairyGUI.Transition::_endTime float ____endTime_20; // FairyGUI.GTweenCallback FairyGUI.Transition::_delayedCallDelegate GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____delayedCallDelegate_21; // FairyGUI.GTweenCallback1 FairyGUI.Transition::_delayedCallDelegate2 GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____delayedCallDelegate2_22; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_invalidateBatchingEveryFrame_1() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___invalidateBatchingEveryFrame_1)); } inline bool get_invalidateBatchingEveryFrame_1() const { return ___invalidateBatchingEveryFrame_1; } inline bool* get_address_of_invalidateBatchingEveryFrame_1() { return &___invalidateBatchingEveryFrame_1; } inline void set_invalidateBatchingEveryFrame_1(bool value) { ___invalidateBatchingEveryFrame_1 = value; } inline static int32_t get_offset_of__owner_2() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____owner_2)); } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_2() const { return ____owner_2; } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_2() { return &____owner_2; } inline void set__owner_2(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value) { ____owner_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_2), (void*)value); } inline static int32_t get_offset_of__items_3() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____items_3)); } inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* get__items_3() const { return ____items_3; } inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807** get_address_of__items_3() { return &____items_3; } inline void set__items_3(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* value) { ____items_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value); } inline static int32_t get_offset_of__totalTimes_4() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTimes_4)); } inline int32_t get__totalTimes_4() const { return ____totalTimes_4; } inline int32_t* get_address_of__totalTimes_4() { return &____totalTimes_4; } inline void set__totalTimes_4(int32_t value) { ____totalTimes_4 = value; } inline static int32_t get_offset_of__totalTasks_5() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTasks_5)); } inline int32_t get__totalTasks_5() const { return ____totalTasks_5; } inline int32_t* get_address_of__totalTasks_5() { return &____totalTasks_5; } inline void set__totalTasks_5(int32_t value) { ____totalTasks_5 = value; } inline static int32_t get_offset_of__playing_6() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____playing_6)); } inline bool get__playing_6() const { return ____playing_6; } inline bool* get_address_of__playing_6() { return &____playing_6; } inline void set__playing_6(bool value) { ____playing_6 = value; } inline static int32_t get_offset_of__paused_7() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____paused_7)); } inline bool get__paused_7() const { return ____paused_7; } inline bool* get_address_of__paused_7() { return &____paused_7; } inline void set__paused_7(bool value) { ____paused_7 = value; } inline static int32_t get_offset_of__ownerBaseX_8() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseX_8)); } inline float get__ownerBaseX_8() const { return ____ownerBaseX_8; } inline float* get_address_of__ownerBaseX_8() { return &____ownerBaseX_8; } inline void set__ownerBaseX_8(float value) { ____ownerBaseX_8 = value; } inline static int32_t get_offset_of__ownerBaseY_9() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseY_9)); } inline float get__ownerBaseY_9() const { return ____ownerBaseY_9; } inline float* get_address_of__ownerBaseY_9() { return &____ownerBaseY_9; } inline void set__ownerBaseY_9(float value) { ____ownerBaseY_9 = value; } inline static int32_t get_offset_of__onComplete_10() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____onComplete_10)); } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get__onComplete_10() const { return ____onComplete_10; } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of__onComplete_10() { return &____onComplete_10; } inline void set__onComplete_10(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value) { ____onComplete_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____onComplete_10), (void*)value); } inline static int32_t get_offset_of__options_11() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____options_11)); } inline int32_t get__options_11() const { return ____options_11; } inline int32_t* get_address_of__options_11() { return &____options_11; } inline void set__options_11(int32_t value) { ____options_11 = value; } inline static int32_t get_offset_of__reversed_12() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____reversed_12)); } inline bool get__reversed_12() const { return ____reversed_12; } inline bool* get_address_of__reversed_12() { return &____reversed_12; } inline void set__reversed_12(bool value) { ____reversed_12 = value; } inline static int32_t get_offset_of__totalDuration_13() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalDuration_13)); } inline float get__totalDuration_13() const { return ____totalDuration_13; } inline float* get_address_of__totalDuration_13() { return &____totalDuration_13; } inline void set__totalDuration_13(float value) { ____totalDuration_13 = value; } inline static int32_t get_offset_of__autoPlay_14() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlay_14)); } inline bool get__autoPlay_14() const { return ____autoPlay_14; } inline bool* get_address_of__autoPlay_14() { return &____autoPlay_14; } inline void set__autoPlay_14(bool value) { ____autoPlay_14 = value; } inline static int32_t get_offset_of__autoPlayTimes_15() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayTimes_15)); } inline int32_t get__autoPlayTimes_15() const { return ____autoPlayTimes_15; } inline int32_t* get_address_of__autoPlayTimes_15() { return &____autoPlayTimes_15; } inline void set__autoPlayTimes_15(int32_t value) { ____autoPlayTimes_15 = value; } inline static int32_t get_offset_of__autoPlayDelay_16() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayDelay_16)); } inline float get__autoPlayDelay_16() const { return ____autoPlayDelay_16; } inline float* get_address_of__autoPlayDelay_16() { return &____autoPlayDelay_16; } inline void set__autoPlayDelay_16(float value) { ____autoPlayDelay_16 = value; } inline static int32_t get_offset_of__timeScale_17() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____timeScale_17)); } inline float get__timeScale_17() const { return ____timeScale_17; } inline float* get_address_of__timeScale_17() { return &____timeScale_17; } inline void set__timeScale_17(float value) { ____timeScale_17 = value; } inline static int32_t get_offset_of__ignoreEngineTimeScale_18() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ignoreEngineTimeScale_18)); } inline bool get__ignoreEngineTimeScale_18() const { return ____ignoreEngineTimeScale_18; } inline bool* get_address_of__ignoreEngineTimeScale_18() { return &____ignoreEngineTimeScale_18; } inline void set__ignoreEngineTimeScale_18(bool value) { ____ignoreEngineTimeScale_18 = value; } inline static int32_t get_offset_of__startTime_19() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____startTime_19)); } inline float get__startTime_19() const { return ____startTime_19; } inline float* get_address_of__startTime_19() { return &____startTime_19; } inline void set__startTime_19(float value) { ____startTime_19 = value; } inline static int32_t get_offset_of__endTime_20() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____endTime_20)); } inline float get__endTime_20() const { return ____endTime_20; } inline float* get_address_of__endTime_20() { return &____endTime_20; } inline void set__endTime_20(float value) { ____endTime_20 = value; } inline static int32_t get_offset_of__delayedCallDelegate_21() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate_21)); } inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__delayedCallDelegate_21() const { return ____delayedCallDelegate_21; } inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__delayedCallDelegate_21() { return &____delayedCallDelegate_21; } inline void set__delayedCallDelegate_21(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value) { ____delayedCallDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate_21), (void*)value); } inline static int32_t get_offset_of__delayedCallDelegate2_22() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate2_22)); } inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__delayedCallDelegate2_22() const { return ____delayedCallDelegate2_22; } inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__delayedCallDelegate2_22() { return &____delayedCallDelegate2_22; } inline void set__delayedCallDelegate2_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value) { ____delayedCallDelegate2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate2_22), (void*)value); } }; // FairyGUI.UIPackage struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject { public: // System.String FairyGUI.UIPackage::k__BackingField String_t* ___U3CidU3Ek__BackingField_0; // System.String FairyGUI.UIPackage::k__BackingField String_t* ___U3CnameU3Ek__BackingField_1; // System.String FairyGUI.UIPackage::k__BackingField String_t* ___U3CassetPathU3Ek__BackingField_2; // System.Collections.Generic.List`1 FairyGUI.UIPackage::_items List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3; // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_itemsById Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4; // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_itemsByName Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsByName_5; // System.String FairyGUI.UIPackage::_customId String_t* ____customId_6; // System.Boolean FairyGUI.UIPackage::_resourceMode bool ____resourceMode_7; // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_sprites Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8; public: inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CidU3Ek__BackingField_0)); } inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; } inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; } inline void set_U3CidU3Ek__BackingField_0(String_t* value) { ___U3CidU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CnameU3Ek__BackingField_1)); } inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; } inline void set_U3CnameU3Ek__BackingField_1(String_t* value) { ___U3CnameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CassetPathU3Ek__BackingField_2() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CassetPathU3Ek__BackingField_2)); } inline String_t* get_U3CassetPathU3Ek__BackingField_2() const { return ___U3CassetPathU3Ek__BackingField_2; } inline String_t** get_address_of_U3CassetPathU3Ek__BackingField_2() { return &___U3CassetPathU3Ek__BackingField_2; } inline void set_U3CassetPathU3Ek__BackingField_2(String_t* value) { ___U3CassetPathU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CassetPathU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of__items_3() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____items_3)); } inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * get__items_3() const { return ____items_3; } inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 ** get_address_of__items_3() { return &____items_3; } inline void set__items_3(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * value) { ____items_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value); } inline static int32_t get_offset_of__itemsById_4() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsById_4)); } inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsById_4() const { return ____itemsById_4; } inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsById_4() { return &____itemsById_4; } inline void set__itemsById_4(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value) { ____itemsById_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemsById_4), (void*)value); } inline static int32_t get_offset_of__itemsByName_5() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsByName_5)); } inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsByName_5() const { return ____itemsByName_5; } inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsByName_5() { return &____itemsByName_5; } inline void set__itemsByName_5(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value) { ____itemsByName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemsByName_5), (void*)value); } inline static int32_t get_offset_of__customId_6() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____customId_6)); } inline String_t* get__customId_6() const { return ____customId_6; } inline String_t** get_address_of__customId_6() { return &____customId_6; } inline void set__customId_6(String_t* value) { ____customId_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____customId_6), (void*)value); } inline static int32_t get_offset_of__resourceMode_7() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____resourceMode_7)); } inline bool get__resourceMode_7() const { return ____resourceMode_7; } inline bool* get_address_of__resourceMode_7() { return &____resourceMode_7; } inline void set__resourceMode_7(bool value) { ____resourceMode_7 = value; } inline static int32_t get_offset_of__sprites_8() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____sprites_8)); } inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * get__sprites_8() const { return ____sprites_8; } inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 ** get_address_of__sprites_8() { return &____sprites_8; } inline void set__sprites_8(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * value) { ____sprites_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____sprites_8), (void*)value); } }; struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields { public: // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_packageInstById Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9; // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_packageInstByName Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10; // System.Collections.Generic.List`1 FairyGUI.UIPackage::_packageList List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ____packageList_11; // System.Int32 FairyGUI.UIPackage::_constructing int32_t ____constructing_12; public: inline static int32_t get_offset_of__packageInstById_9() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstById_9)); } inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstById_9() const { return ____packageInstById_9; } inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstById_9() { return &____packageInstById_9; } inline void set__packageInstById_9(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value) { ____packageInstById_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____packageInstById_9), (void*)value); } inline static int32_t get_offset_of__packageInstByName_10() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstByName_10)); } inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstByName_10() const { return ____packageInstByName_10; } inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstByName_10() { return &____packageInstByName_10; } inline void set__packageInstByName_10(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value) { ____packageInstByName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____packageInstByName_10), (void*)value); } inline static int32_t get_offset_of__packageList_11() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageList_11)); } inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * get__packageList_11() const { return ____packageList_11; } inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC ** get_address_of__packageList_11() { return &____packageList_11; } inline void set__packageList_11(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * value) { ____packageList_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____packageList_11), (void*)value); } inline static int32_t get_offset_of__constructing_12() { return static_cast(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____constructing_12)); } inline int32_t get__constructing_12() const { return ____constructing_12; } inline int32_t* get_address_of__constructing_12() { return &____constructing_12; } inline void set__constructing_12(int32_t value) { ____constructing_12 = value; } }; // FairyGUI.Utils.ByteBuffer struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject { public: // System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian bool ___littleEndian_0; // System.String[] FairyGUI.Utils.ByteBuffer::stringTable StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1; // System.Int32 FairyGUI.Utils.ByteBuffer::version int32_t ___version_2; // System.Int32 FairyGUI.Utils.ByteBuffer::_pointer int32_t ____pointer_3; // System.Int32 FairyGUI.Utils.ByteBuffer::_offset int32_t ____offset_4; // System.Int32 FairyGUI.Utils.ByteBuffer::_length int32_t ____length_5; // System.Byte[] FairyGUI.Utils.ByteBuffer::_data ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6; public: inline static int32_t get_offset_of_littleEndian_0() { return static_cast(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.HtmlPageContext struct HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 FairyGUI.Utils.HtmlPageContext::_imagePool Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____imagePool_0; // System.Collections.Generic.Stack`1 FairyGUI.Utils.HtmlPageContext::_inputPool Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____inputPool_1; // System.Collections.Generic.Stack`1 FairyGUI.Utils.HtmlPageContext::_buttonPool Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____buttonPool_2; // System.Collections.Generic.Stack`1 FairyGUI.Utils.HtmlPageContext::_selectPool Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____selectPool_3; // System.Collections.Generic.Stack`1 FairyGUI.Utils.HtmlPageContext::_linkPool Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * ____linkPool_4; public: inline static int32_t get_offset_of__imagePool_0() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____imagePool_0)); } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__imagePool_0() const { return ____imagePool_0; } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__imagePool_0() { return &____imagePool_0; } inline void set__imagePool_0(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value) { ____imagePool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____imagePool_0), (void*)value); } inline static int32_t get_offset_of__inputPool_1() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____inputPool_1)); } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__inputPool_1() const { return ____inputPool_1; } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__inputPool_1() { return &____inputPool_1; } inline void set__inputPool_1(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value) { ____inputPool_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputPool_1), (void*)value); } inline static int32_t get_offset_of__buttonPool_2() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____buttonPool_2)); } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__buttonPool_2() const { return ____buttonPool_2; } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__buttonPool_2() { return &____buttonPool_2; } inline void set__buttonPool_2(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value) { ____buttonPool_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____buttonPool_2), (void*)value); } inline static int32_t get_offset_of__selectPool_3() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____selectPool_3)); } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__selectPool_3() const { return ____selectPool_3; } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__selectPool_3() { return &____selectPool_3; } inline void set__selectPool_3(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value) { ____selectPool_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____selectPool_3), (void*)value); } inline static int32_t get_offset_of__linkPool_4() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7, ____linkPool_4)); } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * get__linkPool_4() const { return ____linkPool_4; } inline Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 ** get_address_of__linkPool_4() { return &____linkPool_4; } inline void set__linkPool_4(Stack_1_tC01A8BC6B5343A13BAA762F00FC3751E6E320229 * value) { ____linkPool_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____linkPool_4), (void*)value); } }; struct HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields { public: // FairyGUI.Utils.HtmlPageContext FairyGUI.Utils.HtmlPageContext::inst HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * ___inst_5; // UnityEngine.Transform FairyGUI.Utils.HtmlPageContext::_poolManager Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____poolManager_6; public: inline static int32_t get_offset_of_inst_5() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields, ___inst_5)); } inline HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * get_inst_5() const { return ___inst_5; } inline HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 ** get_address_of_inst_5() { return &___inst_5; } inline void set_inst_5(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7 * value) { ___inst_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_5), (void*)value); } inline static int32_t get_offset_of__poolManager_6() { return static_cast(offsetof(HtmlPageContext_tAABC2F526764EF4805562B9A2AD4E7B0C08088D7_StaticFields, ____poolManager_6)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__poolManager_6() const { return ____poolManager_6; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__poolManager_6() { return &____poolManager_6; } inline void set__poolManager_6(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ____poolManager_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____poolManager_6), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___entries_1)); } inline EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t46AEF4A4A401953F8FFD5EE55E7165C4F7D93665* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___keys_7)); } inline KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t4F53AB1B4EAF8FD57E8176930E4727EF1FA45661 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ___values_8)); } inline ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA * get_values_8() const { return ___values_8; } inline ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t58584F390F35D84198E01B4504F4682A874DDBFA * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t6E2E00562785FFE2E37F27C5B06052142AD7E005, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___entries_1)); } inline EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tCF319ED4907A358EBB5F660B9DC8BCF0B6DBECD1* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___keys_7)); } inline KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDBE5CDAA6C9DB772E8F34BE6829B5B5C5CAB2E76 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ___values_8)); } inline ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA * get_values_8() const { return ___values_8; } inline ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9010FE90934147A1E7C9F492ABC44EBDC23CC3AA * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 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_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____items_1)); } inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* get__items_1() const { return ____items_1; } inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1F63117CFCDB1BE3D0F4DD64A041E492FC43D71D_StaticFields, ____emptyArray_5)); } inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* get__emptyArray_5() const { return ____emptyArray_5; } inline NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NMaterialU5BU5D_t1899DE08293DE6605B8D11965BB8BAE34F5EB69F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____items_1)); } inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* get__items_1() const { return ____items_1; } inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146_StaticFields, ____emptyArray_5)); } inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* get__emptyArray_5() const { return ____emptyArray_5; } inline RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RelationDefU5BU5D_t593190290185A7A36E9D54FC716D3624F080D5B0* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____items_1)); } inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* get__items_1() const { return ____items_1; } inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D_StaticFields, ____emptyArray_5)); } inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* get__emptyArray_5() const { return ____emptyArray_5; } inline RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RelationItemU5BU5D_t3F3B201C2DD1B42E1D3329309515F262F7A0E717* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____items_1)); } inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* get__items_1() const { return ____items_1; } inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281_StaticFields, ____emptyArray_5)); } inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* get__emptyArray_5() const { return ____emptyArray_5; } inline TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TransitionU5BU5D_t8453139D8AA264ECD24E8BFFBF8474EADCE8A1DD* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____items_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__items_1() const { return ____items_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields, ____emptyArray_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____items_1)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__items_1() const { return ____items_1; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t77B01F7AE4318D422DB7AE7ECAB73B8F130D49B5_StaticFields, ____emptyArray_5)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__emptyArray_5() const { return ____emptyArray_5; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____items_1)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__items_1() const { return ____items_1; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields, ____emptyArray_5)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__emptyArray_5() const { return ____emptyArray_5; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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_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.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 { }; // ___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.PinchGesture struct PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // FairyGUI.GObject FairyGUI.PinchGesture::k__BackingField GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2; // FairyGUI.EventListener FairyGUI.PinchGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3; // FairyGUI.EventListener FairyGUI.PinchGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4; // FairyGUI.EventListener FairyGUI.PinchGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_5; // System.Single FairyGUI.PinchGesture::scale float ___scale_6; // System.Single FairyGUI.PinchGesture::delta float ___delta_7; // System.Single FairyGUI.PinchGesture::_startDistance float ____startDistance_8; // System.Single FairyGUI.PinchGesture::_lastScale float ____lastScale_9; // System.Int32[] FairyGUI.PinchGesture::_touches Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____touches_10; // System.Boolean FairyGUI.PinchGesture::_started bool ____started_11; // System.Boolean FairyGUI.PinchGesture::_touchBegan bool ____touchBegan_12; public: inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ChostU3Ek__BackingField_2)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; } inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ___U3ChostU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ConBeginU3Ek__BackingField_3)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; } inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConBeginU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ConEndU3Ek__BackingField_4)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; } inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConEndU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_5() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___U3ConActionU3Ek__BackingField_5)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_5() const { return ___U3ConActionU3Ek__BackingField_5; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_5() { return &___U3ConActionU3Ek__BackingField_5; } inline void set_U3ConActionU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConActionU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_scale_6() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___scale_6)); } inline float get_scale_6() const { return ___scale_6; } inline float* get_address_of_scale_6() { return &___scale_6; } inline void set_scale_6(float value) { ___scale_6 = value; } inline static int32_t get_offset_of_delta_7() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ___delta_7)); } inline float get_delta_7() const { return ___delta_7; } inline float* get_address_of_delta_7() { return &___delta_7; } inline void set_delta_7(float value) { ___delta_7 = value; } inline static int32_t get_offset_of__startDistance_8() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____startDistance_8)); } inline float get__startDistance_8() const { return ____startDistance_8; } inline float* get_address_of__startDistance_8() { return &____startDistance_8; } inline void set__startDistance_8(float value) { ____startDistance_8 = value; } inline static int32_t get_offset_of__lastScale_9() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____lastScale_9)); } inline float get__lastScale_9() const { return ____lastScale_9; } inline float* get_address_of__lastScale_9() { return &____lastScale_9; } inline void set__lastScale_9(float value) { ____lastScale_9 = value; } inline static int32_t get_offset_of__touches_10() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____touches_10)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__touches_10() const { return ____touches_10; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__touches_10() { return &____touches_10; } inline void set__touches_10(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____touches_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____touches_10), (void*)value); } inline static int32_t get_offset_of__started_11() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____started_11)); } inline bool get__started_11() const { return ____started_11; } inline bool* get_address_of__started_11() { return &____started_11; } inline void set__started_11(bool value) { ____started_11 = value; } inline static int32_t get_offset_of__touchBegan_12() { return static_cast(offsetof(PinchGesture_t245BAD8F38CC4F066EDAE4AAE9C0BE6CD88CBFE3, ____touchBegan_12)); } inline bool get__touchBegan_12() const { return ____touchBegan_12; } inline bool* get_address_of__touchBegan_12() { return &____touchBegan_12; } inline void set__touchBegan_12(bool value) { ____touchBegan_12 = value; } }; // FairyGUI.PlayTransitionAction struct PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 : public ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 { public: // System.String FairyGUI.PlayTransitionAction::transitionName String_t* ___transitionName_2; // System.Int32 FairyGUI.PlayTransitionAction::playTimes int32_t ___playTimes_3; // System.Single FairyGUI.PlayTransitionAction::delay float ___delay_4; // System.Boolean FairyGUI.PlayTransitionAction::stopOnExit bool ___stopOnExit_5; // FairyGUI.Transition FairyGUI.PlayTransitionAction::_currentTransition Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ____currentTransition_6; public: inline static int32_t get_offset_of_transitionName_2() { return static_cast(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___transitionName_2)); } inline String_t* get_transitionName_2() const { return ___transitionName_2; } inline String_t** get_address_of_transitionName_2() { return &___transitionName_2; } inline void set_transitionName_2(String_t* value) { ___transitionName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitionName_2), (void*)value); } inline static int32_t get_offset_of_playTimes_3() { return static_cast(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___playTimes_3)); } inline int32_t get_playTimes_3() const { return ___playTimes_3; } inline int32_t* get_address_of_playTimes_3() { return &___playTimes_3; } inline void set_playTimes_3(int32_t value) { ___playTimes_3 = value; } inline static int32_t get_offset_of_delay_4() { return static_cast(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___delay_4)); } inline float get_delay_4() const { return ___delay_4; } inline float* get_address_of_delay_4() { return &___delay_4; } inline void set_delay_4(float value) { ___delay_4 = value; } inline static int32_t get_offset_of_stopOnExit_5() { return static_cast(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___stopOnExit_5)); } inline bool get_stopOnExit_5() const { return ___stopOnExit_5; } inline bool* get_address_of_stopOnExit_5() { return &___stopOnExit_5; } inline void set_stopOnExit_5(bool value) { ___stopOnExit_5 = value; } inline static int32_t get_offset_of__currentTransition_6() { return static_cast(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ____currentTransition_6)); } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get__currentTransition_6() const { return ____currentTransition_6; } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of__currentTransition_6() { return &____currentTransition_6; } inline void set__currentTransition_6(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value) { ____currentTransition_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentTransition_6), (void*)value); } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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_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.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720, ___value_1)); } inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get_value_1() const { return ___value_1; } inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___list_0)); } inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * get_list_0() const { return ___list_0; } inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tD6CA3455C95F2400C6A715D559B9231DE09B2E35, ___current_3)); } inline RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * get_current_3() const { return ___current_3; } inline RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RelationDef_tBBB378F150711F709BF473D5D122FC5A5A8F1E93 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___list_0)); } inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * get_list_0() const { return ___list_0; } inline List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t873AE03E22BE3800461CE4C5D69BF440282C880D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t6BCE5155928E4D481320AF3F31FA42E6D594061B, ___current_3)); } inline RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * get_current_3() const { return ___current_3; } inline RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(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.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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.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.ButtonMode struct ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8 { public: // System.Int32 FairyGUI.ButtonMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ChildrenRenderOrder struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280 { public: // System.Int32 FairyGUI.ChildrenRenderOrder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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.GroupLayoutType struct GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D { public: // System.Int32 FairyGUI.GroupLayoutType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.HitTestContext struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E : public RuntimeObject { public: public: }; struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields { public: // UnityEngine.Vector2 FairyGUI.HitTestContext::screenPoint Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPoint_0; // UnityEngine.Vector3 FairyGUI.HitTestContext::worldPoint Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint_1; // UnityEngine.Vector3 FairyGUI.HitTestContext::direction Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_2; // System.Boolean FairyGUI.HitTestContext::forTouch bool ___forTouch_3; // UnityEngine.Camera FairyGUI.HitTestContext::camera Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_4; // System.Int32 FairyGUI.HitTestContext::displayIndex int32_t ___displayIndex_5; // System.Int32 FairyGUI.HitTestContext::layerMask int32_t ___layerMask_6; // System.Single FairyGUI.HitTestContext::maxDistance float ___maxDistance_7; // UnityEngine.Camera FairyGUI.HitTestContext::cachedMainCamera Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedMainCamera_8; // System.Collections.Generic.Dictionary`2> 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.LongPressGesture struct LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // FairyGUI.GObject FairyGUI.LongPressGesture::k__BackingField GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2; // FairyGUI.EventListener FairyGUI.LongPressGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3; // FairyGUI.EventListener FairyGUI.LongPressGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4; // FairyGUI.EventListener FairyGUI.LongPressGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_5; // System.Single FairyGUI.LongPressGesture::trigger float ___trigger_6; // System.Single FairyGUI.LongPressGesture::interval float ___interval_7; // System.Boolean FairyGUI.LongPressGesture::once bool ___once_8; // System.Int32 FairyGUI.LongPressGesture::holdRangeRadius int32_t ___holdRangeRadius_9; // UnityEngine.Vector2 FairyGUI.LongPressGesture::_startPoint Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____startPoint_10; // System.Boolean FairyGUI.LongPressGesture::_started bool ____started_11; public: inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ChostU3Ek__BackingField_2)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; } inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ___U3ChostU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ConBeginU3Ek__BackingField_3)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; } inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConBeginU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ConEndU3Ek__BackingField_4)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; } inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConEndU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_5() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___U3ConActionU3Ek__BackingField_5)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_5() const { return ___U3ConActionU3Ek__BackingField_5; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_5() { return &___U3ConActionU3Ek__BackingField_5; } inline void set_U3ConActionU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConActionU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_trigger_6() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___trigger_6)); } inline float get_trigger_6() const { return ___trigger_6; } inline float* get_address_of_trigger_6() { return &___trigger_6; } inline void set_trigger_6(float value) { ___trigger_6 = value; } inline static int32_t get_offset_of_interval_7() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___interval_7)); } inline float get_interval_7() const { return ___interval_7; } inline float* get_address_of_interval_7() { return &___interval_7; } inline void set_interval_7(float value) { ___interval_7 = value; } inline static int32_t get_offset_of_once_8() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___once_8)); } inline bool get_once_8() const { return ___once_8; } inline bool* get_address_of_once_8() { return &___once_8; } inline void set_once_8(bool value) { ___once_8 = value; } inline static int32_t get_offset_of_holdRangeRadius_9() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ___holdRangeRadius_9)); } inline int32_t get_holdRangeRadius_9() const { return ___holdRangeRadius_9; } inline int32_t* get_address_of_holdRangeRadius_9() { return &___holdRangeRadius_9; } inline void set_holdRangeRadius_9(int32_t value) { ___holdRangeRadius_9 = value; } inline static int32_t get_offset_of__startPoint_10() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ____startPoint_10)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__startPoint_10() const { return ____startPoint_10; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__startPoint_10() { return &____startPoint_10; } inline void set__startPoint_10(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ____startPoint_10 = value; } inline static int32_t get_offset_of__started_11() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3, ____started_11)); } inline bool get__started_11() const { return ____started_11; } inline bool* get_address_of__started_11() { return &____started_11; } inline void set__started_11(bool value) { ____started_11 = value; } }; struct LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields { public: // System.Single FairyGUI.LongPressGesture::TRIGGER float ___TRIGGER_12; // System.Single FairyGUI.LongPressGesture::INTERVAL float ___INTERVAL_13; public: inline static int32_t get_offset_of_TRIGGER_12() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields, ___TRIGGER_12)); } inline float get_TRIGGER_12() const { return ___TRIGGER_12; } inline float* get_address_of_TRIGGER_12() { return &___TRIGGER_12; } inline void set_TRIGGER_12(float value) { ___TRIGGER_12 = value; } inline static int32_t get_offset_of_INTERVAL_13() { return static_cast(offsetof(LongPressGesture_t87724D93D56502BE6938C6CABEB5EFC41FD98CB3_StaticFields, ___INTERVAL_13)); } inline float get_INTERVAL_13() const { return ___INTERVAL_13; } inline float* get_address_of_INTERVAL_13() { return &___INTERVAL_13; } inline void set_INTERVAL_13(float value) { ___INTERVAL_13 = value; } }; // FairyGUI.MeshColliderHitTest struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 : public ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 { public: // UnityEngine.Vector2 FairyGUI.MeshColliderHitTest::lastHit Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastHit_1; public: inline static int32_t get_offset_of_lastHit_1() { return static_cast(offsetof(MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5, ___lastHit_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastHit_1() const { return ___lastHit_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastHit_1() { return &___lastHit_1; } inline void set_lastHit_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___lastHit_1 = value; } }; // FairyGUI.ObjectType struct ObjectType_tA117D537780D8340BD615ED5F97217D155992790 { public: // System.Int32 FairyGUI.ObjectType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ObjectType_tA117D537780D8340BD615ED5F97217D155992790, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.Origin180 struct Origin180_tF738D6B6618A89A8C62974BA32E8626DCC1F500B { public: // System.Int32 FairyGUI.Origin180::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Origin180_tF738D6B6618A89A8C62974BA32E8626DCC1F500B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.Origin360 struct Origin360_t551675D43DB4B5AA691CA5BEDA22F745B0ABF5CA { public: // System.Int32 FairyGUI.Origin360::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Origin360_t551675D43DB4B5AA691CA5BEDA22F745B0ABF5CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.Origin90 struct Origin90_t571044E3EC57960A833823FFD9A0A681D17677BE { public: // System.Int32 FairyGUI.Origin90::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Origin90_t571044E3EC57960A833823FFD9A0A681D17677BE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.OriginHorizontal struct OriginHorizontal_tF3075A3017AB785F8B532205FE4676C534800AB6 { public: // System.Int32 FairyGUI.OriginHorizontal::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OriginHorizontal_tF3075A3017AB785F8B532205FE4676C534800AB6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.OriginVertical struct OriginVertical_tBAB61C8934D5D5B634798CFD680FAF5A5DF6B489 { public: // System.Int32 FairyGUI.OriginVertical::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OriginVertical_tBAB61C8934D5D5B634798CFD680FAF5A5DF6B489, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.OverflowType struct OverflowType_tF51FD85CBD87D036128866F939FB2946C47715BE { public: // System.Int32 FairyGUI.OverflowType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OverflowType_tF51FD85CBD87D036128866F939FB2946C47715BE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.PackageItemType struct PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048 { public: // System.Int32 FairyGUI.PackageItemType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.PopupDirection struct PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141 { public: // System.Int32 FairyGUI.PopupDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ProgressTitleType struct ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418 { public: // System.Int32 FairyGUI.ProgressTitleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.RTLSupport_CharState struct CharState_tF292932FF4D75A0F9D12DA7EAB487F6B3059E78B { public: // System.Int32 FairyGUI.RTLSupport_CharState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharState_tF292932FF4D75A0F9D12DA7EAB487F6B3059E78B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.RTLSupport_DirectionType struct DirectionType_tB990F20BD0716FE0D5ECC769D51892FB52A6500D { public: // System.Int32 FairyGUI.RTLSupport_DirectionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DirectionType_tB990F20BD0716FE0D5ECC769D51892FB52A6500D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.RectHitTest struct RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 : public RuntimeObject { public: // UnityEngine.Rect FairyGUI.RectHitTest::rect Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0; public: inline static int32_t get_offset_of_rect_0() { return static_cast(offsetof(RectHitTest_t6D0D255B09956A73884478F6E18696E405420860, ___rect_0)); } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_0() const { return ___rect_0; } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_0() { return &___rect_0; } inline void set_rect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value) { ___rect_0 = value; } }; // FairyGUI.RelationItem struct RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857 : public RuntimeObject { public: // FairyGUI.GObject FairyGUI.RelationItem::_owner GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____owner_0; // FairyGUI.GObject FairyGUI.RelationItem::_target GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____target_1; // System.Collections.Generic.List`1 FairyGUI.RelationItem::_defs List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * ____defs_2; // UnityEngine.Vector4 FairyGUI.RelationItem::_targetData Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ____targetData_3; public: inline static int32_t get_offset_of__owner_0() { return static_cast(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____owner_0)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__owner_0() const { return ____owner_0; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__owner_0() { return &____owner_0; } inline void set__owner_0(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ____owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value); } inline static int32_t get_offset_of__target_1() { return static_cast(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____target_1)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__target_1() const { return ____target_1; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__target_1() { return &____target_1; } inline void set__target_1(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ____target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_1), (void*)value); } inline static int32_t get_offset_of__defs_2() { return static_cast(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____defs_2)); } inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * get__defs_2() const { return ____defs_2; } inline List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 ** get_address_of__defs_2() { return &____defs_2; } inline void set__defs_2(List_1_tACCC0F403EA2EA896BE230DF42481D47BE3BA146 * value) { ____defs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____defs_2), (void*)value); } inline static int32_t get_offset_of__targetData_3() { return static_cast(offsetof(RelationItem_tEC000FE78BDB271B21ABA9A90EAB76E68CF1B857, ____targetData_3)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get__targetData_3() const { return ____targetData_3; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of__targetData_3() { return &____targetData_3; } inline void set__targetData_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ____targetData_3 = value; } }; // FairyGUI.RelationType struct RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048 { public: // System.Int32 FairyGUI.RelationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.RotationGesture struct RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // FairyGUI.GObject FairyGUI.RotationGesture::k__BackingField GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2; // FairyGUI.EventListener FairyGUI.RotationGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3; // FairyGUI.EventListener FairyGUI.RotationGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4; // FairyGUI.EventListener FairyGUI.RotationGesture::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_5; // System.Single FairyGUI.RotationGesture::rotation float ___rotation_6; // System.Single FairyGUI.RotationGesture::delta float ___delta_7; // System.Boolean FairyGUI.RotationGesture::snapping bool ___snapping_8; // UnityEngine.Vector2 FairyGUI.RotationGesture::_startVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____startVector_9; // System.Single FairyGUI.RotationGesture::_lastRotation float ____lastRotation_10; // System.Int32[] FairyGUI.RotationGesture::_touches Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____touches_11; // System.Boolean FairyGUI.RotationGesture::_started bool ____started_12; // System.Boolean FairyGUI.RotationGesture::_touchBegan bool ____touchBegan_13; public: inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ChostU3Ek__BackingField_2)); } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; } inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; } inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value) { ___U3ChostU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ConBeginU3Ek__BackingField_3)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; } inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConBeginU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ConEndU3Ek__BackingField_4)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; } inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConEndU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_5() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___U3ConActionU3Ek__BackingField_5)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_5() const { return ___U3ConActionU3Ek__BackingField_5; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_5() { return &___U3ConActionU3Ek__BackingField_5; } inline void set_U3ConActionU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConActionU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_rotation_6() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___rotation_6)); } inline float get_rotation_6() const { return ___rotation_6; } inline float* get_address_of_rotation_6() { return &___rotation_6; } inline void set_rotation_6(float value) { ___rotation_6 = value; } inline static int32_t get_offset_of_delta_7() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___delta_7)); } inline float get_delta_7() const { return ___delta_7; } inline float* get_address_of_delta_7() { return &___delta_7; } inline void set_delta_7(float value) { ___delta_7 = value; } inline static int32_t get_offset_of_snapping_8() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ___snapping_8)); } inline bool get_snapping_8() const { return ___snapping_8; } inline bool* get_address_of_snapping_8() { return &___snapping_8; } inline void set_snapping_8(bool value) { ___snapping_8 = value; } inline static int32_t get_offset_of__startVector_9() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____startVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__startVector_9() const { return ____startVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__startVector_9() { return &____startVector_9; } inline void set__startVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ____startVector_9 = value; } inline static int32_t get_offset_of__lastRotation_10() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____lastRotation_10)); } inline float get__lastRotation_10() const { return ____lastRotation_10; } inline float* get_address_of__lastRotation_10() { return &____lastRotation_10; } inline void set__lastRotation_10(float value) { ____lastRotation_10 = value; } inline static int32_t get_offset_of__touches_11() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____touches_11)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__touches_11() const { return ____touches_11; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__touches_11() { return &____touches_11; } inline void set__touches_11(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____touches_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____touches_11), (void*)value); } inline static int32_t get_offset_of__started_12() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____started_12)); } inline bool get__started_12() const { return ____started_12; } inline bool* get_address_of__started_12() { return &____started_12; } inline void set__started_12(bool value) { ____started_12 = value; } inline static int32_t get_offset_of__touchBegan_13() { return static_cast(offsetof(RotationGesture_t23BCBD30BFE4ED00A064CAEC92595CF446B4F58F, ____touchBegan_13)); } inline bool get__touchBegan_13() const { return ____touchBegan_13; } inline bool* get_address_of__touchBegan_13() { return &____touchBegan_13; } inline void set__touchBegan_13(bool value) { ____touchBegan_13 = value; } }; // FairyGUI.ScrollBarDisplayType struct ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9 { public: // System.Int32 FairyGUI.ScrollBarDisplayType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.TextFormat_SpecialStyle struct SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443 { public: // System.Int32 FairyGUI.TextFormat_SpecialStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.UpdateContext_ClipInfo struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 { public: // UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0; // UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1; // System.Boolean FairyGUI.UpdateContext_ClipInfo::soft bool ___soft_2; // UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3; // System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId uint32_t ___clipId_4; // System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil bool ___stencil_5; // System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask bool ___reversedMask_6; public: inline static int32_t get_offset_of_rect_0() { return static_cast(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_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.Collections.Generic.Dictionary`2_Enumerator struct Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___dictionary_0)); } inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___current_3)); } inline KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t121EB4B764A99DCA8E2BCF631A56BF06C88F6720 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t6CFB720871DB9D1E007086F66C59D4CDD4800075, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(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; } }; // System.StringComparison struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.EventModifiers struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061 { public: // System.Int32 UnityEngine.EventModifiers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Gradient struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A : public RuntimeObject { public: // System.IntPtr UnityEngine.Gradient::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Gradient struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Gradient struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.HideFlags struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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.BlendMode struct BlendMode_tC5F270C1FFAF80DB1780A0F46B88D65984B23C4A { public: // System.Int32 UnityEngine.Rendering.BlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlendMode_tC5F270C1FFAF80DB1780A0F46B88D65984B23C4A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.ReflectionProbeUsage struct ReflectionProbeUsage_tAFF366D7F5E43B871C7302C4D7D0F48859E7B31A { public: // System.Int32 UnityEngine.Rendering.ReflectionProbeUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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.TextureFormat struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.BlendModeUtils_BlendFactor struct BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC : public RuntimeObject { public: // UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils_BlendFactor::srcFactor int32_t ___srcFactor_0; // UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils_BlendFactor::dstFactor int32_t ___dstFactor_1; // System.Boolean FairyGUI.BlendModeUtils_BlendFactor::pma bool ___pma_2; public: inline static int32_t get_offset_of_srcFactor_0() { return static_cast(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___srcFactor_0)); } inline int32_t get_srcFactor_0() const { return ___srcFactor_0; } inline int32_t* get_address_of_srcFactor_0() { return &___srcFactor_0; } inline void set_srcFactor_0(int32_t value) { ___srcFactor_0 = value; } inline static int32_t get_offset_of_dstFactor_1() { return static_cast(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___dstFactor_1)); } inline int32_t get_dstFactor_1() const { return ___dstFactor_1; } inline int32_t* get_address_of_dstFactor_1() { return &___dstFactor_1; } inline void set_dstFactor_1(int32_t value) { ___dstFactor_1 = value; } inline static int32_t get_offset_of_pma_2() { return static_cast(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___pma_2)); } inline bool get_pma_2() const { return ___pma_2; } inline bool* get_address_of_pma_2() { return &___pma_2; } inline void set_pma_2(bool value) { ___pma_2 = value; } }; // FairyGUI.DisplayObject struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // System.String FairyGUI.DisplayObject::name String_t* ___name_2; // FairyGUI.Container FairyGUI.DisplayObject::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.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::